llvm with tablegen backend for capstone disassembler
Go to file
Dmitri Gribenko 97bf104d97 Revert "[DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2)"
This reverts commit b027ce0ab9.

This commit breaks Transforms/InferAddressSpaces/AMDGPU/flat_atomic.ll.
2023-09-06 11:28:55 +02:00
.ci
.github
bolt
clang [clang][dataflow] Emit an error if source code is not compiled as C++. (#65301) 2023-09-06 10:02:21 +02:00
clang-tools-extra [clangd][unittests] Limit paralelism for clangd unittests 2023-09-06 10:53:18 +02:00
cmake
compiler-rt [scudo] Rename AllocatorRingBuffer into scudo:ring_buffer 2023-09-06 11:23:27 +02:00
cross-project-tests
flang [flang] handle indirect module variable use in internal procedure (#65324) 2023-09-06 09:07:45 +02:00
libc [reland][libc][NFC] split type_traits / utility in separate files (#65314) 2023-09-06 09:23:00 +00:00
libclc
libcxx
libcxxabi
libunwind
lld
lldb [LLDB] Skip TestBSDArchives.py on windows 2023-09-06 14:03:21 +05:00
llvm Revert "[DAG] Fold (shl (sext (add_nsw x, c1)), c2) -> (add (shl (sext x), c2), c1 << c2)" 2023-09-06 11:28:55 +02:00
llvm-libgcc
mlir [mlir][python] Create all missing attribute builders. 2023-09-06 07:09:25 +00:00
openmp
polly
pstl
runtimes
third-party
utils [reland][libc][NFC] split type_traits / utility in separate files (#65314) 2023-09-06 09:23:00 +00:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap
CONTRIBUTING.md
LICENSE.TXT
README.md
SECURITY.md

The LLVM Compiler Infrastructure

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, or #llvm IRC channel on OFTC.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.