about to make lots of changes to system, just committing this stable compilation...
[IRC.git] / Robust / src / Runtime / runtime.c
2009-05-15 bdemskychanges to use floats
2009-05-13 bdemskytry to simplify garbage collector lock
2009-05-12 bdemskychanges:
2009-05-04 adash do a make tabbing
2009-04-25 adash generate stats in runtime. Use -stmstats option for...
2009-04-22 bdemskytypos
2009-04-22 bdemskyoptimization (or bug fix) depending on how you view it
2009-04-21 adashprint better error messages
2009-04-21 bdemskybarrier bug
2009-04-20 adashAdd runtime support for STM Barrier class
2009-04-16 bdemskychanges to make compiler work without STM flag with...
2009-04-16 bdemskybug fix
2009-04-16 bdemskybug fixes.
2009-04-10 bdemskychange our vector remove method to be like java
2009-04-10 bdemsky64 bit support in case we want it...it appears that...
2009-04-09 bdemskyannoying gc bug
2009-04-08 bdemskylarge number of bug corrections
2009-04-07 bdemskySTM testcase works...plenty of bugs still
2009-04-06 bdemskynumber of changes
2009-02-27 bdemskyThread local hack to make transRead faster...
2009-02-13 bdemskyruntime stuff for instanceof
2009-02-06 adashnew algorithm for manual prefetching
2009-02-06 bdemskyadd malloc attribute
2009-02-06 bdemskychange
2009-02-06 bdemsky__attribute__(malloc) magic
2009-01-06 adashmore changes for rangePrefetch
2008-12-31 adashmodified compiler files for adding new keyword "getoffs...
2008-11-19 bdemskynew option for alex
2008-08-19 bdemskyChange tabbing for everything....
2008-07-15 jzhoumake multicore version PERT benchmark work on RAW(witho...
2008-07-10 adashbug fixes for udp broadcast
2008-04-17 bdemskychanges and bug fixes
2008-04-14 adashadd native method for clearing prefetch cache to System...
2007-12-12 bdemskyadd Random class
2007-11-04 bdemskymore changes
2007-10-02 bdemskyfix optional arguments...lots of changes
2007-09-10 bdemsky test change
2007-08-16 bdemskycode changes
2007-08-16 bdemskymy changes
2007-06-15 bdemskysplit out task functionality into a separate c file
2007-05-21 bdemskytypo
2007-05-10 bdemskyAdding:
2007-05-10 bdemskyChanges to support garbage collection with tags...
2007-05-09 bdemskycheck in changes for tag support
2007-03-15 bdemskyChanges to benchmarks
2007-03-13 bdemskyOutgoing socket I/O
2007-03-10 bdemskychanges
2007-03-01 bdemskydebugging
2007-02-26 bdemskylots of bugs...garbage collection/checkpointing/etc
2007-02-26 bdemskychanges
2007-02-26 bdemskysmall changes for benchmarks
2007-02-21 bdemskyvarious bug fixes..
2007-02-21 bdemskydrop locks if a thread crashes
2007-02-20 bdemskyadding thread support w/ locks
2006-11-21 bdemskyThis update adds precise garbage collection to the...
2006-11-17 bdemskysplit option processing into its own file
2006-11-17 bdemskyCompiler/runtime modifications towards supporting preci...
2006-11-12 bdemskychange number of failures to mean the number actually...
2006-11-12 bdemskyrandomly initialize seed
2006-11-08 bdemskyPrint out instruction counts.
2006-11-07 bdemskyFailure injection command changed
2006-11-07 bdemskydon't need separate flag after all
2006-11-07 bdemskyadd linux support
2006-11-03 bdemskyequals method
2006-11-03 bdemskyAdd HashTable
2006-11-02 bdemskyfixed hashtable implementation in runtime.
2006-11-02 bdemskytype
2006-11-02 bdemskysmall changes...delete unused code
2006-11-02 bdemskymove socket code out of runtime.c
2006-11-01 bdemskyAdded environment options.
2006-11-01 bdemskySmall changes
2006-11-01 bdemskyBug fixes for allowing multiple task parameters
2006-10-25 bdemskyAdding StringBuffer class and test case. This gives...
2006-10-24 bdemskyfixed broken method signatures
2006-10-05 bdemskySocket I/O code and Example
2006-10-05 bdemskyCode for Sockets and ServerSockets. Doesn't support...
2006-10-05 bdemskychecking in start of socket code
2006-09-27 bdemskyChange main function
2006-09-08 bdemskyintegration with checking code
2006-09-07 bdemskychecking in changes
2006-09-06 bdemskychanges to runtime/etc to build in repair checking...
2006-09-01 bdemskysmall typo
2006-08-31 bdemskychanges
2006-08-29 bdemskymake debug output optional
2006-08-29 bdemskychecking in working system
2006-08-25 bdemskyadd generichashtable
2006-08-24 bdemskycheckpointing code
2006-08-21 bdemskychecked in bug fixes...
2006-08-21 bdemskymore runtime stuff
2006-08-16 bdemskychanges
2006-08-15 bdemskycheck in changes
2006-08-15 bdemskycheck in changes
2006-07-31 bdemskyremoved native method
2006-07-29 bdemskychecked in changes
2006-07-28 bdemskyadded test script
2006-04-12 bdemskyConservative GC support
2006-04-10 bdemskySupport for printing Strings!!!
2006-04-09 bdemskyArray support
2006-04-05 bdemskyAdd memory allocation
2006-04-05 bdemskyRuntime code