Displaying 1 result from an estimated 1 matches for "r218427".
Did you mean:
r217427
2014 Sep 29
2
[LLVMdev] LLVM Weekly - #39, Sep 29th 2014
...d Pennington has posted a [size comparison of bzip2 compiled for
different
architectures](http://article.gmane.org/gmane.comp.compilers.clang.devel/39084).
All executables are statically linked with musl and compiler-rt.
## LLVM commits
* Segmented stacks support for the x32 ABI has been fixed.
[r218427](http://reviews.llvm.org/rL218427).
* Robin Morisset's work on optimisation of atomics continues. AtomicExpandPass
now inserts fences itself rather than SelectionDAGBuilder.
[r218329](http://reviews.llvm.org/rL218329).
* LLVM's libSupport gained a type-safe alternative to `llvm::format()`...