1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/tools
Zachary Turner bef0faee96 [pdb] Add a new command for analyzing hash collisions.
This introduces the `analyze` subcommand.  For now there is only
one option, to analyze hash collisions in the type streams.  In
the future, however, we could add many more things here, such
as performing size analyses, compacting, and statistics about
the type of records etc.

llvm-svn: 293795
2017-02-01 18:30:22 +00:00
..
bugpoint
bugpoint-passes
dsymutil Fix un-initialized error introduced by r291959. 2017-01-15 16:42:36 +00:00
gold gold-plugin: Simplify naming of object files created with save-temps or obj-path. 2017-01-26 02:07:05 +00:00
llc [llc] Add -pass-remarks-output 2017-01-26 00:39:51 +00:00
lli Prune unused libdeps. 2016-12-08 15:28:02 +00:00
llvm-ar
llvm-as
llvm-as-fuzzer
llvm-bcanalyzer Add llvm-bcanalyzer support for new metadata node types. 2017-01-03 19:17:49 +00:00
llvm-c-test
llvm-cat llvm-cat: Allow bitcode files to be created with no modules. 2016-12-13 23:14:55 +00:00
llvm-config [llvm-config] Fix obviously wrong code in parsing DyLib components. 2017-01-12 19:47:38 +00:00
llvm-cov Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-cxxdump
llvm-cxxfilt llvm-cxxfilt: support -_ 2017-01-22 17:41:10 +00:00
llvm-diff Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
llvm-dis
llvm-dwarfdump Fix a bugs with using some Mach-O command line flags like "-arch armv7m". 2016-12-16 22:54:02 +00:00
llvm-dwp [llvm-dwp] - Reuse object::Decompressor class 2017-01-13 15:58:55 +00:00
llvm-extract
llvm-go
llvm-jitlistener
llvm-link [ThinLTO] Rework llvm-link to use the FunctionImporter 2017-01-04 14:27:31 +00:00
llvm-lto llvm-lto: pass errs() to the module verifier (NFC) 2016-12-23 23:53:57 +00:00
llvm-lto2 llvm-lto2: remove leading '-' for cl::opt declaration 2016-12-23 23:54:34 +00:00
llvm-mc
llvm-mc-fuzzer
llvm-mcmarkup
llvm-modextract
llvm-nm Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as 2017-01-25 21:33:38 +00:00
llvm-objdump Fix a bug in llvm-obdump(1) with the -macho flag disassembling an object 2017-01-31 18:09:10 +00:00
llvm-opt-report [llvm-opt-report] Fix context-sensitive lines where nothing happened 2017-01-07 20:21:17 +00:00
llvm-pdbdump [pdb] Add a new command for analyzing hash collisions. 2017-02-01 18:30:22 +00:00
llvm-profdata
llvm-readobj Fix llvm-readobj build error after r293569 2017-01-30 23:58:51 +00:00
llvm-rtdyld
llvm-shlib
llvm-size llvm-size: remove leading dash in '-radix' option 2016-12-23 23:55:08 +00:00
llvm-split
llvm-stress
llvm-strings llvm-strings: remove default for -Wcovered-switch-default 2017-01-21 02:52:29 +00:00
llvm-symbolizer Add a verbose/human readable mode to llvm-symbolizer to investigate discriminators and other line table/backtrace features 2017-01-31 22:19:38 +00:00
llvm-xray [XRay] Use std::errc::invalid_argument instead of std::errc::bad_message 2017-02-01 00:22:20 +00:00
lto [ThinLTO] Honor -O{0,1,2,4} passed through the libLTO interface for ThinLTO 2016-12-28 19:37:16 +00:00
msbuild
obj2yaml [obj2yaml] Produce correct output for invalid relocations. 2017-01-26 23:12:53 +00:00
opt Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
sancov [sancov] applying blacklist to covered points too 2017-01-19 03:49:18 +00:00
sanstats
verify-uselistorder
xcode-toolchain
yaml2obj Add LC_BUILD_VERSION load command 2017-01-23 20:07:55 +00:00
CMakeLists.txt
LLVMBuild.txt