libfirm
2011-05-06 Matthias Braunverify that all blocks can be found by walk_block_graph
2011-05-06 Matthias Braunircfscc: remove is_outermost_StartBlock check - it...
2011-05-06 Matthias Braunlittle cleanup, avoid unnecessary optimize_graph_df
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-06 Matthias Braunmark outs as inconsistent when end node is changed
2011-05-06 Matthias Braunoptimize_graph_df: iterate marking of unreachable block...
2011-05-05 Christoph MallonPrevent endless recursion in if-conv in endless loops.
2011-05-05 Sebastian BuchwaldA function that (indirectly) calls itself is not const...
2011-05-05 Christoph MallonFix embarrassing typo in fp-vrp.
2011-05-05 Christoph MallonUse the bound of ==-Confirms in fixpoint vrp.
2011-05-05 Christoph MallonRemove pointless local variables.
2011-05-05 Andreas Zwinkaufix opt/loop_without_phi
2011-05-05 Andreas Zwinkaufix opt/gcse_no_end
2011-05-04 Matthias Brauncfopt: fix countless bugs introduced when changing...
2011-05-04 Matthias Braunfix cfopt not marking all possible blocks as removable...
2011-05-04 Matthias Braunfix unreachable code elimination failing for blocks...
2011-05-04 Christoph MallonConsider that unreachble blocks might have no bitinfo.
2011-05-04 Christoph MallonAssert monotonicity in set_bitinfo().
2011-05-04 Christoph MallonEnsure that the result of a node is undefined if any...
2011-05-04 Christoph MallonConsider that unreachble blocks might have no bitinfo.
2011-05-04 Christoph MallonCorrectly handle the case that unreachble blocks are...
2011-05-04 Christoph MallonModel (un)reachable block info with bottom/top, not...
2011-05-04 Christoph MallonInitially mark the end block as reachable and set the...
2011-05-04 Christoph MallonFetch traval false/true once in transfer() for better...
2011-05-04 Matthias Braunalways compute doms in optimize_graph_df instead of...
2011-05-03 Michael BeckAmend combo fix.
2011-05-03 Michael BeckFixed combo by fixing an old artefact from the older...
2011-05-03 Michael BeckBugFix: mode_b lowering might create new control flow...
2011-05-03 Michael BeckBugFix: Always invalidate loop-info if data flow was...
2011-05-02 Matthias Braunfix lower_mode_b: phi inputs may be bad
2011-05-02 Matthias Braunalso do unreachable code elimination during gcse
2011-05-02 Matthias Braunimprove robustness of CFG verifier for strange cases...
2011-05-02 Matthias Braunenqueue users of Bad as well in optimize_graph_df
2011-05-02 Matthias Braunonly calculate dominance if CFG verification was fine...
2011-05-02 Matthias Brauncleanup/partly rewrite code_placement algo
2011-04-30 Michael BeckFurther push size_t.
2011-04-30 Michael BeckC99 feature removed.
2011-04-29 Christoph MallonAdd simple transfer function for Confirm in fp-vrp.
2011-04-29 Matthias Braundo not kill unreachable code in gcse
2011-04-29 Christoph MallonImprove and correct fp-vrp transformation.
2011-04-28 Christoph MallonClean up in ifconv a bit.
2011-04-28 Matthias Braunadd libfirmprof helper library
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 Braunfix an intrinsic lower not reporting changes
2011-04-28 Matthias Braunfix lower_copyB not invalidating irn_outs
2011-04-28 Matthias Braunimprove fp-vrp unreachable code handling
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 Braunremove obsolete #defines
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-28 Matthias Braunmake verifier a bit less strict for out-edges to dead...
2011-04-28 Matthias Braunfix warnings
2011-04-28 Matthias Braunslight cleanup of ifconv code
2011-04-28 Sebastian BuchwaldFixed size_t related warning.
2011-04-26 Andreas ZwinkauBetter fix for opt/ldst.c
2011-04-26 Andreas ZwinkauFix opt/ldst.c
2011-04-25 Michael BeckBugFix: fixed broken refactoring, associated link canno...
2011-04-25 Michael BeckSlightly improved type dumper.
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-24 Michael BeckFixed the "naive and wrong regex stubs", so it has...
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-21 Andreas ZwinkauFix opt/jumpthreading4.c
2011-04-20 Sebastian BuchwaldThe constructor initializes the array.
2011-04-20 Sebastian BuchwaldUse corresponding macro.
2011-04-20 Sebastian BuchwaldSimplify code.
2011-04-20 Christoph MallonSimplify: if (!irn_visited(x)) { mark_irn_visited(x...
2011-04-20 Andreas ZwinkauFix opt/doms_segfault.c
2011-04-20 Andreas ZwinkauRefactoring: remove goto
2011-04-20 Andreas Zwinkaufix backend/lower_call3.c
2011-04-20 Andreas ZwinkauRemove unnecessary assert
2011-04-20 Andreas ZwinkauRemove type lower functions from API
2011-04-20 Andreas ZwinkauUse get_type_[un]lowered instead of get_associated_type
2011-04-20 Andreas ZwinkauHandle chains of lowerings correctly
2011-04-20 Andreas Zwinkauis_lowered_type is now only used in asserts
2011-04-20 Matthias Braunadd simple load-after-load and loaf-after-store optimiz...
2011-04-20 Matthias Braunadd no register requirement to NoMem
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-20 Matthias Braunremove strange function (christophs words) and duplicat...
2011-04-20 Sebastian BuchwaldWe do not need to place Phis in dead blocks.
2011-04-20 Andreas ZwinkauRefactoring
2011-04-20 Andreas ZwinkauFix backend/lower_call2.c
2011-04-19 Michael BeckBugFix: Fixed wrong todo fix.
2011-04-19 Andreas ZwinkauFixes backend/lower_call.c
2011-04-19 Andreas Zwinkauno name shadowing
2011-04-18 Matthias Braunpadded return is only an obscurity of the athlon branch...
2011-04-18 Matthias Braunremove outdated README.IPD
2011-04-18 Matthias Braunchange NEWS and README to markdown format
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 Braunimplement some cases of =A asm-constraint
2011-04-15 Matthias Braunfix cmp_ASM_attr
next