LLVM backend for 6502
Go to file
Richard Osborne 1d05b237a5 Fix pattern for LD16S_3r, add basic tests to check load / store instructions
are being properly selected.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75797 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 17:06:59 +00:00
autoconf
bindings
cmake Tweak CMake component lookup, I misunderstood what was happening here.though. :( 2009-07-15 07:52:36 +00:00
docs
examples
include Add a raw_ostream version of CheckBitcodeOutputToConsole. 2009-07-15 17:04:50 +00:00
lib Fix pattern for LD16S_3r, add basic tests to check load / store instructions 2009-07-15 17:06:59 +00:00
projects
runtime
test Fix pattern for LD16S_3r, add basic tests to check load / store instructions 2009-07-15 17:06:59 +00:00
tools Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
unittests
utils Remove the v3i32 and v3f32 value types: they are not 2009-07-15 15:28:52 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Add TargetInfo directories to CMake's list. 2009-07-15 07:04:27 +00:00
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +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.