Fix tabbing.... Please fix your editors so they do tabbing correctly!!! (Spaces...
[IRC.git] / Robust / src / Analysis / Disjoint / ReachGraph.java
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-18 jjenistabug fix - during call site transfer func we temporarily...
2011-03-10 jjenistastate machines for traverers seem to be working for...
2011-03-04 jjenistaextend taints for a new mode in DFJ that helps build...
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2010-08-02 yeomchanges.
2010-07-30 yeom*** empty log message ***
2010-07-30 yeomchanges.
2010-07-26 jjenistabug fix for allowing out-of-contexts taints to flow...
2010-07-07 stepheypublic VariableNode getVariableNodeNoMutation( TempDesc...
2010-07-02 jjenistasome subtle reach state bug fixes uncovered by labyrint...
2010-06-30 jjenistadebugged the reach graph support for effect conflicts
2010-06-30 jjenistaimplemented details to support effect conflict detection
2010-06-29 jjenistareachability query interface for ooojava heap conflict...
2010-06-29 jjenistastall site critical regions implemented, including...
2010-06-28 jjenistarestate inaccessible vars for stall site so facts get...
2010-06-28 jjenistastall site taints propagate awesomely, get cleared...
2010-06-28 jjenistaforgot to add moved files back in, injecting stall...
2010-06-28 yeomadd more steps to OoO analysis
2010-06-26 jjenistaDo effects as a global space, don't even need to consid...
2010-06-26 jjenistaboth reach states and taints were not propagating to...
2010-06-25 jjenistagetting effects analysis going, need a few more pieces...
2010-06-25 jjenistarblock effects dont collect over method call, but its...
2010-06-25 jjenistaanalysis collects effects per method and interprocedurally
2010-06-24 jjenistabug fix, now interprocedural seems cool, unitl the...
2010-06-24 jjenistataints tested, propagate interprocedurally
2010-06-24 jjenistarblock in set vars get tainted on rblock enter and...
2010-06-23 yeomget set up part of the stall site analysis
2010-06-23 jjenistaUpdated taint class to allow call site plus var taints...
2010-06-22 jjenistataints at reach graph level implemented
2010-06-22 jjenistagot the hooks in place to get taints for rblocks
2010-06-22 jjenistaGetting taints to propagate in new analysis, no paramet...
2010-06-21 jjenistacapturing partially implemented taints before altering...
2010-06-17 jjenistataints working intraprocedurally, a bug in inter I...
2010-06-17 jjenistagetting parameter taints in new analysis
2010-06-17 jjenistaget partially set up new version of disjoint analysis...
2010-05-27 jjenistaporting effects analysis
2010-05-26 jjenistaporting effects analysis to new disjoint analysis
2010-04-19 jjenistabug fix in that return value assignment edges were...
2010-04-07 jjenistadeterministic mode works
2010-04-07 jjenistajust improved some output
2010-04-02 jjenistabug fixes for unflagged heap regions becoming flagged
2010-04-02 jjenistaworking on bugs, sharing file output updates
2010-03-31 jjenistaenforce strict monotonicity for initial method contexts...
2010-03-30 jjenistaturn strong updates back on from yesterday testing...
2010-03-30 jjenistawhy was this missing--latent bug
2010-03-30 jjenistabug fixes, make stack/Q method-visiting a cmd line...
2010-03-26 jjenistacollect last night's changes
2010-03-26 bdemskybug fix
2010-03-26 bdemskybug fix
2010-03-25 jjenistabug fixes for task initial heaps and making all new...
2010-03-25 jjenistabug fixes
2010-03-24 jjenistaimproved debug graph capture
2010-03-24 jjenistabug fixes, display improvements, sharing query changes...
2010-03-23 jjenistabug fix for primitive parameters, made a simple method...
2010-03-23 jjenistalittle bug fixes, adjusted code for detecting sharing...
2010-03-22 jjenistafix bug that a hrn ID integer and a boolean out-of...
2010-03-22 jjenistabug fixes: if an out-of-context edge in callee has...
2010-03-22 jjenistawow, this bug has been latent for a long time, easy fix
2010-03-22 jjenistacouple fixes to make sure out-of-context nodes get...
2010-03-22 jjenistafixed problem by differentiating between an element...
2010-03-20 jjenistatrying to fix call site transfer bug, fixed caused...
2010-03-19 yeomchanges.
2010-03-19 jjenistamaking debugging easier
2010-03-19 jjenistamake sure change sets ignore predicates hanging off...
2010-03-19 jjenistamake sure straight union of reach states or reach sets...
2010-03-19 yeomadd interface.
2010-03-18 jjenistacouple of little bugs working in tandem to wreck reacha...
2010-03-17 jjenistause different graph writing options to better find...
2010-03-17 jjenistafixed issues with dot graph writing that make our debug...
2010-03-17 jjenistawas accidentally dropping param var to node edges when...
2010-03-17 jjenistaworking on reach prop, pred bugs, basic tests still...
2010-03-17 jjenistareach propagation not working, getting null states...
2010-03-16 jjenistaworking hard on reachability, bunch of changes, still...
2010-03-16 jjenistacheckin a crash fix so yonghun can run on benchmarks...
2010-03-16 jjenistaupdating the global sweep and some related code--this...
2010-03-15 jjenistahave to test predicates of callee states before admitti...
2010-03-15 jjenistalots of untested code, but compiles, for attaching...
2010-03-15 jjenistamost of the missing context-rewriting code
2010-03-13 jjenistaa start on reachability, not fully functioning yet
2010-03-12 jjenistabunch of bug fixes, graphs appear to be working mechani...
2010-03-12 jjenistamaking a big change to call site transform to calculate...
2010-03-11 jjenistadebugging something else, but commiting this bug fix...
2010-03-11 jjenistabug fix yonghun found, return value's region may be...
2010-03-11 jjenistathere was a simple fix for variable problem, in new...
2010-03-11 jjenistacaller local variables to in-context regions are modele...
2010-03-11 jjenistaNot the most elegant fix, but out-of-context nodes...
2010-03-10 jjenistaout-of-context edges prevent convergence...
2010-03-10 jjenistalots of bug fixes, system cannot compute even simple...
2010-03-10 jjenistabig checkin, lots of call site transfer bug fixes,...
2010-03-09 jjenistacallee elements brought into caller get predicates...
2010-03-08 jjenistaedge merge
2010-03-04 jjenistabug fix, other transfer funcs invoke mutating methods...
2010-03-04 jjenistagetting closer, still major bugs in call site transfer...
2010-03-03 jjenistafound a bug where an object of one reach graph could...
2010-03-01 jjenistacheck in a debug mode for call site transfer I use...
2010-02-23 jjenistasystem stable, call site transform wipes out graphs...
2010-02-19 jjenistabig update--bringing implementation of new analysis...
2010-02-11 jjenistareevaluating abstract garbage collection, for now leave...
2010-02-09 jjenistachange analysis so nodes are added on demand, and abstr...
next