llvm with tablegen backend for capstone disassembler
Go to file
Jim Ingham 01e3393b94 Split up the runCmd trace printing to print the command before running.
That way if the command crashes you still know what it was.

Differential Revision: https://reviews.llvm.org/D154752
2023-07-07 19:09:18 -07:00
.github/workflows Temporary switch off labeler on closed issues 2023-06-27 11:09:00 -07:00
bolt Reland "[BOLT][Instrumentation] Put Allocator itslef in shared memory by default" 2023-07-07 16:33:45 +03:00
clang [clang-format][NFC] Improve efficiency of isFunctionDeclarationName 2023-07-07 16:29:36 -07:00
clang-tools-extra Implement P2361 Unevaluated string literals 2023-07-07 13:30:27 +02:00
cmake GetClangResourceDir: Fix downstream projects that bundle llvm source 2023-07-05 20:10:28 -07:00
compiler-rt [ASAN] Moved mmap/munmap test to posix. 2023-07-07 22:42:31 +00:00
cross-project-tests [Dexter] XFAIL Dexter tests for Apple Silicon (arm64) 2023-05-26 15:43:20 -07:00
flang [flang][runtime] Fix BACKSPACE over an empty record 2023-07-07 15:54:34 -07:00
libc Revert "[libc] Set include directories for the str_to_float test" 2023-07-07 21:25:23 +00:00
libclc Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
libcxx Revert "[libc++] Remove the type_traits includes from limits and new" 2023-07-07 17:53:09 -07:00
libcxxabi [libc++][NFC] Consistently qualify malloc and free calls with std:: 2023-06-16 09:40:31 -04:00
libunwind [libunwind] Add cached compile and link flags to libunwind 2023-06-29 07:41:08 +00:00
lld [ELF] Use compression::getReasonIfUnsupported for zlib/zstd unavailable error 2023-07-06 10:31:45 -07:00
lldb Split up the runCmd trace printing to print the command before running. 2023-07-07 19:09:18 -07:00
llvm [AArch64] Refactor predicate to check for a ZR operand (NFC) 2023-07-07 19:19:24 -05:00
llvm-libgcc Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
mlir [mlir][affineexpr] Changing AsmParser::parseAffineExpr API to use ArrayRef 2023-07-07 17:21:28 -07:00
openmp [Libomptarget][NFC] Clean up warnings and format 2023-07-07 18:59:26 -05:00
polly [Polly][FIX] Adjust enum after D153305 2023-07-03 12:49:28 -07:00
pstl Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
runtimes Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
third-party [unittest] teach gTest to print entries of DenseMap as pairs 2023-06-28 11:29:52 +02:00
utils [mlir] add a simple gpu barrier elimination mechanism 2023-07-07 18:51:49 +00:00
.arcconfig
.arclint
.clang-format
.clang-tidy Add -misc-use-anonymous-namespace to .clang-tidy 2023-05-06 02:33:20 +03:00
.git-blame-ignore-revs Add clang-format commit to git blame ignore revs 2023-07-04 11:21:21 -04:00
.gitignore
.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
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.