1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
Go to file
2017-04-07 07:31:55 +00:00
bindings Go binding: Add GetCurrentDebugLocation to obtain debug location from builder 2017-03-31 04:59:57 +00:00
cmake Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages 2017-04-05 14:49:46 +00:00
docs [XRay][docs] Fix hyperlink to XRay doc 2017-04-06 04:26:26 +00:00
examples
include AliasAnalysis: Be less conservative about volatile than atomic. 2017-04-07 01:28:36 +00:00
lib [InstSimplify] Use Instruction::BinaryOps instead of unsigned for a few function operands to remove some casts. NFC 2017-04-07 05:57:51 +00:00
projects
resources
runtimes [CMake] Support single target builtins build on Darwin 2017-03-24 02:21:11 +00:00
test [InstCombine] Add additional tests with varied commuting to show missing combines. NFC 2017-04-07 07:31:55 +00:00
tools Allow specification of what kinds of class members to dump. 2017-04-06 23:43:39 +00:00
unittests [ADT] Add a generic breadth-first-search graph iterator. 2017-04-06 17:03:04 +00:00
utils [lit] Implement timeouts and max_time for process pool testing 2017-04-06 00:38:28 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] Provide an option to disable runtimes build 2017-03-23 22:40:10 +00:00
CODE_OWNERS.TXT
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.