Go to file
Reid Kleckner d47a59a4f8 inalloca: Don't remove dead arguments in the presence of inalloca args
It disturbs the layout of the parameters in memory and registers,
leading to problems in the backend.

The plan for optimizing internal inalloca functions going forward is to
essentially SROA the argument memory and demote any captured arguments
(things that aren't trivially written by a load or store) to an indirect
pointer to a static alloca.

llvm-svn: 200717
2014-02-03 20:42:49 +00:00
clang PR17846, PR17848: don't build a VarTemplateSpecializationDecl for a use of a 2014-02-03 20:09:56 +00:00
clang-tools-extra Fix crash when handling an argument parsing-related warning. 2014-02-03 15:55:35 +00:00
compiler-rt [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/issues/detail?id=261 2014-02-03 16:42:29 +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 Updated README.TXT with information about using DESTDIR and building with Ninja. 2014-01-29 20:03:28 +00:00
libcxx Remove default function template argument from the header. 2014-01-31 09:30:46 +00:00
libcxxabi [libunwind] remove stray conditional 2014-01-30 00:27:16 +00:00
lld [Mips] In case of executable file linking MIPS ABI requires to add even 2014-02-03 20:10:40 +00:00
lldb <rdar://problem/15154623> 2014-02-03 19:46:31 +00:00
llvm inalloca: Don't remove dead arguments in the presence of inalloca args 2014-02-03 20:42:49 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00