Go to file
Manuel Klimek 272d3f17fc Fix bug where WinCOFFObjectWriter would assume starting from an empty output.
Starting on an input stream that is not at offset 0 would trigger the
assert in WinCOFFObjectWriter.cpp:1065:

  assert(getStream().tell() <= (*i)->Header.PointerToRawData &&
               "Section::PointerToRawData is insane!");

llvm-svn: 253464
2015-11-18 15:24:17 +00:00
clang Fix tests in order for them to not fail after r252604. 2015-11-18 14:40:41 +00:00
clang-tools-extra Replace a dyn_cast with isa where the result was only being used as a boolean. NFC. 2015-11-18 07:08:11 +00:00
compiler-rt [tsan] Skip malloc/free interceptors when we're inside symbolizer on OS X 2015-11-18 14:50:40 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix bad variable name. project_root -> project_obj_root 2015-11-17 21:48:29 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Rename ld.lld2 to ld.lld since it is the default. 2015-11-18 06:11:01 +00:00
lldb Revert 2 commits breaking the MSVC build 2015-11-18 12:11:34 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm Fix bug where WinCOFFObjectWriter would assume starting from an empty output. 2015-11-18 15:24:17 +00:00
openmp Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
polly ScopInfo: Ensure unique names for parameter names coming from load instructions 2015-11-17 11:54:51 +00:00