take pointer analysis out of the build for now
[IRC.git] / Robust / src / IR /
2011-02-04 jjenistaimprove code gen to omit empty switch cases for stall...
2011-02-04 jzhouRoll back to use the simple Class constructor to suppor...
2011-02-03 jjenistafixing bugs from task code cleanup
2011-02-03 jjenistaThis is a compile-stable update of OoOJava code, there...
2011-02-03 jjenistabringing ooojava code gen around, some todos still...
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-02-01 jjenistapushing cleaned code further through analyses...
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2011-01-28 bdemskymore changes...
2011-01-28 jzhouFix the bug of assignment conversion: 'short s = 12...
2011-01-27 stepheyRemoved vestigial code left over from "waiting queues...
2011-01-27 stepheyThe second to last check in for the refactoring process...
2011-01-27 jzhouEnable array creation with initialization for MGC....
2011-01-27 jzhouEnable field array initialization for MGC
2011-01-27 jzhouBasic implementation of array initialization for mgc...
2011-01-24 jzhouSome changes to enable SPECjbb for MGC version. Enable...
2011-01-22 stepheyWe fixed the bug of where to find the stallsite reachgr...
2011-01-21 stepheyCorrected reach graph issue with SESE BLOCKS ONLY....
2011-01-20 stepheySplit graph construction into 2 steps (one for pruned...
2011-01-14 stepheyRCR was only one using Tuple.java so I renamed it to...
2011-01-10 jzhouAdd support for try-catch-finally statement for MGC...
2011-01-09 stepheyChecking in the small changes before I work on the...
2011-01-07 jzhouAdd support for Enum type for mgc version and also...
2011-01-06 davidThis update adds initializers, but not for arrays
2011-01-05 stepheyRefactoring in progress. Done with about the first...
2011-01-04 stepheyMade the option for showing RCR compile-time debug...
2010-12-01 jjenistano functional changes, just notes during a code review
2010-11-30 jzhouMissing files
2010-11-24 jzhouEnable Switch-case statement for mgc version
2010-11-22 bdemskyIndent the code a little better by default...isn't...
2010-11-19 yeombug fix: RBlockRelationAnalysis failed to set a non...
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-12 yeomchanges: generates WT_BIN_CASE only in the case that...
2010-11-11 yeomcheck rcrstatus before invoking the following traversal...
2010-11-10 stepheyAdded build output to include Weakly Connected Heaproot...
2010-11-10 stepheyFixed grouping of weakly connected heaproots and remove...
2010-11-10 jjenistauntil weakly connected components are fixed, always...
2010-11-10 bdemskybe more careful about moving check...could break stuff...
2010-11-10 jjenistatemporary workaround for weakly-connected components...
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 jjenistabug fixes in logic
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 bdemskyfix bug
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 stepheySeparated out Demsky's hashStructure interface code...
2010-11-03 jjenistawhen the RCR system resolves a parent stall site, the...
2010-11-03 jjenistathis check shows that some kind of array pointer is...
2010-11-03 bdemskychanges
2010-11-03 bdemskybug
2010-11-03 bdemskycode changes
2010-11-03 yeomfix: have the proper size of rcrRecord since the size...
2010-11-02 jjenistanew coreprof event, move workschedule dowork label...
2010-11-02 jzhouAdd support for volatile keyword in mgc version. For...
2010-11-02 yeombug fix: add the invar to the coarseConflictSet when...
2010-11-02 stepheyForgot to take out debug comments.
2010-11-02 stepheyFound a bug where if the inset variable itself has...
2010-11-01 bdemskybug
2010-10-31 yeomchanges: generate rcr retirehashtable code correctly...
2010-10-30 stepheyMinor changes: Removing vestigial code
2010-10-30 stepheyFixed:
2010-10-29 jjenistacommit some useful debug stuff all turned off until...
2010-10-29 jzhouAdd support for static inner classes in mgc version...
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-26 stepheyFixed issue where multi-dimentional primative arrays...
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
next