llvm-project/llvm/tools
Benjamin Kramer f15014ff54 Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17"
This reverts commit ef82063207.

- It conflicts with the existing llvm::size in STLExtras, which will now
  never be called.
- Calling it without llvm:: breaks C++17 compat
2022-01-26 16:55:53 +01: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 Revert "Emit swift5 reflection section data in dsym bundle generated by dsymutil in the Dwarf section." 2022-01-21 13:45:51 -08:00
gold [Support] Improve Caching conformance with Support library behavior 2021-11-04 13:00:44 -07: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 [AIX] Support of Big archive (read) 2022-01-18 12:13:01 -05:00
llvm-as [OpaquePtr] Introduce option to force all pointers to be opaque pointers 2021-06-24 13:32:31 -07: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 [llvm-c] Accept GEP operators in some APIs 2021-12-17 08:54:18 +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 [llvm] Remove redundant member initialization (NFC) 2022-01-08 11:56:44 -08: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 [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests. 2021-12-14 18:00:18 +00:00
llvm-diff [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01:00
llvm-dis [llvm-dis] Add an option `dump-thinlto-index-only` in llvm-dis to read ThinLTO minimized code only. 2022-01-19 18:07:50 -08: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 [dwarf][NFC] Move expandBundle() to MachO.h 2021-12-15 19:08:56 -08:00
llvm-dwp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
llvm-exegesis [NFC] Move CombinationGenerator from Exegesis to ADT 2021-11-05 16:53:46 +03:00
llvm-extract
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] Prevent dead-stripping of test callback 2022-01-18 15:57:46 -08:00
llvm-jitlistener
llvm-libtool-darwin Revert "[llvm-libtool-darwin] Print a warning if object file names are repeated" 2022-01-11 22:02:59 -08:00
llvm-link [llvm][tools] Hide more unrelated LLVM tool options 2021-07-21 09:14:04 +02:00
llvm-lipo [tools] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:38:42 -07:00
llvm-lto [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01: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 [MCA] Switching from conservatively guessing which instructions are 2022-01-11 13:50:14 -08:00
llvm-microsoft-demangle-fuzzer
llvm-ml [tools] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:38:42 -07: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 [AIX] demangle xcoff label symbol for llvm-nm 2022-01-12 12:27:03 -05:00
llvm-objcopy [llvm-objcopy][MachO] Implement --update-section 2022-01-23 09:47:45 +00:00
llvm-objdump Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
llvm-opt-fuzzer [NewPM] Use the default AA pipeline by default 2021-11-04 15:10:34 -07:00
llvm-opt-report
llvm-pdbutil [llvm-pdbutil] Fix gaps ouput. 2022-01-21 15:25:54 -08:00
llvm-profdata Handle whitespace in symbol list 2022-01-18 14:34:40 -06:00
llvm-profgen [llvm-profgen] Support to load debug info from a second binary 2022-01-24 17:14:05 -08:00
llvm-rc [llvm] Remove uses of `std::vector<bool>` 2022-01-18 18:20:45 +01:00
llvm-readobj Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" 2022-01-26 16:55:53 +01:00
llvm-reduce [llvm] Cleanup header dependencies in ADT and Support 2022-01-21 13:54:49 +01: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 [llvm-shlib] Fix windows build failed while llvm non-standalone building. 2021-10-19 09:10:11 +01: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 [NFC] Remove uses of PointerType::getElementType() 2022-01-25 09:44:52 +01:00
llvm-strings [llvm-strings] Remove use of hard coded executable name 2022-01-05 14:41:49 +00:00
llvm-symbolizer [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer. 2021-12-13 23:00:32 +00:00
llvm-tapi-diff Replace PlatformKind with PlatformType. 2022-01-13 09:23:49 -08: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 [tools] Delete redundant 'static' from namespace scope 'static const'. NFC 2021-10-18 22:38:42 -07: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 [yaml2obj][XCOFF] parsing auxiliary symbols. 2022-01-10 02:38:49 +00:00
opt [ASan] Process functions in Asan module pass 2021-11-03 20:27:53 +00: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