LLVM backend for 6502
Go to file
2009-11-08 00:27:19 +00:00
autoconf
bindings
cmake Fix CMake reporting of target triple. 2009-11-07 23:52:27 +00:00
docs add the ability for TargetData to return information about legal integer 2009-11-07 09:35:34 +00:00
examples
include Fix class -> struct tag. 2009-11-07 23:21:30 +00:00
lib Use aligned load/store instructions for spilling Q registers when we know the stack slot is 128 bit aligned 2009-11-08 00:27:19 +00:00
projects
runtime
test Stop running get_target_triple more than we need to. 2009-11-07 23:52:20 +00:00
tools Stop running get_target_triple more than we need to. 2009-11-07 23:52:20 +00:00
unittests
utils
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.