vrp: Remove redundant assure_irg_outs().
[libfirm] / ir / ana / vrp.c
2012-12-05 Christoph Mallonvrp: Remove redundant assure_irg_outs().
2012-12-04 Matthias Brauncleanup vrp
2012-12-04 Matthias Braunremove Cast node
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Brauntarvals are unique no need to use tarval_cmp for equali...
2011-10-20 Matthias Braunuse a hook to dump vrp info instead of polluting irdump.c
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-05-27 Sebastian BuchwaldAdapted some issues noticed during removal of unused...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-04-08 Andreas Zwinkaumerge kaps
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-06 Matthias BraunRemove VISITED in link-field hackery. Cleanups.
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-05-04 Matthias Braunfix warning
2010-04-07 Michael BeckC99 feature removed.
2010-03-18 Jonas Fietzset a few more variables to const to prevent bugs
2010-03-18 Jonas Fietzfix warning about unused variable
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-18 Jonas Fietzremove ir_printf and replace with DBG
2010-03-18 Jonas Fietzfix a few subtle bugs in vrp
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-18 Jonas FietzFix bug left over from seperating merging and derivatio...
2010-03-17 Jonas FietzFix bug, where only partial information was set for...
2010-03-16 Jonas FietzFix coding style
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-06 Matthias Braunfix warning
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Jonas Fietzremove doubly included config.h
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas FietzCode cleanup in VRP code
2010-02-27 Jonas FietzReplace the workqueue list with a waitq in vrp.c
2010-02-27 Jonas Fietzset private functions to static in ir/ana/vrp.c
2010-02-27 Jonas FietzReplace if/else if cascade with switch(opcode)
2010-02-27 Jonas FietzFix extraneous space and add config.h to vrp.c
2010-02-27 Jonas FietzFix comments according to C89
2010-02-27 Michael BeckAdd missing config.h include.
2010-02-20 Christoph MallonPrefer get_mode_all_one() over get_tarval_all_one().
2010-02-20 Christoph MallonPrefer get_mode_{max,min}() over get_tarval_{max,min}().
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 BeckKicked complicated but useless if.
2010-02-11 Michael BeckDon't use malloc inside libFirm.
2010-02-11 Michael BeckBugFix: fixed list_for_each_safe() instance.
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd analysis for vrp information