No description or website provided.
LLVM C++ Assembly Mirah Python Objective-C Other
Permalink
Failed to load latest commit information.
bindings Fix go bindings after r289702 (hopefully, don't really know how to build Dec 15, 2016
cmake Merging r292255: Jan 17, 2017
docs Drop 'if you're using released version' warning Jan 17, 2017
examples BrainF example: fixing segfault caused by outdated code with missing … Dec 15, 2016
include Merge remote-tracking branch 'mirror/release_40' into swift-4.0-branch Jan 18, 2017
lib Merge remote-tracking branch 'mirror/release_40' into swift-4.0-branch Jan 18, 2017
projects [CMake] Correct configuration order of the sub-projects based on ther… Oct 9, 2016
resources In MSVC builds embed a VERSIONINFO resource in our exe and DLL files. Jun 12, 2015
runtimes [CMake] Handle common options for runtimes build Jan 10, 2017
test Merge remote-tracking branch 'mirror/release_40' into swift-4.0-branch Jan 18, 2017
tools Merging r291863: Jan 13, 2017
unittests Merging r291875: Jan 13, 2017
utils Merge commit '79af0051777660d178cfcd3af61c5a02e61b5f73' into swift-4.… Jan 13, 2017
.arcconfig project_id is from another era in phabricator land and does not provi… Sep 27, 2016
.clang-format Test commit. Mar 2, 2014
.clang-tidy .clang-tidy: correct style name is 'camelBack' not 'lowerCase'. Sep 13, 2016
.gitignore [AVR] Add the integrated testing tool to the .gitignore Dec 14, 2016
CMakeLists.txt Drop 'svn' suffix from version. Jan 12, 2017
CODE_OWNERS.TXT CODE_OWNERS: Take ownership of IR Linker as discussed on llvm-dev Dec 2, 2016
CONTRIBUTING.md Add legal notice for pull requests and reference to contribution guid… Dec 5, 2015
CREDITS.TXT Revert revision 289721. Dec 14, 2016
LICENSE.TXT Bump year to 2017 in LICENSE.txt Jan 12, 2017
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO Oct 2, 2013
README.txt Test commit, deleted empty line at the end of README.txt Nov 7, 2016
RELEASE_TESTERS.TXT Adding RELEASE_TESTERS.TXT Jul 21, 2016
configure Remove autoconf support Jan 26, 2016
llvm.spec.in [Sparc] Implement i64 load/store support for 32-bit sparc. Aug 10, 2015

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.