cleanup: Remove duplicate MIN/MAX macros.
[libfirm] / ir / ana / irlivechk.c
2012-12-21 Christoph Malloncleanup: Remove unnecessary #include.
2012-12-17 Matthias Braunfix a few -pedantic warnings
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallondocumentation: Remove explicit filename after @file.
2012-11-28 Matthias Braunmove is_liveness_node to irlivechk header and share...
2012-10-24 Matthias Braunmake statev API public
2012-10-24 Matthias Braunrework timer API
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
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-21 Matthias Braunirlivechk: remove need to pass in a DFS structure
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunno conservative recalculation of everything in irlivechk
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-11 Michael Beck- typos fixed
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-06-23 Matthias Braunanchor nodes are not real liveness users
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-04 Matthias Braun- introduce an "end-block" to the absgraph, so the...
2007-09-10 Sebastian HackAdapted to new statev
2007-08-17 Sebastian HackDropped some consts
2007-07-23 Sebastian HackAdded if for unreachable blocks
2007-07-17 Christoph MallonGC unused variables.
2007-07-12 Matthias Braundisable dumping (we need a flag for this)
2007-07-11 Sebastian HackAdded a new version of the live chk
2007-06-30 Matthias Braunmakefile updates
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-21 Sebastian HackFixed a bug and added stat events
2007-06-17 Matthias Braunfix warnings
2007-06-13 Sebastian HackFixed some bugs and started statistic code
2007-06-12 Sebastian HackMade it more sensible concerning endless loops
2007-05-13 Matthias Braundon't spam source folders with graphs, warn when execut...
2007-05-11 Matthias Braunfix when debug mode is disabled
2007-05-10 Michael Beckupdated header
2007-05-10 Michael BeckAdded new header
2007-05-10 Sebastian HackAdded generic Depth First Search facility