1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Adam Nemet 7372bfd21b Remove unnecessary explicit
llvm-svn: 282722
2016-09-29 16:01:34 +00:00
bindings
cmake [modules] Centralize the module cache. 2016-09-29 08:14:06 +00:00
docs [docs] Fix a broken URL in 'HowToAddABuilder' 2016-09-29 13:29:49 +00:00
examples [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper. 2016-09-19 23:00:27 +00:00
include Remove unnecessary explicit 2016-09-29 16:01:34 +00:00
lib [libFuzzer] initialize ValueBitMap::NumBits 2016-09-29 15:51:28 +00:00
projects
resources
runtimes
test [X86] Add explicit test triple to make windows/msvc builds happier 2016-09-29 15:10:09 +00:00
tools [sancov] introducing symbolized coverage files (.symcov) 2016-09-28 21:39:28 +00:00
unittests Add llvm::join_items to StringExtras. 2016-09-27 16:37:30 +00:00
utils [lit] Add instructions to run lit's test suite 2016-09-27 18:58:50 +00:00
.arcconfig project_id is from another era in phabricator land and does not provide any value. 2016-09-27 15:47:29 +00:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Force CMP0057 to NEW 2016-09-27 23:18:32 +00:00
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.