LLVM backend for 6502
Go to file
Chris Lattner fb449b9ea5 Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
will soon be renamed) into their own file.  The new file should not emit
DEBUG output or have other side effects.  The LiveInterval class also now
doesn't know whether its working on registers or some other thing.

In the future we will want to use the LiveInterval class and friends to do
stack packing.  In addition to a code simplification, this will allow us to
do it more easily.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15134 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-23 17:49:16 +00:00
autoconf Revised the generation of files so that they follow the newer autoconf 2004-07-23 15:40:57 +00:00
docs Update documentation for gc intrinsics change. Contributed by 2004-07-22 05:49:38 +00:00
examples/ModuleMaker
include Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which 2004-07-23 17:49:16 +00:00
lib Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which 2004-07-23 17:49:16 +00:00
projects
runtime Update GC intrinsics to take a pointer to the object as well as a pointer 2004-07-22 05:51:13 +00:00
test Trivial testcase for dse 2004-07-22 07:59:20 +00:00
tools * Convert "\n" -> '\n' 2004-07-23 01:30:49 +00:00
utils Change column name 2004-07-23 06:50:18 +00:00
.cvsignore
configure Revised the generation of files so that they follow the newer autoconf 2004-07-23 15:40:57 +00:00
CREDITS.TXT Let's not get carried away here, please. 2004-07-22 22:43:21 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules * Uncomment rule for location of LLI (formerly commented out: typo?) 2004-07-21 12:47:40 +00:00
README.txt

This file is a placeholder; see docs/index.html for documentation.