typo fixed
[libfirm] / ir / be / beilpsched.c
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
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-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-09-10 Sebastian HackAdapted to new statev
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-21 Sebastian HackAdapted to stat events
2007-06-18 Michael Beckreplaced LC_OPT_ENT_NULL by LC_OPT_LAST
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigphase takes now additional param on init
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...