Introduced ZEROORMORE arity, something appears to be broken so another change is...
[IRC.git] / Robust / src / Analysis /
2008-09-29 jjenistaIntroduced ZEROORMORE arity, something appears to be...
2008-09-25 jjenistaFix implementation to use little d when possible, and...
2008-09-24 jjenistaBug fix where two isolated heap regions with empty...
2008-09-23 jjenistaFirst bug fix is that the "unshadow" token conversion...
2008-09-22 jjenistarewriting of callee tokens into caller tokens was incorrect
2008-09-18 jjenistapull in class files that already exist in library
2008-09-18 jjenistaexhaustive arity improves for benchmarks with ad=1
2008-09-18 jjenistatest for immutable instead of primitive to decide if...
2008-09-17 jjenistahelpful progress reporting
2008-09-11 jjenistaBug fix: when rewriting a token set every permutation...
2008-09-11 jjenistamake toString more readable
2008-09-09 jjenistabig fix for tracking latest ownership graph associated...
2008-09-09 jjenistafix dumb bug in test case, add graphing option
2008-09-09 jjenistacapture some debugging code
2008-09-05 jjenistanever needed this
2008-09-04 jjenistaadd allocation depth to alias output file
2008-09-03 jjenistaadded ownership options
2008-09-03 jjenistaforgot to make tabbing
2008-09-03 jjenistaminor bug fixes and support for matching classes to...
2008-09-02 jjenistaonly analyze flat method node to allocate parameter...
2008-09-02 jjenistabeen forgetting to make tabbing
2008-09-01 jjenistaChanged the top-level procedure for resolving a method...
2008-09-01 jjenistaprevent infinite recursion for cycle of callers
2008-08-30 jjenistaPut the rest of the top-level interface together
2008-08-30 jjenistaalias query for param to alloc site
2008-08-30 jjenistastep toward repairing top-level alias query interface
2008-08-29 jjenistaPrune edges by field name and type when mapping from...
2008-08-29 jjenistaadded support for array element nodes
2008-08-27 jjenistaupdate for methods and renaming of assignments for...
2008-08-27 jjenistawrite-to-graph changes
2008-08-26 jjenistabug fix: when calculating methods dependent on a new...
2008-08-25 jjenistabug fix, alpha and beta for allocated callee nodes...
2008-08-25 jjenistamethod call stably implemented as a first pass, results...
2008-08-25 jjenistafor method calls, all reachability sets brought into...
2008-08-22 jjenistamethod call first draft almost finished. Need to go...
2008-08-22 jjenistasteps 1-5 of method call algorithm implemented
2008-08-21 jjenistause unionUpArity in simple rewrite scenario also
2008-08-21 jjenistamore method call stuff, still partial
2008-08-21 jjenistastable, still partial method calls
2008-08-21 jjenistaStable, partial implementation of method calls
2008-08-20 bdemskybug fix
2008-08-20 bdemskytypo
2008-08-20 bdemskychange
2008-08-19 bdemskytypo
2008-08-19 bdemskybug fix i think
2008-08-19 bdemskyend of reformatting
2008-08-19 bdemskychanges
2008-08-19 bdemskyChange tabbing for everything....
2008-08-18 jjenistaChanged allocation depth to default to minimum possible...
2008-08-18 jzhoulatest bug fixing and new benchmarks
2008-08-18 jjenistaHeap regions with no reachability token need to have...
2008-08-15 jjenistastrong updates, everything ready to do method calls
2008-08-15 jjenistaHeapRegionNode and ReferenceEdge both have had the...
2008-08-15 jjenistaRetooled edges and basic stuff is working again (finall...
2008-08-13 jjenistaNode and edge equality and hash updates
2008-08-13 jjenistatoken classes combed over and tested thoroughly
2008-08-13 jjenistaupdated TokenTuple and TokenTupleSet, tested
2008-08-12 jjenistaBug fix and makefile update
2008-08-12 jjenistaMade a big change to reference edges, touched a lot...
2008-08-11 jjenistastart of new file
2008-08-11 jjenistaequals() and hashCode() methods are bunk
2008-08-11 jzhoubug fixing in Scheduling analysis(combination stage)
2008-08-07 jjenistaI erroneously added this sanity check and wondered...
2008-08-07 jjenistaBug fix that param2id tables need to initialized for...
2008-08-06 jjenistaAdded fields to ReferenceEdgeProperties and combed...
2008-08-05 bdemskychanges
2008-08-05 jjenistaBreak aging into smaller procedures and improve graphin...
2008-08-05 jjenistaPrune change sets during token prop by beta info only...
2008-08-05 jzhoufix a bug in combination stage of scheduling analysis
2008-08-04 jjenistax.f = y now prunes new edge's beta by alpha at x
2008-08-04 jjenistaFixed x.f = y operation
2008-08-03 jzhousmall changes
2008-08-01 jzhoufix some bugs in multi-core version codes generation...
2008-07-31 adashChanges for dynamic prefetch enabling
2008-07-27 jjenistaReachability bug fixes. Tokens propagate and age in...
2008-07-27 jjenistaToken propagation for normal assignments fixed. Tokens...
2008-07-18 jjenistaWorking on allocating with reachability, mostly the...
2008-07-18 jjenistaAdded some functionality to reachability classes that...
2008-07-17 jjenistaFixed propagation, different change sets for the x...
2008-07-16 jjenistaFixed a few minor bugs in token propagation, and major...
2008-07-15 jjenistaToken propagation implemented, stable but incorrect...
2008-07-15 jjenistaMore reachability implementation, no token propagation...
2008-07-15 jzhoumake multicore version PERT benchmark work on RAW(witho...
2008-07-15 jjenistaAdded reachability to simple edge cases.
2008-07-09 jjenistaAdded reachability classes, all of which are extensions...
2008-07-02 jjenistaStarting to integrate reachability classes into ownership.
2008-07-01 jjenistaspecial union of reachability sets works correctly now
2008-07-01 jjenistaMore reachability set functionality, but not all there yet
2008-06-27 jjenistaBroadening implementation for reachability in ownership...
2008-06-26 jjenistaStraightened out TokenTuple equality and hash codes...
2008-06-24 jjenistaSome initial implementation of reachability for ownersh...
2008-05-19 jzhouforgot to upload a new file for Scheduling Simulator
2008-05-19 jzhouAdd multi-parameter tasks support in Scheduling Simulator
2008-05-14 jzhouAdd support for multi-parameter tasks as well as tag...
2008-05-03 bdemskyChanges:
2008-04-25 jzhouadd multi-thread simulator for multi-core version codes...
2008-04-17 bdemskymake clearprefetch cache commands into barriers for...
2008-04-16 jjenistaProperly use transitive closure of allocation sites...
2008-04-15 jjenistaBefore writing a dot file, remove all symbols that...
2008-04-15 jzhouadd codes for generating multi-core version binary...
next