llvm-project/llvm
Phoebe Wang 7218103bca [X86] Use lock add/sub/or/and/xor for cases that we only care about the EFLAGS (negated cases)
This fixes #58685

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D138428
2022-11-23 09:39:04 +08:00
..
benchmarks
bindings [AggressiveInstCombine] Remove legacy PM pass 2022-11-15 14:35:15 -08:00
cmake [cmake] Fix _GNU_SOURCE being added unconditionally 2022-11-14 12:28:21 -08:00
docs Make -fsanitize=scudo use scudo_standalone. Delete check-scudo. 2022-11-22 12:08:30 -08:00
examples [Bye] Remove legacy pipeline registration 2022-11-18 13:47:19 -08:00
include Refactor AsmPrinterHandler callbacks. NFCI. 2022-11-22 18:25:22 -05:00
lib [X86] Use lock add/sub/or/and/xor for cases that we only care about the EFLAGS (negated cases) 2022-11-23 09:39:04 +08:00
projects
resources
runtimes [libc] Forward LLVM_LIBC options when using a runtimes build 2022-11-14 16:23:56 -06:00
test [X86] Use lock add/sub/or/and/xor for cases that we only care about the EFLAGS (negated cases) 2022-11-23 09:39:04 +08:00
tools Fix lto AddStream callsite in gold plugin. 2022-11-22 15:46:59 -08:00
unittests [OpenMP][OMPIRBuilder] Add a configuration class that captures flags that affect codegen 2022-11-22 09:25:04 -05:00
utils [bolt] Stop setting config.llvm_plugin_ext in lit.site.cfg.py.in 2022-11-22 20:29:14 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
CODE_OWNERS.TXT [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
CREDITS.TXT
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.