Go to file
Quentin Colombet 6feaf82088 [RegBankSelect] Explain what it would take to support non-copy
repairing.

Copies are easy because we repair only when there is a mismatch. For
non-copy repairing, i.e., cases that involves breaking down or gathering
up the value, one of the operand may not have a register bank yet. Thus,
derivate a cost from that, requires more work.

llvm-svn: 272157
2016-06-08 15:40:32 +00:00
clang Prune away some unused using decls. NFC. 2016-06-08 15:34:36 +00:00
clang-tools-extra [clang-tidy] misc-argument-comment: don't bail out when an argument is a macro expansion (e.g. NULL). 2016-06-08 15:27:46 +00:00
compiler-rt [profile] Un-hide two symbols 2016-06-08 01:33:15 +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 Patch ready for #2436 2016-06-08 14:54:35 +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 Move a function declaration to a header. 2016-06-08 14:35:22 +00:00
lldb Revive the error message from "process load" and SBProcess::LoadImage. 2016-06-08 01:29:21 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [RegBankSelect] Explain what it would take to support non-copy 2016-06-08 15:40:32 +00:00
openmp Fine tuning of TC* macros - small followup 2016-06-01 09:59:26 +00:00
polly [FIX] Model the rounding behaviour of SRem correctly 2016-06-07 12:00:37 +00:00