..
dsymutil
[dsymutil tests] Try to make eh_frames.test run on other platforms
2021-05-28 15:49:31 -04:00
gold
Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
2021-05-24 19:43:40 +02:00
llc
llvm-ar
[test] Use host platform specific error message substitution in lit tests - continued
2021-02-03 09:53:22 -05:00
llvm-as
Patch by @wecing (Chenguang Wang).
2021-02-19 12:44:17 -08:00
llvm-bcanalyzer
[llvm][tools] Hide unrelated llvm-bcanalyzer options
2021-07-15 10:43:15 +02:00
llvm-cfi-verify
[llvm][tools] Hide unrelated llvm-cfi-verify options
2021-07-16 10:43:52 +02:00
llvm-config
llvm-cov
[llvm-cov gcov] Support GCC 12 format
2021-06-19 22:51:20 -07:00
llvm-cvtres
llvm-cxxdump
[test] Use host platform specific error message substitution in lit tests
2021-01-29 07:16:30 -05:00
llvm-cxxfilt
[llvm-cxxfilt] Switch command line parsing from llvm::cl to OptTable
2021-07-09 10:10:45 -07:00
llvm-cxxmap
llvm-diff
[llvm-diff] Explicitly check ConstantStructs for differences
2021-06-23 16:26:34 -07:00
llvm-dis
Allow llvm-dis to disassemble multiple files
2021-05-06 11:08:55 -07:00
llvm-dlltool
[llvm-dlltool] Imply the target arch from a tool triple prefix
2021-06-17 13:02:35 +03:00
llvm-dwarfdump
Fix test - mistaken hardcoded path from my local machine.
2021-07-12 18:39:41 -07:00
llvm-dwp
Fix llvm/test/tools/llvm-dwp/X86/type_dedup_v5.test
2021-06-02 20:28:26 -04:00
llvm-elfabi
[test] Use host platform specific error message substitution in lit tests
2021-03-05 07:21:53 -05:00
llvm-exegesis
[llvm-exegesis] SnippetFile: do create source manager in MCContext
2021-04-04 15:58:39 +03:00
llvm-extract
llvm-gsymutil
Add --quiet option to llvm-gsymutil to suppress output of warnings.
2021-05-27 12:36:34 +00:00
llvm-ifs
[llvm-ifs] Add option to use InterfaceStub library
2021-03-04 11:28:49 -08:00
llvm-isel-fuzzer
llvm-lib
Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
2021-05-24 19:43:40 +02:00
llvm-libtool-darwin
[llvm-libtool] Emit warnings for files without symbols
2021-02-16 17:52:12 -08:00
llvm-link
[remangleIntrinsicFunction] Detect and resolve name clash
2021-07-13 11:21:12 +02:00
llvm-lipo
[test] Use host platform specific error message substitution in lit tests
2021-01-29 07:16:30 -05:00
llvm-lit
llvm-locstats
llvm-lto
[PATCH] fix location of test case
2021-03-15 09:34:24 -04:00
llvm-lto2
[test] Use host platform specific error message substitution in lit tests
2021-01-29 07:16:30 -05:00
llvm-mc
[MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target
2021-07-05 11:06:52 -04:00
llvm-mca
[AArch64] Update Cortex-A55 SchedModel to improve LDP scheduling
2021-07-16 12:00:57 +01:00
llvm-ml
[ms] [llvm-ml] Standardize blocking of lexical substitution
2021-07-02 14:17:37 -04:00
llvm-modextract
llvm-mt
llvm-nm
[llvm-nm] Remove one-dash long options except -arch
2021-07-15 09:50:37 -07:00
llvm-objcopy
[test] Use double pound to denote comments.
2021-07-15 17:39:34 -07:00
llvm-objdump
[llvm-objdump][WebAssembly] Fix llvm-objdump on files without symbols
2021-07-19 08:59:26 +02:00
llvm-opt-fuzzer
llvm-opt-report
llvm-original-di-preservation
Recommit: "[Debugify][Original DI] Test dbg var loc preservation""
2021-05-21 02:04:29 -07:00
llvm-pdbutil
[lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right order.
2021-04-09 05:29:14 +04:00
llvm-profdata
[llvm-profdata] Allow omission of -o for --text output
2021-06-21 12:01:57 -07:00
llvm-profgen
[CSSPGO][llvm-profgen] Allow multiple executable load segments.
2021-07-13 18:22:24 -07:00
llvm-ranlib
llvm-rc
[llvm-rc] Make commas in user data structs optional
2021-07-09 14:31:12 +03:00
llvm-readobj
[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers)
2021-07-15 10:26:21 -07:00
llvm-reduce
[llvm-reduce] Don't delete arguments of intrinsics
2021-06-21 12:43:58 -07: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-split
llvm-strings
[llvm-strings] Switch command line parsing from llvm::cl to OptTable
2021-07-05 10:46:17 -07:00
llvm-symbolizer
[WebAssembly] fix broken tools/llvm-symbolizer/wasm-basic.s test
2021-07-09 14:30:28 -07:00
llvm-tapi-diff
Reland "[llvm] llvm-tapi-diff"
2021-06-09 21:17:34 -07:00
llvm-xray
Fix JSON formatting when converting to trace event format
2021-02-10 13:00:28 +11:00
lto
[llvm] Fix lto tests that requires ld64
2021-06-22 09:21:29 -07:00
not
obj2yaml
[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers)
2021-07-15 10:26:21 -07:00
opt-viewer
sancov
sanstats
split-file
UpdateTestChecks
[NFC] Update arm_function_name.ll after 4de0c400317e5a92d57f2c76545061a9e7de22f8
2021-06-23 16:41:43 +03:00
yaml2obj
[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated aliases (e.g. --file-headers)
2021-07-15 10:26:21 -07:00