Added a belady version with a different global pass.
[libfirm] / ir / be / bemodule.c
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