Go to file
Eric Christopher 1bca60d652 Make the use of DW_AT_ranges in the compile unit depend also upon
the existence of comdat/special sections.

llvm-svn: 199954
2014-01-23 22:55:47 +00:00
clang Introduce Registry::getCompletions. 2014-01-23 22:48:38 +00:00
clang-tools-extra [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR. 2014-01-19 13:00:01 +00:00
compiler-rt Add end of function marker, which can be used on ELF to correctly set 2014-01-23 18:31:46 +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 Fix build broken by LLVM commit r199279 2014-01-20 20:28:48 +00:00
libcxx Const qualify __mem_fn call operator 2014-01-22 22:56:52 +00:00
libcxxabi Use .p2align instead of .align 2014-01-23 21:46:35 +00:00
lld Update for llvm api change. 2014-01-22 00:14:56 +00:00
lldb Don't copy entire value into m_data unless we need to. If we did this and the entire variable failed to be read, we wouldn't be able to display any actual values that were in good memory. This will also make things more efficient by not have every struct/union/class/array copy its entire value into a ValueObject.m_data even though no one was using it. 2014-01-23 22:55:05 +00:00
llvm Make the use of DW_AT_ranges in the compile unit depend also upon 2014-01-23 22:55:47 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly Adjust test case to changed cloog output 2014-01-19 11:53:51 +00:00