amd64: small changes w.r.t. stack alignment.
[libfirm] / ir / be / becopyilp.c
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
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-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-11-07 Sebastian HackFixed a bug with ofg iteration.
2007-06-18 Michael Beckreplaced LC_OPT_ENT_NULL by LC_OPT_LAST
2007-06-18 Matthias Braunfixed warnings
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-19 Matthias BraunThe big committ:
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-11 Matthias Braunthere is no be_chordal_open anymore, don't call init_ar...
2007-01-10 Matthias Braunfix
2007-01-05 Christian Würdigadded missing include
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-11-13 Michael Beckadded comment
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-09 Sebastian HackAdded some statistics events
2006-08-09 Sebastian HackSeveral changes
2006-08-05 Matthias Braunuse custom value_interfere function in verifiers (which...
2006-08-02 Sebastian HackFactored copy minimzation out
2006-08-01 Christoph MallonRemove unused vars
2006-06-20 Sebastian HackFixed a bug in node iterator
2006-03-29 Christian Würdigadded WITH_ILP switch
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-21 Sebastian HackGetting server/solver from global settings now
2006-03-16 Daniel GrundRefactoring, Bugfixes, added path constraints
2006-03-11 Christian Würdigadded WITH_ILP switch
2006-03-10 Daniel GrundRefactoring
2006-03-09 Daniel GrundNext step of refactoring
2006-03-07 Christian Würdigadded WITH_ILP switch
2006-03-03 Daniel GrundAdded missing constructor
2006-03-02 Daniel GrundNext step of refactoring
2006-03-01 Daniel GrundChanged many things in copy opt. 1st part of refactoring.
2006-01-27 Sebastian HackAdapted to API
2005-12-23 Daniel GrundBugfix in copy-opt-heur and constraint perms.
2005-12-22 Sebastian HackAdapted to beifg changes
2005-12-16 Daniel GrundAdded perms for contrained instructions
2005-12-08 Sebastian HackMade everything really kaputt
2005-12-02 Michael BeckC99 features removed
2005-09-01 Daniel Grund*** empty log message ***
2005-09-01 Daniel Grund*** empty log message ***
2005-08-29 Daniel GrundBefore benchmarking
2005-08-26 Daniel GrundBugfixes
2005-08-23 Daniel Grundbugfix
2005-08-23 Daniel GrundAdded path constraints for phi classes, some ifdef...
2005-08-18 Daniel Grundbugfixes. added 3 stats. added asserts. disabled genera...
2005-08-16 Daniel Grundremoved max stable set inequ. added path and clique...
2005-08-01 Daniel Grundremoved check_heads assertions
2005-08-01 Daniel Grundfixed bugs in statistic. adapted to critical edges.
2005-07-29 Daniel Grundfixed a bug in M-constraints related to interfering...
2005-07-29 Daniel GrundCopied register assignments from in's to out's for...
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-27 Daniel Grunddebug stuff and bugfixes
2005-07-26 Daniel Grundadded additional cut inequalities for multi-col-usage.
2005-07-26 Daniel Grundusing external lpp now.
2005-07-26 Daniel GrundBugfixes
2005-07-25 Daniel GrundAdded TODOs.
2005-07-25 Daniel GrundEnlarged TODO-List
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-09 Daniel GrundAdded SSA destruction. Bugfixes, small improvements.
2005-06-07 Daniel GrundBugfixes, adaption to new lpp.
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-05-24 Michael Beckremoved C99 features
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-17 Daniel GrundComments, small fixes.
2005-05-12 Michael Beckaddedional include added
2005-05-12 Daniel GrundAdded copyright headers. Adapted to new arch-interface...
2005-05-06 Michael Beckadded config.h include
2005-05-04 Daniel GrundRemoved half a million #ifdef's and old stuff that...
2005-05-04 Daniel GrundAdded optimization for empty Q-lines. Adapted to use...
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...