Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
Go to file
2015-10-22 19:57:38 +00:00
autoconf Don't use bashism/kshism of test ==. From Kamil Rytarowski. 2015-09-12 16:30:32 +00:00
bindings [OCaml] Expose Llvm.{set_,}unnamed_addr. 2015-10-21 17:43:02 +00:00
cmake Fix add_llvm_external_project. 2015-10-22 08:31:46 +00:00
docs [OperandBundles] Make function attributes conservatively correct 2015-10-22 03:12:22 +00:00
examples [JIT/Examples] Fix Fibonacci so that it runs again. 2015-10-17 06:36:46 +00:00
include [SCEV] Opportunistically interpret unsigned constraints as signed 2015-10-22 19:57:34 +00:00
lib [SCEV] Commute zero extends through <nuw> additions 2015-10-22 19:57:38 +00:00
projects
resources
test [SCEV] Commute zero extends through <nuw> additions 2015-10-22 19:57:38 +00:00
tools [JIT] Towards a working small memory model. 2015-10-21 22:12:03 +00:00
unittests [IR] Add a makeNoWrapRegion method to ConstantRange 2015-10-22 03:12:57 +00:00
utils [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table 2015-10-22 18:35:34 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [CMake] All the checks for if LLVM_VERSION_* variables are set need to be if(DEFINED ...) 2015-10-20 18:16:37 +00:00
CODE_OWNERS.TXT
configure Don't use bashism/kshism of test ==. From Kamil Rytarowski. 2015-09-12 16:30:32 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.