we don't need no stinking selfs
[libfirm] / ir / be / benode_t.h
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the irn_handler stack.
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-05-21 Michael Beck- placed phi_handler into the be_main environment,...
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-01-02 Michael Beck- implemented be_Unwind
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-10-02 Matthias Braun- Route esp through calls
2007-10-01 Matthias Braunmark methods with lowered struct params, correctly...
2007-09-20 Matthias Braunadd an be_node_add_flags function
2007-09-19 Christoph MallonGet rid of be_SetSP.
2007-08-30 Matthias Braunadd be_get_FrameAddr_entity
2007-08-27 Matthias BraunSimplify backends by removing unnecessary constructs:
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-06-16 Sebastian HackAdded a first version of a Perm mover.
2007-06-15 Michael Beckbe_get_FrameAddr_frame() added
2007-06-14 Michael Beckdoxygen comment added
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-30 Michael BeckDo not waste an opcode number. This ensures the 1:1...
2007-05-11 Christian Würdigadded some defines for node inputs
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
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-03-23 Matthias Braunallow explicit setting of phi register requirements
2007-03-01 Matthias Braun- make spillslot coalescer pickup float-int convert...
2007-02-08 Matthias Braunadd be_is_SubSP and fix some oparities
2007-01-26 Christian Würdigre-added stack pointer to spills and reloads
2007-01-11 Christian Würdigadded function to get frame offset
2007-01-10 Christian Würdigadded function declaration
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-12 Christian Würdigremoved frame pointer input from spills and reloads
2006-09-08 Michael Beckbe_SubSP node added
2006-08-28 Sebastian HackSeveral bug fixes
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-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-10 Sebastian HackAdded pn_... stuff for AddSP
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-06-28 Adam Szalkowskiadded function for setting spill context
2006-06-12 Matthias Braun- don't place copies between proj cascades
2006-06-02 Christian Würdigadded get/set for CopyKeep operand
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-09 Sebastian HackAdded a comment
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 Beckimplemented nodeset: a pointer set using node numbers...
2006-04-02 Michael Beckadd missing op_be_CopyKeep
2006-03-31 Christian Würdigadded functions to get copy op
2006-03-31 Michael BeckBugFix:
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-22 Sebastian HackAdded phi handler
2006-03-21 Sebastian HackFixed bug with in constraints of Calls
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 GrundBugfixes related to pos-changes of the spill node
2006-03-10 Sebastian HackAdded some enums for position description
2006-03-09 Sebastian HackRemoved AddSP in favor of Alloca node
2006-03-09 Christian Würdigadded missing prototypes
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 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-01 Sebastian HackAdded mem dependency for IncSP
2006-02-28 Sebastian HackSeveral changes
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-16 Sebastian HackAdded register requirements transfer function
2006-02-16 Sebastian HackNot yet finished
2006-01-27 Sebastian HackMinor changes.
2006-01-26 Daniel GrundChanged spill offsets to spill entities
2006-01-25 Sebastian HackMinor changes
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
2005-12-15 Sebastian HackBe nodes support special dumping now
2005-12-08 Sebastian HackMade everything really kaputt
2005-08-16 Sebastian HackMisc changes
2005-07-29 Sebastian HackAdded phi perm inserter
2005-07-15 Sebastian HackSmall bugfixes
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
next