llvm/tools
Zachary Turner c9736fba4b [llvm-pdbdump] Add include-only filters.
PDB files have a lot of noise in them, with hundreds (or thousands)
of symbols from system libraries and compiler generated types.  If
you're only looking for a specific type, this can be problematic.

This CL allows you to display *only* types, variables, or compilands
matching a particular pattern.  These filters can even be combined
with exclude filters.  Include-only filters are given priority, so
that first the set of items to display is limited only to those that
match the include filters, and then the set of exclude filters is
applied to those.  If there are no include filters specified, then
it means "display everything".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248822 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-29 19:49:06 +00:00
..
bugpoint
bugpoint-passes
dsymutil dsymutil: Fix the condition to distinguish module imports form definitions. 2015-09-24 16:10:14 +00:00
gold Disable the second verification run when performing LTO through 2015-09-16 18:06:45 +00:00
llc
lli
llvm-ar [CMake] Refactor and cleanup generating and installing symlinks to tools. 2015-09-14 23:09:06 +00:00
llvm-as
llvm-as-fuzzer
llvm-bcanalyzer Restore "Function bitcode index in Value Symbol Table and lazy reading support" 2015-09-17 20:12:00 +00:00
llvm-c-test
llvm-config llvm-config: Add --build-system option 2015-09-09 16:39:30 +00:00
llvm-cov [llvm-cov] Disable name and path truncation 2015-09-14 23:26:36 +00:00
llvm-cxxdump Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC 2015-09-21 05:32:41 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-go
llvm-jitlistener
llvm-link New bitcode linker flags: 2015-09-01 17:55:55 +00:00
llvm-lto Reapply "LTO: Disable extra verify runs in release builds" 2015-09-15 23:05:59 +00:00
llvm-mc Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
llvm-mc-fuzzer [llvm-mc-fuzzer] Fix -jobs option. 2015-09-26 17:09:01 +00:00
llvm-mcmarkup
llvm-nm
llvm-objdump Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups. 2015-09-29 18:02:48 +00:00
llvm-pdbdump [llvm-pdbdump] Add include-only filters. 2015-09-29 19:49:06 +00:00
llvm-profdata Check for errors after reading a sample profile in llvm-profdata. 2015-09-17 00:17:21 +00:00
llvm-readobj [llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName. 2015-09-22 02:14:43 +00:00
llvm-rtdyld Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 16:17:27 +00:00
llvm-shlib [cmake] rework LLVM_LINK_LLVM_DYLIB option handling 2015-09-05 08:27:33 +00:00
llvm-size
llvm-split
llvm-stress
llvm-symbolizer
lto Reapply "LTO: Disable extra verify runs in release builds" 2015-09-15 23:05:59 +00:00
msbuild
obj2yaml [obj2yaml] Fix "time of check to time of use" bug. Add a test. 2015-09-19 20:49:34 +00:00
opt
verify-uselistorder
yaml2obj
CMakeLists.txt [CMake] Add llvm-ar subdirectory explicitly. 2015-09-14 18:36:40 +00:00
LLVMBuild.txt Remove macho-dump. Its functionality is now covered by llvm-readobj. 2015-09-22 17:46:10 +00:00
Makefile Remove macho-dump. Its functionality is now covered by llvm-readobj. 2015-09-22 17:46:10 +00:00