LLVM backend for 6502
Go to file
2009-07-23 17:06:46 +00:00
autoconf
bindings
cmake
docs Rename the new unsigned and signed keywords to nuw and nsw, 2009-07-22 22:44:56 +00:00
examples
include emit simple node was using different labels for fields than the rest of the graph writter 2009-07-23 15:24:38 +00:00
lib Fix frame index elimination to correctly handle thumb-2 addressing modes that don't allow negative offsets. During frame elimination convert *i12 opcode to a *i8 when necessary due to a negative offset. 2009-07-23 17:06:46 +00:00
projects
runtime
test FileCheck'ize and expand LDA testcases. 2009-07-23 15:56:53 +00:00
tools Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
unittests MDString 2009-07-23 02:00:51 +00:00
utils Add new keywords to the vim syntax highlighting. 2009-07-22 22:45:50 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
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.