beuses: Remove stale start loop test.
[libfirm] / ir / be / bespillutil.c
2012-12-04 Matthias Braunremove commented out code
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-03 Matthias Braunmark stores in int->float, float->int and float->float...
2012-11-30 Christoph Mallonbespillutil: Remove unnecessary case.
2012-11-30 Christoph Mallonbespillutil: Inline be_add_reload2() into its only...
2012-11-30 Christoph Mallonbespillutil: Remove the write-only attribute can_spill_...
2012-11-29 Christoph Mallonbe: Simplify places, which still assumed, that Projs...
2012-11-29 Christoph Mallonbespillutil: Remove the unusd function be_add_reload_at...
2012-10-24 Matthias Braunmake statev API public
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-06-27 Matthias Braunmake spiller more deterministic
2012-02-09 Matthias Braunbe: fix phi constraints double width values
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-09 Michael BeckImproved comment, small cosmetic.
2011-06-09 Michael BeckFixd typo.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunminimize number of build variants: always enable statistics
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunremove unused be_add_remat function
2011-03-04 Matthias Brauncleanup listscheduler code
2011-03-04 Matthias Brauncleanup besched header
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-07-06 Matthias Braunfix a few warnings/bugs in optimized mode
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-03 Matthias BraunCopyKeeps have mostly Keep-like semantics too - make...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-31 Matthias Braunfix rematerialisation code to not ask Proj nodes for...
2009-08-14 Christoph MallonSkip projs before getting backend flags.
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...