index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bench
/
shootout
/
nbody.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-27
/
+27
*
Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustage
Patrick Walton
2011-05-03
1
-1
/
+1
*
Rename the "llvm" API to "llvm-intrinsic"
Patrick Walton
2011-05-03
1
-1
/
+1
*
Remove effect system from src.
Graydon Hoare
2011-04-19
1
-1
/
+1
*
Move all allocas to dedicated basic block at top of function, to keep frames ...
Graydon Hoare
2011-03-28
1
-5
/
+8
*
shootout: Hoist out the movement too; switch square root to an LLVM intrinsic
Patrick Walton
2011-03-28
1
-13
/
+13
*
shootout: Hoist out the vector indexing on nbody; don't rely on LICM, which i...
Patrick Walton
2011-03-26
1
-19
/
+21
*
Got the nbody demo working, and hopefully faster, too!
Lindsey Kuper
2011-03-26
1
-106
/
+112
*
Updates to the nbody demo.
Lindsey Kuper
2011-03-26
1
-38
/
+47
*
Switch xfail system to use comments embedded in source files.
Graydon Hoare
2011-03-25
1
-0
/
+1
*
A first stab at the 'nbody' demo, with support for calling C sqrt().
Lindsey Kuper
2011-03-25
1
-0
/
+209