becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / be / becopystat.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove commented out code
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-16 Matthias Braunremove remaining WITH_ILP uses, fix bug introduced...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-06-30 Matthias Braunavoid warning when building without ILP
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-16 Matthias Braunfix some bugs that prevented repeated calling of ir_ini...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-21 Matthias Braunremove some unused code
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-05-14 Michael Beck- cleaned up irp functions a bit
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Christoph MallonOnly regard be_Perm as Perm in the copyopt. There...
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
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 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-06-18 Matthias Braunfixed warnings
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-05-01 Michael Beckremoved useless includes
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-28 Christian Würdigswitched to ir_nodeset
2007-02-11 Christian Würdigphi class computation takes now an additional argument
2007-02-09 Christian Würdigfixed wrong include
2007-02-09 Christian Würdigadapted to phiclass changes (is a phase now, based...
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-15 Matthias Braunwarning fix
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-10-24 Matthias Braunoops
2006-10-24 Matthias Braunwarnign fixes
2006-08-02 Sebastian HackFactored copy minimzation out
2006-07-31 Sebastian HackAdapted to new liveness
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-05-16 Sebastian HackTiny changes
2006-05-02 Christian Würdigcopyopt statistics is now a commandline switch instead...
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed debugging
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-16 Daniel GrundRefactoring, Bugfixes, added path constraints
2006-03-10 Daniel GrundRefactoring
2006-03-09 Daniel GrundNext step of refactoring
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-14 Daniel GrundRemoved refs to session-env
2005-12-08 Sebastian HackMade everything really kaputt
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-01 Daniel Grundsome new ilp stats
2005-08-29 Daniel GrundBefore benchmarking
2005-08-23 Daniel Grundbugfix
2005-08-23 Daniel GrundBugfix: detection of former critical edges.
2005-08-18 Daniel Grundbugfixes. added 3 stats. added asserts. disabled genera...
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-22 Daniel GrundAdded stat: phi-nodes / phi-class
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-14 Michael BeckC99 features removed
2005-06-14 Daniel GrundBugfixes. DBG per irg. Dump nothing is default.
2005-06-13 Daniel GrundCompleted dump_pretty
2005-06-13 Daniel GrundKilled an ugly bug. Set default not to use ILP. Improve...
2005-05-12 Daniel GrundAdded copyright headers. Adapted to new arch-interface...
2005-05-06 Michael Beckadded config.h include
2005-05-04 Daniel GrundBugfix in stat, use of stat. Not ready but commited...
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...