LLVM backend for 6502
Go to file
Jim Grosbach 2716e25c2c Refactor to parameterize some ARM load/store encoding patterns. Preparatory
to splitting the load/store pre/post indexed instructions into [r, r] and
[r, imm] forms.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118925 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-12 21:28:15 +00:00
autoconf Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
bindings
cmake Adding working version of assembly parser for the MBlaze backend 2010-11-08 19:40:01 +00:00
docs describe the preferred approach to silencing 'unused variable warnings' due to asserts. 2010-11-12 00:19:41 +00:00
examples Build with RTTI and exceptions disabled. Only in GCC for now. 2010-10-17 02:26:16 +00:00
include add operand iterator apis to MachineInstr, patch by ether zhhb. 2010-11-12 00:00:21 +00:00
lib Refactor to parameterize some ARM load/store encoding patterns. Preparatory 2010-11-12 21:28:15 +00:00
projects
runtime
test First stab at providing correct Thumb2 encodings, start with adc. 2010-11-12 21:12:40 +00:00
tools Fix some places where error messages were being swallowed. 2010-11-09 01:13:31 +00:00
unittests unittests/CMakeLists.txt: Don't use RTTI, or linking failed. 2010-10-29 08:59:43 +00:00
utils ARM fixup encoding for direct call instructions (BL). 2010-11-11 20:05:40 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add the new option "LLVM_LIT_ARGS". 2010-11-11 04:09:35 +00:00
configure Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
Makefile.common
Makefile.config.in Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +00:00
Makefile.rules Add rule to build MC'ized CodeEmitter. 2010-11-03 23:46:01 +00:00
ModuleInfo.txt
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.