Go to file
Jason Molenda ce19fe3f38 Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track
a register value that is live in the stack frame 0 register context.

Fixes a problem where retrieving a register value on stack frame #n
would involved O(n!) stack frame checks.  This could be very slow on
a deep stack when retrieving register values that had not been
modified/saved by any of the stack frames.  Not common, but annoying
when it was hit.

<rdar://problem/19010211> 

llvm-svn: 223843
2014-12-09 22:28:10 +00:00
clang DebugInfo: Correct location of initialization of auto __complex 2014-12-09 22:15:02 +00:00
clang-tools-extra [clang-tidy] Fix a typo. 2014-12-09 15:02:17 +00:00
compiler-rt profile: Add low level versions of profile buffer functions 2014-12-09 22:07: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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Move the optional tests into test/experimental. They were put into test/utilities because optional was going to be part of C++14, and then was pulled and put into the Library Fundamentals TS instead. No funcitonality change here; just moving files around. 2014-12-09 15:07:42 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld ELF: Add AArch64 test case missing from previous commit 2014-12-09 19:31:09 +00:00
lldb Add a new 'eRegisterInLiveRegisterContext' RegisterLocation to track 2014-12-09 22:28:10 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm [ARM] Make testcase more explicit. NFC. 2014-12-09 22:08:57 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Unbreak after LLVM's metadata split in r223802 2014-12-09 22:02:16 +00:00