LLVM and Google Season of Docs
The LLVM Project is pleased to announce that we have been selected to participate in Google’s Season of Docs! Our project idea list may be found here:http://llvm.org/SeasonOfDocs.html From now until May 29th, technical writers are encouraged to review the proposed project ideas and to ask any questions you have on our gsdocs@llvm.
Read more…LLVM Numerics Blog
Keywords: Numerics, Clang, LLVM-IR, : 2019 LLVM Developers' Meeting, LLVMDevMtg. The goal of this blog post is to start a discussion about numerics in LLVM – where we are, recent work and things that remain to be done.
Read more…FOSDEM 2019 LLVM developer room report
As well as at the LLVM developer meetings, the LLVM community is also present at a number of other events. One of those is FOSDEM, which has had a dedicated LLVM track since 2014.
Read more…EuroLLVM'19 developers' meeting program
The LLVM Foundation is excited to announce the program for the EuroLLVM'19 developers' meeting (April 8 - 9 in Brussels / Belgium) ! Keynote MLIR: Multi-Level Intermediate Representation for Compiler Infrastructure Tatiana Shpeisman (Google), Chris Lattner (Google)Technical talks
Read more…30% faster Windows builds with clang-cl and the new /Zc:dllexportInlines- flag
Background In the course of adding Microsoft Visual C++ (MSVC) compatible Windows support to Clang, we worked hard to make sure the dllexport and dllimport declspecs are handled the same way by Clang as by MSVC.
Read more…Integration of libc++ and OpenMP packages into llvm-toolchain
A bit more than a year ago, we gave an update about recent changes in apt.llvm.org. Since then, we noticed an important increase of the usage of the service. Just last month, we saw more than 16.
Read more…Announcing the new LLVM Foundation Board of Directors
The LLVM Foundation is pleased to announce its new Board of Directors: Chandler Carruth Mike Edwards (Treasurer) Hal Finkel Arnaud de Grandmaison Anton Korobeynikov Tanya Lattner (President) Chris Lattner John Regehr (Secretary) Tom Stellard Two new members and seven continuing members were elected to the nine person board.
Read more…Announcing the program for the 2018 LLVM Developers' Meeting Bay Area
The LLVM Foundation is excited to announce the program for the 2018 LLVM Developers' Meeting in San Jose, CA on October 17 & 18. As a reminder, ticket prices for the event will increase on September 17th.
Read more…2018 LLVM Foundation's Women in Compilers and Tools Workshop
The LLVM Foundation is excited to announce our first half day Women in Compilers and Tools Workshop held the day before the 2018 LLVM Developers’ Meeting - Bay Area. The workshop will be held at the Fairmont Hotel on October 16th from 1:00-6:30PM and includes a cocktail reception.
Read more…DragonFFI: FFI/JIT for the C language using Clang/LLVM
IntroductionA foreign function interface is "a mechanism by which a program written in one programming language can call routines or make use of services written in another". In the case of DragonFFI, we expose a library that allows calling C functions and using C structures from any languages.
Read more…