Initial commit of morgans spilling algorithm (spill unused values that live through
[libfirm] / ir / be / benode.c
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-05-19 Christian Würdigis_be_irn is now public (needed for stats)
2006-05-08 Sebastian HackIn-Array in be_new_IncSP was too small.
2006-05-02 Sebastian HackAdded modify_sp flag for (Add|Inc|Set)SP
2006-04-11 Sebastian HackMinor changes
2006-04-10 Michael Beckbe_Return nodes now have an attribute telling the numbe...
2006-04-06 Michael Beckfixed return type of be_set_IncSP_pred()
2006-04-04 Christian Würdigadded function to set be_IncSP pred
2006-04-04 Michael Beckbe_get_IncSP_mem() added
2006-04-03 Michael Beckadd more info for be_Call and be_IncSP
2006-04-03 Michael Beckbe numbers have the be_ prefix to distinguish them...
2006-03-31 Christian Würdigadded functions to get copy op
2006-03-31 Michael BeckBugFix:
2006-03-30 Michael Beckreordered if for faster execution
2006-03-30 Christian Würdigremoved some unused variables
2006-03-30 Michael Beckbe_Call has now dbg_info argument and call type attribute
2006-03-28 Michael Beckbe_Return constructor now takes a debug info
2006-03-25 Michael Beckmake the names of the be_stack_dir_t more understandable
2006-03-23 Sebastian HackFixed a bug in CopyKeep
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-22 Sebastian HackAdded phi handler
2006-03-20 Sebastian HackFixed reload at end of block placement
2006-03-17 Sebastian HackFixed a bug concernign the placement of spill nodes
2006-03-17 Sebastian HackFixed spill placement in start block
2006-03-16 Sebastian HackSome new nodes and some obsolote removed
2006-03-15 Sebastian HackAdded CopyKeep
2006-03-14 Daniel Grund*** empty log message ***
2006-03-10 Sebastian Hackfixed some bugs
2006-03-09 Sebastian HackFixed some bugs
2006-03-09 Sebastian HackRemoved AddSP in favor of Alloca node
2006-03-09 Christian Würdigrenamed op_XXX to op_be_XXX
2006-03-08 Christian Würdigchanged irn param to const in get_... functions
2006-03-07 Daniel GrundBugfix
2006-03-07 Sebastian HackSeveral changes
2006-03-03 Christian Würdigfixed function param types to const
2006-03-03 Sebastian HackAdapted to changes in ABI handling
2006-03-02 Sebastian HackSeveral bugfixes
2006-03-01 Sebastian HackAdded mem dependency for IncSP
2006-02-28 Sebastian HackSeveral changes
2006-02-24 Michael BeckBugFix: index calculation
2006-02-24 Sebastian HackSeparated dominance frontier calculations again
2006-02-23 Sebastian HackFixed some bugs
2006-02-23 Sebastian HackChanged API of RegParams
2006-02-23 Sebastian HackFixed some bugs
2006-02-23 Sebastian HackAdded some stuff
2006-02-23 Sebastian HackAdded some nodes
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-02-16 Sebastian HackAdded register requirements transfer function
2006-02-16 Sebastian HackNot yet finished
2006-01-30 Christian Würdigfixed perm insertion
2006-01-28 Christian Würdigfixed dumper
2006-01-27 Michael Beckadded get_next_ir_opcodes() to allow allocation of...
2006-01-27 Michael BeckKeep flag added to the Keep Node
2006-01-27 Sebastian HackMinor changes.
2006-01-26 Daniel GrundChanged spill offsets to spill entities
2006-01-25 Sebastian HackMinor changes
2006-01-25 Christian Würdigadded some missing casts
2006-01-24 Christian Würdigfixed node dumper
2006-01-23 Christian Würdigadded interface layer for irn_ops
2006-01-20 Sebastian HackModified dumping of spill nodes
2006-01-18 Sebastian HackFixed some bugs
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-17 Sebastian HackAdded new_Keep
2006-01-13 Sebastian HackRe-implemented constraint handling
2006-01-12 Daniel Grundadded some getters setters. changed a name. put them...
2006-01-12 Sebastian HackPrototypely implemented constrained coloring
2006-01-09 Christian Würdigfixed indents
2006-01-04 Adam Szalkowskifunction pointer at wrong position in static struct...
2005-12-23 Sebastian Hack*** empty log message ***
2005-12-21 Daniel GrundBugfix in liveness.
2005-12-20 Daniel Grund*** empty log message ***
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-15 Sebastian HackBe nodes support special dumping now
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-20 Adam SzalkowskiAdapted to API changes of new_ir_op
2005-08-26 Daniel GrundBugfixes
2005-08-16 Sebastian HackMisc changes
2005-07-29 Sebastian HackModified everything
2005-07-29 Sebastian HackAdded phi perm inserter
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-22 Daniel GrundBugfix of hack: liveness ana for perm insertion.
2005-07-19 Daniel GrundExtended perm insertion by setting the colors of the...
2005-07-15 Sebastian HackSmall bugfixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Michael Beckconfig.h include added
2005-06-09 Daniel GrundAdded SSA destruction. Bugfixes, small improvements.
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