primitives passed to a child and then all available stuff copied back at one stall...
[IRC.git] / Robust / src / Analysis / MLP / MLPAnalysis.java
2009-08-03 jjenistaprimitives passed to a child and then all available...
2009-07-31 jjenistastill isn't getting the right answer, but one variable...
2009-07-30 jjenistaAn implementation of parent/child stalling that compile...
2009-07-28 jjenistanewly realized mlp successfully issues and runs root...
2009-07-28 jjenistamlp system changes
2009-07-24 jjenistaworking up mlp system
2009-06-18 jjenistaJust getting a capture, there is a bug in correctly...
2009-06-18 jjenistagetting close to mlp running a limited program
2009-06-16 jjenistaFixes for bugs in regard to null analysis results for...
2009-06-15 jjenistaMake SESE root spliced into IR graph just as any other...
2009-06-09 jjenistamore updates towards implementing SESE runtime
2009-06-01 jjenistaabout to make lots of changes to system, just committin...
2009-05-26 jjenistaStable, not functional. Builds a switch case for uniqu...
2009-05-24 jjenistaNot functional, but stable--sese invocation code pulls...
2009-05-15 jjenistastable for non-sese projects, an sese can have partial...
2009-05-14 jjenistaLots of changes that aren't working yet, so new methods...
2009-05-11 jjenistaGood cut of variable analysis
2009-05-11 jjenistaWhen we stall for some specific SESE, make other variab...
2009-05-08 jjenistaChange isAvailable to notAvailable, updated computation...
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