hanchenye-llvm-project/llvm/lib
Chris Lattner 6a4e39677e There is no need to merge the globals graph into the function graphs at the
end of the BU and CBU passes.  The globals will be marked incomplete, so it
doesn't matter if they are missing some info, and merging isn't guaranteed
to bring everything in anyway!

llvm-svn: 11684
2004-02-20 23:52:15 +00:00
..
Analysis There is no need to merge the globals graph into the function graphs at the 2004-02-20 23:52:15 +00:00
AsmParser
Bytecode
CodeGen Some more statistics improvements. 2004-02-20 20:53:26 +00:00
Debugger
ExecutionEngine Make the JIT zero out globals with memset instead of an element at a time. This 2004-02-15 05:54:06 +00:00
Support Use backtrace() and include execinfo.h, if they were detected by autoconf. 2004-02-20 06:40:59 +00:00
Target It is totally unacceptable to print out (literally) millions of zeros when 2004-02-20 05:49:22 +00:00
Transforms Fix PR245: Linking weak and strong global variables is dependent on link order 2004-02-17 21:56:04 +00:00
VMCore Adjust to recent changes 2004-02-17 03:03:47 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00