more changes.
[IRC.git] / Robust / src / Analysis / MLP /
2009-10-29 yeommore changes.
2009-10-29 yeomchanges to handle fixed point analysis properly + bug...
2009-10-27 yeomadded for handling method with child SESE.
2009-10-26 yeomchanges towards method context insensitive analysis.
2009-10-23 yeominitial commit for parent/child SESE memory conflicts...
2009-10-21 jjenistaAdded feature for nullfying dead variables, which didn...
2009-10-14 jjenistaupdating graph display options
2009-10-13 bdemskyobvious typo
2009-10-13 bdemsky*** empty log message ***
2009-10-13 bdemskysmall changes
2009-10-13 yeomchanges.
2009-10-12 yeomdecompose parameter regions into caller regions without...
2009-10-12 yeombug fix.
2009-10-12 yeomcollects live-in var's allocation sites when it referen...
2009-10-08 yeomdisjoint analysis with a set of flagged allocation...
2009-10-07 yeomchanges to maintain strong update effects.
2009-10-06 yeomchanges to handle SESE placeholder correctly
2009-10-06 yeombug fix and changes to handle properly the mapping...
2009-10-05 yeombug fix
2009-10-03 yeomadd analyzing SESE effects. generate read&write set...
2009-09-25 yeommove method effects analysis into disjoint analysis.
2009-09-24 yeominitial commit for method effects analysis.
2009-09-18 bdemskyadd SESETree
2009-09-04 jjenistaFixed variable dynamic source bookkeeping bug, regressi...
2009-08-31 jjenistaVariable result table pruning is buggy, remove for...
2009-08-28 jjenistaLots of bug fixes, stable system, parallelized binary...
2009-08-25 jjenistamethod call support works for small programs, bigger...
2009-08-25 jjenistaStill haven't worked all the bugs out of MLP's support...
2009-08-20 jjenistalots of bug fixes, partial solution towards allowing...
2009-08-18 jjenistaa better workscheduler--still has a deficiency because...
2009-08-18 jjenistafound one reason for system hang--there is still at...
2009-08-17 jjenistabug fixes
2009-08-14 jjenistabug fixes, use pointers no problem, generate temps...
2009-08-14 jjenistaa bunch of dynamic var bugs
2009-08-13 jjenistaprimitive dynamic variables are working
2009-08-12 jjenistatracked down more bugs in not-avail and variable analyses
2009-08-12 jjenistaBug fixes in use of liveness analysis, bug fix in not...
2009-08-10 jjenistaWorking towards dynamic source variables in MLP, not...
2009-08-06 jjenistafully realized system for primitives that displays...
2009-08-05 jjenistabig update for forwarding lists and dependency counts...
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 jjenistamore work on mlp system
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 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-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-13 jjenistabug fixes, keeping helper hash tables valid through...
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-06 jjenistasome commented out code transplanted from BuildFlat...
2009-04-06 jjenistaMove mlp and sese stuff into a separate compiler pass