Go to file
Chandler Carruth 83cee7722d [SROA] Add a debugging tool which shuffles the slices sequence prior to
sorting it. This helps uncover latent reliance on the original ordering
which aren't guaranteed to be preserved by std::sort (but often are),
and which are based on the use-def chain orderings which also aren't
(technically) guaranteed.

Only available in C++11 debug builds, and behind a flag to prevent noise
at the moment, but this is generally useful so figured I'd put it in the
tree rather than keeping it out-of-tree.

llvm-svn: 202106
2014-02-25 03:59:29 +00:00
clang [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description. 2014-02-25 03:59:23 +00:00
clang-tools-extra Update for llvm api change. 2014-02-24 18:21:04 +00:00
compiler-rt [asan] Add a test for interceptors in shared libraries. 2014-02-24 14:31:28 +00:00
debuginfo-tests Add a fallback path for buildbots temporarily stuck on really old 2014-02-21 00:17:02 +00:00
libclc Fix build since r202052 2014-02-24 21:31:56 +00:00
libcxx Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change. Noteto self: It is important to run the regression tests on the copy of the code that you've changed. 2014-02-22 15:13:48 +00:00
libcxxabi Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec. 2014-02-17 21:56:01 +00:00
lld [test] use llvm-config to drive testing in assert mode/debug mode 2014-02-25 02:29:17 +00:00
lldb Fixed the command line LLDB so that "CTRL+C" will interrupt a running process again. 2014-02-24 22:50:57 +00:00
llvm [SROA] Add a debugging tool which shuffles the slices sequence prior to 2014-02-25 03:59:29 +00:00
openmp Silence -Wdeprecated-register warnings with clang 2014-02-25 00:38:58 +00:00
polly Update for llvm api change. 2014-02-24 18:21:12 +00:00