changes
[IRC.git] / Robust / src / IR / Flat / BuildCode.java
2011-03-18 yeoma new compiler flag, "-printlinenum", has been added...
2011-03-18 jzhouRemove compilation errors for MGC code with gc
2011-03-17 jzhouFix compilation problems for multicore code
2011-03-16 jzhouBug fix. Now the SPECjbb2005 can run with small workloa...
2011-03-12 jzhouFix bug in Class Library
2011-03-06 jzhouShrink the size of the final binary. If it is too...
2011-03-04 jzhouFix bugs for interfaces. \n\nFor methods declared in...
2011-03-03 jzhouRemove commented out code
2011-03-03 jzhouFix bugs for interfaces and a bug in the Class library
2011-03-02 jzhouFix bugs for static fields/blocks and instanceof operat...
2011-03-01 bdemskychanges...
2011-02-28 bdemskychanges
2011-02-28 bdemskychanges
2011-02-28 bdemskysetup globals as a garbagelist...split primitives into...
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 bdemskytabbing
2011-02-26 bdemskybig code reorg...get TM out of buildcode
2011-02-25 jzhouMake new field naming strategy work for MGC
2011-02-25 bdemskyfix tabbing
2011-02-25 bdemskythrow away commented code
2011-02-25 bdemskymake field shadowing work
2011-02-25 bdemskychanges
2011-02-25 bdemskybug fix
2011-02-25 bdemskynew approach to field shadowing
2011-02-24 jzhouFix a shadow field related bug in the compiler. Defined...
2011-02-18 jzhouBug fix in array initialization: handle the special...
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...
2011-02-02 jjenistaBuildCode, with the monkey of OoOJava off its back
2011-02-01 jjenistabringing analysis up to clean model, buildcode is left
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2011-01-27 jzhouBasic implementation of array initialization for mgc...
2011-01-07 jzhouAdd support for Enum type for mgc version and also...
2011-01-05 stepheyRefactoring in progress. Done with about the first...
2010-11-22 bdemskyIndent the code a little better by default...isn't...
2010-11-19 yeomadds new option '-nostalltr' that turns off rcr travers...
2010-11-18 jjenistaforce oid increment to be a prime number
2010-11-18 yeomchanges: collects a set of collect effects and generate...
2010-11-17 jjenistabug fixes that prevent RCR from reclaiming task records...
2010-11-14 yeomfix: had a bug when one coarse entry handles more than...
2010-11-13 yeomBuildCode.java: removes (1) the calls to build a traver...
2010-11-10 stepheyFixed grouping of weakly connected heaproots and remove...
2010-11-10 jjenistauntil weakly connected components are fixed, always...
2010-11-09 bdemskychanges
2010-11-09 bdemskynasty bug...have to make sure we don't free a task...
2010-11-09 bdemskychanges
2010-11-09 bdemsky(1) make type of memPool more precise...
2010-11-09 jjenistareorganize stall code
2010-11-09 yeomchanges on rcr stall site generation
2010-11-08 yeomdo not generate enqueueTR for the main method
2010-11-08 bdemskychanges:
2010-11-06 yeomchange: more aggressively re-initialize fields of rcrRe...
2010-11-05 yeomhave an exceptional case that do not generate fine...
2010-11-05 bdemskyanother bug fix
2010-11-05 bdemskybug fixes
2010-11-05 bdemskychanges
2010-11-03 jzhouFix volatile in mgc version. Volatile variable should...
2010-11-03 jjenistalabyrinth is seg-faulting, if you uncomment these new...
2010-11-03 jjenistawhen the RCR system resolves a parent stall site, the...
2010-11-03 bdemskychanges
2010-11-03 yeomfix: have the proper size of rcrRecord since the size...
2010-11-02 jzhouAdd support for volatile keyword in mgc version. For...
2010-11-01 bdemskybug
2010-10-31 yeomchanges: generate rcr retirehashtable code correctly...
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-28 jzhouDon't allocate type number for interfaces so that we...
2010-10-28 yeomsmall change: not using path when includes the header...
2010-10-27 jjenistaadd feature to memPool for detecting misuse of records...
2010-10-27 yeomincludes the missing header file.
2010-10-27 jzhouEnable interface for mgc version.
2010-10-27 jjenistafix sloppy code and use a more recognizable invalid...
2010-10-26 jjenistacouple of minor bug fixes
2010-10-26 bdemskyoptimize dispatch a little more
2010-10-26 bdemskyChanges... small fix to jim's bugfix...touching our...
2010-10-26 jjenistafixed nasty bug, decrementing parents num running child...
2010-10-25 jjenistasupport for RCR and task record pool allocation
2010-10-25 stepheyAdded necessary variable initializations
2010-10-25 jjenistaChanging OoOJava work scheduler to true work stealing...
2010-10-24 bdemskybug fixes
2010-10-24 bdemskychanges...handle races between coarse and fine grained...
2010-10-23 bdemskychanges
2010-10-22 jzhouDisable static related code generation for Java version
2010-10-22 bdemskychanges
2010-10-22 bdemskymore core...fix traversers...
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-22 bdemskychanges towards rcr working...
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 bdemskymore changes....much is still missing
2010-10-21 bdemskychanges
2010-10-21 jzhouImplement a more sorphisticated execution strategy...
2010-10-20 bdemskychanges
2010-10-20 bdemskymore changes...RCR wasn't usable until it was too late...
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-18 bdemskymore changes towards new version of oooJava
2010-10-18 bdemskychanges
2010-10-14 jjenistacoreprof updates, nothing huge
next