no strange stuff for including alloca anymore, use xmalloc.h
[libfirm] / ir / be / becopyopt.c
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 Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-24 Matthias Braunwarnign fixes
2006-10-11 Matthias Braunwarning fixes
2006-10-05 Michael BeckDo not allow algorithms heur3 and ilp if not compiled in
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-13 Matthias Braunwarning fixes
2006-09-12 Michael Beckfixed type of variable
2006-09-11 Sebastian HackFixed a bug
2006-09-11 Sebastian HackMore statistics
2006-09-09 Sebastian HackAdded some statistics events
2006-09-07 Sebastian HackCO solvers indicate if they produced an optimal solution
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-09 Sebastian HackSeveral changes
2006-08-04 Christoph MallonFix warnings
2006-08-04 Sebastian HackAdded none copy heuristic
2006-08-02 Matthias Braun-fix compilation when WITH_ILP is not defined
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 to exec_freq
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-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Daniel Grundenabled right defines
2006-03-24 Daniel GrundRenaming of a type.
2006-03-22 Daniel GrundExcluded nodes with ignore registers from optimization
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-16 Daniel GrundRefactoring, Bugfixes, added path constraints
2006-03-14 Daniel GrundAdded star constraints with all needed helpers
2006-03-10 Daniel GrundRefactoring
2006-03-09 Daniel GrundNext step of refactoring
2006-03-02 Daniel GrundNext step of refactoring
2006-03-02 Sebastian HackSeveral bugfixes
2006-03-01 Daniel GrundChanged many things in copy opt. 1st part of refactoring.
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-02-13 Daniel GrundAdded support for ignore nodes and ignor colors to:
2006-01-17 Daniel Grundadapted to new reqister_should_be_equal requirement
2006-01-16 Christian Würdigremoved union from register requirements to make static...
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-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-08-26 Daniel GrundBugfixes
2005-08-23 Daniel GrundCosmetics, changed loop-costs to d^2+1.
2005-08-16 Daniel Grundnew max indep set functions.
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-08-01 Daniel Grundremoved check_heads assertions
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 GrundBugfix in maximum weighted independent set
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 Michael Beckadded missing include
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-06-02 Sebastian HackAdded beirgmod and benode
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 Beckconfig.h include added
2005-05-04 Daniel GrundBugfix concerning lower bound compution. Debug-Level...
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...