associate assignment nodes that writes to the same height location with corresponding...
[IRC.git] / Robust / src / Analysis / SSJava / DefinitelyWrittenCheck.java
2011-12-15 yeomassociate assignment nodes that writes to the same...
2011-12-13 yeomchanges.
2011-12-12 yeomfix another bug: callee propagated wrong write effects...
2011-12-12 yeommore changes, but still broken with mp3decoder
2011-12-10 yeomchanges.
2011-12-09 yeomfix a nasty bug: writes on local array elements was...
2011-12-08 yeomfix heap path propagation and generate error msg with...
2011-12-06 yeomchanges while trying to compile MP3Decoder
2011-12-06 yeomchanges for getting the right path of static references
2011-12-05 yeomfixes on analyses to compile the eyetracking benchmark
2011-12-05 yeomfixes
2011-12-03 yeomit has passed test cases
2011-12-02 yeomget the right cover set wrt shared location path.
2011-12-01 yeomfix problems of shared loc extension
2011-12-01 yeomchanges.
2011-11-30 yeommore changes.
2011-11-29 yeomhave n-to-1 mapping from location paths to a set of...
2011-11-22 yeomworking on shared loc extension: need to keep additiona...
2011-11-14 yeomworking on shared loc extension
2011-11-11 yeomworking on the written check.
2011-10-21 yeommoves MP3Decoder codes to Benchmark directory
2011-10-03 yeombug fix.
2011-09-01 yeomchanges: 1) refactoring codes 2) forgot to implement...
2011-08-31 yeomit passes the definite clearance analysis.
2011-08-30 yeomchanges.
2011-08-29 yeomchanges: have a better way to keep the set of reading...
2011-08-29 yeomfixes on the definite clearance for shared locations.
2011-08-29 yeomchanges on the definite clearance for shared locations...
2011-08-27 yeomit passes the definitely written analysis.
2011-08-23 yeom1) changes on the definitely written analysis: it only...
2011-08-23 yeombug fix
2011-08-20 yeombug fix on the definitely written check: Field read...
2011-08-20 yeomchanges.
2011-07-20 yeomchanges.
2011-07-12 yeomchanges.
2011-07-11 yeomrefactoring
2011-07-11 yeomfix a bug introducing redundant method entries for...
2011-07-11 yeommore changes on shared location analysis. now it works...
2011-07-10 yeomchanges.
2011-07-09 yeomchanges.
2011-07-08 yeomchanges toward intraprocedural analysis
2011-07-08 yeomstart implementing shared location analysis
2011-07-07 yeombring recent changes before starting to implement defin...
2011-07-02 yeombug fixes
2011-07-01 yeombug fixes and refactoring to have more smooth integrati...
2011-07-01 yeomfix indentation
2011-07-01 yeomchanges.
2011-07-01 yeomgetting close to finishing the definite written analysis
2011-06-30 yeomstart to revise definitely written analysis implementation
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-23 yeominterim changes: ssjava will have its own class library...
2011-04-22 yeomchanges: make location an extension of type descriptor...
2011-04-15 yeomchanges.