Added the Generic N-Tuple capability. Main File is MultiHash which uses Tuples interf...
[IRC.git] / Robust / src / Runtime /
2011-04-08 jzhouEnable 1,2,4,8,16,32,50 cores' execution
2011-04-07 bdemskyhack seems to help a little...power isn't going to...
2011-04-06 bdemskyfix SOR bug
2011-04-06 jzhouChanges
2011-04-06 yeomchanges: handle the case that there is only one work...
2011-04-05 bdemskybug fix...code that was never exercised...
2011-04-05 bdemskygc bug fix
2011-04-04 bdemsky#ifdef this out if not threads
2011-04-04 yeombug fix on the oooJava queue: when tries to add a vecto...
2011-04-04 bdemskylock bug for gc...jin, make sure tilera gc doesn't...
2011-04-03 bdemskybug fixes
2011-04-03 bdemskybug...
2011-04-03 bdemskysimilar bugs to rcr
2011-04-03 bdemskychanges
2011-04-03 bdemskychanges to get pass specJBB validation
2011-04-03 bdemskyspecjbb build on intel now...
2011-04-03 bdemskyadd wait/notify
2011-04-03 bdemskychange
2011-04-03 bdemskyadd ieeeremainder
2011-04-03 bdemskymake this work with MGC
2011-04-03 bdemskyadd enwmethos
2011-04-02 bdemskyreally, really nasty bug...see page 8-9 of vol 3A of...
2011-04-02 bdemskynew information...x86 allows reads to be reordered...
2011-04-02 bdemskymissing barrier
2011-04-02 bdemskybug fix
2011-04-02 bdemskyadd RCR to the global gc initializer...bad if we have...
2011-04-02 jzhouBug fixes and add some code for easy debugging
2011-04-01 bdemskymake hashCode a native method for java lang Object...
2011-03-31 yeomadd a new compiler flag -nolock: turning off synchroniz...
2011-03-31 jzhouBug fix: should use unsigned int instead of int for...
2011-03-31 stepheyAdded manual invocation of garbage collector via System...
2011-03-29 jzhouRemove the local mapping tbl and shared mapping tbl...
2011-03-29 bdemskymore bug fixes
2011-03-28 bdemskymemory leaks for rentry
2011-03-28 bdemskymake compile
2011-03-28 bdemskybug fixes
2011-03-28 bdemskybug fix
2011-03-27 jzhouBug fix in MGC version: bamboo_threadlocks is also...
2011-03-26 bdemskybug fix
2011-03-26 bdemskyfix various runtime bugs...most benchmarks running...
2011-03-25 bdemskydefine bool
2011-03-24 jzhouBug fixes for gc
2011-03-23 bdemskyget rid of length field....
2011-03-23 jzhouBug fixes for gc
2011-03-23 jzhouBug fixes in MGC verison. SPECjbb2005 is now working...
2011-03-19 stepheyUpdated hashRCR and Queue_RCR to conform with new stand...
2011-03-19 jjenistawe took DFJ and broke its arm, and we'll reset the...
2011-03-19 jzhouFix bug for MGC garbage collection
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-02 jzhouFix the field name for object.c and thread.c, there...
2011-03-02 jzhouFix bugs for static fields/blocks and instanceof operat...
2011-02-28 bdemskymissing include
2011-02-28 bdemskyadd garbage collector support...
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-25 bdemskyrename a few fields
2011-02-25 bdemskyrename field names
2011-02-24 jzhouFix a shadow field related bug in the compiler. Defined...
2011-02-19 jzhouAdd some runtime support for MGC
2011-01-27 stepheyRemoved vestigial code left over from "waiting queues...
2010-11-18 yeomprovides 'corepin' flag for mergesort
2010-11-18 bdemskychange
2010-11-18 yeomadd flag "corepin" for core pinning
2010-11-18 jjenistaforce oid increment to be a prime number
2010-11-17 bdemskyadd header files
2010-11-17 bdemskyaffinity call
2010-11-17 yeomgrabs a lock when it tries to reset
2010-11-17 yeomassigns workerID to the workerTR
2010-11-13 yeomremoves unnecessary LOCKXCHG operation to optimize.
2010-11-13 yeomfixes on hashStructure : when parent bin is ready,...
2010-11-12 yeomfix: retireHashTable clears its own readbin out of...
2010-11-11 yeomindex field of rentry is only for RCR, add guard condit...
2010-11-11 jjenistahave to consider an empty, ready read bin in front...
2010-11-10 jjenistacoreprof in RCR, just one event for now showing begin...
2010-11-10 jjenistapoolalloc with no poolfree should be benign, but it...
2010-11-10 jjenistaback out pool alloc for now, fix it right when its...
2010-11-10 jjenistapool allocate RCR obj-conflict hash table bin items
2010-11-10 jjenistacoreprof events, RCR stuff will be online onyl after...
2010-11-10 jjenistaalter RCR params, remove unused macro
2010-11-09 jjenistano need to add one worker thread, let end user decide
2010-11-09 jjenistabug fix, was releasing references a little too early
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 jjenistagenerated traversers already release
2010-11-09 jjenistapruning unneeded fields
2010-11-09 jjenistajust an explanation of LOCKXCH
2010-11-08 jjenistacapture a todo item, we don't expect its a problem...
2010-11-08 bdemskyfix bug
2010-11-08 bdemskychanges:
2010-11-05 yeomchanges: don't need to have resolvePointer opr for...
2010-11-05 bdemskydoesn't make sense for us to need a barrier here...
2010-11-05 jjenistajust add the type to make sure it is 3, which is what...
2010-11-05 jjenistawithout this barrier the compiler can optimize variable...
2010-11-05 jjenistahead pointer might be NULL, as is checked a few lines...
2010-11-05 bdemskychange
next