About 89,500 results
Open links in new tab
  1. The LLVM Compiler Infrastructure Project

    Jun 16, 2026 · The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines.

  2. GitHub - llvm/llvm-project: The LLVM Project is a collection of …

    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 …

  3. LLVM - Wikipedia

    LLVM is designed around a language-independent intermediate representation (IR) that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over …

  4. LLVM Download Page

    Download LLVM 18.1.8 Sources / Pre-Built Binaries / Doxygen: These are available on the GitHub release page. Documentation: LLVM (release notes) Clang (release notes) clang-tools-extra (release …

  5. LLVM 21.1 Released With AMD GFX1250 Target, Improved RISC-V

    Aug 26, 2025 · LLVM 21.1 is out today as the first stable version of the LLVM 21 compiler stack. This half-year stable release to the open-source LLVM compiler software brings new hardware support, …

  6. Releases · llvm/llvm-project - GitHub

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - Releases · llvm/llvm-project

  7. Getting Started with the LLVM System

    5 days ago · 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 …

  8. FOSS dev builds a BASIC compiler using LLVM - The Register

    13 hours ago · Neither LLVM nor GCC directly support the BASIC programming language – but a former Microware boffin proposes fixing that. An interesting new proposal on the Discourse forum of the …

  9. LLVM Tutorial: Table of Contents — LLVM 23.0.0git documentation

    1 day ago · LLVM Tutorial: Table of Contents ¶ Kaleidoscope: Implementing a Language with LLVM ¶ My First Language Frontend with LLVM Tutorial This is the “Kaleidoscope” Language tutorial, …