Remove unused variables, squelch warning about unused parameter.
[libfirm] / ir /
2011-05-10 Christoph MallonRemove unused variables, squelch warning about unused...
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-05-10 Matthias Braunsimplify unreachable code elimination:
2011-05-10 Matthias Braunfix iredges EDGE_KIND_BLOCK not updating correctly...
2011-05-10 Matthias Braunfix cfg_dumper omitting bads
2011-05-10 Matthias Brauniredges: remove unnecessary skip_Proj
2011-05-10 Matthias Braunirdom: do not count bad predecessors as control flow
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauImplicit set_irg_loopinfo_inconsistent
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-09 Andreas ZwinkauImplicit set_irg_outs_inconsistent
2011-05-06 Christoph MallonRemove extra dash from assert graph filenames.
2011-05-06 Andreas ZwinkauReenable asserts
2011-05-06 Andreas ZwinkauUse mode from type instead of return value
2011-05-06 Andreas ZwinkauFix ack/t7
2011-05-06 Andreas Zwinkauremove Bads makes outs inconsistent
2011-05-06 Andreas ZwinkauAdapt cfopt to Bads with modes
2011-05-06 Andreas ZwinkauRevert "fix opt/loop_without_phi"
2011-05-06 Andreas Zwinkaubeabi requires out edges
2011-05-06 Andreas Zwinkauoptimize_graph_df removes all Bads now
2011-05-06 Andreas Zwinkaucfopt maintains Bads now
2011-05-06 Matthias Braunfix compilation in non-debug mode, remove unused #define
2011-05-06 Matthias Braunopt_inline: fix uninitialized memory usage
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 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 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
next