correct input data for barneshut
[IRC.git] / Robust / src / IR /
2010-10-25 bdemskyfix bug w/ recycling + RCR
2010-10-25 jjenistasupport for RCR and task record pool allocation
2010-10-25 jzhouHack the compiler to support 'abstract' keyword for...
2010-10-25 stepheyAdded necessary variable initializations
2010-10-25 jjenistaChanging OoOJava work scheduler to true work stealing...
2010-10-25 stepheyChanged method for marking possible resume cases. Now...
2010-10-25 stepheyImproved heuristics for marking where resume cases...
2010-10-24 stepheycleaned up some old code and comments
2010-10-24 bdemskybug fixes
2010-10-24 bdemskychanges...handle races between coarse and fine grained...
2010-10-24 stephey+Made arrays inlineable
2010-10-23 stepheyFixed bug (for reals this time) where there will be...
2010-10-23 stepheyFixed bug where one edge is traversed multiple times...
2010-10-23 stepheyfixes to case in Test/rcr. Now the program seems to...
2010-10-23 bdemskychanges
2010-10-23 bdemskyanother bug fix
2010-10-23 bdemskychanges
2010-10-22 jzhouDisable static related code generation for Java version
2010-10-22 bdemskychanges
2010-10-22 bdemskymore core...fix traversers...
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-22 bdemskychanges towards rcr working...
2010-10-22 jzhouAdd Class object so that we can implement getClass...
2010-10-21 jzhouSmall bug fix for multicore gc w/o tasks
2010-10-21 bdemskymore changes....much is still missing
2010-10-21 bdemskychanges
2010-10-21 bdemskychanges
2010-10-21 jzhouImplement a more sorphisticated execution strategy...
2010-10-20 bdemskychanges
2010-10-20 bdemskychanges
2010-10-20 stepheyAdded allocsite check for array elements before inserti...
2010-10-20 bdemskymore changes...RCR wasn't usable until it was too late...
2010-10-20 bdemskymore changes
2010-10-20 bdemskymore work towards working version
2010-10-19 stepheyAdded support for adding array elements into the hash...
2010-10-19 jjenistaswitch to a thread local stall sem for parent to give...
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-18 stepheyAdded support for tracking which ConcreteRuntimeObjNode...
2010-10-18 bdemskymore changes towards new version of oooJava
2010-10-18 bdemskychanges
2010-10-14 jjenistacoreprof updates, nothing huge
2010-10-14 jzhouAdd the runtime for multicore gc version w/o tasks...
2010-10-13 jjenistabug fixes for oooJava, some debug events for coreprof...
2010-10-13 bdemskychanges...plus a little optimization
2010-10-12 bdemskymore code towards working...it actually compiles now...
2010-10-12 jjenistaok, this is a wacky commit, purposefully leaving a...
2010-10-12 bdemskymore changes
2010-10-12 jjenistaa hack to enable when adding new language features...
2010-10-12 jjenistabug fix
2010-10-12 bdemskytowards getting the compiler to run
2010-10-11 jjenistatwo methods for generating a reach graph at any desired...
2010-10-11 bdemskyclean up printing some more
2010-10-11 bdemskyhack OoOJava RCR to not run disjointness twice...we...
2010-10-09 bdemskyclean up printing formatting a little...make it easier...
2010-10-09 bdemskyfix several bugs...
2010-10-08 jzhouFix alias locks. KMeans is now serialized but the...
2010-10-07 jzhouRemove debug messages
2010-10-07 jzhouBug fix for generating shared locks for aliased objects
2010-10-05 jjenistafix bugs to run without pool allocation like the ppopp...
2010-10-01 stepheyWork-In-Progress check in. Will not error out if RCR...
2010-09-27 jjenistabuildscript options to enable exaclty which coreprof...
2010-09-24 jjenistafound a bug, wasn't returning pointer at end of poolcre...
2010-09-24 jjenistathere is definitely an uninitialized mem bug, temp...
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-09-23 jjenistasupport for optimizations later, leaf tasks need less...
2010-09-22 stepheyThis version prints out correct C code in terms of...
2010-09-16 jjenistamodularize core prof correctly, starting mem pool strat...
2010-09-11 stepheyWork In Progress Commit.
2010-09-10 jjenistatask execute, dispatch, reture and work grabbing events...
2010-09-10 stepheyWork In Progress Commit.
2010-09-09 stepheyAdded logic for determining weakly connected groups...
2010-09-07 jjenistaSeveral changes:
2010-09-03 stepheyAdded some extra logic for rehashing all effects by...
2010-08-18 stepheySplit debug flag for Java/C sides. Added logic to preve...
2010-08-18 stepheyAdded StallSite RuntimeConflictResolver invocations...
2010-08-17 stepheyChanged the way conflict flags are propagated (fixed...
2010-08-17 stepheyFixed bug of ignoring multiple effects for same alloc...
2010-08-14 stepheyChanges. Contains bug where not all effects are saved...
2010-08-13 stepheyTemporarily integrates Runtime Conflict Resolution...
2010-08-12 stepheyAdded Changes requested by Jim. Fixed problem of infini...
2010-08-11 stepheyGenerates syntatically correct code but appears to...
2010-08-11 jjenistafix sese garbage collection bug calculating offsets...
2010-08-10 stepheyMostly works, but has bug of not checking primative...
2010-08-09 jjenistadid something I shouldnt have, mixed changes for two...
2010-08-06 yeominterface to grab the conflict effect set for Stephen,
2010-08-06 yeomchanges to have proper path of coreprof.h
2010-08-06 yeomintroduces new flag for runtime conflict resolver.
2010-08-05 stepheyCompleted version before tying in with system and debug
2010-08-05 yeomfixes on FlatWriteDynamicVarNode to handle properly...
2010-08-03 bdemskybug fixes for coreprof
2010-08-02 bdemskychecking outstanding changes in my CVS
2010-07-31 jjenistaspecial loop optimization disable for ooojava
2010-07-31 stepheyAdded optimization in switch-case statements. TODO...
2010-07-22 stepheyUnfinished dynamic anaylsis side and probably contains...
2010-07-17 bdemskyerror in parsing package declarations...
2010-07-17 yeombug fix: previously assumed that all stalled tempDesc...
2010-07-09 yeombug fix: prevent generating unnecessaary waiting queues...
2010-07-01 yeomincorporated OoOJava into build code + fixed a couple...
2010-06-30 yeommore changes according to new effect analysis
next