Add compressed version of input files, still have bugs
[IRC.git] / Robust / src / Runtime / bamboo / multicoreruntime.c
2012-05-18 jzhouAdd compressed version of input files, still have bugs
2012-05-15 jzhouChanges for reading input files in MGC version
2012-05-10 jzhouchanges for reading input files
2012-05-09 jzhouchanges for reading input files
2012-05-08 jzhouChanges for reading input files in MGC version
2012-03-23 jzhouchanges for galois
2012-01-06 jzhouadd System.nanoTimes() support in MGC version
2011-07-27 bdemskymemory profiler hack
2011-07-22 bdemskybug fixes
2011-07-16 jzhouAdd gcprofile to PMC garbage collector and compute...
2011-07-16 bdemskyadd finish printfs
2011-07-11 bdemskyperformance counter tweaks...
2011-07-11 bdemskyadd more space for profile data
2011-07-10 bdemskychanges to support profiling
2011-07-09 bdemskyversion runs specJBB...finally...
2011-07-07 bdemskybug fixes
2011-07-07 bdemskyit compiles now
2011-07-07 bdemskycode towards PMC compiling
2011-07-05 bdemskycode for readable profiles
2011-07-03 bdemskychanges
2011-07-03 bdemskybug fixes
2011-07-02 jzhouAdd cache adaptive code to multicore gc and add support...
2011-07-02 bdemskylots of bug fixes...none of them the right one
2011-06-30 bdemskysynchronization code in interrupt handler...fixes all...
2011-06-30 bdemskydo synchronization after message handlers are up
2011-06-29 bdemskychange bounds check
2011-06-21 bdemskychanges
2011-06-16 bdemskymore of my changes
2011-06-15 bdemskychanges to get rid of all type errors...
2011-06-13 jzhouMy changes
2011-05-12 jzhouNow the cache adapt version works
2011-05-12 jzhouSome code clean and make the cache adapt version compile
2011-05-10 jzhouCode clean
2011-05-10 jzhouMake SPECjbb compile again
2011-05-10 jzhouMore code clean
2011-05-09 jzhouCode clean. Change BAMBOO_EXIT macro to print out file...
2011-05-07 jzhoubug fix in multicore code
2011-05-05 jzhouPolish multicore code
2011-04-21 jzhouBug fixes for multicore gc
2011-04-20 jzhoubug fix for multicore gc version
2011-04-15 jzhouChanges regarding the lock system. Still bugs and the...
2011-04-08 jzhouEnable 1,2,4,8,16,32,50 cores' execution
2011-04-06 jzhouChanges
2011-04-02 jzhouBug fixes and add some code for easy debugging
2011-03-31 jzhouBug fix: should use unsigned int instead of int for...
2011-03-29 jzhouRemove the local mapping tbl and shared mapping tbl...
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-16 jzhouBug fix. Now the SPECjbb2005 can run with small workloa...
2011-03-12 jzhouFix bug in Class Library
2011-03-02 jzhouFix bugs for static fields/blocks and instanceof operat...
2011-02-26 jzhouRemove the extra copy of static field in the object...
2011-02-25 jzhouMake new field naming strategy work for MGC
2011-02-24 jzhouFix a shadow field related bug in the compiler. Defined...
2011-02-19 jzhouAdd some runtime support for MGC
2010-10-14 jzhouSynchronized block is now working. A simple test is...
2010-10-14 jzhouFix bug in termination of the multicore gc version...
2010-10-14 jzhouAdd the runtime for multicore gc version w/o tasks...
2010-10-13 jzhouChanges to accommodate the runtime for multicore gc...
2010-09-28 jzhouClean up the code: clean up debug msgs
2010-09-24 jzhouClean up the code: remove commented code
2010-09-02 jzhouClean multicore version code