Go to file
Stepan Dyatkovskiy 17ee5ac20d MergeFunctions Pass, introduced total ordering among top-level comparison
methods.
    
Patch changes return type of FunctionComparator::compare() and
FunctionComparator::compare(const BasicBlock*, const BasicBlock*)
methods from bool (equal or not) to {-1, 0, 1} (less, equal, great).
    
This patch belongs to patch series that improves MergeFunctions
performance time from O(N*N) to O(N*log(N)).

llvm-svn: 211437
2014-06-21 17:55:51 +00:00
clang Revert "Lex: Use the correct types for MS integer suffixes" 2014-06-21 12:39:25 +00:00
clang-tools-extra clang-tidy: [misc-use-override] Correctly handle defaulted destructors. 2014-06-20 09:12:46 +00:00
compiler-rt tsan: fix code formatting 2014-06-21 02:10:17 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix breakage after r211259 2014-06-21 09:20:31 +00:00
libcxx Formatting improvements in the <string_view> synopsis suggested by RSmith. No functionality change. 2014-06-18 17:44:04 +00:00
libcxxabi Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi 2014-06-11 16:54:09 +00:00
lld [Mips] Remove redundant checking from the RelocationPass::isDynamic() function. 2014-06-21 08:36:12 +00:00
lldb Fix a gdbremote bug in _M/_m stub support detection. 2014-06-21 00:48:09 +00:00
llvm MergeFunctions Pass, introduced total ordering among top-level comparison 2014-06-21 17:55:51 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Simplify memory access isWrite 2014-06-20 17:06:41 +00:00