compiler options for call map debugging
[IRC.git] / Robust / src / Analysis / OwnershipAnalysis / OwnershipGraph.java
2009-10-16 jjenistacompiler options for call map debugging
2009-10-14 jjenistaupdating graph display options
2009-10-08 jjenistaAllow some disjointness improvements to be turned off...
2009-10-08 yeomdisjoint analysis with a set of flagged allocation...
2009-10-05 jjenistaa bug that only allows more aliasing than can be possib...
2009-10-02 jjenistaadd option to graph visualization that supresses reacha...
2009-09-30 yeomchanges to be tainted only if the method or its callees...
2009-09-28 yeombug fix
2009-09-28 yeominitial commit for maintaining reference edges with...
2009-09-23 jjenistanew parameter decomposition, can't chain results yet
2009-09-17 jjenistaexplicit null heap region changes rolled back
2009-09-15 jjenistaallocated regions have class fields initialized to...
2009-09-15 jjenistamore null region fixes, but I think method results...
2009-09-15 jjenistaadded support for null heap region, doesn't work perfec...
2009-09-14 jjenistafix for x = y.f statements copying by type and ignoring...
2009-03-24 jjenistaedge matching bug fix and add alpha source states back
2009-03-24 bdemskycache lots of results instead of recomputing them
2009-03-24 jjenistafix bug when mapping callee edges into caller, gotta...
2009-03-24 jjenistaimprove strong update conditions for store, add strong...
2009-03-23 jjenistafix edge propagation to union effects
2009-03-23 jjenistabug fix: changed contains() to containsKey() where...
2009-03-23 jjenistadon't do strong updates on array element references
2009-03-23 jjenistadon't add immutable or primitive parameters to alias...
2009-03-23 jjenistacommenting out debugging
2009-03-22 jjenistamerging lab changes with home changes
2009-03-22 jjenistachanges and debug
2009-03-21 jjenistachanges
2009-03-20 jjenistanew parameter model and mapping procedure stable, doing...
2009-03-20 jjenistamore progress toward new parameter model
2009-03-19 jjenistaStable, partially functional implementation of new...
2009-03-17 jjenistaPartial, stable update that builds param index mappings...
2009-03-17 jjenistaBuild aliased parameter models--still a partial impleme...
2009-03-16 jjenistapartway to new parameter model
2009-03-16 jjenistaStable capture while moving towards typed heap regions...
2009-03-13 jjenistaBug fixes:
2009-03-12 jjenistaRewrote global sweep to match paper, keeping ugly debug...
2009-03-10 jjenistachanged analysis public interface to report a set of...
2009-03-09 jjenistaBug fix, field matching for fields that model array...
2009-03-06 jjenistaSupport cast nodes
2009-03-05 jjenistaAlter token propagation from store so that computed...
2009-03-05 jjenistafix bug in alias reporting for Java programs
2009-03-04 jjenistaduring token propagation for store, change to, don...
2009-03-04 jjenistachange global sweep to shrink reachability sets rather...
2009-03-03 jjenistaBug fix: report aliases between allocated objects in...
2009-02-11 jjenistafixed a bug, not an analysis bug, just a bug that write...
2009-02-02 jjenistadisjointness for Java has all planned features
2009-02-02 jjenistaworking support for disjointness on Java, still needs...
2009-01-31 jjenistaAdded disjoint analysis for Java
2008-11-11 jjenistaadded concept of method context
2008-11-10 jjenistaeliminate two erroneous statements in callee->caller...
2008-11-09 jjenistamake sure strong updates do not affect benchmark result...
2008-10-27 jjenistarealized strong updates has incorrect conditions, made...
2008-10-08 jjenistaGlobal sweep added
2008-10-08 jjenistaCommitting a stable version of global sweep that works...
2008-10-06 jjenistaAdded hooks for global sweep and made sure that strong...
2008-10-03 jjenistaFixed a hack that was bugging me with a proper solution.
2008-10-03 jzhouadd profile codes for multicore version
2008-10-01 jjenistaTighten up use of canonical objects and halt system...
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 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-09 jjenistafix dumb bug in test case, add graphing option
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-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-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 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-19 bdemskyChange tabbing for everything....
2008-08-18 jjenistaChanged allocation depth to default to minimum possible...
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-12 jjenistaBug fix and makefile update
2008-08-12 jjenistaMade a big change to reference edges, touched a lot...
2008-08-11 jjenistaequals() and hashCode() methods are bunk
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...
next