LLVM backend for 6502
Go to file
Dan Gohman 8cf7713753 Extend X86's addFrameReference to add a MachineMemOperand for
the frame reference. This will help post-RA scheduling determine
that spills to distinct stack slots are independent.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60486 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-03 18:11:40 +00:00
autoconf
bindings
cmake Fix a link issue I ran into trying compiling LLVM on MinGW with CMake. 2008-11-30 02:42:05 +00:00
docs Fix spelling mistake. 2008-11-29 20:13:25 +00:00
examples
include Extend X86's addFrameReference to add a MachineMemOperand for 2008-12-03 18:11:40 +00:00
lib Extend X86's addFrameReference to add a MachineMemOperand for 2008-12-03 18:11:40 +00:00
projects
runtime
test Fix some tests. The grep for "il" was matching "file". 2008-12-03 17:14:56 +00:00
tools Remove warning about declaration does not declare anything. This class was 2008-11-30 00:36:34 +00:00
utils Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's 2008-12-03 05:21:24 +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
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.