Variable result table pruning is buggy, remove for now, also adding improved tests...
[IRC.git] / Robust / src / Tests / mlp / tinyTest / test.java
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 jjenistasese's wait for children to exit before exiting
2009-08-13 jjenistaprimitive dynamic variables are working
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-07-28 jjenistabug fixes
2009-07-28 jjenistanewly realized mlp successfully issues and runs root...
2009-07-28 jjenistamlp system changes
2009-07-24 jjenistachanges
2009-07-23 jjenistaensure MLP system always uses precise garbage collection
2009-06-17 jjenistaadd a phtread implementation of semaphores for general...
2009-06-16 jjenistamore work on mlp system
2009-06-15 jjenistaMake SESE root spliced into IR graph just as any other...
2009-06-01 jjenistaabout to make lots of changes to system, just committin...
2009-05-24 jjenistaNot functional, but stable--sese invocation code pulls...
2009-05-14 jjenistaLots of changes that aren't working yet, so new methods...
2009-05-11 jjenistaGood cut of variable analysis
2009-05-08 jjenistaChange isAvailable to notAvailable, updated computation...
2009-05-07 jjenistaCurious. Found a bug in liveness where liveIn set...
2009-05-06 jjenistaAdd CodePlan object for injecting code before or after...
2009-04-29 jjenistastable capture, bug fixes--a problem: using an SESEs...
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-24 jjenistavariable analysis reports no stalls, stable
2009-04-21 jjenistaRoot SESE ironed out, some reorganization for variable...
2009-04-17 jjenistaliveness analysis simplified to ignore SESE's, analyzes...
2009-04-17 jjenistareorganizing mlp analysis passes
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-09 jjenistamore new mlp stuff
2009-04-06 jjenistause a clearer sese name when viewed in built code and...
2009-03-31 jjenistaAdded mlp runtime skeleton, flags to build it, syntax...
2009-03-30 jjenistaa new tiny test and better SESE node printing