Go to file
Dan Gohman ca26f79051 Reapply r112091 and r111922, support for metadata linking, with a
fix: add a flag to MapValue and friends which indicates whether
any module-level mappings are being made. In the common case of
inlining, no module-level mappings are needed, so MapValue doesn't
need to examine non-function-local metadata, which can be very
expensive in the case of a large module with really deep metadata
(e.g. a large C++ program compiled with -g).

This flag is a little awkward; perhaps eventually it can be moved
into the ClonedCodeInfo class.

llvm-svn: 112190
2010-08-26 15:41:53 +00:00
clang Fix miscompilation. The cookie was not used when new'ing arrays with multiple dimensions. 2010-08-26 15:23:38 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx Updated for weekly test results 2010-08-25 19:45:31 +00:00
lldb Cleaned up the inline stack frame code one more time to prepare for inlined 2010-08-26 02:28:22 +00:00
llvm Reapply r112091 and r111922, support for metadata linking, with a 2010-08-26 15:41:53 +00:00