Looks like the LLVM folks are (finally) starting to get serious about making (fast) precise GC possible [1]? Back when I was (struggling at) working on Rust's GC this was by far the biggest hurdle [2]. Good to see they're getting around to fixing this.
If you want to keep up to date on developments in LLVM, Clang and related projects between releases, you may be interested in my LLVM Weekly newsletter http://llvmweekly.org/
Are there any recurring gcc vs llvm (and vs icc) benchmarks to see how they are evolving over time? Something like benchmarksgame.alioth.debian.org would be nice.
[1]: http://llvm.org/docs/Statepoints.html
[2]: https://github.com/elliottslaughter/rust-gc-talk