- moved the imul mem,imm32 splitting into peephole optimizations
[libfirm] / ir / be / bejavacoal.c
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-06-25 Michael Beckmissing include added
2007-06-20 Michael Beckreplaced malloc by xmalloc
2007-06-18 Michael Beckreplaced LC_OPT_ENT_NULL by LC_OPT_LAST
2007-06-18 Matthias Braunfixed warnings
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2006-12-21 Matthias Braunfix things when WITH_JVM and WITH_ILP is defined
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-11-13 Michael Beck- moved the WITH_JVM up
2006-09-11 Sebastian HackMore statistics
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-08-31 Michael Beckremoved dynamic load functions if USE_JVM is not set
2006-08-29 Sebastian HackAdded setDebug() to heur 3
2006-08-04 Matthias BraunRewrote spillslot handling:
2006-08-02 Christian Würdigremoved explicit WITH_JVM define
2006-08-02 Matthias Braun- rename java_* stuff to be_java_*
2006-08-02 Sebastian HackAdded finish() method
2006-08-01 Sebastian HackFixed some bugs
2006-07-31 Michael Beckadd code to supress warnings
2006-07-31 Sebastian HackFixed a bug
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-26 Sebastian HackAdded C wrapper to Daniel's coalescing JAVA framework