cleanup irphase: phase_reinit is a special case and doesn't polute the main callback...
[libfirm] / ir / be / belive.c
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-05-19 Matthias Braunremove impl.h - stupid concept leading to unreadable...
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
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.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-05-08 Michael Beck- turn while into do-while
2008-11-15 Michael Beck- removed LV_COMPUTE_SORTED define and associated qsort...
2008-11-13 Michael Beck- some cosmetic changes
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Michael Beck- remove expensive is_liveness_node() calls from livene...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused function be_liveness_nodes_live_at_in...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braundisable some expensive statevs
2008-07-31 Sebastian BuchwaldCall free functions.
2008-07-26 Michael Becktypo fixed
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-01-11 Michael BeckC99 features removed
2008-01-11 Matthias Braunrefactor time measurement
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-15 Matthias Braunmake ir_node *irn const for liveness_remove
2007-10-10 Matthias BraunNo need to calculate liveness of NoMem
2007-09-10 Sebastian HackAdapted to new statev
2007-08-17 Sebastian HackChanged API of liveness
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-11 Sebastian HackCosmetic changes
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-22 Matthias Braunremoved wrong comment
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-16 Sebastian HackAdded a first version of a Perm mover.
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-12 Matthias Braunfix totally broken code for doubling memory of block...
2007-05-22 Matthias Braunliveness variants with ir_nodeset_t
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-04 Christoph MallonFix incorrect range check in liveness (s/<=/</).
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunwarning fix, documentation improvements
2007-03-19 Matthias BraunThe big committ:
2007-02-14 Christian Würdigadded function get nodes nodes live at another includin...
2007-01-31 Michael Becktypo fixed
2007-01-24 Matthias Braunassure doms when calculating liveness
2006-12-11 Matthias Braun- Several warning fixes
2006-08-22 Matthias Braun- More verification checks before code emit
2006-08-08 Matthias Braun- make liveness computation ignore end node (to avoid...
2006-08-08 Matthias Braun- compute liveness for (nearly) all nodes
2006-08-08 Sebastian HackAdded support for memory phis in liveness
2006-08-04 Matthias Braunfix a few more warnings
2006-07-31 Sebastian HackAdapted to new liveness
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-16 Sebastian HackCosmetic changes
2006-04-08 Michael BeckAdded an assertion to find next time wrong compare...
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael Beckadd some comments
2006-03-17 Sebastian HackMoved several functions here.
2006-03-16 Sebastian HackLiveness dumping is dead
2006-01-20 Sebastian HackLiveness information is now dumped to vcg files
2005-12-14 Daniel Grundbe_liveness_dumpto
2005-08-29 Daniel GrundBefore benchmarking
2005-08-28 Sebastian HackAdded dominance checker
2005-08-16 Sebastian HackMisc changes
2005-07-15 Sebastian HackSmall changes
2005-06-16 Sebastian HackRecent version :-)
2005-01-31 Sebastian HackFixed liveness in loops an phi functions.
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2004-12-21 Michael Beckconfig.h added
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.