hanchenye-llvm-project/llvm
Philip Reames f80aaa675f [SLP] Simplify eraseInstruction [NFC]
This simplifies the implementation of eraseInstruction by moving the odd-replace-users-with-undef handling back to the only caller which uses it.  This handling was not obviously correct, so add the asserts which make it clear why this is safe to do at all.  The result is simpler code and stronger assertions.
2022-03-25 12:01:52 -07: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 [lldb] Add a fuzzer for target creation 2022-03-25 09:34:00 -07:00
examples Reland "[ELF] Enable new passmanager plugin support for LTO" 2022-03-24 16:29:18 +01:00
include [NFCI] Fix set-but-unused warning in DenseMap.h in some configurations 2022-03-25 17:12:53 +01:00
lib [SLP] Simplify eraseInstruction [NFC] 2022-03-25 12:01:52 -07:00
projects
resources
runtimes Revert "[bootstrap] Allow passing options to sub-builds for all targets" 2022-03-21 22:21:30 -07:00
test [ConstraintElimination] Use AddOverflow for offset summation. 2022-03-25 18:08:24 +00:00
tools [llvm-pdbutil] Move InputFile/FormatUtil/LinePrinter to PDB library. 2022-03-25 07:12:58 +00:00
unittests [Support] Introduce the BLAKE3 hashing function implementation 2022-03-24 10:26:39 -07:00
utils [gn build] Port cef52105bd 2022-03-25 18:54:35 +00: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.