LLVM backend for 6502
Go to file
Jim Grosbach cf121c35c4 ARM assembly parsing and encoding for BLX (immediate).
Add parsing support for BLX (immediate). Since the register operand version is
predicated and the label operand version is not, we have to use some special
handling to get the operand list right for matching.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136406 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-28 21:57:55 +00:00
autoconf
bindings
cmake Updated cmake library dependencies. 2011-07-28 02:33:33 +00:00
docs LangRef and basic memory-representation/reading/writing for 'cmpxchg' and 2011-07-28 21:48:00 +00:00
examples
include LangRef and basic memory-representation/reading/writing for 'cmpxchg' and 2011-07-28 21:48:00 +00:00
lib ARM assembly parsing and encoding for BLX (immediate). 2011-07-28 21:57:55 +00:00
projects
runtime Use version 402 for the GCDA files when compiling for Apple. 2011-07-28 18:12:20 +00:00
test ARM assembly parsing and encoding for BLX (immediate). 2011-07-28 21:57:55 +00:00
tools Fix llvm-mc target detection code to match llc. 2011-07-26 19:02:16 +00:00
unittests Use unsigned rather than uint16_t in case anyone feels like testing 2011-07-28 14:37:53 +00:00
utils Enhance the fixed-length decoder emitter to support parsing scattered fields. 2011-07-28 21:54:31 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT For my ego. 2011-07-15 11:26:11 +00:00
LICENSE.TXT
llvm.spec.in * llvm.spec.in: update blurb 2007-07-13 09:48:29 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.