Go to file
Rafael Espindola 961ba21a47 Don't emit an internal destructor that is identical to an external one.
It is not safe to emit alias to undefined (not supported by ELF or COFF), but
it is safe to rauw when the alias would have been internal or linkonce_odr.

llvm-svn: 194307
2013-11-09 01:57:21 +00:00
clang Don't emit an internal destructor that is identical to an external one. 2013-11-09 01:57:21 +00:00
clang-tools-extra Revert r194247 conditional on non-MSVC. 2013-11-08 08:54:53 +00:00
compiler-rt [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib 2013-11-07 10:08:19 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Tell libc++abi whether or not libc++ has declared bad_array_length. 2013-11-07 17:15:51 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld [mach-o] Use LEB128 stuff from llvm/Support. No functionality change. 2013-11-09 01:00:51 +00:00
lldb Fixed up registers in debugserver. 2013-11-09 00:33:46 +00:00
llvm [Stackmap] Materialize the jump address within the patchpoint noop slide. 2013-11-09 01:51:33 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00