Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Andrew Trick ac6d9bec67 Track IR ordering of SelectionDAG nodes 2/4.
Change SelectionDAG::getXXXNode() interfaces as well as call sites of
these functions to pass in SDLoc instead of DebugLoc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182703 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-25 02:42:55 +00:00
autoconf Make R600 non-experimental. 2013-05-22 00:35:47 +00:00
bindings
cmake
docs Add a new function attribute 'cold' to functions. 2013-05-24 12:26:52 +00:00
examples
include Track IR ordering of SelectionDAG nodes 2/4. 2013-05-25 02:42:55 +00:00
lib Track IR ordering of SelectionDAG nodes 2/4. 2013-05-25 02:42:55 +00:00
projects sync projects/sample's autohell. 2013-05-22 12:37:27 +00:00
runtime
test PPC: Initial support for permutation-based unaligned Altivec loads 2013-05-24 23:00:14 +00:00
tools Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. 2013-05-24 22:23:49 +00:00
unittests Add to testsuite. 2013-05-24 23:20:16 +00:00
utils Recognize ValueType operands in source patterns for fast-isel. 2013-05-22 20:45:11 +00:00
.arcconfig
.gitignore
CMakeLists.txt Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. 2013-05-22 02:45:28 +00:00
CODE_OWNERS.TXT
configure Make R600 non-experimental. 2013-05-22 00:35:47 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove redundant rpath. 2013-05-23 02:53:22 +00:00
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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.