Remove the unused parameter const arch_env_t *env from arch_irn_get_flags(), arch_irn...
[libfirm] / ir / be / becopyopt.c
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunremove support for java stuff (was broken and nobody...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
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-16 Sebastian HackChanges to the Appel dumper
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-10-28 Matthias Braunfix bug introduces in last commit
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-29 Christoph MallonTell heur1 about the second should_be_same.
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Michael Becktypo fixed
2007-06-20 Michael Beckreplaced malloc by xmalloc
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-05-15 Christoph MallonRemove unused variable.
2007-05-15 Christian Würdigfixed strange obstack usage
2007-05-14 Christian Würdigremoved unused function
2007-05-14 Andreas SchösserBugFix: skip_Proj when asking for should_be_same requir...
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigcopymin uses now heur4 as default
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-23 Michael Beckdo not coalesce ignore nodes: additional case fixed
2007-04-19 Christian Würdigadded new heur4
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-05 Michael Beckrenamed phase_t to ir_phase
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
next