Go to file
Rui Ueyama 5d2939302a ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.
All calls of findAbsoluteAtoms seem a bit awkward because of the type
of the function. It semantically returns a pointer to an AtomLayout or
nothing, so I made the function return AtomLayout*.

In this patch, I also expanded some "auto"s because their actual type
were not obvious in their contexts.

llvm-svn: 233769
2015-03-31 22:37:59 +00:00
clang [Objective-C metadata patch]. Patch to allocate one more space for 2015-03-31 22:22:40 +00:00
clang-tools-extra [clang-tidy] Clarify message for the google-explicit-constructor check 2015-03-31 16:24:44 +00:00
compiler-rt [Sanitizer] Be consistent about separating ==%PID== and logged data. 2015-03-31 18:16:42 +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 Implement fmax using __builtin_fmax 2015-03-31 16:59:23 +00:00
libcxx [libcxx] Optimize vectors uninitialized construction of trivial types from an iterator range. 2015-03-31 16:54:19 +00:00
libcxxabi Also use dl_iterate_phdr() on CloudABI. 2015-03-31 07:59:53 +00:00
lld ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator. 2015-03-31 22:37:59 +00:00
lldb Implement Handle_QEnvironmentHexEncoded. 2015-03-31 22:37:59 +00:00
llgo llgoi: Fix type identity for imported binary packages. 2015-03-18 08:34:40 +00:00
llvm [WinEH] Generate .xdata for catch handlers 2015-03-31 22:35:44 +00:00
openmp fix for broken commit 231774 2015-03-10 10:14:57 +00:00
polly Do not scale tile loops 2015-03-31 07:52:36 +00:00