about summary refs log tree commit diff
path: root/src/test/bench
AgeCommit message (Expand)AuthorLines
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