Revived grgen dumper for TTC 2011.
[libfirm] / ir / lower /
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-30 Matthias Braunsimplify Sel lowering code
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-25 Matthias Braunfix firm producing invalid code for return a > 0 with...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-24 Matthias Braunfix lower_d lowering Cmps too realy resulting in unnece...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-03-16 Matthias Braunfix bug in switch lowerer (introduced when Cmp changed)
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-04 Matthias Braunadd compound parameter lower to lower_for_target
2011-03-03 Michael BeckFixed size_t related warnings.
2011-03-01 Michael BeckC99 features removed.
2011-02-28 Sebastian BuchwaldFixed some typos.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-06 Michael BeckFixed size_t related warnings by isolating PTR_TO_INT...
2011-01-30 Michael BeckAPI change: lower_intrinsics() uses size_t for length...
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckSmall improvement: lower a double word x << 1 into...
2010-10-08 Michael BeckWhen lowering a double word shift, always conv the...
2010-10-08 Michael BeckC99 feature removed.
2010-10-08 Matthias Braunsparc: support mode_b lowering
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-08 Matthias Braunlower_dw: refactor to use a smart walk strategy and...
2010-10-08 Matthias Braunlower_dw: Remove RotL special case, normal code produce...
2010-10-08 Matthias Braunlower_dw: remove pointless comments at end of {}
2010-10-08 Matthias Braunlower_dw: irn_idxs are unsigned not int
2010-10-08 Matthias Braunlower_dw: get away without #define magic
2010-10-08 Matthias Braunlower_dw: be independent of current_ir_graph
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunworkaround for lower_mode_b not working correctly in...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunrefactor mode_b lowerer to have a create_set callback
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunfix bug in switch_lowerer
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunlower_switch: retain debug info, some smaller cleanups
2010-09-10 Matthias Braunno need for an explicit lower_mode_b pass, it should...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-08-02 Matthias Braunfix some cases where doubleword lowering didn't use...
2010-08-02 Matthias Braunsimplify doubleword lowering: we have a type for each...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-03 Matthias Braunfix another 2 instances where doubleword lowering didn...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-20 Christoph MallonPrefer get_mode_one() over get_tarval_one().
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-09 Olaf LiebeFixed sizeof(long)-dependent case sorting and signednes...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Christoph MallonIn mode_b lowering move the assertion for mode_b below...
2010-01-28 Christoph MallonConsistently record the replacement nodes and removal...
2010-01-28 Christoph MallonLeave a bit space between cases.
2010-01-28 Christoph MallonUse the locally cached value of config.lowered_mode...
2010-01-28 Christoph MallonUse the real firm_clear_link() instead of duplicating it.
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2010-01-14 Michael BeckReverted r26952, using the blocks irg is ok ...
2010-01-12 Michael BeckCreating a block on some irg is pointless if all other...
2010-01-12 Olaf LiebeFixed graph-independent construction in mux lowering
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael BeckBugFixes:
2010-01-08 Matthias Braunfix last commit
2010-01-08 Matthias Braunlower ConvB->LL and LL->ConvB and simplify code
2010-01-07 Matthias Braunfix fehler172
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-29 Matthias Braunfix another compound_graph_path usage
2009-12-29 Matthias Braunfix another illegal usage of compound_graph_path stuff
2009-12-29 Matthias Braunfix illegal usage of compound_graph_path
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
next