add more lock primitives
[IRC.git] / Robust / src / Runtime / STM / stm.c
2009-10-15 bdemskyadd more lock primitives
2009-10-15 bdemskybug fixes
2009-10-15 bdemskybug fixes
2009-10-14 bdemskyback to compiling
2009-10-14 bdemskychange
2009-10-14 bdemskychange
2009-10-14 bdemskytry to organize code more...
2009-10-14 bdemskychanges
2009-10-13 bdemskymore changes
2009-10-13 bdemskychanges
2009-10-09 bdemskychange
2009-10-09 bdemskymore reorg
2009-10-09 bdemskymore reorg
2009-10-09 bdemskychanges
2009-10-09 bdemskychanges
2009-10-09 bdemskychanges
2009-10-02 bdemskychange
2009-10-02 bdemskyfix build
2009-10-01 bdemskyremove stuff from STMSTATS that was breaking things...
2009-10-01 bdemskybeginning of sandbox support...
2009-08-29 adashchanges for modifying the microbenchmarks
2009-08-11 adashsmall changes and bug fix for getting stats
2009-07-30 adash1. runtime changes for a simple probability model to...
2009-07-24 adashnow supports locking of only those objects that were...
2009-07-23 adashinitial changes to getting sequence id/age for objects...
2009-07-20 bdemskybug fixes
2009-07-13 bdemskyruntime support for read only TRANSREADS
2009-07-08 bdemskycheck in my changes
2009-06-30 bdemskyreally annoying bug fixed...my benchmarks run now
2009-06-30 bdemskylocking bug fix
2009-06-27 bdemskymake runtime 64 bit clean again
2009-06-26 adashchanges to account for all objects(read + modified...
2009-06-24 bdemskymore bug fixes
2009-06-24 bdemskychanges
2009-06-24 bdemskymore bug fixes
2009-06-23 bdemskybug fix
2009-06-23 bdemskymore fixes to get things to compile
2009-06-23 bdemskychange
2009-06-23 bdemskychanges
2009-05-15 bdemskythis change isn't all that well tested...
2009-05-14 bdemskychanges
2009-05-14 bdemskymore efficiency hacks...we're looking fields for values...
2009-05-14 bdemskymore changes...fix soft abort case...it needs to let...
2009-05-14 bdemskychange
2009-05-14 bdemskyslightly better locks for stm...
2009-05-13 bdemskychanges
2009-05-13 bdemskychanges to compile
2009-05-12 bdemskychanges:
2009-05-12 bdemskysmall changes
2009-05-12 adashbug fix: acquire lock before copying the object into...
2009-05-11 adashbug fix: changes to make things safe for the GC
2009-05-08 bdemskysmall changes
2009-05-07 bdemskysmall changes
2009-05-07 adashthrow out commented code
2009-05-07 adashrace condition fixed: race due to thread rec becoming...
2009-05-06 adashlocking technique for risky objects enabled
2009-05-04 adash do a make tabbing
2009-04-25 adash generate stats in runtime. Use -stmstats option for...
2009-04-17 bdemskyNew locking strategy... We no longer read lock objects...
2009-04-17 bdemskyoptimizations
2009-04-16 bdemskybug fixes.
2009-04-16 bdemskydebug support
2009-04-16 bdemskyfinally fix bug...after a full day on this one.
2009-04-13 bdemskyfix bugs, speedup
2009-04-13 bdemskyavoid resizing...
2009-04-10 bdemskyremove stack overflow bug
2009-04-10 bdemsky64 bit support in case we want it...it appears that...
2009-04-09 bdemskyfix memory leak
2009-04-09 bdemskyannoying gc bug
2009-04-08 bdemskyallocate memory in large blocks
2009-04-08 bdemskyhack stuff not to put new objects in lookup table....
2009-04-08 bdemskylarge number of bug corrections
2009-04-08 bdemskycollect statistics
2009-04-07 bdemskycode changes
2009-04-07 bdemskySTM testcase works...plenty of bugs still
2009-04-06 bdemskynumber of changes
2009-04-06 bdemskycloser to compiling
2009-04-06 bdemskyget rid of compile errors
2009-04-06 adashmore changes (get rid of getnewOID and use TRANSREAD...
2009-04-03 adashnew files for STM