LLVM backend for 6502
Go to file
Chris Lattner 448f4949dc Don't create a new node for every reference to a global. This caused a huge
node explosion that doesn't help anything at all.  In previous versions of
the representation this DID help, but not anymore.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4249 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-21 13:51:30 +00:00
docs Add a link to C++ in a nutshell book 2002-10-21 02:38:02 +00:00
include Make sure to initialize isArray member 2002-10-21 13:38:07 +00:00
lib Don't create a new node for every reference to a global. This caused a huge 2002-10-21 13:51:30 +00:00
runtime
support
test New testcase 2002-10-16 20:08:19 +00:00
tools * Fix extract to work with constant pointer refs correctly 2002-10-12 20:50:16 +00:00
utils
Makefile
Makefile.common Warn when we are linking an executable without symbols. 2002-10-20 21:45:49 +00:00
Makefile.config
Makefile.Linux
Makefile.rules Warn when we are linking an executable without symbols. 2002-10-20 21:45:49 +00:00
Makefile.SunOS