Bug fix in array initialization: handle the special case like {{null,null}}
[IRC.git] / Robust / src / IR / Flat / BuildCode.java
2011-02-18 jzhouBug fix in array initialization: handle the special...
2011-02-18 jzhouBug fixes for MGC
2011-02-12 jzhousome bug fix
2011-02-04 jzhouRoll back to use the simple Class constructor to suppor...
2011-02-02 jjenistaBuildCode, with the monkey of OoOJava off its back
2011-02-01 jjenistabringing analysis up to clean model, buildcode is left
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2011-01-27 jzhouBasic implementation of array initialization for mgc...
2011-01-07 jzhouAdd support for Enum type for mgc version and also...
2011-01-05 stepheyRefactoring in progress. Done with about the first...
2010-11-22 bdemskyIndent the code a little better by default...isn't...
2010-11-19 yeomadds new option '-nostalltr' that turns off rcr travers...
2010-11-18 jjenistaforce oid increment to be a prime number
2010-11-18 yeomchanges: collects a set of collect effects and generate...
2010-11-17 jjenistabug fixes that prevent RCR from reclaiming task records...
2010-11-14 yeomfix: had a bug when one coarse entry handles more than...
2010-11-13 yeomBuildCode.java: removes (1) the calls to build a traver...
2010-11-10 stepheyFixed grouping of weakly connected heaproots and remove...
2010-11-10 jjenistauntil weakly connected components are fixed, always...
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 jjenistareorganize stall code
2010-11-09 yeomchanges on rcr stall site generation
2010-11-08 yeomdo not generate enqueueTR for the main method
2010-11-08 bdemskychanges:
2010-11-06 yeomchange: more aggressively re-initialize fields of rcrRe...
2010-11-05 yeomhave an exceptional case that do not generate fine...
2010-11-05 bdemskyanother bug fix
2010-11-05 bdemskybug fixes
2010-11-05 bdemskychanges
2010-11-03 jzhouFix volatile in mgc version. Volatile variable should...
2010-11-03 jjenistalabyrinth is seg-faulting, if you uncomment these new...
2010-11-03 jjenistawhen the RCR system resolves a parent stall site, the...
2010-11-03 bdemskychanges
2010-11-03 yeomfix: have the proper size of rcrRecord since the size...
2010-11-02 jzhouAdd support for volatile keyword in mgc version. For...
2010-11-01 bdemskybug
2010-10-31 yeomchanges: generate rcr retirehashtable code correctly...
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-28 jzhouDon't allocate type number for interfaces so that we...
2010-10-28 yeomsmall change: not using path when includes the header...
2010-10-27 jjenistaadd feature to memPool for detecting misuse of records...
2010-10-27 yeomincludes the missing header file.
2010-10-27 jzhouEnable interface for mgc version.
2010-10-27 jjenistafix sloppy code and use a more recognizable invalid...
2010-10-26 jjenistacouple of minor bug fixes
2010-10-26 bdemskyoptimize dispatch a little more
2010-10-26 bdemskyChanges... small fix to jim's bugfix...touching our...
2010-10-26 jjenistafixed nasty bug, decrementing parents num running child...
2010-10-25 jjenistasupport for RCR and task record pool allocation
2010-10-25 stepheyAdded necessary variable initializations
2010-10-25 jjenistaChanging OoOJava work scheduler to true work stealing...
2010-10-24 bdemskybug fixes
2010-10-24 bdemskychanges...handle races between coarse and fine grained...
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 jzhouImplement a more sorphisticated execution strategy...
2010-10-20 bdemskychanges
2010-10-20 bdemskymore changes...RCR wasn't usable until it was too late...
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 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 jjenistaok, this is a wacky commit, purposefully leaving a...
2010-10-12 jjenistabug fix
2010-10-11 jjenistatwo methods for generating a reach graph at any desired...
2010-10-11 bdemskyhack OoOJava RCR to not run disjointness twice...we...
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-16 jjenistamodularize core prof correctly, starting mem pool strat...
2010-09-10 jjenistatask execute, dispatch, reture and work grabbing events...
2010-09-07 jjenistaSeveral changes:
2010-08-18 stepheyAdded StallSite RuntimeConflictResolver invocations...
2010-08-13 stepheyTemporarily integrates Runtime Conflict Resolution...
2010-08-11 jjenistafix sese garbage collection bug calculating offsets...
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-03 bdemskybug fixes for coreprof
2010-07-17 yeombug fix: previously assumed that all stalled tempDesc...
next