Go to file
Duncan P. N. Exon Smith c3f8997386 BitcodeReader: Use std:::piecewise_construct when upgrading type refs
r267296 used std::piecewise_construct without using
std::forward_as_tuple, and r267298 hacked it out (using an emplace_back
followed by a couple of reset() calls) because of a problem on a bot.
I'm finally circling back to call forward_as_tuple as I should have to
begin with (thanks to David Blaikie for pointing out the missing piece).

Note that this code uses emplace_back() instead of
push_back(make_pair()) because the move constructor for TrackingMDRef is
expensive (cheaper than a copy, but still expensive).

llvm-svn: 272306
2016-06-09 20:46:33 +00:00
clang [CUDA] Implement __shfl* intrinsics in clang headers. 2016-06-09 20:04:57 +00:00
clang-tools-extra [include-fixer] do not index friend function declaration. 2016-06-09 14:18:40 +00:00
compiler-rt [profile] Fix test to bail on failed waitpid in instrprof-file_ex.c 2016-06-09 15:29:59 +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 math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change. 2016-06-09 18:34:38 +00:00
libcxxabi Partially revert r270816: build with -fvisibility=hidden. 2016-06-02 08:14:28 +00:00
libunwind [libunwind] Remove unused code. 2016-06-03 20:57:48 +00:00
lld Use errorDynRel like every other target. 2016-06-09 20:42:04 +00:00
lldb Updated the FindSpace() algorithm to avoid the 0 page when it's unsafe. 2016-06-09 20:22:25 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm BitcodeReader: Use std:::piecewise_construct when upgrading type refs 2016-06-09 20:46:33 +00:00
openmp Fix spelling in comment 2016-06-09 18:51:17 +00:00
polly [NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replaced 2016-06-08 16:44:11 +00:00