- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / bejavacoal.c
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