Go to file
Bill Wendling b6f795eee6 Use the new method for specifying garbage collection metadata in the module.
The garbage collection metadata needs to be merged "intelligently", when two or
more modules are linked together, and not merely appended. (Appending creates a
section which is too large.) The module flags metadata method is the way to do
this.
<rdar://problem/8198537>

llvm-svn: 150648
2012-02-16 01:13:30 +00:00
clang Use the new method for specifying garbage collection metadata in the module. 2012-02-16 01:13:30 +00:00
compiler-rt [asan] don't do AsanDie twice 2012-02-16 00:40:18 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug.cgi?id=11983 . Patch contributed by Jonathan Sauer. 2012-02-15 20:47:11 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld use llvm::DenseMap instead of std::map 2012-02-15 00:50:07 +00:00
lldb Stop finding bare symbols when we're explicitly 2012-02-15 17:14:49 +00:00
llvm Give a description of the Objective-C garbage collection module flags. 2012-02-16 01:10:50 +00:00
polly CodeGen: Update the BasicBlock pointer correctly when creating 'polly.split...' 2012-02-15 09:58:53 +00:00