Catégorie: LLVM/Clang
Follow up on Debian & Clang
Mai 6th, 2013A week after the Euro LLVM conference, I am glad to share the results I presented and discussed during the event.
1) Parallel building infrastructure using clang instead of gcc
Based on the work that Alexander Pashaliyski and I did during the GSoC… suite »
LLVM Debian/Ubuntu nightly packages
Avril 3rd, 2013Lately, I have been working on providing nightly packages of the whole LLVM toolchain.
With the help of folks from Intel, Google and Apple, I am happy to announce the publication of these packages:
http://llvm.org/apt/
Built through a Jenkins insta… suite »
Rebuild of Debian using clang 3.2
Février 6th, 2013After the studies of the rebuild of the Debian archive using clang 2.9 & 3.0 and 3.1, the results of the 3.2 rebuild have been published on http://clang.debian.net.
The percentage of failure is the same as clang 3.1: 12.1% of failure. That means… suite »
Some more cool stuff with LLVM/Clang
Janvier 12th, 2013One of the drawback of C is the hard memory management.
It is because of this aspect that Clang provides a way to detect, at runtime, memory errors. Called Address Sanitizer, it allows, while the program is running, to keep track of the memory and de… suite »
libc++: New C++ standard library in Debian
Août 15th, 2012Thanks to the work of Andrej Belym, Debian has now a new C++ standard library. This work has been done in the context of the Google Summer of Code 2012.
Available in Debian Experimental, this new packages provides both the runtime libraries (libc++abi… suite »