Go to file
Stanislav Mekhanoshin 79da2a7698 [AMDGPU] Remove getBidirectionalReasonRank
This method inverts the Reason field of a scheduling candidate.
It does right comparison between RegCritical and RegExcess, but
everything else is broken. In fact it can prefer less strong reason
such as Weak over RegCritical because Weak > -RegCritical.

The CandReason enum is properly sorted, so just remove artificial
ranking.

Differential Revision: https://reviews.llvm.org/D30557

llvm-svn: 297536
2017-03-11 00:29:27 +00:00
clang Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator." 2017-03-11 00:14:50 +00:00
clang-tools-extra [clang-rename] Introduce an unittest skeleton for clang-rename. 2017-03-10 10:30:14 +00:00
compiler-rt Silence a pedantic warning, NFC 2017-03-10 21:38: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: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Fix DoNotOptimize on MSVC 2017-03-11 00:07:08 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind Fix up the places where AddressSpace.hpp is included. 2017-03-09 08:04:07 +00:00
lld [ELF] Handle NONE relocations on AArch64 2017-03-10 22:42:22 +00:00
lldb Simplify & correct the patch I wrote in r297441, after thinking 2017-03-10 19:31:54 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [AMDGPU] Remove getBidirectionalReasonRank 2017-03-11 00:29:27 +00:00
openmp Fix assertion failure when 'proclist' is used without 'explicit' in KMP_AFFINITY 2017-03-10 17:22:47 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [unittest] Do not convert large unsigned long to isl::val 2017-03-10 22:25:39 +00:00