take pointer analysis out of the build for now
[IRC.git] / Robust / src / Tests /
2011-02-04 jzhouRoll back to use the simple Class constructor to suppor...
2011-02-02 jjenistaBuildCode, with the monkey of OoOJava off its back
2011-01-31 jjenistacleaning up OoOJava and related systems, touching lots...
2011-01-28 jzhouFix the bug of assignment conversion: 'short s = 12...
2011-01-27 jzhouEnable array creation with initialization for MGC....
2011-01-27 jzhouEnable field array initialization for MGC
2011-01-27 jzhouBasic implementation of array initialization for mgc...
2011-01-12 jjenistatests for playing around with analysis with respect...
2011-01-10 jjenistatest that the genreach flat node doesn't get wiped...
2011-01-10 jjenistajust checking that the genreach debug statement works
2011-01-10 jzhouAdd support for try-catch-finally statement for MGC...
2011-01-07 jzhouAdd support for Enum type for mgc version and also...
2011-01-06 david*** empty log message ***
2011-01-06 davidThis update adds initializers, but not for arrays
2010-12-02 jzhouA test case for static inner class
2010-11-24 jzhouEnable Switch-case statement for mgc version
2010-11-03 jzhouFix volatile in mgc version. Volatile variable should...
2010-11-02 jzhouAdd support for volatile keyword in mgc version. For...
2010-10-28 jzhouDon't allocate type number for interfaces so that we...
2010-10-27 jzhouEnable interface for mgc version.
2010-10-25 bdemskyfix bug w/ recycling + RCR
2010-10-25 jzhouHack the compiler to support 'abstract' keyword for...
2010-10-24 bdemskybug fixes
2010-10-23 bdemskyanother bad case
2010-10-22 bdemskystill some bugs...but stall site code generation is in
2010-10-22 bdemskychanges towards rcr working...
2010-10-21 jjenistaimplemented deque for work stealing
2010-10-21 jzhouSmall bug fix for multicore gc w/o tasks
2010-10-20 bdemskychange
2010-10-19 bdemskychanges
2010-10-19 jzhouAdd support for 'static' fields in multicore gc version...
2010-10-14 jzhouAdd test for reentrant feature of the synchronized...
2010-10-14 jzhouAdd Test for multicore gc version w/o tasks
2010-10-12 jjenistaok, this is a wacky commit, purposefully leaving a...
2010-10-11 jjenistaan example showing empty reach state propagation that...
2010-10-11 bdemskytest case for rcr
2010-09-27 jjenistabuildscript options to enable exaclty which coreprof...
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-09-24 jjenistathere is definitely an uninitialized mem bug, temp...
2010-09-23 jjenistaworking on task mem pool, there is a crash bug, use...
2010-09-23 jjenistawhile working on memory pool for task records, fixed...
2010-09-21 jjenistaan appropriate test to simulate SOR for new pool allocation
2010-09-16 jjenistamini test to mimic SOR for mem pool testing
2010-09-15 jjenistathis micro benchmark does not accurately imitate OOOjav...
2010-09-12 jjenistaa self-contained test of the mempool strategy, doesnt...
2010-09-07 jjenistaa test case for shutting down ooojava work threads...
2010-08-10 jjenistaSome tests that are helping with SESE garbage collectio...
2010-06-30 jjenistadebugged the reach graph support for effect conflicts
2010-06-29 jjenistalittle bug fix
2010-06-29 jjenistastall site critical regions implemented, including...
2010-06-28 jjenistarestate inaccessible vars for stall site so facts get...
2010-06-28 yeomnew test case.
2010-06-28 jjenistastall site taints propagate awesomely, get cleared...
2010-06-28 jjenistaforgot to add moved files back in, injecting stall...
2010-06-26 jjenistaDo effects as a global space, don't even need to consid...
2010-06-26 jjenistaboth reach states and taints were not propagating to...
2010-06-25 jjenistagetting effects analysis going, need a few more pieces...
2010-06-25 jjenistaanalysis collects effects per method and interprocedurally
2010-06-24 jjenistabug fix, now interprocedural seems cool, unitl the...
2010-06-24 jjenistataints tested, propagate interprocedurally
2010-06-24 jjenistarblock in set vars get tainted on rblock enter and...
2010-06-24 jjenistajust an interesting test case I never got around to...
2010-06-22 jjenistataints at reach graph level implemented
2010-06-22 jjenistagot the hooks in place to get taints for rblocks
2010-06-21 jjenistacapturing partially implemented taints before altering...
2010-06-17 jjenistataints working intraprocedurally, a bug in inter I...
2010-06-17 jjenistagetting parameter taints in new analysis
2010-05-27 jjenistaporting effects analysis
2010-05-26 jjenistaporting effects analysis to new disjoint analysis
2010-05-10 jjenistaAdded the this() explicit constructor invocation which...
2010-05-01 adashtest file for using FileOutputStream
2010-04-12 jjenistaadjustments to stack-based method scheduling, debug...
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-09 jjenistatrying to isolate a bug from MapReduceTag in a miniatur...
2010-04-09 jjenistaan example program using StringTokenizer
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-03-30 jjenistaturn strong updates back on from yesterday testing...
2010-03-30 jjenistaa test that shows our analysis doesn't always terminate
2010-03-26 jjenistaall changes for official testing
2010-03-25 yeomadd power bench.
2010-03-25 yeomadd annoated kmeans
2010-03-25 yeomchanges.
2010-03-25 yeomadd annotated raytracer
2010-03-22 jjenistafixed problem by differentiating between an element...
next