amd64: small changes w.r.t. stack alignment.
[libfirm] / ir / be / becopypbqp.c
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-03-15 Sebastian BuchwaldFixed some warnings related to FIRM_KAPS.
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-12-28 Sebastian BuchwaldAdapted to revision 26847.
2009-12-21 Matthias Braunadapt to timer changes
2009-11-26 Thomas BerschInterference matrix is now initialized faster
2009-11-25 Thomas Bersch1. Now only one dump for each pbqp instance
2009-11-05 Thomas Berschpmap which contains all used ir_nodes not longer needed
2009-11-02 Thomas BerschPBQP Matrices are copied now
2009-10-12 Thomas BerschTimer for time measurement added
2009-10-01 Thomas BerschRestricted nodes are now correctly inserted before...
2009-09-29 Thomas BerschNew ordering in reverse perfect elimination order
2009-09-22 Thomas Berschsome unnecessary comments removed
2009-09-22 Thomas BerschOrder Proj's in reverse perfect elimination order by...
2009-09-18 Sebastian BuchwaldFixed some wrong nodes.
2009-09-18 Thomas Berschonly for debugging
2009-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-09-04 Sebastian BuchwaldWe need config.h to know whether FIRM_KAPS is defined.
2009-09-04 Matthias Braunonly compile pbqp stuff if pbqp defines are enabled
2009-09-04 Thomas Bersch- added assert for correct PBQP solution
2009-09-04 Thomas BerschInitial version of PBQP copy minimization.