LLVM backend for 6502
Go to file
Arnold Schwaighofer a7016d6fc1 Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
architecture

It broke MultiSource/Applications/JM/ldecod/ldecod on armv7 thumb O0 g and armv7
thumb O3.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161736 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-12 05:11:56 +00:00
autoconf Support for experimental targets 2012-08-09 01:13:59 +00:00
bindings
cmake revert my previous patch 2012-08-08 18:04:45 +00:00
docs Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
examples
include Create isXBitVector methods in MVT and call them from EVT. This allows targets to call them with an MVT without needing to convert to EVT. 2012-08-11 23:31:18 +00:00
lib Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM 2012-08-12 05:11:56 +00:00
projects
runtime
test Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM 2012-08-12 05:11:56 +00:00
tools Remove references to compression in llvm-ar. It has been a long time since we 2012-08-10 01:57:52 +00:00
unittests Update cmake build. 2012-08-04 09:52:39 +00:00
utils Add some missing includes for the build against stdcxx. 2012-08-10 10:53:56 +00:00
.gitignore
CMakeLists.txt Support for experimental targets 2012-08-09 01:13:59 +00:00
CODE_OWNERS.TXT
configure Support for experimental targets 2012-08-09 01:13:59 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +00:00
Makefile.rules Add a configure flag for enabling -Werror on the command line 2012-08-03 19:58:20 +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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.