Create analysis model for string literals in disjointness analysis that supports...
[IRC.git] / Robust / src / Analysis / Disjoint /
2011-05-16 jjenistaCreate analysis model for string literals in disjointne...
2011-05-13 jjenistamodel the allocation of string literals in heap analysis
2011-05-13 jjenistathis system checks heap results against runtime pointer...
2011-05-11 jjenistadifferentiate between analysis says something points...
2011-05-11 jjenistaonly do this if we are using oooj-style tasks after...
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-05 jjenistaan outstanding change to improve debugging of call...
2011-05-03 jjenistaallow debug reach graphs to show taints but supress...
2011-04-28 jjenistaimprove call site debugging for disjoint
2011-04-28 jjenistarun ooojava and rcrpointer that print out effects and...
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-04-08 jjenistadetect possibly evil tasks and do the right thing if...
2011-04-06 bdemskybug and remove debug code
2011-04-06 bdemskyget back some of the speed we are losing from bug fixes...
2011-04-06 stepheybug fix for refCount in SMFEStates. I'm not sure if...
2011-04-06 bdemskybug fix
2011-04-01 bdemskybuild pruned graphs that encode conflict information...
2011-03-30 yeombug fixes on OoOJava, now it works fine with all of...
2011-03-26 bdemskybug fix
2011-03-26 bdemskychanges
2011-03-25 bdemskybug fix
2011-03-25 bdemskychanges
2011-03-25 bdemskytry to get runtimeconflictresolver working...and cleani...
2011-03-25 bdemskychanges to process/prune state machines
2011-03-25 bdemskyclass to prune/process state machines
2011-03-24 bdemskyinitial taint should have null whereDefined so we don...
2011-03-23 stepheyChanged a lot of things in RCR. It works for the most...
2011-03-23 bdemskybug fixes
2011-03-23 stepheyJim told me to do this...
2011-03-23 jjenistachanged options in code to actually print reach states...
2011-03-22 bdemskyfix mistake....allocnodes are like disjoint heapregionn...
2011-03-21 stepheyWork in progress... I need to rework how to handle...
2011-03-21 bdemskyfixing bugs...
2011-03-19 jjenistawe took DFJ and broke its arm, and we'll reset the...
2011-03-18 jjenistachanging to new traversers/examiners
2011-03-18 bdemskymore bug fixes
2011-03-18 bdemskymore changes...
2011-03-18 bdemskycommit hacks to effect analysis...interfaces to allow...
2011-03-18 bdemskyPatch in effects analysis hooks....have to add new...
2011-03-18 bdemskyneed to decouple effects from AllocSite
2011-03-18 bdemskymy changes
2011-03-17 bdemskymore changes...do node-based taints...taint edges....
2011-03-17 bdemskychanges towards taints
2011-03-16 bdemskystarting towards taints
2011-03-10 jjenistapublic interface for the later compiler phases
2011-03-10 jjenistastate machines for traverers seem to be working for...
2011-03-05 jjenistamore code for state machines in dfj traversers
2011-03-04 jjenistaextend taints for a new mode in DFJ that helps build...
2011-03-03 jjenistaa test case showing a bug in disjoint analysis basic...
2011-02-01 jjenistahonor the easy request of suppressing output for the...
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2011-01-22 stepheyWe fixed the bug of where to find the stallsite reachgr...
2011-01-21 stepheyCorrected reach graph issue with SESE BLOCKS ONLY....
2011-01-10 jjenistajust a little change to keep genreach debug node from...
2011-01-10 jjenistaenforce monotonicity in heap contributions from call...
2011-01-10 jjenistamake reach graph visualizations tractable
2010-11-18 yeomchanges: collects a set of collect effects and generate...
2010-10-11 jjenistatwo methods for generating a reach graph at any desired...
2010-10-05 yeomtry to get more information about flagged sites.
2010-10-05 jjenistacpaturing some makefile updates and have OoOJava print...
2010-10-01 jjenistafor timing disjoint reachability in oooJava benchmarks
2010-09-22 stepheyAdded getter method to get all effects (needed for...
2010-09-08 stepheyJim told me to change the int hashCodeSpecific() functi...
2010-08-09 jjenistadid something I shouldnt have, mixed changes for two...
2010-08-06 yeomintroduces new flag for runtime conflict resolver.
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-23 yeomchanges.
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-30 yeommore changes according to new effect analysis
2010-06-29 yeomchanges according to new forms of effect analysis
2010-06-29 jjenistatweak to interface
2010-06-29 jjenistareachability query interface for ooojava heap conflict...
2010-06-29 jjenistagetting close to effects for new disjoint analysis
2010-06-29 jjenistalittle bug fix
2010-06-29 yeomchanges.
2010-06-29 jjenistastall site critical regions implemented, including...
2010-06-28 jjenistarestate inaccessible vars for stall site so facts get...
2010-06-28 jjenistamore effects bug fixes
2010-06-28 jjenistabug fixes for effects analysis
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 jjenistachanged organization and brought in a few new pieces...
2010-06-28 yeomadd more steps to OoO analysis
2010-06-26 yeomworking on the remaining procedures of OoOJava 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
next