llvm with tablegen backend for capstone disassembler
Go to file
Nikolas Klauser eeeb963841
[libc++] Use __datasizeof for __libcpp_datasizeof if available (#72104)
This avoids the UB and makes things a bit cheaper in terms of
compile-times.
2023-12-24 08:45:25 +01:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github libc++-infa: Hotfix runner group 2023-12-21 21:34:21 -05:00
bolt [BOLT] Don't split likely fallthrough in CDSplit (#76164) 2023-12-21 16:17:10 -05:00
clang [clang-format] Fix operator overload inconsistency in BreakAfterAttributes: Always (#74943) 2023-12-22 23:02:47 -08:00
clang-tools-extra [clang-tidy] Use StringRef::contains (NFC) 2023-12-23 22:30:03 -08:00
cmake [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour 2023-07-17 09:59:05 +03:00
compiler-rt [NFC][sanitizer] Rename to Lock{Before,After}Fork StackDepotBase locking (#76303) 2023-12-23 16:23:55 -08:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [flang][MLIR][OpenMP] Emit UpdateDataOp from !$omp target update (#75345) 2023-12-22 20:02:31 +01:00
libc [libc][NFC] Unify FPBits implementations (#76033) 2023-12-21 13:16:51 +01:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++] Use __datasizeof for __libcpp_datasizeof if available (#72104) 2023-12-24 08:45:25 +01:00
libcxxabi [libc++] Add a picolibc test configuration with exceptions enabled (#75462) 2023-12-18 10:25:50 -05:00
libunwind [libunwind] Bump to CXX_STANDARD 17 (#75986) 2023-12-19 21:51:05 -08:00
lld lld/MachO: Fix two typos to cycle bots 2023-12-22 12:06:38 -05:00
lldb [lldb] Fix two deprecation warnings 2023-12-22 12:11:07 -05:00
llvm [llvm] Use StringRef::contains (NFC) 2023-12-23 22:21:52 -08:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][doc] Escape effects, interfaces, and traits (#76297) 2023-12-23 21:48:33 +01:00
openmp [OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266) 2023-12-22 14:44:23 -06:00
polly [polly][NFC] Refactor reduction detection code for modularity (#72343) 2023-12-07 14:04:52 -08:00
pstl Clear release notes for 18.x 2023-07-25 13:58:49 +02:00
runtimes [CMake] Always define runtimes-test-depends (#73629) 2023-11-28 15:30:52 -08:00
third-party [SystemZ][z/OS] define HOST_NAME_MAX for z/OS (#76093) 2023-12-20 14:29:24 -05:00
utils [Bazel] Fixup for #76163 2023-12-23 00:08:39 +09:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs file 2023-12-18 14:04:41 -05:00
.gitattributes [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
.gitignore Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap .mailmap: add second entry for self 2023-12-19 11:13:19 +00:00
CODE_OF_CONDUCT.md [llvm] Add CODE_OF_CONDUCT.md (#65816) 2023-09-09 10:55:31 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md to remove the not about not accepting PR 2023-09-10 15:21:06 -07:00
LICENSE.TXT
README.md Add Scorecard Action (#69933) 2023-11-01 11:08:26 -07:00
SECURITY.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard

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, LLVM Office Hours or Regular sync-ups.

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