Use module mechanism to register copy minimization algorithms.
[libfirm] / ir / be / becopyopt.h
2009-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-09-04 Sebastian Buchwald- removed remnant of copyheur3
2009-09-04 Thomas BerschInitial version of PBQP copy minimization.
2008-10-11 Christoph MallonRemove the unused parameter const copy_opt_t *co from...
2008-08-01 Matthias Braunavoid long long in public API
2008-01-02 Michael Beckupdate copyright message
2007-05-14 Christian Würdigremoved unused function
2007-05-01 Michael Beckremoved useless includes
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigadded new heur4
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-09-12 Michael Beckreplaced long long by long64 type
2006-09-11 Sebastian HackMore statistics
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-01 Sebastian HackFixed some bugs
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-11 Sebastian Hackadapted cost function signature
2006-05-16 Sebastian HackTiny changes
2006-05-16 Sebastian HackAdded stub for calling Kimon's Park/Moon module
2006-05-02 Sebastian HackAdded Appel dumping
2006-05-02 Christian Würdigfixed comment
2006-05-02 Christian Würdigcopyopt statistics is now a commandline switch instead...
2006-03-24 Daniel GrundRenaming of a type.
2006-03-23 Daniel GrundComments
2006-03-15 Michael Beckremoved dependency
2006-03-10 Daniel GrundRefactoring
2006-03-09 Daniel GrundNext step of refactoring
2006-03-02 Daniel GrundNext step of refactoring
2006-03-01 Daniel GrundChanged many things in copy opt. 1st part of refactoring.
2006-02-13 Daniel GrundAdded support for ignore nodes and ignor colors to:
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-16 Daniel GrundAdded perms for contrained instructions
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-21 Michael Becktypo fixed
2005-10-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-01 Daniel Grund*** empty log message ***
2005-08-29 Daniel GrundBefore benchmarking
2005-08-26 Daniel GrundBugfixes
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-08-01 Daniel Grundfixed bugs in statistic. adapted to critical edges.
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundBugfixed the computation of a lower bound for the costs...
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-26 Daniel Grundusing external lpp now.
2005-07-26 Daniel GrundBugfixes
2005-07-22 Daniel GrundCopy costs instead of numbers
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-14 Daniel GrundBugfixes. DBG per irg. Dump nothing is default.
2005-06-13 Daniel GrundKilled an ugly bug. Set default not to use ILP. Improve...
2005-06-07 Daniel GrundBugfixes, adaption to new lpp.
2005-05-24 Daniel GrundIntroduced ilp solver interface. becopyilp.c uses it...
2005-05-17 Sebastian HackCosmetic changes to the chordal register allocator
2005-05-12 Daniel GrundAdded copyright headers. Adapted to new arch-interface...
2005-05-06 Michael Beckremoved system includes
2005-05-04 Daniel GrundChange to isa-stuff.
2005-04-22 Daniel GrundBugfixes, small improvements and movements.
2005-04-21 Daniel GrundBug fixes
2005-04-19 Daniel GrundLots of changes: Removed all file for phi-opt. Generic...