change register allocator and related interfaces to use ir_graph* instead of be_irg_t*
[libfirm] / ir / be / bechordal_t.h
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-03-09 Matthias Braunnew register allocator
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
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-01-02 Michael Beckupdate copyright message
2007-05-01 Michael Beckremoved useless includes
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckFixed bad memory leak:
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-02-05 Matthias Braunmagic only needed in debug mode
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-04 Matthias Braun- new spillslots dump phase
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-01 Sebastian HackFixed some bugs
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-17 Adam Szalkowskiremoved the old ilp based spiller and the appel spiller...
2006-07-11 Sebastian HackAdded/modified exec freq
2006-06-28 Christian Würdigfixed options for spill selector
2006-06-23 Christian Würdigadded backend timing facility
2006-06-01 Christian Würdigadded additional ifg flavour options
2006-05-30 Adam Szalkowskicommitting ilp based spilling
2006-05-30 Christian Würdigadded option for verifier
2006-05-24 Matthias Braun- Don't use morgan spiller as default until it is as...
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-16 Sebastian HackAdded Park/Moon Flag
2006-05-02 Sebastian HackSmall changes
2006-05-02 Christian Würdigcopyopt statistics is now a commandline switch instead...
2006-05-01 Christian Würdigadded copy min heuristic 2 to options
2006-04-20 Christian Würdigsubstituted copymin ilp option with ilp1 and ilp2
2006-04-19 Christian Würdigadded additional option for copymin (can be switched...
2006-04-05 Sebastian HackGet additional ignore registers from ABI
2006-04-03 Christian Würdigregister options for cmdline
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-22 Sebastian HackAdded prototype for checker
2006-03-15 Michael Beckremoved dependency, added firm_config.h include
2006-03-07 Sebastian HackSmall bugfix
2006-03-03 Sebastian HackMade be_irg_t to const
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-24 Christian Würdigchanged signed into int to make gcc happy
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-27 Sebastian HackRe-implemented constraint coloring
2006-01-24 Sebastian HackSome minor changes
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-12 Sebastian HackPrototypely implemented constrained coloring
2006-01-09 Christian Würdigfixed DUMP const for belower
2006-01-09 Christian Würdigadded DUMP const for belower
2005-12-20 Daniel Grundadded option for dumping after contraint perms
2005-12-16 Christian Würdigadded options for perm lowering
2005-12-08 Sebastian HackMade everything really kaputt
2005-08-16 Daniel Grundchanged IF_EDGE_HASH
2005-08-16 Sebastian HackMisc changes
2005-07-29 Sebastian HackModified everything
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-11 Sebastian HackAdded new arch interface
2005-05-11 Daniel Grundadded some stuff for ifg
2005-05-11 Daniel Grundadded nodes to if-graph
2005-03-31 Daniel GrundAdded getter for if-graph
2005-01-26 Sebastian HackNew internal regalloc header