llvm-project/llvm
Simon Pilgrim 06fa67dc0a [X86] Add test add with bit0 extraction and improve comments
Based on feedback from D122084
2022-03-20 09:31:52 +00:00
..
benchmarks
bindings [NFC] Fix go binding build 2022-03-14 14:08:51 +08:00
cmake [runtimes] Detect changes to Tests.cmake 2022-03-18 10:01:52 -07:00
docs [docs] Fix a couple of typos 2022-03-19 20:24:38 +02:00
examples Cleanup includes: LLVMTarget 2022-03-10 10:00:29 +01:00
include Add DXIL triple 2022-03-19 00:17:43 -05:00
lib [X86] combineAddOrSubToADCOrSBB - split to more cleanly handle commuted variants. 2022-03-20 09:14:21 +00:00
projects
resources
runtimes [runtimes] Detect changes to Tests.cmake 2022-03-18 10:01:52 -07:00
test [X86] Add test add with bit0 extraction and improve comments 2022-03-20 09:31:52 +00:00
tools Reland "Load pass plugins during option processing, so that plugin options are registered and live." 2022-03-18 03:27:53 +00:00
unittests Add DXIL triple 2022-03-19 00:17:43 -05:00
utils [NFC] Remove unused parameters for SubtargetEmitter::ParseFeaturesFunction 2022-03-19 19:14:22 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add a cmake flag to turn `llvm_unreachable()` into builtin_trap() when assertions are disabled 2022-03-18 19:24:14 +00:00
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-16 21:07:15 +00:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.