Go to file
David Majnemer 5f177620c3 [MS ABI] Improve our mangling of pass_object_size
We didn't add the artificial pass_object_size arguments to the
backreference map which bloated the size of manglings which involved
pass_object_size with duplicate types.

This lets us go from:
?qux@PassObjectSize@@YAHQAHW4__pass_object_size1@__clang@@0W4__pass_object_size1@3@@Z

to:
?qux@PassObjectSize@@YAHQAHW4__pass_object_size1@__clang@@01@Z

llvm-svn: 256622
2015-12-30 05:13:03 +00:00
clang [MS ABI] Improve our mangling of pass_object_size 2015-12-30 05:13:03 +00:00
clang-tools-extra [clang-tidy] Fix a use-after-free bug found by asan 2015-12-29 16:14:38 +00:00
compiler-rt [PGO]: Refactor VP data writer 2015-12-29 23:54:41 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Fix locale feature testing in test suite. 2015-12-30 04:45:42 +00:00
libcxxabi Add new tests for throwing incomplete pointer types 2015-12-23 07:04:32 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF][MIPS] Rename test file. NFC 2015-12-29 21:09:26 +00:00
lldb [ptr-traits] Add an #include to provide the complete type for Section 2015-12-30 03:48:24 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm [ptr-traits] Implement the base pointer traits using the actual 2015-12-30 04:00:24 +00:00
openmp test omp_threadprivate_for.c fixed 2015-12-27 18:14:40 +00:00
polly Do not store scalar accesses in InstructionToAccess 2015-12-22 23:25:11 +00:00