hanchenye-llvm-project/llvm
Jian Cai 2d957cfe02 Revert "[ARM] push LR before __gnu_mcount_nc"
This reverts commit f4cf3b9593.

llvm-svn: 369149
2019-08-16 20:40:21 +00:00
..
benchmarks
bindings Bump llvm-go to C++14 2019-08-15 10:55:25 +00:00
cmake [AIX] For XL, pick GCC-compatible std & default warning options 2019-08-15 22:23:53 +00:00
docs Add LLVMLibC proposal to docs/index.rst. 2019-08-15 18:08:11 +00:00
examples [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
include Revert "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 20:40:21 +00:00
lib Revert "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 20:40:21 +00:00
projects [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
resources
runtimes
test Revert "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 20:40:21 +00:00
tools Fix llvm-config support for CMake build-mode-style builds 2019-08-16 17:17:45 +00:00
unittests [ADT] Remove llvm::make_unique utility. 2019-08-16 17:19:57 +00:00
utils gn build: Merge r369064 2019-08-16 00:04:48 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Add support in CMake to statically link the C++ standard library. 2019-08-14 19:55:59 +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.