LLVM backend for 6502
Go to file
Rafael Espindola 15e5c46e49 Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators.
This was missing from r182908. I didn't noticed it at the time because the MCJIT tests were
disabled when building with cmake on ppc64 (which I fixed in r183143).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183147 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-03 19:37:34 +00:00
autoconf
bindings
cmake
docs Add links to the System z architecture manual and ABI 2013-05-31 09:14:54 +00:00
examples
include Introduce needsCleanup() for APFloat and APInt. 2013-06-03 13:03:05 +00:00
lib Update RuntimeDyldELF::findOPDEntrySection the new relocation iterators. 2013-06-03 19:37:34 +00:00
projects
runtime
test Enable mcjit tests on ppc64 when building with cmake. 2013-06-03 19:17:21 +00:00
tools Correct handling invalid filename in llvm-symbolizer 2013-06-03 14:12:39 +00:00
unittests Try to avoid "integer literal too big" warnings from older GCCs. 2013-06-01 22:29:41 +00:00
utils Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
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 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.