fix: handle the case that TASK doesn't have any heap conflicts
[IRC.git] / Robust / src / IR / Flat / RuntimeConflictResolver.java
2011-04-08 yeomfix: handle the case that TASK doesn't have any heap...
2011-04-08 yeomfixes -nostalltr flag: if it is valid to prune heap...
2011-04-06 bdemskybug fix and other change
2011-04-02 bdemskybug fix for yeom...can you try to see if power works...
2011-03-25 bdemskybug fixes
2011-03-25 bdemskychanges
2011-03-25 bdemskybug fix
2011-03-25 bdemskytypo
2011-03-25 bdemskychanges
2011-03-25 bdemskychanges
2011-03-25 bdemskytry to get runtimeconflictresolver working...and cleani...
2011-03-24 bdemskyBug fix...supposed to pass in bsm into Pointer analysis...
2011-03-23 stepheyMoved all unused methods to the bottom of the file.
2011-03-23 stepheyChanged a lot of things in RCR. It works for the most...
2011-03-22 bdemskyfix mistake....allocnodes are like disjoint heapregionn...
2011-03-21 stepheyWork in progress... I need to rework how to handle...
2011-03-19 jjenistawe took DFJ and broke its arm, and we'll reset the...
2011-03-18 jjenistachanging to new traversers/examiners
2011-03-18 bdemskychanges
2011-03-18 bdemskycommit hacks to effect analysis...interfaces to allow...
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
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-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-09 stepheyChecking in the small changes before I work on the...
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-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 yeomchanges: collects a set of collect effects and generate...
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 bdemskybe more careful about moving check...could break stuff...
2010-11-10 jjenistatemporary workaround for weakly-connected components...
2010-11-09 jjenistabug fixes in logic
2010-11-08 bdemskyfix bug
2010-11-08 bdemskychanges:
2010-11-06 yeomchange: more aggressively re-initialize fields of rcrRe...
2010-11-05 bdemskychanges
2010-11-03 stepheySeparated out Demsky's hashStructure interface code...
2010-11-03 jjenistathis check shows that some kind of array pointer is...
2010-11-03 bdemskybug
2010-11-03 bdemskycode changes
2010-11-02 jjenistanew coreprof event, move workschedule dowork label...
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-10-30 stepheyMinor changes: Removing vestigial code
2010-10-30 stepheyFixed:
2010-10-26 stepheyFixed issue where multi-dimentional primative arrays...
2010-10-25 bdemskyfix bug w/ recycling + RCR
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 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-21 bdemskychanges
2010-10-21 bdemskychanges
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-18 stepheyAdded support for tracking which ConcreteRuntimeObjNode...
2010-10-18 bdemskymore changes towards new version of oooJava
2010-10-18 bdemskychanges
2010-10-13 bdemskychanges...plus a little optimization
2010-10-12 bdemskymore code towards working...it actually compiles now...
2010-10-12 bdemskymore changes
2010-10-12 bdemskytowards getting the compiler to run
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-01 stepheyWork-In-Progress check in. Will not error out if RCR...
2010-09-22 stepheyThis version prints out correct C code in terms of...
2010-09-11 stepheyWork In Progress Commit.
2010-09-10 stepheyWork In Progress Commit.
2010-09-09 stepheyAdded logic for determining weakly connected groups...
next