amd64: small changes w.r.t. stack alignment.
[libfirm] / ir / be / bespillbelady2.c
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonRemove unused variable.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Michael Beck- fixed typos
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-03-16 Sebastian HackBelady2 fixes
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-05 Matthias Braunfix after bespillbelady.h is removed
2007-10-15 Christoph MallonFix wrong assert condition. The assert could never...
2007-10-15 Sebastian HackAdapted to Matze's changes
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-12 Sebastian HackDeveloped further... might be unstable. so don't use...
2007-09-09 Sebastian HackAn improved (?) version
2007-08-31 Matthias Braunfix warning
2007-08-17 Sebastian HackAdded a new order for the blocks.
2007-08-16 Sebastian HackFixed help
2007-08-14 Sebastian HackFixed a bug
2007-08-14 Sebastian HackAdded misc stuff
2007-08-13 Matthias Braunno need for 2 main functions
2007-08-09 Sebastian HackRewrote the state tramsaction handling.
2007-08-08 Sebastian HackFixed a bug concerning recursion.
2007-08-07 Sebastian HackHandle ignore nodes as operands of Phis (Unknowns for...
2007-08-07 Sebastian HackFixed compare function.
2007-08-06 Sebastian Hackbetter treatment of costs
2007-08-06 Sebastian HackImproved memory management
2007-08-05 Sebastian HackFixed (some) memory leaks.
2007-08-05 Christoph MallonMinor cleanup (trailing whitespace etc.).
2007-08-05 Sebastian HackFixed again some bugs
2007-08-04 Sebastian HackFixed several bugs
2007-08-03 Sebastian HackFixed several bugs
2007-08-03 Sebastian HackAdded proper phi spilling
2007-08-02 Sebastian HackAdded a belady version with a different global pass.