remove Cast node
[libfirm] / ir / opt / jumpthreading.c
2012-12-04 Matthias Braunremove commented out code
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-12 Matthias Braunjumpthreading: when copying kept nodes keep the copies
2012-11-12 Matthias Braunmake jumpthreading debug message less confusing
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-09-20 Matthias Braunchange global optdesc declarations to static
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-10 Andreas Zwinkauimprove jumpthreading comments
2011-06-10 Andreas ZwinkauRevert "jumpthreading must not split edges"
2011-06-08 Andreas Zwinkaujumpthreading must not split edges
2011-05-18 Andreas Zwinkaufix opt/jumpthreading7
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-05 Andreas Zwinkaufix opt/gcse_no_end
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-21 Andreas ZwinkauFix opt/jumpthreading4.c
2011-04-20 Sebastian BuchwaldSimplify code.
2011-04-20 Sebastian BuchwaldWe do not need to place Phis in dead blocks.
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-12-27 Michael BeckFixed warning because of wrong type.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckFixed typo.
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunjumpthreading: do not rely on current_ir_graph
2010-09-22 Matthias Braunremove MacroBlock concept
2010-05-20 Jonas FietzFix a bug in comparison evaluation
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-10 Jonas FietzAdd some optimizations for jumpthreading using vrp...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-10 Matthias Brauncondeval is called Jump Threading now