little twiddles for kmeans investigation
[IRC.git] / Robust / src / Analysis / Disjoint / ReachGraph.java
2012-01-27 jjenistalittle twiddles for kmeans investigation
2012-01-25 jjenistaset up to count graph elements over every final graph...
2012-01-24 jjenistadidnt get what I wanted before
2012-01-24 jjenistabits to help investigate node count changing
2012-01-20 jjenistarunning new experiments
2012-01-17 jjenistapredicates are not feasible to flip on and off. The...
2012-01-17 jjenistaget set up for experiment: test impact of disabling...
2011-11-11 jjenistagot 2nd case of def reach up and running, one to go
2011-11-10 jjenistaAWESOME. Used just the R relation of definite reach...
2011-11-08 jjenistafix silly off-by-one bug
2011-10-25 jjenistadef reach coming along
2011-10-25 jjenistaimplementing def reach transfer funcs for R
2011-10-21 jjenistagoing to start with just enough definite reach analysis...
2011-10-04 jjenistaBug fix, subtle errors in exist pred hashcode, and...
2011-10-04 jjenistathe bug I've been chasing, a critical one-letter typo...
2011-06-11 jjenistatinkering with debug stuff for barnes-hut
2011-06-10 jjenistaBug fix: in some cases we really do want the heap regio...
2011-06-03 jjenistafixed a bug where a single argument is passed in as...
2011-06-01 jjenistacheck points-to module improvements along with a bug...
2011-05-18 jjenistabug fix: heap contexts for call sites were propgated...
2011-05-16 jjenistaCreate analysis model for string literals in disjointne...
2011-05-13 jjenistathis system checks heap results against runtime pointer...
2011-05-11 jjenistadifferentiate between analysis says something points...
2011-05-10 jjenistaNew tool to check points-to results of a heap analysis...
2011-05-05 jjenistadisjoint should work like pointer in that taints for...
2011-05-03 jjenistaallow debug reach graphs to show taints but supress...
2011-04-27 bdemskyswitch to spaces only..
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...
next