aboutsummaryrefslogtreecommitdiff
path: root/src/test/bench/shootout
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-124-49/+49
* Remove a few more superfluous 'mutable' keywordsMarijn Haverbeke2011-05-061-4/+4
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-063-22/+22
* Change checks to asserts in test/bench filesTim Chevalier2011-05-052-6/+6
* Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare2011-05-031-0/+2
* Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustagePatrick Walton2011-05-031-1/+1
* Rename the "llvm" API to "llvm-intrinsic"Patrick Walton2011-05-031-1/+1
* Un-XFAIL various tests in stage0Brian Anderson2011-05-012-2/+0
* Remove effect system from src.Graydon Hoare2011-04-192-3/+3
* Move all allocas to dedicated basic block at top of function, to keep frames ...Graydon Hoare2011-03-281-5/+8
* shootout: Hoist out the movement too; switch square root to an LLVM intrinsicPatrick Walton2011-03-281-13/+13
* shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i...Patrick Walton2011-03-261-19/+21
* Got the nbody demo working, and hopefully faster, too!Lindsey Kuper2011-03-261-106/+112
* Updates to the nbody demo.Lindsey Kuper2011-03-261-38/+47
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-254-0/+4
* A first stab at the 'nbody' demo, with support for calling C sqrt().Lindsey Kuper2011-03-251-0/+209
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-161-3/+3
* Add fannkuchredux shootout benchmarkBrian Anderson2011-03-141-0/+99
* Rename binary trees benchmark to match the original shootout sourceBrian Anderson2011-03-141-0/+0
* Implement the rest of the binary trees shootout benchmarkBrian Anderson2011-03-141-0/+56
* Integrate shootout benchmarks into testsuiteBrian Anderson2011-03-141-5/+5
* Add Peter Hull's contributed translation of the fasta shootout benchmark (int...Graydon Hoare2010-09-152-1/+131
* Populate tree.Graydon Hoare2010-06-233-0/+62