This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a96f6b88c13 [RISCV] Allow call pseudoinstruction to be used to call a f [...] new 8bd0ee70dad Revert r330755 "[lit] Report line number for failed RUN command" new 81d3291b19c [X86] Form MUL_IMM for multiplies with 3/5/9 to encourage L [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/lit.rst | 2 - lib/Target/X86/X86ISelLowering.cpp | 8 ++- test/CodeGen/X86/imul.ll | 6 +- test/CodeGen/X86/mul-constant-i16.ll | 9 ++- test/CodeGen/X86/mul-constant-i32.ll | 9 ++- test/CodeGen/X86/mul-constant-i64.ll | 9 ++- utils/lit/lit/TestRunner.py | 31 +++------ .../shtest-run-at-line/external-shell/basic.txt | 3 - .../external-shell/line-continuation.txt | 11 ---- .../external-shell/lit.local.cfg | 2 - .../shtest-run-at-line/internal-shell/basic.txt | 3 - .../internal-shell/line-continuation.txt | 11 ---- .../internal-shell/lit.local.cfg | 2 - utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg | 3 - .../lit/tests/Inputs/shtest-shell/colon-error.txt | 3 - utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-format.py | 1 - utils/lit/tests/shtest-output-printing.py | 5 +- utils/lit/tests/shtest-run-at-line.py | 74 ---------------------- utils/lit/tests/shtest-shell.py | 12 +--- utils/lit/tests/unit/TestRunner.py | 6 +- 21 files changed, 44 insertions(+), 168 deletions(-) delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-c [...] delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-c [...] delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg delete mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg delete mode 100644 utils/lit/tests/Inputs/shtest-shell/colon-error.txt delete mode 100644 utils/lit/tests/shtest-run-at-line.py