Go to file
David Blaikie b6726a9ece Don't bother creating LabelBegin for .dwo units
This would help catch cases where we might otherwise try to reference a
dwo CU label, which would be weird - because without relocations in the
dwo file it's not generally meaningful to talk about the CU offsets
there (or, if it is, we can do so in absolute terms without using a
relocation to compute it).

llvm-svn: 221078
2014-11-02 02:26:24 +00:00
clang Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation names for these intrinsics. 2014-11-01 22:50:57 +00:00
clang-tools-extra [CMake] clangApplyReplacement: Add clangAST in libdeps to appease msc builder. 2014-10-30 03:22:32 +00:00
compiler-rt [asan] increase the initial buffer size in caller-callee dumper 2014-10-31 19:49:46 +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 Prune CRLF. 2014-10-27 12:37:26 +00:00
libcxx Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom. 2014-11-01 00:41:42 +00:00
libcxxabi Fix unicode chars into ascii in comment lines. 2014-10-27 08:08:18 +00:00
lld [mach-o] explicitly cast little_n uses to ints to silence MSVC 2014-10-31 22:12:20 +00:00
lldb Update for LLVM API change in r221024 2014-11-02 00:24:22 +00:00
llvm Don't bother creating LabelBegin for .dwo units 2014-11-02 02:26:24 +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 [FIX] Move the statistic code to fix the build. 2014-11-01 01:30:11 +00:00