Go to file
Richard Smith 4a38201176 Fix Itanium RTTI emission so that we emit fundamental type information into the
C++ ABI library for the same set of types for which we expect the C++ ABI
library to provide the RTTI.

Specifically:
 1) __int128 and unsigned __int128 are now emitted into the ABI library. We
    always expected them to be there but never actually made sure to emit them.
 2) Do not expect OpenCL builtin types to have type info in the C++ ABI library.
    Neither libc++abi nor libstdc++ puts them there when built with either GCC
    or Clang.

This matches GCC's behavior.

llvm-svn: 259616
2016-02-03 01:32:42 +00:00
clang Fix Itanium RTTI emission so that we emit fundamental type information into the 2016-02-03 01:32:42 +00:00
clang-tools-extra [clang-tidy] Removed unnecessary parameters in the test 2016-02-02 17:27:08 +00:00
compiler-rt [TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS. 2016-02-02 22:42:25 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement modf math builtin 2016-01-27 14:52:10 +00:00
libcxx [docs] Remove references to autoconf build. 2016-01-30 01:11:42 +00:00
libcxxabi [libcxxabi] Teach cxa_demangle about Hexagon's long double size 2016-01-20 14:10:23 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC. 2016-02-03 00:12:24 +00:00
lldb The compiler may use "line number 0" to indicate compiler generated goo that it can't 2016-02-03 00:07:23 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Revert r259576: Disable the vzeroupper insertion pass on PS4. 2016-02-03 01:25:12 +00:00
openmp Fix task dependency performance problem 2016-01-28 23:10:44 +00:00
polly Support loads with differently sized types from a single array 2016-02-02 22:05:29 +00:00