commit | 7054655c52e03a2a0d3bca679cb883241679a14e | [log] [tgz] |
---|---|---|
author | Aiden Grossman <aidengrossman@google.com> | Mon Mar 17 08:30:55 2025 -0700 |
committer | GitHub <noreply@github.com> | Mon Mar 17 08:30:55 2025 -0700 |
tree | 0b9f69958f354761493e138ab958dd32d81f8d51 | |
parent | a4510aa7cb6073ccec63edce3aaed3e6f92563a5 [diff] |
[llvm-exegesis] Add myself as an llvm-exegesis maintainer (#131580) More people have been interested in exegesis recently, so having a point of contact would probably be good. Exegesis also never had proper code owners in the previous system, so adding them now is a decent step forward. I'm nominating myself as I'm interested in pushing the project further, and have a decent amount of experience with the code base. Two of the original authors, Clement and Guillaume, now have different priorities at work and are thus not as invested into maintaining exegesis anymore.
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.