Altered ownership graph to dot file by removing label nodes, marking allocation
[IRC.git] / Robust / src / Tests / OwnershipAnalysisTest / test01 / test01.java
2008-03-31 jjenistaAltered ownership graph to dot file by removing label...
2008-03-27 jjenistaStable capture.
2008-03-21 jjenistaCollect merge of FlatReturn ownership graphs for use...
2008-03-11 jjenistaFixed bug that heap regions from allocation sites are...
2008-03-10 jjenistaMost up-to-date allocation site algorithm implemented...
2008-03-03 jjenistaCapture stable state.
2008-02-29 jjenistaMethod scheduling handles recursion and dependency.
2008-02-22 jjenistaCapture stable point.
2008-02-05 jjenistaCapturing tests before making big changes to ownership...
2007-11-30 jjenistaFixed a bug where OwnershipGraph.writeGraph() visits...
2007-11-28 jjenistaOwnershipGraph and Node classes are working and tested.
2007-11-13 jjenistaFine heap representation, can only handle simple code.
2007-11-13 jjenistaBasic ownership analysis and a simple alias test added.