Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Vedant Kumar 36110a2aff [utils] Delete the 'check-coverage-regressions' script
In practice, it's way too noisy.

It's also a maintenance burden, since we apparently can't add tests for
it without breaking some Windows setups (see: D22692).

llvm-svn: 281871
2016-09-19 00:38:11 +00:00
bindings
cmake [CMake] Support symlinks with the same name as the binary 2016-09-16 22:19:19 +00:00
docs Extend title underline 2016-09-18 22:10:19 +00:00
examples
include [Profile] Implement select instruction instrumentation in IR PGO 2016-09-18 18:34:07 +00:00
lib Handle Invoke during sample profiler annotation: make it inlinable. 2016-09-18 23:11:37 +00:00
projects
resources
runtimes [CMake] Fixing lit for runtimes directory 2016-09-15 06:14:13 +00:00
test Handle Invoke during sample profiler annotation: make it inlinable. 2016-09-18 23:11:37 +00:00
tools [llvm-objump] Simplify the code. NFCI. 2016-09-18 04:39:15 +00:00
unittests [LCG] Redesign the lazy post-order iteration mechanism for the 2016-09-16 10:20:17 +00:00
utils [utils] Delete the 'check-coverage-regressions' script 2016-09-19 00:38:11 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Take ownership of libLTO as discussed on llvm-dev. 2016-09-15 17:42:39 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.