belive: Inline be_lv_remove() into its only caller.
[libfirm] / ir / be / belive.c
2012-12-17 Christoph Mallonbelive: Inline be_lv_remove() into its only caller.
2012-12-14 Christoph Mallonbesched: Change sched_foreach_reverse_from(sched_prev...
2012-12-12 Matthias Braunremove license stuff from files
2012-12-03 Christoph Mallonbelive: Remove the visited bitset for liveness calculation.
2012-12-03 Christoph Mallonbelive: Directly pass the flags to set to live_end_at_b...
2012-12-03 Christoph Mallonbelive: Avoid duplicate map lookups when calculating...
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_FZ().
2012-11-28 Christoph Mallonbearch: Use be_foreach_use() in more places.
2012-11-28 Christoph Mallonbearch: Make the register requirements an output parame...
2012-11-28 Matthias Braunintroduce be_lv_foreach_cls and use it
2012-11-28 Matthias Braunmove is_liveness_node to irlivechk header and share...
2012-11-28 Matthias Braunrework liveness dumper
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-26 Matthias Braunslightly optimize liveness code
2012-11-26 Matthias Braunremove irprintf_t.h; only unused stuff in it
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from belive.h.
2012-11-24 Christoph Mallonbelive: Change be_liveness_nodes_live_at() to be_livene...
2012-11-13 Christoph MallonLet be_foreach_definition() declare the value variable.
2012-10-24 Matthias Braunmake statev API public
2012-08-21 Matthias Braunuse be_foreach_definition in liveness_transfer
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Matthias Braunremove write-only bitset
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-21 Matthias Braunirlivechk: remove need to pass in a DFS structure
2011-12-05 Matthias Braunbelive: move dumper to bedump, checker to beverify
2011-11-14 Matthias Braunremove irbitset.h
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunbelive: use sparse hashmap for block->data mapping
2011-05-24 Andreas Zwinkautypo
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
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 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
next