1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
Go to file
Krzysztof Parzyszek 3e43270047 [Hexagon] Fix uninitialized value caught with valgrind
Patch by Colin LeMahieu.

llvm-svn: 301957
2017-05-02 18:29:49 +00:00
bindings [go bindings] Rmove duplicated conversion function definitions after r300843. 2017-04-20 19:06:11 +00:00
cmake CMake: Silence more stderr when running git. 2017-05-02 16:37:37 +00:00
docs Improvements to TableGen/LangIntro.rst 2017-05-02 13:47:10 +00:00
examples
include [Hexagon] Change iconst to emit 27bit relocation 2017-05-02 18:19:11 +00:00
lib [Hexagon] Fix uninitialized value caught with valgrind 2017-05-02 18:29:49 +00:00
projects
resources
runtimes [CMake][runtimes] Use -nodefaultlibs for the runtimes build 2017-04-13 21:29:03 +00:00
test [Hexagon] Change iconst to emit 27bit relocation 2017-05-02 18:19:11 +00:00
tools Rename pdb::StringTable -> pdb::PDBStringTable. 2017-05-02 18:00:13 +00:00
unittests Rename pdb::StringTable -> pdb::PDBStringTable. 2017-05-02 18:00:13 +00:00
utils [lit] Try to exit more cleanly 2017-05-02 17:45:16 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Allow suppressing host and target info in VersionPrinter 2017-04-19 00:03:36 +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.