LLVM backend for 6502
Go to file
Dan Gohman bed353d016 Consider any instruction that modifies the stack pointer to be
a scheduling region boundary.  This isn't necessary for
correctness; it helps with compile time, as it avoids the need
for data- and anti-dependencies from all spills and reloads on
the stack-pointer modification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64255 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-10 23:29:38 +00:00
autoconf
bindings
cmake
docs Answer a common FAQ: 2009-02-10 17:26:53 +00:00
examples
include Factor out more code for computing register live-range informationfor 2009-02-10 23:27:53 +00:00
lib Consider any instruction that modifies the stack pointer to be 2009-02-10 23:29:38 +00:00
projects
runtime
test Ignore dbg intrinsic while folding unconditional branch. 2009-02-10 22:14:17 +00:00
tools fix bugpoint url, patch by Pieter de Bie! 2009-02-07 18:56:30 +00:00
unittests Fix comment. 2009-02-09 12:31:40 +00:00
utils Strip the LTO dylib. 2009-02-09 06:42:40 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +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.