beifg: Factorise code to count interference components.
[libfirm] / ir / be / bemodule.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove (last) mentioning of STA backend
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias BraunInitial support for dwarf debug info
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 branch 'kaps-included' into master
2011-04-08 Andreas ZwinkauRemove ifdef FIRM_KAPS
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Braunremove support for schedule preparation steps (both...
2011-03-04 Matthias Braunremove unmaintained/broken bespillbelady2
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-07-21 Thomas Berschbe_init_copypbqp() removed in bemodule.c!
2010-07-06 Matthias Braunremove unmaintained mips backend
2010-07-02 Matthias Braunremove old/unused code
2010-06-25 Matthias Braunremove the ppc32 backend (it's in a very broken state...
2010-06-23 Matthias Braunremove general ifg interface and always use ifg_std...
2010-04-29 Robin Redekeradded amd64 backend code (which doesn't do much yet).
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-12-18 Matthias Braunrename straight alloc to pref alloc to match the name...
2009-12-18 Matthias Brauncompile sparc backend
2009-11-27 Matthias Braunpbqp is only available if FIRM_KAPS is defined
2009-11-27 Thomas BerschInit functions for bechordal_common.c and bepbqpcolorin...
2009-11-06 Matthias Brauncleanup beabi a bit and use module constructor/global...
2009-09-07 Sebastian BuchwaldAdded missing declaration.
2009-09-06 Sebastian BuchwaldUse module mechanism to register copy minimization...
2009-09-04 Sebastian Buchwald- removed remnant of copyheur3
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-09-03 Matthias Braunalign stackframe to 4 bytes to avoid bad esp alignments
2009-03-09 Matthias Braunnew register allocator
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-12 Michael Beck- undo r22777 due to const problems (different understa...
2008-10-12 Michael Beck- fixed warning
2008-10-12 Michael Beck- constify
2008-10-11 Matthias Braunno need for firm_config.h anymore
2008-10-11 Matthias Braunremove support for java stuff (was broken and nobody...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-07-24 Matthias Braunrevert accidental commit
2008-07-24 Matthias Braunexperimental improvements for cases where all preds...
2008-07-20 Sebastian Buchwald- clear action obstack after each application on a...
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-04-04 Andreas Zwinkauadd missing include <config.h>
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-01-21 Matthias Braunfirst code for yet another belady spiller (doesn't...
2008-01-07 Matthias Braunstarted working on a linearscan spiller (doesn't spill...
2008-01-02 Michael Beckupdate copyright message
2007-10-22 Michael Beckheur5 not available yet ;-)
2007-10-22 Sebastian HackSome heur4 tweaks
2007-10-21 Matthias Braun- fix a conceptual bug in peephole, we need a callback...
2007-10-14 Matthias Braunremove morgan spiller, it's unused and the coming bespi...
2007-08-02 Sebastian HackAdded a belady version with a different global pass.
2007-07-03 Michael Becktypo fixed
2007-06-18 Matthias Braunfixed warnings
2007-06-06 Michael Beckremoved be_init_arch_TEMPLATE() and add a comment so...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
2007-05-30 Michael Beckenabled non-ia32 backends again: undo change 14191
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-18 Matthias Braunrework rematerialisation code to look at execution...
2007-05-07 Matthias Braundon't put dbg into the environment
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-20 Christian Würdigadded copyheur3 init
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-09 Andreas SchösserAdded code to run init_modules only once even if it...
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-26 Michael Beckfixed #if PLUGIN_IR_BE_STA
2007-01-24 Christian Würdigadded some comments
2007-01-11 Matthias Braunthere is no be_chordal_open anymore, don't call init_ar...
2007-01-11 Matthias Braunsta is not there by default
2007-01-11 Christian WürdigBugFix: callback must return true if everything was ok
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2006-12-21 Matthias Braunstart register allocator again, fix typo
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-21 Matthias Braunintroduction of bemodule