big refactoring of arch_XXX functions
[libfirm] / ir / be / bespill.c
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-18 Christian Würdigfixed typo
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-09 Matthias Braun- Fixed bugs in schedule verifier
2006-08-08 Matthias Braun- improve scheduling of memperm
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-01 Christoph MallonGive function a return type
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-24 Christian Würdigcompute spill slots per register class
2006-07-06 Matthias Braun- fix problems when phi values where spilled by morgan...
2006-07-03 Matthias Braun- placing be_copies is now an extra spill phase (to...
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-14 Michael Beckin assign_entities(): do not increase the frame if...
2006-06-12 Matthias Braun- don't place copies between proj cascades
2006-06-12 Matthias Braun- place copies in a separate walk before the belady...
2006-06-12 Matthias Braunfixed bug where morgan spiller was spilling more values...
2006-06-09 Matthias Braun- call be_spill_phi if we remove phis from belady block...
2006-06-09 Matthias Braun- There is a difference between spilling a whole phi...
2006-06-08 Matthias Braun- Fixed bug in spilling: phi nodes that depend on itsel...
2006-06-08 Matthias Braun- make belady handle dont_spill nodes correctly again...
2006-06-08 Matthias Braun- fix wrong verify warnings about phi nodes using value...
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-06-07 Matthias Braunfix a few memory leaks
2006-05-29 Christian Würdiguses bitsets to determine already visited phi nodes...
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-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-10 Christian Würdigset default in to bad when spilling phis
2006-05-02 Christian Würdigfixed set compare fucntion arguments
2006-05-02 Michael Beckcast added to supress gcc warning
2006-04-28 Christian Würdigchanged from pset to set for phi-spill assoc
2006-04-28 Christian Würdigfixed (?) be_spill_phi
2006-04-21 Michael BeckBugFix: qsort compare function for soill slots
2006-04-20 Michael Beckenambled the BUGGY_REMAT simple rematerializer: only...
2006-04-07 Christian Würdigfixed indents
2006-03-31 Christian Würdigremoved ;
2006-03-31 Michael Beckused arch_get_irn_reg_class() to save 4 lines
2006-03-31 Michael BeckFixed construction of spill-slots and frame type. Aligm...
2006-03-30 Michael Beckadded be_set_spill_env_dbg_module() to access anonymous...
2006-03-30 Michael BeckFixed spill slot calculation: use largest mode for...
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Daniel Grundenabled right defines
2006-03-22 Daniel Grundimplemented remats and deactivated them
2006-03-22 Michael Beckreplaced malloc by xmalloc and NEW_ARR_A
2006-03-14 Daniel GrundBugfixes related to pos-changes of the spill node
2006-03-09 Sebastian HackThe spill entities are copied to the respective reloads...
2006-03-07 Daniel GrundBugfix
2006-03-07 Sebastian HackAdapted to changes in benode_t.h
2006-03-02 Daniel GrundIndentation
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-28 Sebastian HackModified ssa construction routines
2006-02-21 Michael Beckcreate a map of spill types to reduce the amount of...
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-26 Daniel GrundChanged spill offsets to spill entities
2006-01-18 Daniel Grundcomments
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-16 Daniel GrundAdded a computation for spill-slot (offset) assignment.
2006-01-05 Michael Beckmissing include added
2005-12-16 Daniel GrundAdded perms for contrained instructions
2005-12-15 Sebastian HackBe nodes support special dumping now
2005-12-13 Christian Würdigadded missing inlcude
2005-12-08 Sebastian HackMade everything really kaputt
2005-12-02 Michael BeckC99 features removed
2005-10-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
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-30 Sebastian HackMinor changes
2005-09-30 Sebastian HackMore generalization
2005-09-30 Daniel Grundcommon spilling things