hanchenye-llvm-project/llvm
Zaara Syeda c9dc7b451b Revert [PowerPC] This reverts commit rL322721
Failing build bots. Revert the commit now.

llvm-svn: 322748
2018-01-17 20:00:15 +00:00
..
bindings
cmake [CMake] Add LLVM_ENABLE_IDE option to better process sources for IDE's 2018-01-12 04:01:41 +00:00
docs [MC] Fix -stack-size-section on ARM 2018-01-17 09:01:29 +00:00
examples
include Revert [PowerPC] This reverts commit rL322721 2018-01-17 20:00:15 +00:00
lib Revert [PowerPC] This reverts commit rL322721 2018-01-17 20:00:15 +00:00
projects
resources
runtimes
test Revert [PowerPC] This reverts commit rL322721 2018-01-17 20:00:15 +00:00
tools [WebAssembly] Remove debug names from symbol table 2018-01-17 19:28:43 +00:00
unittests [Attributes] Fix crash when attempting to remove alignment from an attribute list/set 2018-01-17 19:15:21 +00:00
utils [utils] Make .cfi_startproc optional for powerpc 2018-01-17 18:48:50 +00:00
.arcconfig [llvm] Set up .arcconfig to point to Diffusion L repository 2018-01-12 15:37:41 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

Low Level Virtual Machine (LLVM)
================================

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.