cleanup/partly rewrite code_placement algo
[libfirm] / ir / ir /
2011-04-30 Michael BeckC99 feature removed.
2011-04-29 Matthias Braundo not kill unreachable code in gcse
2011-04-28 Matthias Braunimprove firm profiler (based on patch by Steven Schäfer)
2011-04-28 Matthias Braundump postdom info in vcg graphs
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias BraunVerify that each Cond has a true/false/default Proj
2011-04-28 Matthias Braunadd cfg verifier ensuring 1 cfop per block and only...
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-28 Matthias Brauncleanup/reformat irop_t.h
2011-04-28 Matthias Braunverify that the predecessor of a block is a cfop
2011-04-28 Matthias Braunlittle cleanup in block walker code
2011-04-25 Michael BeckSlightly improved type dumper.
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-20 Sebastian BuchwaldUse corresponding macro.
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-20 Matthias Braunadd simple load-after-load and loaf-after-store optimiz...
2011-04-19 Michael BeckBugFix: Fixed wrong todo fix.
2011-04-16 Michael BeckC99 feature removed.
2011-04-15 Sebastian BuchwaldPrevent SSA construction from running into endless...
2011-04-15 Andreas ZwinkauFix stupid typo
2011-04-15 Andreas ZwinkauHarden ssacons against reintroducing a bug
2011-04-15 Andreas ZwinkauUse block walk for ssa_cons_start
2011-04-15 Matthias Braunfix mismatched decl/implementation
2011-04-15 Matthias Braunfix cmp_ASM_attr
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunremove unused code
2011-04-15 Andreas ZwinkauUse get/set functions instead of direct access to is_ma...
2011-04-14 Christoph MallonRevert "Let the block walker enter endless loops only...
2011-04-14 Christoph MallonLet the block walker enter endless loops only at kept...
2011-04-13 Matthias Braunremove r_keep_alive and let keep_alive decide irg based...
2011-04-13 Matthias Braunfix incorrect and(Cmp(a,0),Cmp(b,0)) localopt
2011-04-12 Sebastian BuchwaldAdded missing proj nr.
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Sebastian BuchwaldRevived grgen dumper for TTC 2011.
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-04-08 Sebastian BuchwaldFixed some typos.
2011-04-07 Michael Beckirg_verify() now runs on unpinned graphs without asserting.
2011-04-06 Christoph MallonFix regression: Allow setting the current block to...
2011-04-03 Michael BeckAdd assertions if set_cur_block() is tried for a block...
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 pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-25 Matthias Braunfix ir_is_equality_cmp_0 returning true for signed_var > 0
2011-03-24 Michael BeckC99 feature removed.
2011-03-24 Matthias Braunfix and(cmp,cmp) optimisation rule, loosen verify to...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-11 Michael Beckfixed size_t printing
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-03 Michael BeckTLS type must be a struct type, as stated by the docume...
2011-03-02 Michael BeckFixed size_t related warnings.
2011-03-02 Michael BeckFixed size_t related warnings in dumping code.
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunperform gigo first so no optimization sees bad inputs...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-26 Michael BeckSplit the divmod attribute into one div and one mod...
2011-02-24 Matthias Braungeneralize bittest pattern
2011-02-24 Matthias Braundo gigo earlier to avoid optimisations seeing bad input...
2011-02-21 Matthias Braunremove confusing, unused and broken function
2011-02-21 Andreas ZwinkauFix opt/fehler180
2011-02-16 Michael BeckRevert r28379.
2011-02-16 Matthias Braunfix docu
2011-02-16 Matthias Braunimprove bittest normalization
2011-02-16 Matthias Braunnormalize some bittest constructs
2011-02-16 Andreas ZwinkauNew localopt: parallelize non-volatile loads
2011-02-11 Michael BeckFurther spread size_t.
2011-02-11 Michael BeckFixed comments.
2011-02-11 Matthias Brauntarval_quo has been removed in favor of tarval_div
2011-02-11 Michael BeckAmendment to r28345-r28346.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunrecursively optimize phi to get real minimal SSA-form...
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonAdd a hint about the infamous pn_Cmp_Lg/Ne mixup in...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
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...
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
2011-01-11 Matthias Brauncleanup and simplify phi-construction code
2011-01-08 Matthias Braunremove get_irn_modename, get_irn_modeident from public...
2011-01-08 Matthias Braunkill the niymap exception from generator
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
2011-01-06 Matthias Braunfix memory leak
2011-01-06 Matthias Braunimplement ASM import/export
2011-01-06 Matthias Braunadd functions for generic list im/exporting
2011-01-06 Matthias Braunrework string reading/writing
2011-01-06 Matthias Brauncleanup reading/writing of long/int/unsigned values
next