-
Improving Link Time on Windows with clang-cl and lld
One of our goals in bringing clang and lld to Windows has always been to improve developer experience, and what is it that developers want the most? Faster build times!
Read more… -
Clang ♥ bash -- better auto completion is coming to bash
Compilers are complex pieces of software and have a multitude of command-line options to fine tune parameters. Clang is no exception: it has 447 command-line options. It’s nearly impossible to memorize all these options and their correct spellings, that's where shell completion can be very handy.
Read more… -
2017 US LLVM Developers' Meeting Program
The LLVM Foundation is excited to announce the selected proposals for the 2017 US LLVM Developers' Meeting! Keynotes: Falcon: An optimizing Java JIT - Philip ReamesCompiling Android userspace and Linux kernel with LLVM - Stephen Hines, Nick Desaulniers and Greg Hackmann
Read more… -
LLVM on Windows now supports PDB Debug Info
For several years, we’ve been hard at work on making clang a world class toolchain for developing software on Windows. We’ve writtenabout this severaltimes in the past, and we’ve had full ABI compatibility (minus bugs) for some time.
Read more… -
Devirtualization in LLVM and Clang
This blog post is part of a series of blog posts from students who were funded by the LLVM Foundation to attend the 2016 LLVM Developers' Meeting in San Jose, CA.
Read more… -
Some news about apt.llvm.org
apt.llvm.org provides Debian and Ubuntu repositories for every maintained version of these distributions. LLVM, Clang, clang extra tools, compiler-rt, polly, LLDB and LLD packages are generated for the stable, stabilization and development branches.
Read more… -
2016 LLVM Developers' Meeting - Experience from Johannes Doerfert, Travel Grant Recipient
This blog post is part of a series of blog posts from students who were funded by the LLVM Foundation to attend the 2016 LLVM Developers' Meeting in San Jose, CA.
Read more… -
LLVM's New Versioning Scheme
Historically, LLVM's major releases always added "0.1" to the version number, producing major versions like 3.8, 3.9, and 4.0 (expected by March 2017). With our next release though, we're changing this.
Read more… -
Announcing the next LLVM Foundation Board of Directors
The LLVM Foundation is pleased to announce its new Board of Directors: Chandler CarruthHal FinkelArnaud de GrandmaisonDavid KippingAnton KorobeynikovTanya LattnerChris LattnerJohn Regehr Three new members and five continuing members were elected to the eight person board.
Read more… -
LLVM Weekly - #130, Jun 27th 2016
Welcome to the one hundred and thirtieth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by Alex Bradbury.
Read more…