llvm with tablegen backend for capstone disassembler
Go to file
Jonas Devlieghere 1034688d58
[lldb] Re-enable TestVSCode_disconnect on Darwin
The test was disabled because it failed on the sanitized bot. I'm not
able to reproduce that locally. The test uses timeouts which could
explain why it was failing in the past.

Let's re-enable it and see what happens. If it fails again on
GreenDragon, rather than disabling it on Darwin altogether, we should
either increase the timeouts or skip it when run under ASan.
2023-08-25 11:02:38 -07:00
.ci [ci] Make libc++ and Clang CI scripts independent 2023-07-12 14:01:38 -04:00
.github/workflows workflows: Disable repo-lockdown for llvm/utils/git 2023-08-23 07:51:29 -07:00
bolt [BOLT] Don't choke on injected functions' IO map 2023-08-24 12:02:55 -07:00
clang [Sema] tolerate more promotion matches in format string checking 2023-08-25 10:14:01 -07:00
clang-tools-extra [clang-tidy] Access checks not done classes derived of std::array 2023-08-25 17:09:04 +00:00
cmake [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour 2023-07-17 09:59:05 +03:00
compiler-rt [scudo] Detach the hooks from Scudo's internal implementation 2023-08-25 16:19:56 +00:00
cross-project-tests [lldb] Fix grammar in error message emitted by IRExecutionUnit 2023-08-24 14:11:30 -07:00
flang [flang][driver] Mark -L as visible in Flang 2023-08-25 13:01:49 -04:00
libc [libc][math] Implement double precision exp2 function correctly rounded for all rounding modes. 2023-08-25 10:15:08 -04:00
libclc Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
libcxx [libc++] Fix GNU/Hurd build 2023-08-25 19:54:54 +02:00
libcxxabi [libc++] Fix a few incorrect CMake configuration options 2023-08-17 09:43:09 -04:00
libunwind Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time option 2023-08-23 14:34:40 -07:00
lld [LLD] [MinGW] Pass LLVM specific LTO options through to lld-link 2023-08-24 23:15:26 +03:00
lldb [lldb] Re-enable TestVSCode_disconnect on Darwin 2023-08-25 11:02:38 -07:00
llvm [CodeGen] Fix a warning 2023-08-25 11:00:52 -07:00
llvm-libgcc [llvm-libgcc] Don't export __{,de}register_frame_info* and __register_frame_table 2023-08-23 13:00:36 -07:00
mlir [mlir][nvgpu] remove duplicated pattern (nfc) 2023-08-25 17:12:58 +02:00
openmp [OpenMP][OMPT] Add OMPT support for generic-elf-64bit plugin 2023-08-25 13:53:11 -04:00
polly Headers for basic blocks in CFG dot graphs 2023-08-17 07:55:23 -07:00
pstl Clear release notes for 18.x 2023-07-25 13:58:49 +02:00
runtimes Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
third-party llvm_gtest: install to appropriate locations. 2023-08-25 11:09:48 -05:00
utils set correct mlir dir for td file 2023-08-23 21:42:02 -07:00
.arcconfig Add modern arc config for default "onto" branch 2021-02-22 11:58:13 -08:00
.arclint PR46997: don't run clang-format on clang's testcases. 2020-08-04 17:53:25 -07:00
.clang-format Revert "Title: [RISCV] Add missing part of instruction vmsge {u}. VX Review By: craig.topper Differential Revision : https://reviews.llvm.org/D100115" 2021-04-14 08:04:37 +01:00
.clang-tidy Add -misc-use-anonymous-namespace to .clang-tidy 2023-05-06 02:33:20 +03:00
.git-blame-ignore-revs Revert "[mlir][spirv] Add D155747 to .git-blame-ignore-revs" 2023-07-21 10:59:16 -04:00
.gitignore [llvm] Ignore .rej files in .gitignore 2022-04-28 08:44:51 -07:00
.mailmap Add entry to mailmap 2023-04-25 23:15:07 -07:00
CONTRIBUTING.md Added instruction to join the llvm discourse and discord group. 2023-03-27 17:02:07 -07:00
LICENSE.TXT [docs] Add LICENSE.txt to the root of the mono-repo 2022-08-24 09:35:00 +02:00
README.md [docs] Update README and GettingStarted 2023-03-08 12:55:59 -08:00
SECURITY.md [docs] Describe reporting security issues on the chromium tracker. 2021-05-19 15:21:50 -07:00

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.