Graydon Hoare
|
540d29f641
|
Move all allocas to dedicated basic block at top of function, to keep frames finite. Un-comment next size in nbody.rs.
|
2011-03-28 18:07:29 -07:00 |
|
Patrick Walton
|
1cb3ce89dd
|
shootout: Hoist out the movement too; switch square root to an LLVM intrinsic
|
2011-03-28 08:24:58 -07:00 |
|
Patrick Walton
|
9c5affda1a
|
shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which isn't working for some reason (insufficient alias info?) Speeds up nbody a bit.
|
2011-03-26 23:10:28 -07:00 |
|
Lindsey Kuper
|
2650487120
|
Got the nbody demo working, and hopefully faster, too!
|
2011-03-26 17:51:54 -07:00 |
|
Lindsey Kuper
|
1c1c67229a
|
Updates to the nbody demo.
|
2011-03-26 17:51:42 -07:00 |
|
Graydon Hoare
|
49d9d5688e
|
Switch xfail system to use comments embedded in source files.
|
2011-03-25 12:19:20 -07:00 |
|
Lindsey Kuper
|
bcc104ce79
|
A first stab at the 'nbody' demo, with support for calling C sqrt().
|
2011-03-25 00:15:56 -07:00 |
|
Graydon Hoare
|
54587bdccb
|
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tweak std lib vec fns in process.
|
2011-03-16 14:58:02 -07:00 |
|
Brian Anderson
|
c5721759bb
|
Add fannkuchredux shootout benchmark
|
2011-03-14 15:52:48 -07:00 |
|
Brian Anderson
|
cba00ac2a1
|
Rename binary trees benchmark to match the original shootout source
|
2011-03-14 15:52:48 -07:00 |
|
Brian Anderson
|
467b9f3908
|
Implement the rest of the binary trees shootout benchmark
|
2011-03-14 15:52:48 -07:00 |
|
Brian Anderson
|
595c4862ab
|
Remove broken 99-bottles makefile and run script
|
2011-03-14 15:52:48 -07:00 |
|
Brian Anderson
|
8438eca45c
|
Integrate shootout benchmarks into testsuite
|
2011-03-14 15:52:48 -07:00 |
|
Peter Hull
|
f6e3e6903b
|
Initial check-in of 99 Bottles Of Beer
using different methods (simple, iterator, tail-call, pattern match)
|
2010-09-30 13:50:25 -07:00 |
|
Graydon Hoare
|
cd1a765c6f
|
Add Peter Hull's contributed translation of the fasta shootout benchmark (integer-only version).
|
2010-09-15 18:22:10 -07:00 |
|
Graydon Hoare
|
d6b7c96c3e
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|