LLVM backend for 6502
Go to file
Ulrich Weigand 097b88fff6 [SystemZ] Add MC test cases
This adds all MC tests for the SystemZ target.

Patch by Richard Sandiford.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181206 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-06 16:20:58 +00:00
autoconf Allow host triple to be correctly overridden in CMake builds 2013-05-04 07:36:23 +00:00
bindings
cmake Build system changes to enable MCJIT on AArch64 2013-05-04 20:13:52 +00:00
docs [docs] Update Target Feature Matrix for the XCore backend. 2013-05-05 14:09:55 +00:00
examples Port ExceptionDemo to MCJIT. 2013-05-05 20:57:58 +00:00
include Fix formatting. Patch by o11c. 2013-05-06 08:55:45 +00:00
lib [SystemZ] Add back end 2013-05-06 16:15:19 +00:00
projects
runtime
test [SystemZ] Add MC test cases 2013-05-06 16:20:58 +00:00
tools Optimize llvm-link too. 2013-05-04 05:30:49 +00:00
unittests Simplify JIT unit test #ifdefs 2013-05-06 16:10:35 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Allow host triple to be correctly overridden in CMake builds 2013-05-04 07:36:23 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove this hack. We can support this better with function attributes. 2013-05-03 21:53:50 +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.