Go to file
Matt Arsenault f5c8242042
SimplifyLibCalls: Prefer to emit intrinsic in pow(2, x) -> ldexp(1, x) (#92363)
2024-05-17 14:28:03 +02:00
.ci [ci] Add clang project dependency for bolt testing (#90262) 2024-04-26 22:06:24 +02:00
.github [github] Add keith back to bazel codeowners 2024-05-16 08:28:25 +02:00
bolt [BOLT][NFC] Rename DataAggregator::BranchInfo to TakenBranchInfo 2024-05-16 20:02:51 -07:00
clang [clang-query] Remove support for srcloc output (#92442) 2024-05-17 08:06:46 -04:00
clang-tools-extra [clang-query] Remove support for srcloc output (#92442) 2024-05-17 08:06:46 -04:00
cmake Get the linker version and pass the it to compiler-rt tests on Darwin. (#86220) 2024-03-22 15:29:36 -07:00
compiler-rt [scudo] Move the chunk update into functions (#83493) 2024-05-15 17:13:08 -07:00
cross-project-tests Fix typo "indicies" (#92232) 2024-05-15 13:10:16 +01:00
flang [flang][NFC] Use tablegen to reduce AddAliasTags boilerplate (#92373) 2024-05-17 10:53:29 +01:00
libc [libc] Fix constant variable initializer 2024-05-16 15:24:23 -05:00
libclc [libclc] Clarify condition expression (NFC) 2024-05-14 08:51:56 -05:00
libcxx [libc++] LWG3672: `common_iterator::operator->()` should return by value (#87899) 2024-05-16 19:25:04 +02:00
libcxxabi Update stale comments of the demangler, NFC (#91740) 2024-05-10 17:30:05 +02:00
libunwind [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) 2024-03-13 16:01:01 -04:00
lld [lld][test] Fix test failure after #92223 2024-05-16 17:52:08 +08:00
lldb [lldb-dap] Correctly detect alias commands with arguments in repl (#92137) 2024-05-17 11:24:20 +02:00
llvm SimplifyLibCalls: Prefer to emit intrinsic in pow(2, x) -> ldexp(1, x) (#92363) 2024-05-17 14:28:03 +02:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][Transforms] Make 1:N function conversion pattern interface-based (#92395) 2024-05-17 13:44:00 +02:00
offload [Libomptarget] Pass '-Werror=global-constructors' to the libomptarget build (#88531) 2024-05-16 16:06:20 -05:00
openmp [OpenMP] Fix intermediate header locations for OpenMP 2024-05-15 20:45:19 -05:00
polly Revert "[polly] Port polly tests to use NPM" (#92215) 2024-05-14 22:04:50 -07:00
pstl Bump trunk version to 19.0.0git 2024-01-23 19:00:11 -08:00
runtimes [Offload] Move `/openmp/libomptarget` to `/offload` (#75125) 2024-04-22 09:51:33 -07:00
third-party [SystemZ][z/OS] Remove COMPILER_IBMXL macro for z/OS (#87493) 2024-04-03 09:44:59 -04:00
utils/bazel [bazel] Port #91960 (#92458) 2024-05-16 14:33:39 -07:00
.clang-format
.clang-tidy Disable clang-tidy misc-include-cleaner (#83945) 2024-03-05 12:14:09 -08:00
.git-blame-ignore-revs [NFC] Add b9079ba to git-blame-ignore-revs (#81233) 2024-02-09 09:57:59 +01:00
.gitattributes [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
.gitignore
.mailmap .mailmap: add second entry for self 2023-12-19 11:13:19 +00:00
CODE_OF_CONDUCT.md [llvm] Add CODE_OF_CONDUCT.md (#65816) 2023-09-09 10:55:31 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md to remove the not about not accepting PR 2023-09-10 15:21:06 -07:00
LICENSE.TXT
README.md [docs] README: Switch link to clang.llvm.org to use HTTPS. 2024-02-17 12:28:31 +01:00
SECURITY.md
pyproject.toml [Py Reformat] Exclude `third-party` from reformat (#83491) 2024-03-02 14:51:06 -08:00

README.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard OpenSSF Best Practices libc++

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.

Getting the Source Code and Building LLVM

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.

Getting in touch

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.