hanchenye-llvm-project/llvm
Ali Tamur 7822b46188 Revert "Use llvm::lower_bound. NFC"
This reverts commit rL358161.

This patch have broken the test:
llvm/test/tools/llvm-exegesis/X86/uops-CMOV16rm-noreg.s

llvm-svn: 358199
2019-04-11 17:35:20 +00:00
..
benchmarks
bindings [LLVM-C] Correct The Current Debug Location Accessors (Again) 2019-04-10 14:19:05 +00:00
cmake [CMake] Fix accidentally swapped input/output parameters of string(REPLACE) for mingw 2019-04-09 08:31:25 +00:00
docs Fix sphinx documentation warning. 2019-04-11 17:30:03 +00:00
examples
include Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
lib Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
projects
resources
runtimes
test [ConstantFold] ExtractConstantBytes - handle shifts on large integer types 2019-04-11 16:39:31 +00:00
tools Revert "Use llvm::lower_bound. NFC" 2019-04-11 17:35:20 +00:00
unittests YAMLIO: Fix serialization of strings with embedded nuls 2019-04-11 14:57:34 +00:00
utils [llvm] [lit] Add target-x86* features 2019-04-11 14:58:39 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Move configuration of LLVM_CXX_STD to HandleLLVMOptions.cmake 2019-04-09 08:14:32 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.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.