llvm-project/llvm/tools
zhijian 0135aa7b98 [llvm-nm] add a new option -X to specify the type of object file llvm-nm should examine
Summary:
Added a new option "-X" to specify, which type of object file should be examine.

For example:

1. "llvm-nm -X64 archive.a" only deal with the 64bit object files in the archive.a ,ignore the all 32bit object files in the archive.a
2. "llvm-nm -X32 xcoffobj32.o xcoffobj64.o " only deal with the 32bit object file "xcoffobj32.o" , 64bit object file "xcoffobj64.o" will be ignored

Reviewers: James Henderson,Fangrui Song
Differential Revision: https://reviews.llvm.org/D118193
2022-02-15 09:43:31 -05:00
..
bugpoint Use a sorted array instead of a map to store AttrBuilder string attributes 2022-01-10 14:49:53 +01:00
bugpoint-passes Add missed rename of getFnAttributes() -> getFnAttrs() 2021-08-13 11:29:20 -07:00
dsymutil [dsymutil] Add the ability to run the DWARF verifier on the input 2022-02-14 16:14:07 -08:00
gold [BitcodeWriter] Fix cases of some functions 2022-01-31 16:46:11 -08:00
llc Reland - [CodeView] Emit S_OBJNAME record 2021-12-21 19:02:14 -05:00
lli Revert "[NFC] Remove LinkAll*.h" 2021-11-02 09:08:09 -07:00
llvm-ar [llvm-ar] Prevent automatic conversion from thin to full archive 2022-02-03 11:45:21 +00:00
llvm-as [BitcodeWriter] Fix cases of some functions 2022-01-31 16:46:11 -08:00
llvm-as-fuzzer [Support] Change fatal_error_handler_t to take a const char* instead of std::string 2021-10-05 10:55:40 +01:00
llvm-bcanalyzer [BitcodeAnalyzer] allow a motivated user to dump BLOCKINFO 2021-10-10 10:15:14 +05:30
llvm-c-test Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
llvm-cat
llvm-cfi-verify Avoid by-value copies of referenced objects 2021-12-16 07:22:46 -08:00
llvm-config Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
llvm-cov Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
llvm-cvtres [tools] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:38:42 -07:00
llvm-cxxdump Fix shlib builds for all lib/Target/*/TargetInfo libs 2021-10-08 15:21:13 -07:00
llvm-cxxfilt [llvm-cxxfilt] Use nonMicrosoftDemangle for demangling NFC 2021-10-16 13:32:17 +02:00
llvm-cxxmap [llvm][tools] Hide more unrelated tool options 2021-07-20 13:27:33 +02:00
llvm-debuginfod-find [Debuginfod] [Symbolizer] Break debuginfod out of libLLVM. 2022-02-08 19:14:18 +00:00
llvm-diff [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
llvm-dis Cleanup LLVMBitcode headers 2022-02-07 21:19:22 +01:00
llvm-dis-fuzzer [Bitcode] Add missing includes in llvm-dis-fuzzer 2022-02-08 09:49:38 +01:00
llvm-dlang-demangle-fuzzer [Tools] Add a fuzzing tool to help fuzzing D demangler 2021-11-09 12:45:25 -08:00
llvm-dwarfdump Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
llvm-dwp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
llvm-exegesis Cleanup MCParser headers 2022-02-11 10:39:29 +01:00
llvm-extract Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
llvm-go [AIX][llvm-go] AIX linker does not recognize `-rpath` 2021-11-15 13:13:08 -05:00
llvm-gsymutil [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
llvm-ifs Replace PlatformKind with PlatformType. 2022-01-13 09:23:49 -08:00
llvm-isel-fuzzer Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
llvm-itanium-demangle-fuzzer
llvm-jitlink [llvm-jitlink] Fix a bug in llvm-jitlink's Slab allocator. 2022-02-13 19:28:38 -08:00
llvm-jitlistener
llvm-libtool-darwin [llvm-libtool-darwin] Use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-02-10 20:44:25 +00:00
llvm-link [llvm][tools] Hide more unrelated LLVM tool options 2021-07-21 09:14:04 +02:00
llvm-lipo Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
llvm-lto [BitcodeWriter] Fix cases of some functions 2022-01-31 16:46:11 -08:00
llvm-lto2 Reland - [CodeView] Emit S_OBJNAME record 2021-12-21 19:02:14 -05:00
llvm-mc Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
llvm-mc-assemble-fuzzer Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
llvm-mc-disassemble-fuzzer
llvm-mca Cleanup MCParser headers 2022-02-11 10:39:29 +01:00
llvm-microsoft-demangle-fuzzer
llvm-ml Cleanup LLVMMC headers 2022-02-09 11:09:17 +01:00
llvm-modextract [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
llvm-mt [tools] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:38:42 -07:00
llvm-nm [llvm-nm] add a new option -X to specify the type of object file llvm-nm should examine 2022-02-15 09:43:31 -05:00
llvm-objcopy [llvm-objcopy][COFF] Implement --update-section 2022-02-03 21:30:42 +00:00
llvm-objdump Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
llvm-opt-fuzzer [NewPM] Use the default AA pipeline by default 2021-11-04 15:10:34 -07:00
llvm-opt-report Cleanup LLVMRemarks includes 2022-01-31 11:16:28 +01:00
llvm-pdbutil [llvm-pdbutil] Fix gaps ouput. 2022-01-21 15:25:54 -08:00
llvm-profdata Revert "Reland "[memprof] Extend the index prof format to include memory profiles."" 2022-02-14 11:42:58 -08:00
llvm-profgen [llvm-profgen] On-demand track optimized-away inlinees for preinliner. 2022-02-08 08:33:23 -08:00
llvm-rc [llvm-rc]: Find <target>-clang over just clang 2022-02-09 09:04:53 +01:00
llvm-readobj [LoongArch 2/6] Add ELF machine flag and relocs for upcoming LoongArch target 2022-02-10 10:23:34 +00:00
llvm-reduce [llvm-reduce] Display all relevant options in -help 2022-02-02 09:44:56 +01:00
llvm-remark-size-diff [llvm-remark-size-diff] Don't use enum name as auto variable name 2022-02-05 19:30:10 +00:00
llvm-rtdyld Fixed some errors detected by PVS Studio 2021-10-09 17:20:04 +02:00
llvm-rust-demangle-fuzzer Fix implicit dependency on <string> header. NFCI. 2021-06-11 10:24:14 +01:00
llvm-shlib [cmake][NFC] Configuration for libLLVM.so symbol versioning 2022-02-01 23:05:03 -08:00
llvm-sim [IRSim] Adding basic implementation of llvm-sim. 2021-06-23 14:38:58 -05:00
llvm-size [llvm-size] Switch command line parsing from llvm::cl to OptTable 2021-07-09 10:26:53 -07:00
llvm-special-case-list-fuzzer
llvm-split [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
llvm-stress Cleanup header dependencies in LLVMCore 2022-02-02 06:54:20 +01:00
llvm-strings [llvm-strings] Remove use of hard coded executable name 2022-01-05 14:41:49 +00:00
llvm-symbolizer [Debuginfod] Flag-determine debuginfod lookups in llvm-symbolizer. 2022-02-09 22:20:54 +00:00
llvm-tapi-diff Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
llvm-tli-checker [TLI checker] Update for post-commit review comments 2021-12-01 12:33:54 -08:00
llvm-undname [lldb] change name demangling to be consistent between windows and linx 2021-10-19 12:04:37 +02:00
llvm-xray Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
llvm-yaml-numeric-parser-fuzzer
llvm-yaml-parser-fuzzer
lto [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
msbuild
obj2yaml Cleanup LLVMDWARFDebugInfo 2022-02-15 09:16:03 +01:00
opt Reland "[clang-cl] Support the /JMC flag" 2022-02-10 15:16:17 -08:00
opt-viewer [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
remarks-shlib [llvm] Use `GNUInstallDirs` to support custom installation dirs 2022-01-08 00:47:31 +00:00
sancov Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
sanstats [llvm] Use true/false instead of 1/0 (NFC) 2022-01-07 00:39:14 -08:00
split-file [split-file] Respect input file's line endings 2022-01-21 18:45:03 -06:00
verify-uselistorder [UseListOrder] Fix use list order for function operands 2021-09-07 20:59:12 +02:00
vfabi-demangle-fuzzer [NFC] Inclusive language: Remove instances of master in URLs 2021-11-05 08:48:41 -05:00
xcode-toolchain
yaml2obj Have yaml2obj describe all options in --help 2021-11-24 07:44:52 -08:00
CMakeLists.txt Update LLVM CMakeFiles to include BOLT 2022-01-11 21:19:12 -08:00