about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-31/+31
2011-07-11Started working on MapReduce.Eric Holk-0/+220
2011-07-08Adding more support for working with u64s.Eric Holk-7/+14
2011-07-07Added a stress test mode to pfib.Eric Holk-13/+57
2011-06-30Added a new version of pfib that's better suited for benchmarking the task sy...Eric Holk-0/+79
2011-06-30Added a nanosecond timer to time.rs, support for some floating point casts, a...Eric Holk-24/+47
2011-06-27Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...Eric Holk-4/+4
2011-06-27Added a parallel fibonacci program. It doesn't actually run in parallel yet, ...Eric Holk-0/+41
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-446/+310
2011-06-15Fix assignments to immutable fields throughout the codeMarijn Haverbeke-3/+3
2011-05-23test: Un-xfail some working testsBrian Anderson-3/+0
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-39/+39
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-10/+10
2011-05-14Remove xfail-boot lines from testsBrian Anderson-1/+0
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-71/+71
2011-05-06Remove a few more superfluous 'mutable' keywordsMarijn Haverbeke-4/+4
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-40/+40
2011-05-05Change checks to asserts in test/bench filesTim Chevalier-6/+6
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-05-03Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustagePatrick Walton-1/+1
2011-05-03Rename the "llvm" API to "llvm-intrinsic"Patrick Walton-1/+1
2011-05-01Un-XFAIL various tests in stage0Brian Anderson-6/+0
2011-04-19Remove effect system from src.Graydon Hoare-3/+3
2011-03-28Move all allocas to dedicated basic block at top of function, to keep frames ...Graydon Hoare-5/+8
2011-03-28shootout: Hoist out the movement too; switch square root to an LLVM intrinsicPatrick Walton-13/+13
2011-03-26shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i...Patrick Walton-19/+21
2011-03-26Got the nbody demo working, and hopefully faster, too!Lindsey Kuper-106/+112
2011-03-26Updates to the nbody demo.Lindsey Kuper-38/+47
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+8
2011-03-25A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper-0/+209
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-5/+5
2011-03-14Add fannkuchredux shootout benchmarkBrian Anderson-0/+99
2011-03-14Rename binary trees benchmark to match the original shootout sourceBrian Anderson-0/+0
2011-03-14Implement the rest of the binary trees shootout benchmarkBrian Anderson-0/+56
2011-03-14Remove broken 99-bottles makefile and run scriptBrian Anderson-23/+0
2011-03-14Integrate shootout benchmarks into testsuiteBrian Anderson-5/+5
2010-09-30Initial check-in of 99 Bottles Of BeerPeter Hull-0/+269
2010-09-15Add Peter Hull's contributed translation of the fasta shootout benchmark (int...Graydon Hoare-1/+131
2010-06-23Populate tree.Graydon Hoare-0/+62