Remove the unused parameter const arch_env_t *arch_env from be_liveness_nodes_live_at().
[libfirm] / ir / be / beirgmod.c
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-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-01 Moritz KrollReroute End-keep edges when creating critical edges...
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-06-16 Michael Beckinvalidate loop-info if blocks were removed
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-03-31 Christoph MallonMove Syncs out of the way before removing a block.
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-10-29 Matthias Braunfix remove_empty_blocks (don't use a generic walker...
2007-10-10 Matthias Braun"empty" blocks might still contain Pin nodes
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-30 Andreas Schösserchanged inline to INLINE, removed C99
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 Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-19 Matthias BraunThe big committ:
2007-02-14 Matthias Braunno need for kill_dead_nodes, use edges_deactivate;...
2007-02-14 Christian Würdigwalk over block outs when killing dead nodes
2007-02-13 Christian Würdigignore End as user when constructing SSA (it's a keep...
2007-02-11 Christian Würdigadded comment
2007-01-31 Michael Beckbe_remove_empty_blocks() now return non-zero if the...
2007-01-25 Michael Beck- dominance frontier now uses lists instead of sets...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-09-21 Christian Würdiginvalidate outs when removing empty blocks
2006-09-12 Adam Szalkowskisome more debug output if no definition for a value...
2006-09-06 Matthias Brauncosmetics
2006-09-06 Matthias Braunremove debug printf
2006-09-06 Matthias Braun- commented out be_ra_chordal_verify, an algorithm...
2006-09-04 Matthias Braunforgot to add remove_empty_blocks
2006-09-04 Matthias Braunset preds to bad for removed nodes
2006-08-24 Adam Szalkowskido not schedule phi_M
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-03 Matthias Braun- placing be_copies is now an extra spill phase (to...
2006-06-05 Adam Szalkowskirestoring old version - changes were unnecessary
2006-05-30 Adam Szalkowskicommitting ilp based spilling
2006-03-31 Michael Becktypos fixed
2006-03-30 Christian Würdigremoved explicit set of debug mask
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-28 Michael BeckFixed memory leak
2006-03-24 Sebastian HackCreating Bads instead of Unknowns
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-17 Sebastian HackCosmetic changes
2006-03-07 Sebastian HackAdded some convenience functions
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-28 Sebastian HackModified ssa construction routines
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-23 Sebastian Hack*** empty log message ***
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-02-21 Christian Würdigfixed missing "
2006-02-16 Daniel GrundAdded stub for new be_introduce_copies...
2006-01-25 Daniel GrundAdded convinience function be_introduve_copies_pset
2006-01-25 Sebastian HackCosmetic Changes
2005-09-29 Daniel Grunda new better version.
2005-08-26 Daniel GrundBugfixes
2005-08-16 Sebastian HackMisc changes
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-27 Sebastian HackFixed beirgmod and introduced some debugging prints...
2005-07-26 Daniel Grund*** empty log message ***
2005-07-26 Sebastian HackFixed dom front computation
2005-07-22 Daniel GrundCommit of fixes done together. My fixes of today are...
2005-07-21 Sebastian HackConsidering already present phi nodes also as copies...
2005-07-15 Sebastian HackFixed a bug
2005-06-16 Sebastian HackSome fixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Michael Beckconfig.g include added
2005-06-08 Sebastian HackMoved insert_Perm_after to benode.c
2005-06-07 Sebastian HackAdded insert_Perm and be_*_main_env_t
2005-06-02 Sebastian HackAdded beirgmod and benode