llvm with tablegen backend for capstone disassembler
Go to file
Shilei Tian 375862b481 [OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.c
If the system has 32 threads, then the test will fail because of partial match.
2023-06-14 12:23:37 -04:00
.github/workflows
bolt [BOLT][NFCI] Remove redundant instance of MCAsmBackend 2023-06-13 13:14:05 -07:00
clang [clang][Sema] Fix diagnostic message for unused constant variable templates 2023-06-14 21:43:03 +09:00
clang-tools-extra [clangd] Use include_cleaner spelling strategies in clangd. 2023-06-14 14:06:35 +00:00
cmake
compiler-rt [HWASAN] Fix bot test failure caused by D152763 by switching to 2023-06-14 14:55:31 +00:00
cross-project-tests
flang [flang] rename PPC specific intrinsic modules (NFC) 2023-06-14 11:21:03 -04:00
libc [libc] Fix merging issue with test/src/math/exhaustive/expm1f_test 2023-06-14 11:00:13 -04:00
libclc
libcxx [libc++] Refactor __debug_three_way_comp 2023-06-13 14:24:56 -07:00
libcxxabi
libunwind
lld [LLD] Allow usage of LLD as a library 2023-06-13 16:22:59 -04:00
lldb Add support for __debug_line_str in Mach-O 2023-06-14 08:37:08 -07:00
llvm [NFC] Regenerate several VE codegen tests. 2023-06-14 16:20:37 +00:00
llvm-libgcc
mlir [mlir][sparse] refine single condition set up for semi-ring ops 2023-06-14 09:23:09 -07:00
openmp [OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.c 2023-06-14 12:23:37 -04:00
polly
pstl
runtimes
third-party
utils [libc] Enable hermetic floating point tests again. 2023-06-14 10:53:35 -04: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.