LLVM backend for 6502
Go to file
Chris Lattner 6beef3e1a0 That funny 2-address lowering pass can also cause multiple definitions,
fortunately, they are easy to handle if we know about them.  This patch fixes
some serious pessimization of code produced by the linscan register allocator.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15092 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-22 00:04:14 +00:00
autoconf Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missing 2004-07-21 03:50:01 +00:00
docs Reid doesn't need a definite article in front of his name. 2004-07-21 18:04:27 +00:00
examples/ModuleMaker
include Include <iostream> here, because most people using DEBUG() want to use std::cerr too. 2004-07-21 20:50:22 +00:00
lib That funny 2-address lowering pass can also cause multiple definitions, 2004-07-22 00:04:14 +00:00
projects
runtime Fix warning on 64-bit machines 2004-07-16 21:40:32 +00:00
test Move LLVM tool definitions to Makefile.rules 2004-07-21 01:31:47 +00:00
tools These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
utils
.cvsignore
configure Regenerated using autoconf-2.57. 2004-07-21 03:50:25 +00:00
CREDITS.TXT
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.