[QualGroup] Add August and September 2025 slides and unify Meeting Materials (#156897) This patch updates the Qualification WG documentation to: - Add PDF slide decks for the August and September 2025 sync-up meetings - Merge the "Meeting Minutes" and "Presentation Slides" sections into a unified "Meeting Materials" section - Clarify that agendas and minutes are all published in the Discourse thread - Temporarily link to slide files in `llvm/docs/qual-wg/slides/` - Mention that a future patch will migrate these slide files to the `llvm-www` repository, once a suitable hosting location is confirmed with the community (e.g. per discussion with @nikic in https://github.com/llvm/llvm-project/pull/147196). --------- Co-authored-by: Wendi Urribarri (Woven by Toyota <wendi.urribarri@woven-planet.global>
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.