LLVM backend for 6502
Go to file
Chris Lattner f447a5f144 sink the arm implementations of ASmPrinter and MCInstLower
out of the AsmPrinter directory into libarm.  Now the
ARM InstPrinters depend jsut on the MC stuff, not on vmcore
or codegen.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108783 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-19 23:44:46 +00:00
autoconf Remove extraneous character. 2010-07-19 19:41:52 +00:00
bindings
cmake
docs
examples
include ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. 2010-07-19 22:15:08 +00:00
lib sink the arm implementations of ASmPrinter and MCInstLower 2010-07-19 23:44:46 +00:00
projects
runtime
test Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! 2010-07-19 23:32:44 +00:00
tools
unittests
utils Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! 2010-07-19 23:32:44 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2010-07-19 19:42:01 +00:00
CREDITS.TXT long past time I added myself to this, I suppose. 2010-07-19 22:04:28 +00:00
LICENSE.TXT
llvm.spec.in
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.