changes.
[IRC.git] / Robust / src / Analysis / OwnershipAnalysis /
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2010-05-03 yeombring a snapshot before further changes of memory queue...
2010-03-31 yeomfixes for memory effects analysis.
2010-01-21 yeombug fix, converting method effects into sese effects.
2010-01-18 yeomchanges.
2010-01-13 yeomchanges in SESE lock scheme using clique covering.
2010-01-06 yeomchanges.
2009-12-23 yeominitial commit for adding memory conflicts feature...
2009-11-24 yeomworking on building the conflict graph.
2009-11-18 yeomreflect changes of allocation site and heap region...
2009-11-06 jjenistadon't keep an analysis graph for every program point...
2009-11-05 jjenistaedge type improvement bug fixes, have to deal with...
2009-11-04 jjenistaUse types in program statements to make graph edges...
2009-11-03 yeomchanges toward keeping globally unique identifier for...
2009-10-30 jjenistabug fix, class library results improved, but directto...
2009-10-30 jjenistanew analysis for array references that create no new...
2009-10-28 jjenistabug fix when applying store results from multiple possi...
2009-10-23 jjenistastarting implementation for access paths to improve...
2009-10-21 jjenistaAdded feature for nullfying dead variables, which didn...
2009-10-20 jjenistarevert alias set computation changes, stick with old way
2009-10-19 jjenistaomputation to determine set of aliased parameter indice...
2009-10-19 jjenistalittle changes to keep, debugging removed
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-07 yeomchanges to maintain strong update effects.
2009-10-05 jjenistaa bug that only allows more aliasing than can be possib...
2009-10-03 yeomadd analyzing SESE effects. generate read&write set...
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-29 yeomAdd a running flag 'methodeffects' for new analysis.
2009-09-28 yeombug fix
2009-09-28 yeominitial commit for maintaining reference edges with...
2009-09-25 yeomfixes to handle non-static method properly.
2009-09-25 yeomminor changes
2009-09-25 yeommove method effects analysis into disjoint analysis.
2009-09-24 yeominitial commit for method effects analysis.
2009-09-23 jjenistanew parameter decomposition, can't chain results yet
2009-09-18 jjenistaan interface for supporting decomposition of disjointne...
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-04-09 jjenistastable introduction of mlp analysis, infrastructure...
2009-04-06 jjenistaMove mlp and sese stuff into a separate compiler pass
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 bdemskyspeedup
2009-03-24 jjenistaimprove strong update conditions for store, add strong...
2009-03-24 bdemskyimprove performance
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 bdemskyevil hack...need to fix arity scheme to match paper...
2009-03-23 jjenistacommenting out debugging
2009-03-22 jjenistamerging lab changes with home changes
2009-03-22 jjenistajust leave commented becuase it is a useful little...
2009-03-22 jjenistasee array dimensions when writing out
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 jjenistaBe more precise about enqueing dependent method context...
2009-03-13 jjenistaBug fixes:
2009-03-12 jjenistaRewrote global sweep to match paper, keeping ugly debug...
2009-03-12 jjenistaimprove report and debug for analysis interface
2009-03-12 jjenistaallows application of change set to reachability set...
2009-03-10 jjenistachanged analysis public interface to report a set of...
2009-03-10 jjenistaCrack at tuning the punt number between keeping problem...
2009-03-09 jjenistaBug fix, field matching for fields that model array...
2009-03-09 jjenistaBug fix, was not growing the mapping of descriptors...
2009-03-09 jjenistaBug fix in applying change sets, have to use the source...
2009-03-09 jjenistachanged toString so method context's produce unique...
2009-03-06 jjenistaSupport cast nodes
2009-03-06 jjenistaFix bug where element access fields have wrong type...
2009-03-05 jjenistafiddling with debug util
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 jjenistaTopological sort actually helps some benchmarks quite...
2009-03-04 jjenistaduring token propagation for store, change to, don...
2009-03-04 jjenistaAdd a remove() operation
2009-03-04 jjenistatopological sort has little impact in overall analysis...
2009-03-04 jjenistachange global sweep to shrink reachability sets rather...
2009-03-04 jjenistaTopologically sort callee leaves to front of analysis...
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-05 jjenistaeliminate null disjoint tags when printing and use...
2009-02-04 jjenistaHandle multi-dimensional arrays in disjointness analysis
2009-02-02 jjenistadisjointness for Java has all planned features
2009-02-02 jjenistaworking support for disjointness on Java, still needs...
next