LLVM backend for 6502
Go to file
Jim Grosbach 589130fac1 Simplify printing of ARM shifted immediates.
Print shifted immediate values directly rather than as a payload+shifter
value pair. This makes for more readable output assembly code, simplifies
the instruction printer, and is consistent with how Thumb immediates are
 displayed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134902 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-11 16:48:36 +00:00
autoconf Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
bindings Update OCaml bindings. Opaque types are gone, type holders are gone and the 2011-07-09 18:29:33 +00:00
cmake cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds. 2011-07-08 10:45:15 +00:00
docs Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
examples Modified demo to work with non const Type parameters as is required by new 2011-07-11 16:31:53 +00:00
include De-constify Types in StructType::get() and TargetData::getIntPtrType(). 2011-07-11 09:56:20 +00:00
lib Simplify printing of ARM shifted immediates. 2011-07-11 16:48:36 +00:00
projects
runtime
test Simplify printing of ARM shifted immediates. 2011-07-11 16:48:36 +00:00
tools De-constify Types in StructType::get() and TargetData::getIntPtrType(). 2011-07-11 09:56:20 +00:00
unittests De-constify Types in StructType::get() and TargetData::getIntPtrType(). 2011-07-11 09:56:20 +00:00
utils - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo 2011-07-11 03:57:24 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules TableGen'erated MC lowering for simple pseudo-instructions. 2011-07-08 17:36:35 +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.