Initialize class objects first as in the staic blocks there might be references to...
[IRC.git] / Robust / src / IR / Flat / BuildCodeMGC.java
2012-06-05 jzhouInitialize class objects first as in the staic blocks...
2011-07-07 bdemskyhack support for pmc into compiler
2011-07-06 bdemskybug fix
2011-07-02 bdemskychange
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-15 jzhouChanges regarding the lock system. Still bugs and the...
2011-04-09 bdemskycheckin to only generate C for callable methods...
2011-03-23 jzhouBug fixes for gc
2011-03-23 jzhouBug fixes in MGC verison. SPECjbb2005 is now working...
2011-03-18 jzhouRemove compilation errors for MGC code with gc
2011-03-06 jzhouShrink the size of the final binary. If it is too...
2011-03-02 jzhouFix bugs for static fields/blocks and instanceof operat...
2011-02-28 bdemskychanges
2011-02-28 bdemskychanges
2011-02-28 bdemskywork towards turning MGC enhancements on all the time
2011-02-26 jzhouRemove the extra copy of static field in the object...
2011-02-26 bdemskybig code reorg...get TM out of buildcode
2011-02-26 jzhouMy changes to add interface affect to FieldShadow
2011-02-18 jzhouBug fixes for MGC
2011-02-12 jzhousome bug fix
2011-02-04 jzhouRoll back to use the simple Class constructor to suppor...
2010-10-27 jzhouEnable interface for mgc version.
2010-10-22 jzhouAdd Class object so that we can implement getClass...
2010-10-21 jzhouSmall bug fix for multicore gc w/o tasks
2010-10-21 jzhouImplement a more sorphisticated execution strategy...
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-14 jzhouAdd the runtime for multicore gc version w/o tasks...