compute when to write dynamic address of variables
[IRC.git] / Robust / src / Analysis / MLP / MLPAnalysis.java
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 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-17 jjenistavariable source tokens have a temp for the live variabl...
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 jjenistastable version with debug, chasing an analysis bug
2009-04-13 jjenistamlp conducts a valid variable analysis, but write set...
2009-04-10 jjenistastable, non-functional still
2009-04-10 jjenistastable, not fully functional
2009-04-09 jjenistamore new mlp stuff
2009-04-09 jjenistastable introduction of mlp analysis, infrastructure...
2009-04-06 jjenistasome commented out code transplanted from BuildFlat...
2009-04-06 jjenistaMove mlp and sese stuff into a separate compiler pass