having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Tests / mlp /
2010-09-26 stepheyChanges
2010-09-26 stepheyremoved locking for waitingQueue add since it's not...
2010-09-26 stepheyWaitingQueue Correctness tests for RCR. FAKE mlp_lock...
2010-04-12 stepheyCore of Sudoku Puzzler is ported without input error...
2010-04-10 stepheyAdded input file support; user must put the file locati...
2010-04-10 stepheyModified my core code to be able to compile under ...
2010-04-10 stepheyPorted over commonly used operations in ArrayList.java...
2010-04-06 tmduongFirst test case
2010-04-05 stepheyMoved Prime Program into its own folder
2010-04-05 stepheyMoved Primes into its own folder
2010-04-05 stepheyUpdated Test.java; it now achieves a speed-up of 8x...
2010-04-05 stepheyUpdated Test.java to working condition (parallelized)
2010-04-03 stepheybacked up working serial program and original program...
2010-04-03 stepheyRenamed test.java to Test.java and updated makefile...
2010-04-03 stepheyrenamed test.java to Test.java and changed the makefile...
2010-04-03 stepheyUpdated to working non-parallelized version for Test.c
2010-04-02 stepheyStephen's intro application added (not yet done)
2010-04-02 stepheyA test update
2010-04-02 stepheyThis is Stephen's test program
2010-01-29 jjenistamake mlp related makefiles use a relative buildscript...
2010-01-29 jjenistaa tiny test exposing a bug, we think might be memory...
2010-01-29 jjenistarealized there were two print statements in regression...
2010-01-28 jjenistabug fix for ready-static-dynamic variable classificatio...
2010-01-20 jjenistafinding mlp analysis bugs
2009-09-23 jjenistanew parameter decomposition, can't chain results yet
2009-09-08 jjenistaobj support in MLP is in good shape, code gets generate...
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-24 jjenistaregression updates
2009-08-24 jjenistaA regression test to make sure new changes don't break...
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 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-07-31 jjenistastill isn't getting the right answer, but one variable...
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-24 jjenistaworking up mlp system
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-26 jjenistaStable compile, seg fault in MLP mode.
2009-05-24 jjenistaNot functional, but stable--sese invocation code pulls...
2009-05-19 jjenistaBug fixes for generating all execution paths for SESE...
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-10 jjenistastable, not fully functional
2009-04-09 jjenistaquick capture of some stable structures
2009-04-09 jjenistamore new mlp stuff
2009-04-06 jjenistaMove mlp and sese stuff into a separate compiler pass
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
2009-02-02 jjenistaworking support for disjointness on Java, still needs...
2009-01-31 jjenistaAdded disjoint analysis for Java
2009-01-29 jjenistaAdded SESE definition support to compiler