remove general ifg interface and always use ifg_std, this considerably simplifies...
[libfirm] / ir / be / becopyilp2.c
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
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-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
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 Matthias Braunno need for firm_config.h includes anymore
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-10-05 Christoph MallonPlug memory leak.
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-08 Sebastian HackSupport ignore nodes
2007-11-07 Sebastian HackGet rid of some get_irn_node_nr() which are still there.
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-10-22 Sebastian HackSome heur4 tweaks
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
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:
2006-12-18 Matthias Braunwarning fixes
2006-09-07 Sebastian HackAdded a set_break()
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-02 Sebastian HackFactored copy minimzation out
2006-04-05 Sebastian HackGet additional ignore registers from ABI
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-30 Christian Würdigfixed debugging
2006-03-29 Christian Würdigadded WITH_ILP switch
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Daniel GrundRenaming of a type.
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 GrundFixes
2006-03-09 Daniel GrundNext step of refactoring
2006-03-07 Christian Würdigadded WITH_ILP switch
2006-03-02 Daniel GrundNext step of refactoring
2006-03-01 Daniel GrundChanged many things in copy opt. 1st part of refactoring.