compute when to write dynamic address of variables
[IRC.git] / Robust / src / Analysis /
2009-05-08 jjenistacompute when to write dynamic address of variables
2009-05-07 jjenistaCurious. Found a bug in liveness where liveIn set...
2009-05-06 jjenistaadd frame for another pass to compute whether variables...
2009-05-06 jjenistaAdd CodePlan object for injecting code before or after...
2009-05-05 jjenistaSeveral bug fixes. Now that tokens have a mutable...
2009-05-04 jjenistaThis is BANANAS. How can a table that calls assertCons...
2009-05-04 jjenistaWhy did last checkin of VarSrcTokTable add carot-M...
2009-05-04 jjenistaconvert token tables into triples that sets of referenc...
2009-04-30 jjenistapreliminary stall computation working
2009-04-30 jjenistafixed liveness to calculate live-out set, and a couple...
2009-04-29 jjenistastable, something still wrong with calculating out...
2009-04-29 jjenistastable capture, bug fixes--a problem: using an SESEs...
2009-04-29 jjenistaReinitialize liveness for the second pass, uses virtual...
2009-04-28 jjenistaSomething is wrong with liveness results that want...
2009-04-28 jjenistaadded another liveness pass that picks up on virtual...
2009-04-27 jjenistaLots of bug fixes with regard to token table--table...
2009-04-24 jjenistavariable analysis reports no stalls, stable
2009-04-23 jjenistabug fixes and implementation adjustments: matches analy...
2009-04-23 jjenistaquick capture
2009-04-22 jjenistavariable analysis stable, reports stalls all over-...
2009-04-21 jjenistavariable analysis added
2009-04-21 jjenistaRoot SESE ironed out, some reorganization for variable...
2009-04-18 bdemskyintegrate typeanalysis
2009-04-18 bdemskycomputes which types can actually refer to the same...
2009-04-17 jjenistavariable source tokens have a temp for the live variabl...
2009-04-17 bdemskyupdates
2009-04-17 jjenistaliveness analysis simplified to ignore SESE's, analyzes...
2009-04-17 jjenistareorganizing mlp analysis passes
2009-04-16 jjenistaanother forward pass for mlp analysis
2009-04-15 jjenistafixed liveness analysis
2009-04-15 bdemskyclearer error message
2009-04-15 jjenistastable version with debug, chasing an analysis bug
2009-04-14 bdemskyadd support for scratch memory
2009-04-14 bdemskychanges
2009-04-13 jjenistamlp conducts a valid variable analysis, but write set...
2009-04-13 jjenistabug fixes, keeping helper hash tables valid through...
2009-04-13 bdemskybug fix
2009-04-13 bdemskychanges
2009-04-13 bdemskychanges
2009-04-11 bdemskychanges
2009-04-10 jjenistastable, non-functional still
2009-04-10 jjenistastable, not fully functional
2009-04-10 jjenistastructure for manipulating triples
2009-04-09 jjenistaquick capture of some stable structures
2009-04-09 jjenistamore new mlp stuff
2009-04-09 jjenistastable introduction of mlp analysis, infrastructure...
2009-04-09 bdemskyfix bugs
2009-04-09 bdemskybug fixes
2009-04-08 bdemskybug fix
2009-04-08 bdemskybug fixes
2009-04-06 bdemskycloser to compiling
2009-04-06 jjenistasome commented out code transplanted from BuildFlat...
2009-04-06 jjenistaMove mlp and sese stuff into a separate compiler pass
2009-04-06 bdemskyget compiler side of STM working
2009-04-05 bdemskynew write barrier class
2009-04-03 bdemskychanges
2009-04-03 bdemskysupport for STM
2009-04-03 bdemskylots of bugs
2009-04-02 bdemskya whole bunch of optimizations...should be useful for...
2009-03-30 bdemskychanges
2009-03-27 bdemskyloop analysis stuff
2009-03-27 bdemskyDefUse analysis
2009-03-27 bdemskychanges
2009-03-27 bdemskyhack loop optimizations
2009-03-24 jjenistaedge matching bug fix and add alpha source states back
2009-03-24 bdemskycache lots of results instead of recomputing them
2009-03-24 jjenistafix bug when mapping callee edges into caller, gotta...
2009-03-24 bdemskyspeedup
2009-03-24 jjenistaimprove strong update conditions for store, add strong...
2009-03-24 bdemskyimprove performance
2009-03-23 jjenistafix edge propagation to union effects
2009-03-23 jjenistabug fix: changed contains() to containsKey() where...
2009-03-23 jjenistadon't do strong updates on array element references
2009-03-23 jjenistadon't add immutable or primitive parameters to alias...
2009-03-23 bdemskyevil hack...need to fix arity scheme to match paper...
2009-03-23 jjenistacommenting out debugging
2009-03-22 jjenistamerging lab changes with home changes
2009-03-22 jjenistajust leave commented becuase it is a useful little...
2009-03-22 jjenistasee array dimensions when writing out
2009-03-22 jjenistachanges and debug
2009-03-21 jjenistachanges
2009-03-20 jjenistanew parameter model and mapping procedure stable, doing...
2009-03-20 jjenistamore progress toward new parameter model
2009-03-20 jzhouchanges on directed simulated annealing
2009-03-19 jjenistaStable, partially functional implementation of new...
2009-03-17 jjenistaPartial, stable update that builds param index mappings...
2009-03-17 jjenistaBuild aliased parameter models--still a partial impleme...
2009-03-16 jjenistapartway to new parameter model
2009-03-16 jjenistaStable capture while moving towards typed heap regions...
2009-03-13 jjenistaBe more precise about enqueing dependent method context...
2009-03-13 jjenistaBug fixes:
2009-03-12 jjenistaRewrote global sweep to match paper, keeping ugly debug...
2009-03-12 jjenistaimprove report and debug for analysis interface
2009-03-12 jjenistaallows application of change set to reachability set...
2009-03-10 jjenistachanged analysis public interface to report a set of...
2009-03-10 jjenistaCrack at tuning the punt number between keeping problem...
2009-03-09 jjenistaBug fix, field matching for fields that model array...
2009-03-09 jjenistaBug fix, was not growing the mapping of descriptors...
2009-03-09 jjenistaBug fix in applying change sets, have to use the source...
2009-03-09 jjenistachanged toString so method context's produce unique...
next