llvm with tablegen backend for capstone disassembler
Go to file
Sergei Barannikov a7eaaba699 [Parser] Parse string literal arguments of 'availability', 'external_source_symbol' and 'uuid' attributes as unevaluated
This is a complementary to D156237.
These attributes have custom parsing logic.

Reviewed By: cor3ntin

Differential Revision: https://reviews.llvm.org/D159024
2023-08-30 11:46:54 +03:00
.ci Implement the monolithic CI pipeline in the monorepo 2023-08-29 13:31:19 -04:00
.github/workflows Disable the repo-lockdown script in a narrow way to allow testing CI 2023-08-29 14:06:23 -04:00
bolt
clang [Parser] Parse string literal arguments of 'availability', 'external_source_symbol' and 'uuid' attributes as unevaluated 2023-08-30 11:46:54 +03:00
clang-tools-extra
cmake
compiler-rt [compiler-rt] Use just built libatomic if available 2023-08-29 21:38:56 +00:00
cross-project-tests
flang Reland "[mlir] Use a type for representing branch points in RegionBranchOpInterface" 2023-08-30 09:31:54 +02:00
libc
libclc
libcxx [libc++][hardening] Mark the remaining stray assertions as uncategorized 2023-08-29 16:32:23 -07:00
libcxxabi
libunwind
lld [NFC] Remove unused variables declared in conditions 2023-08-30 10:05:06 +09:00
lldb [lldb][NFCI] Remove StructuredData::Array::GetItemAtIndexAsString overloads with ConstString 2023-08-29 16:02:26 -07:00
llvm [PowerPC] Support initial-exec TLS relocation on AIX 2023-08-30 16:22:16 +08:00
llvm-libgcc
mlir Reland "[mlir] Use a type for representing branch points in RegionBranchOpInterface" 2023-08-30 09:31:54 +02:00
openmp [openmp] Fix flang detection for offloading test 2023-08-29 16:31:03 -05:00
polly
pstl
runtimes
third-party
utils [bazel] Fix build files for adea7e7032 2023-08-29 19:32:13 +02: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.