amd64: small changes w.r.t. stack alignment.
[libfirm] / ir / be / becopyopt.c
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
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-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-14 Thomas Berschdon't setup copymin data structures if no copymin is...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-09-04 Sebastian Buchwald- removed remnant of copyheur3
2009-09-04 Matthias Braunonly compile pbqp stuff if pbqp defines are enabled
2009-09-04 Thomas BerschInitial version of PBQP copy minimization.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-12 Christoph MallonRemove unnecessary #include "phiclass.h".
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-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Christoph MallonRemove the unused parameter const copy_opt_t *co from...
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 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
next