commit | 6053ca004a58ed6a1bd10c5c470857cb6a2c0db7 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@sifive.com> | Sun Feb 23 19:56:49 2025 -0800 |
committer | GitHub <noreply@github.com> | Sun Feb 23 19:56:49 2025 -0800 |
tree | 4e7a0c874b0b248073704aa4da4bba2539cb9c7a | |
parent | 8b1d38480b9de8992e6db742c17b3d41cb57b1c0 [diff] |
[MC][CodeGen] Move FirstStackSlot and VirtualRegFlag from MCRegister to Register. NFC (#128444) These concepts don't exist for MCRegister. I think there is a need for virtual registers in MCRegister for NVPTX, SPIR-V and WebAssembly, but those should not be confused with Register's virtual register. I will try to make a separate proposal for that with a real interface.
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.