Go to file
Rui Ueyama 6d24908fe7 COFF: Fix x86 delay-load helper function name.
If /delayload option is given, we have to resolve __delayLoadHelper2
since the function is the dynamic loader to delay-load DLLs.
The function name is mangled in x86 as ___delayLoadHelper2@8.

llvm-svn: 242078
2015-07-13 22:31:45 +00:00
clang This reverts commit r242058, r242065, r242067. 2015-07-13 22:26:30 +00:00
clang-tools-extra Added mechanism to modularize for doing a compilation precheck 2015-07-10 00:37:25 +00:00
compiler-rt profile: Autoconf build system support for r241824 2015-07-13 06:39:53 +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 R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld COFF: Fix x86 delay-load helper function name. 2015-07-13 22:31:45 +00:00
lldb Don't crash if we are unable to get the member type. 2015-07-13 22:08:16 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Use std::make_tuple to reduce code duplication. 2015-07-13 22:01:02 +00:00
openmp Fix some bugs in OMPT support 2015-07-13 18:55:45 +00:00
polly Make non-affine statement names isl compatible 2015-07-09 07:31:45 +00:00