llvm/tools
Nathan Slingerland 991a399fac [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors
Missed bit of feedback from D14720.

Use SmallSet<std::error_code> rather than std::set<...> in order to be more efficient.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253474 91177308-0d34-0410-b5e6-96231b3b80d8
2015-11-18 17:10:24 +00:00
..
bugpoint Make bugpoint ehpad/token friendly 2015-11-08 04:16:12 +00:00
bugpoint-passes [bugpoint] Add a named metadata (+their operands) reducer 2015-11-06 00:12:50 +00:00
dsymutil Generalize ownership/passing semantics to allow dsymutil to own abbreviations via unique_ptr 2015-11-18 00:34:10 +00:00
gold Clang format a few prior patches (NFC) 2015-11-02 18:02:11 +00:00
llc
lli Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
llvm-ar [llvm-ar] Use failIfError/fail helpers. 2015-11-14 19:00:33 +00:00
llvm-as
llvm-as-fuzzer
llvm-bcanalyzer Use a different block id for block of metadata kind records 2015-11-15 02:00:09 +00:00
llvm-c-test
llvm-config llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation] 2015-11-11 17:50:20 +00:00
llvm-cov
llvm-cxxdump Reapply r250906 with many suggested updates from Rafael Espindola. 2015-11-05 19:24:56 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump dwarfdump: Added macro support to llvm-dwarfdump tool. 2015-11-12 09:38:54 +00:00
llvm-extract
llvm-go
llvm-jitlistener
llvm-link Pass enum instead of bool to new linkInModule call in llvm-link 2015-11-03 15:10:50 +00:00
llvm-lto Switch lto codegen to using diagnostic handlers. 2015-11-17 19:48:12 +00:00
llvm-mc Fix some Clang-tidy modernize warnings, other minor fixes. 2015-11-04 22:32:32 +00:00
llvm-mc-fuzzer
llvm-mcmarkup
llvm-nm Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match darwin’s nm(1). 2015-11-10 00:31:08 +00:00
llvm-objdump Fix LLD testsuite fallout from r253429 2015-11-18 04:35:32 +00:00
llvm-pdbdump llmv-pdbdump: Make BuiltinDumper shorter. NFC. 2015-11-03 20:16:18 +00:00
llvm-profdata [llvm-profdata] Use SmallSet rather that std::set for keeping track of profdata merge errors 2015-11-18 17:10:24 +00:00
llvm-readobj Reapply r250906 with many suggested updates from Rafael Espindola. 2015-11-05 19:24:56 +00:00
llvm-rtdyld [llvm-rtdyld] Don't waste cycles invalidating instruction cache. 2015-11-17 16:37:52 +00:00
llvm-shlib [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig 2015-11-04 23:11:12 +00:00
llvm-size Reapply r250906 with many suggested updates from Rafael Espindola. 2015-11-05 19:24:56 +00:00
llvm-split
llvm-stress ADT: Remove last implicit ilist iterator conversions, NFC 2015-11-07 00:01:16 +00:00
llvm-symbolizer [Symbolizer]: Add -pretty-print option 2015-11-11 20:41:43 +00:00
lto Switch lto codegen to using diagnostic handlers. 2015-11-17 19:48:12 +00:00
msbuild
obj2yaml
opt
sancov sancov test suite 2015-11-12 19:34:21 +00:00
verify-uselistorder
xcode-toolchain
yaml2obj
CMakeLists.txt [CMake] Autoconf builds libLTO with -fPIC, CMake should be able to as well. 2015-11-10 21:38:58 +00:00
LLVMBuild.txt
Makefile adding sancov to Makefile directory list. 2015-11-17 20:02:03 +00:00