add missing doxygen docu
[libfirm] / ir / be /
2012-07-16 Matthias Braunreplace gnu extension with C99
2012-07-16 Matthias Braunfix prefalloc after sched_foreach changes
2012-07-16 Matthias Braunuse bool as return value in XXX_insert and ID_HASH
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-16 Matthias Braunmake cpset, pset_new API private
2012-07-16 Manuel Mohrsparc: Fix gen_Const on 64-bit machines.
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Christoph MallonUse get_blocksched_entry().
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2012-07-13 Christoph MallonRemove the unused macro sched_foreach_Phi().
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonFix indentation.
2012-07-13 Christoph MallonAdd ir_nodeset_first() to return the "first" node in...
2012-07-13 Christoph MallonUse foreach_ir_nodeset() instead of reimplementing it.
2012-07-13 Christoph MallonLet co_gs_foreach_neighb() declare the iterator variable.
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd wrapper macros for set_first() and set_next(),...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonUse foreach_set() instead of reimplementing it.
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-07-13 Christoph MallonRemove pointless casts.
2012-07-13 Christoph MallonRemove the unused macro co_gs_nodes_break().
2012-07-13 Christoph MallonGet rid of an anonymous union.
2012-07-13 Christoph MallonRemove the unnecessary perm_map.
2012-07-13 Matthias Braunsimplify be_lv_foreach
2012-07-13 Matthias Braunremove write-only bitset
2012-07-13 Matthias Braunadapt to -std=c99
2012-07-13 Matthias Braunmove domfront from be to ana
2012-07-13 Matthias Braunfix warning
2012-07-10 Matthias Braunmake dependency edge handling more robust
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-07-10 Matthias Brauncleanup ia32_architecture (enum usage)
2012-07-10 Matthias Braunbedwarf: always use custom abbrev numbers
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-27 Manuel MohrMake spiller more deterministic.
2012-06-27 Manuel MohrFixed typo.
2012-06-27 Matthias Braunmake spiller more deterministic
2012-06-27 Matthias Braunmake heur4 a bit more deterministic
2012-06-27 Matthias Braunlong double has 4 byte alignment
2012-06-21 Matthias Braunmake basic block scheduler more deterministic
2012-06-21 Matthias Braundisplay block node nr in verboseasm mode
2012-06-21 Matthias Braunbespillslots: cleanup, make it deterministic
2012-06-21 Matthias Braunmake compiler more deterministic by sorting Perm inputs
2012-06-19 Christoph MallonRemove the unused flag irop_flag_always_opt.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-19 Christoph MallonMark memory using nodes with "uses_memory".
2012-06-19 Christoph MallonIt's spelled "ins", not "in".
2012-06-19 Christoph MallonFor readability put empty lines between node specificat...
2012-06-18 Christoph MallonRemove stale $Id$.
2012-06-18 Christoph MallonAllow spills in amd64_set_frame_entity(), too.
2012-06-18 Christoph MallonAlways (instead of never) emit labels for basic blocks...
2012-06-15 Matthias Braunfix warning
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-13 Matthias Braunremove extended basic block support
2012-06-06 Matthias Braunnormalize block numbers in assembler output
2012-06-06 Matthias Braunattempt to make root_cmp of beschednormal more determin...
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-05-13 Christoph MallonRemove the unused function be_emit_ident().
2012-05-13 Christoph MallonUse be_emit_irprintf("%I", x) instead of be_emit_ident(x).
2012-05-13 Christoph MallonRemove be_emit_tarval().
2012-05-13 Christoph MallonUse be_emit_irprintf("%T", x) instead of be_emit_tarval().
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-05-13 Christoph MallonRemove redundant null-pointer test before free().
2012-05-13 Christoph MallonResolve constness warning.
2012-05-10 Matthias Brauncopy comp_dir_value
2012-05-10 Matthias Braunsparc: fix problem with compound return
2012-05-10 Matthias Braunremove buffer restriction in be_emit_irprintf
2012-05-06 Christoph MallonResolve shadowing warning.
2012-05-06 Christoph MallonRemove unnecessary void cast.
2012-05-06 Christoph MallonCorrect indentation and excessive spacing.
2012-05-06 Christoph MallonCorrect typo in comment.
2012-05-06 Christoph MallonDo not refetch a value, which we already have.
2012-05-06 Christoph MallonUnbreak emitting TLS variables in the binary ia32 emitter.
2012-05-05 Christoph MallonChange tests for ir_visibility_external, which should...
2012-05-05 Christoph MallonUnbreak PIC: Only stop emitting a global without initia...
2012-05-04 Matthias BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-05-03 Christoph MallonEmit a \t before .globl.
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-04-25 Matthias Braunmove custom_abbrevs enum back into bedwarf.c
2012-04-25 Matthias Braunfix typo in comments
2012-04-24 Christoph MallonDWARF: Actually emit the list of files, not just the...
2012-04-24 Christoph MallonDWARF: Actually set the selected language, not always...
2012-04-24 Christoph MallonDWARF: Move the DWARF constants into a separate header.
2012-04-24 Christoph MallonDWARF: Also emit the column in the debug information.
next