LC_OPT_ENT_BOOL needs an int
[libfirm] / ir / be / bespillbelady.c
2009-09-11 Matthias BraunLC_OPT_ENT_BOOL needs an int
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-14 Christoph MallonSkip projs before getting backend flags.
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-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
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-07 Matthias Braunand again
2008-10-07 Matthias Braunagain
2008-10-07 Matthias Braunanother test
2008-10-07 Matthias Braunanother fix for the delayed phi problem, mark memperms...
2008-10-06 Matthias Brauntry to never put phis into pending
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-01 Matthias Braunfix endless loops
2008-10-01 Matthias Braunsimplify and speedup belady/loopana a bit
2008-09-30 Matthias Brauncleanup statistics stuff
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-18 Michael BeckC99 feature removed
2008-09-18 Matthias Braunadd a bunch of commandline options for easier benchmark...
2008-09-02 Matthias Braunfix too conservative delay taking step
2008-07-24 Matthias Braunfix some phis not getting spilled correctly
2008-07-24 Matthias Braunexperimental improvements for cases where all preds...
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevive belady late spilling
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-15 Matthias BraunBelady optimisation:
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-02 Michael Beckupdate copyright message
2007-11-05 Matthias Braunwe can't be sure that phis aren't used anymore when...
2007-11-05 Matthias Braunprefer rematerializable values when spilling, fix bug...
2007-11-05 Matthias Brauncopy the belady3 changes to belady (only cleanups so...
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-23 Michael Becktemporary disable "manual" spill due to probles with...
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-15 Matthias Braunfix problems with multispill/belady
2007-10-15 Matthias Braunrematerialized values are like reloads
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-09-18 Matthias Braunuse register class flags to determine which classes...
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-08 Matthias Braunoptimize next_use calculation (quadratic in number...
2007-05-18 Matthias Braunrework rematerialisation code to look at execution...
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-06 Christoph MallonMake be_spill_belady() static.
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braundon't call be_spill_phis for phis of other reg classes
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-28 Christian WürdigBugFix: spill delayed phis which are not in start workset
2007-03-19 Matthias BraunThe big committ:
2007-02-23 Christian Würdigfixed wrong assert
2007-02-23 Matthias Braunthe delayed nodes are also counted in register pressure...
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-21 Christian Würdigcheck register pressure in loops for variables, selecte...
2007-02-16 Matthias Braunremove old unused code from belady, improve schedule...
2007-01-30 Matthias Braunreconstruct looptree for belady spiller when needed
2007-01-30 Matthias Braunno need for bechordal_env in spiller interface anymore
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-12 Matthias Braunmake belady and morgan spillers independent from chorda...
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-13 Christian Würdigbe_add_reload now takes reload register class as additi...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-17 Matthias Braunworkaround for morgan/belady interaction problems
2006-09-12 Matthias Braunfix morgan spiller when breaking out of multiple loop...
2006-09-08 Matthias Braunmake belady look for uses beyond block borders
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ürdigBugFix: remove values which are dead for sure from...
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-07-31 Sebastian HackAdapted to new liveness
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 Matthias BraunWe might have Phi-Arguments that should not be consider...
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- fix belady bug: don't abort search for phis when...
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- removed now obsolete code
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-06-02 Christian Würdigfixed indent
2006-06-01 Matthias Braun- belady spiller places its copy nodes smarter now
2006-05-31 Matthias Braun- oops, debug code was in cvs
next