- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / beirgmod.c
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