changes.
[IRC.git] / Robust / src / Runtime / mlp_runtime.c
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-04 yeombug fix on the oooJava queue: when tries to add a vecto...
2011-04-03 bdemskysimilar bugs to rcr
2011-03-29 bdemskymore bug fixes
2011-03-28 bdemskymemory leaks for rentry
2011-03-28 bdemskymake compile
2011-03-28 bdemskybug fixes
2010-11-11 yeomindex field of rentry is only for RCR, add guard condit...
2010-11-09 jjenistabug fix, was releasing references a little too early
2010-11-09 bdemskychanges
2010-11-09 bdemskychanges
2010-11-09 jjenistapruning unneeded fields
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
2010-11-05 bdemskybug fix
2010-11-05 bdemskybug fixes
2010-11-05 bdemskychanges
2010-11-01 bdemskyconvert CAS -> XCHG when possible....no retry necessary...
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-27 jjenistaadd feature to memPool for detecting misuse of records...
2010-10-27 yeomchanges: to prevent unnecessary LOCKXCHG when the unres...
2010-10-26 bdemskyoptimize dispatch a little more
2010-10-26 bdemskyChanges... small fix to jim's bugfix...touching our...
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-21 bdemskymore changes....much is still missing
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-14 jjenistahash of OIDs should not bit shift
2010-09-23 jjenistaworking on task mem pool, there is a crash bug, use...
2010-09-23 jjenistawhile working on memory pool for task records, fixed...
2010-08-16 jjenistachecking bug fix for memory queue, the jury is still...
2010-08-03 bdemskyaccidental update
2010-08-03 bdemskychange
2010-08-01 bdemskycheck in bug fixes...yong-hun, these are already in...
2010-07-23 yeomforgot to bring previous fixes.
2010-05-06 yeomchanges for the case that an SESE enqueues more than...
2010-05-04 yeomchanges for using unique ID instead of obj address...
2010-05-03 yeombring a snapshot before further changes of memory queue...
2010-04-09 yeomfixes in handling unresolved pointer.
2010-04-06 yeombug fixes for handling unresolved pointer.
2010-04-06 yeomchanges for handling unresolved in-var pointer.
2010-04-05 yeombring last changes for proper handling 64bit before...
2010-03-08 yeomchanges.
2010-03-04 yeominitial commit of new memory queue. still just working...
2010-02-01 yeomkeep last snapshot for benchmark before moving to new...
2010-01-28 yeomchanges. get rid of unnecessary iteration over the...
2010-01-28 jjenistaalert user if allocating an SESE record fails
2010-01-13 yeomchanges in SESE lock scheme using clique covering.
2010-01-09 yeomchanges.
2010-01-07 yeomchanges.
2010-01-06 yeomchanges.
2009-12-23 yeominitial commit for adding memory conflicts feature...
2009-08-25 jjenistamethod call support works for small programs, bigger...
2009-08-25 jjenistaStill haven't worked all the bugs out of MLP's support...
2009-08-20 jjenistalots of bug fixes, partial solution towards allowing...
2009-08-13 jjenistasese's wait for children to exit before exiting
2009-08-05 jjenistabig update for forwarding lists and dependency counts...
2009-07-30 jjenistastall mechanism working, but data passing between SESE...
2009-07-28 jjenistanewly realized mlp successfully issues and runs root...
2009-07-28 jjenistamlp system changes
2009-07-24 jjenistaworking up mlp system
2009-06-18 jjenistagetting close to mlp running a limited program
2009-06-17 jjenistaadd a phtread implementation of semaphores for general...
2009-06-16 jjenistamore work on mlp system
2009-06-10 jjenistamore mlp code, needs dependency counts
2009-06-09 jjenistamore updates towards implementing SESE runtime
2009-06-01 jjenistaabout to make lots of changes to system, just committin...
2009-05-26 jjenistaStable, not functional. Builds a switch case for uniqu...
2009-05-24 jjenistaNot functional, but stable--sese invocation code pulls...
2009-03-31 jjenistaAdded mlp runtime skeleton, flags to build it, syntax...