change register allocator and related interfaces to use ir_graph* instead of be_irg_t*
[libfirm] / ir / be / beirgmod.h
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2008-01-02 Michael Beckupdate copyright message
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigremoved unused code
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-02-14 Matthias Braunno need for kill_dead_nodes, use edges_deactivate;...
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-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-09-04 Matthias Brauna function to remove blocks that just contain a jump
2006-07-31 Sebastian HackAdapted to new liveness
2006-06-05 Adam Szalkowskirestoring old version - changes were unnecessary
2006-05-30 Adam Szalkowskicommitting ilp based spilling
2006-03-22 Sebastian HackAdded prototype for insert_Perm_after
2006-03-15 Michael Beckmissing include added
2006-03-07 Sebastian HackAdded some convenience functions
2006-02-28 Sebastian HackModified ssa construction routines
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-02-16 Daniel GrundAdded stub for new be_introduce_copies...
2006-01-25 Daniel GrundAdded convinience function be_introduve_copies_pset
2005-12-08 Sebastian HackMade everything really kaputt
2005-08-16 Sebastian HackMisc changes
2005-06-16 Sebastian HackRecent version :-)
2005-06-02 Sebastian HackAdded beirgmod and benode