- belady spiller places its copy nodes smarter now
[libfirm] / ir / be / bespillbelady.c
2006-06-01 Matthias Braun- belady spiller places its copy nodes smarter now
2006-05-31 Matthias Braun- oops, debug code was in cvs
2006-05-31 Matthias Braun- use foreach_out_edge_safe in remove_copies
2006-05-29 Matthias Braun* changed verfier to handle delay_slots (theoretically...)
2006-05-26 Matthias Braun- removed code from belady spiller that removes unused...
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-05-26 Matthias Braun- fix wrong usage of sched_add_before
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-10 Christian Würdigchanged name of debug module
2006-04-21 Michael Beckused foreach_pset() for clarification
2006-04-11 Michael BeckMIN is now in irtools.h
2006-04-07 Christian Würdigfixed indents
2006-03-31 Christian Würdigadded functions to get copy op
2006-03-30 Michael Beckused new be_set_spill_env_dbg_module()
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-16 Sebastian HackFixed a bug with ignore nodes
2006-03-14 Daniel GrundBugfixes related to pos-changes of the spill node
2006-03-07 Daniel GrundBugfix
2006-03-07 Sebastian HackAdapted to changes in benode_t.h
2006-03-03 Christian Würdigfixed function param types to const
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-22 Daniel GrundImproved start sets for blocks with one pred.
2006-02-20 Daniel GrundBugfix
2006-02-16 Daniel GrundSmall improvement for iteraters of the working sets
2006-02-13 Daniel GrundAdded support for ignore nodes and ignor colors to:
2006-01-20 Sebastian HackSome small debug output added
2006-01-19 Daniel GrundFixed bug with wrong assert.
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-16 Daniel Grundadded removal of introduced copies for phi-spill
2006-01-16 Daniel GrundAdded a computation for spill-slot (offset) assignment.
2005-12-08 Sebastian HackMade everything really kaputt
2005-12-02 Michael BeckC99 features removed
2005-11-22 Christian Würdigfixed wrong register request index
2005-10-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
2005-10-10 Daniel Grundbugfixes
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-30 Daniel Grund*** empty log message ***
2005-09-30 Daniel Grundadapted belady to new spill.h
2005-09-29 Daniel Grunda new better version.
2005-09-29 Daniel Grundbelady spiller, initial version