- removed C99 features
[libfirm] / ir / be / benode.c
2007-03-01 Michael Beck- removed C99 features
2007-03-01 Matthias Braun- just to announce my last committ :) Make Barrier...
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-02-23 Matthias Braunuse ARR_LEN and don't save length of registers separate...
2007-02-08 Matthias Braunadd be_is_SubSP and fix some oparities
2007-01-31 Michael Beckremoved unused parameter pos
2007-01-26 Christian Würdigre-added stack pointer to spills and reloads
2007-01-24 Christian Würdigadded: one can set register class of a be_node to NULL...
2007-01-11 Christian Würdigadded function to get frame offset
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigbeautified a function
2006-12-12 Christian Würdigremoved frame pointer input from spills and reloads
2006-09-08 Michael Beckbe_SubSP node added
2006-08-30 Michael Beckbe_Call is now a fragile op (like Call). This allows...
2006-08-29 Sebastian HackAdded setDebug() to heur 3
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-28 Adam Szalkowskiwe NEED to insert reloads at the end of a basic block...
2006-08-27 Matthias Braun- Fix perform_memop stuff in bechordal_main after adams...
2006-08-26 Adam Szalkowskiperform_memory operand now takes a spill instead of...
2006-08-24 Matthias Braun- New callback to ask nodes about constant stack pointe...
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-11 Christian Würdigadded new callback to set frame entity
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-10 Sebastian HackFixed a bug in benode.c
2006-08-10 Sebastian HackSet register of AddSP res Proj
2006-08-10 Sebastian HackFixed a bug in register class handling of AddSP
2006-08-04 Matthias Braunwarning fix
2006-08-04 Matthias Braun- new spillslots dump phase
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-07-22 Christian Würdigset debug information for be_Call
2006-06-28 Adam Szalkowskiadded fuction for setting spill context
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-14 Michael Beckspeed up the FrameAddr attribute compare function
2006-06-14 Michael Beckbe_FrameAddr can now be CSE'd
2006-06-12 Matthias Braun- don't place copies between proj cascades
2006-06-02 Christian Würdigadded get/set for CopyKeep operand
2006-06-02 Christian Würdigslightly extended node dump
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
next