..
bugpoint
[IR][NFC] Rename getBaseObject to getAliaseeObject
2021-10-06 19:33:10 -07:00
bugpoint-passes
Add missed rename of getFnAttributes() -> getFnAttrs()
2021-08-13 11:29:20 -07:00
dsymutil
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
gold
[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgold
2021-07-20 13:22:00 -07:00
llc
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
lli
Revert "[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared."
2021-10-08 13:43:42 -07:00
llvm-ar
[llvm-ar][nfc] Reword help message to be less ambiguous on what p and t do.
2021-08-31 17:48:04 -04: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
[NFC] Make some includes explicit
2021-10-08 20:34:48 +02:00
llvm-cat
[tools] Use llvm::append_range (NFC)
2021-01-05 21:15:56 -08:00
llvm-cfi-verify
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-config
Remove unnecessary StringRef convesion in llvm-config
2021-10-08 21:16:32 -04:00
llvm-cov
[llvm-cov] Add error for invalid -path-equivalence format
2021-09-10 18:34:37 -07:00
llvm-cvtres
[OptTable] Refine how `printHelp` treats empty help texts
2021-08-19 09:30:15 +00:00
llvm-cxxdump
Fix shlib builds for all lib/Target/*/TargetInfo libs
2021-10-08 15:21:13 -07:00
llvm-cxxfilt
[llvm-cxxfilt] Replace isalnum with isAlnum from StringExtras
2021-10-02 08:54:04 +02:00
llvm-cxxmap
[llvm][tools] Hide more unrelated tool options
2021-07-20 13:27:33 +02:00
llvm-diff
[llvm-diff] correct variable typo
2021-08-12 11:29:48 -07:00
llvm-dis
[llvm][tools] Hide more unrelated tool options
2021-07-20 13:27:33 +02:00
llvm-dwarfdump
[llvm-dwarfdump][docs] Add missing options to the help output and the command guide
2021-09-27 14:28:31 +01:00
llvm-dwp
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-exegesis
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-extract
…
llvm-go
…
llvm-gsymutil
[clangd, llvm] Remove redundant calls to c_str() (NFC)
2021-09-02 09:07:13 -07:00
llvm-ifs
[ifs] Add option to hide undefined symbols
2021-08-27 11:15:56 -07: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
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-jitlistener
…
llvm-libtool-darwin
Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it free of global initializer
2021-07-16 07:38:16 +00:00
llvm-link
[llvm][tools] Hide more unrelated LLVM tool options
2021-07-21 09:14:04 +02:00
llvm-lipo
[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]
2021-07-28 09:31:14 -07:00
llvm-lto
[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine)
2021-10-06 12:04:30 +01:00
llvm-lto2
Revert "[LTO][Legacy] Add -debug-pass-manager option to enable pass run/skip trace."
2021-09-29 19:43:35 +00: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
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-microsoft-demangle-fuzzer
…
llvm-ml
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-modextract
[llvm][tools] Hide more unrelated LLVM tool options
2021-07-21 09:14:04 +02:00
llvm-mt
Make WindowsManifestMerger::merge() take a MemoryBufferRef
2021-08-24 16:39:20 -04:00
llvm-nm
[Object] Move llvm-nm's symbol version utility to ELFObjectFile::readDynsymVersions
2021-08-17 09:06:39 -07:00
llvm-objcopy
[llvm-objcopy] Rename relocation sections together with their targets.
2021-09-29 16:36:37 +07:00
llvm-objdump
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-opt-fuzzer
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-opt-report
[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text
2021-04-06 07:23:31 -04:00
llvm-pdbutil
[Support] Convert BinaryStream class zoo to 64-bit offsets
2021-09-16 19:14:52 -04:00
llvm-profdata
[llvm-profdata] Allow overlap/similarity comparison to use custom hot threshold cutoff
2021-10-10 13:30:18 -07:00
llvm-profgen
[llvm-profgen] Deduplicate PID when processing perf input
2021-10-10 13:30:17 -07:00
llvm-rc
[llvm-rc] Allow specifying language with a leading 0x prefix
2021-08-05 10:19:55 +03:00
llvm-readobj
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
llvm-reduce
[NFC][AttributeList] Replace index_begin/end with an iterator
2021-10-01 10:17:41 -07: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 the i686 MSVC triple check for listing symbols to export in LLVM-C.dll
2021-09-11 19:50:03 +03: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][tools] Hide remaining unrelated llvm- tool options
2021-07-22 09:47:55 +02:00
llvm-stress
[APInt] Normalize naming on keep constructors / predicate methods.
2021-09-09 09:50:24 -07:00
llvm-strings
[llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]
2021-07-28 09:31:14 -07:00
llvm-symbolizer
[llvm-symbolizer] Remove one-dash long options
2021-07-23 08:35:45 -07:00
llvm-tapi-diff
[llvm-tapi-diff] Wrap empty string around StringLiteral NFC
2021-06-23 11:41:03 -07:00
llvm-undname
[llvm][tools] Hide remaining unrelated llvm- tool options
2021-07-22 09:47:55 +02:00
llvm-xray
llvm-xray {convert,extract}: Add --demangle
2021-08-24 13:35:19 -07:00
llvm-yaml-numeric-parser-fuzzer
[llvm] NFC: Cleanup llvm-yaml-numeric-parser-fuzzer
2021-02-15 14:52:53 +01:00
llvm-yaml-parser-fuzzer
…
lto
[LTO][Legacy] Add new API to check presence of ctor/dtor functions.
2021-07-28 12:41:56 +00:00
msbuild
…
obj2yaml
[WebAssembly] Remove WasmTagType
2021-10-05 17:11:22 -07:00
opt
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
opt-viewer
…
remarks-shlib
…
sancov
Move TargetRegistry.(h|cpp) from Support to MC
2021-10-08 14:51:48 -07:00
sanstats
[NFC] Reordering parameters in getFile and getFileOrSTDIN
2021-03-25 09:47:49 -04:00
split-file
[split-file] Default to --no-leading-lines
2021-08-16 19:23:11 -07:00
verify-uselistorder
[UseListOrder] Fix use list order for function operands
2021-09-07 20:59:12 +02:00
vfabi-demangle-fuzzer
…
xcode-toolchain
…
yaml2obj
…
CMakeLists.txt
…