Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 8929f75913 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.

llvm-svn: 4249
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 Pass renamed 2002-07-30 00:53:26 +00:00
support Added #include<unistd.h> to compile with solaris gcc3.2 2002-10-04 23:57:01 +00:00
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 Added a major mode for Emacs to edit LLVM assembler code with syntax 2002-10-09 00:30:20 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common Warn when we are linking an executable without symbols. 2002-10-20 21:45:49 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules Warn when we are linking an executable without symbols. 2002-10-20 21:45:49 +00:00
Makefile.SunOS Switch over to the right sparc c frontend 2002-10-10 19:28:10 +00:00