- Split bearch.h correctly into bearch.h and bearch_t.h
[libfirm] / ir / be / beilpsched.c
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-06 Christoph MallonFix build: add missing typedef for ir_phase and more...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-19 Matthias BraunThe big committ:
2007-03-18 Christian Würdigremoved unused variable
2007-03-18 Christian Würdigfixed precedence constraint
2007-03-16 Christian Würdigadded more statistics
2007-03-16 Christian Würdigadded missing include
2007-03-15 Christian Würdigadded some statistics
2007-03-15 Christian Würdigfallback to list scheduler when ILP fails
2007-03-15 Christian Würdigremoved dead node constraint
2007-03-14 Christian Würdigremoved some unused variables
2007-03-14 Christian Würdigadded branch handling (schedule branches always last)
2007-03-13 Christian Würdigadded support of live-in variables
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-02-02 Christian Würdigonly schedule Projs having at least one user
2007-01-31 Christian Würdigchanged some default values (dead vs alive node constra...
2007-01-28 Christian Würdigextended lpp-matrix statistics
2007-01-27 Christian Würdigremoved debug setmask
2007-01-26 Christian Würdigmoved macro to iterate over link field from beilpsched...
2007-01-19 Christian Würdigfix Unknown handling
2007-01-15 Christian Würdigremoved debugging printf
2007-01-15 Christian Würdigfixed wrong heights_recompute (block walk inside block...
2007-01-12 Matthias Braunfix warnings
2007-01-10 Christian Würdigconsider node latency now when sorting nodes for scheduling
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Matthias Braunwarning fixes
2006-12-08 Christian Würdigfixed max_steps calculation
2006-12-07 Christian Würdigremoved some unused functions
2006-12-05 Christian Würdigsome fixups for latency
2006-12-04 Christian Würdigfinished pressure constraints
2006-11-27 Christian Würdigadded new constraints
2006-11-23 Christian Würdigfinished ILP scheduler (apply calculated schedule to...
2006-11-15 Christian Würdigadded options
2006-11-07 Christian Würdiguse only one variable for each unit type instead one...
2006-11-02 Christian Würdigfinalized ilp scheduler
2006-10-24 Christian Würdiginitial checkin of ILP scheduler, NOT FULLY IMPLEMENTED...