This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 041919eebd6 [X86] scaleShuffleMask - use size_t Scale to avoid overflow [...] new e2997b8a72d Revert r374671: "[lit] Try errors="ignore" for decode intro [...] new 7144abf41bd Revert r374666: "[lit] Adjust error handling for decode int [...] new b8076b72b3e Revert r374665: "[lit] Try yet again to fix new tests that [...] new 672549cb42d Revert r374653: "[lit] Fix a few oversights in r374651 that [...] new 24feaedf062 Revert r374652: "[lit] Fix internal diff's --strip-trailing [...] new 736ef88b559 Revert 374651: "Reland r374392: [lit] Extend internal diff [...] new bedf608538c Revert r374650: "Reland r374390: [lit] Extend internal diff [...] new b1773ab7647 Revert r374649: "Reland r374389: [lit] Clean up internal di [...] new 8bd32449551 Revert r374648: "Reland r374388: [lit] Make internal diff w [...]
The 9 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: test/MC/ARM/preserve-comments-arm.s | 2 +- test/MC/AsmParser/preserve-comments.s | 2 +- test/tools/llvm-cxxmap/remap.test | 2 +- test/tools/llvm-profdata/profile-symbol-list.test | 2 +- test/tools/llvm-profdata/roundtrip.test | 10 +- test/tools/llvm-profdata/sample-remap.test | 2 +- utils/lit/lit/TestRunner.py | 224 +++++++++++++- utils/lit/lit/builtin_commands/diff.py | 244 --------------- .../tests/Inputs/shtest-shell/diff-encodings.txt | 15 - .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 + utils/lit/tests/Inputs/shtest-shell/diff-in.bin | Bin 26 -> 0 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.dos | 3 - utils/lit/tests/Inputs/shtest-shell/diff-in.unix | 3 - utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 | Bin 24 -> 0 bytes utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 | 3 - utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 25 -- .../tests/Inputs/shtest-shell/diff-r-error-7.txt | 2 - .../tests/Inputs/shtest-shell/diff-r-error-8.txt | 2 - .../Inputs/shtest-shell/diff-strip-trailing-cr.txt | 10 - .../lit/tests/Inputs/shtest-shell/diff-unified.txt | 38 --- utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 339 +-------------------- 22 files changed, 251 insertions(+), 682 deletions(-) delete mode 100644 utils/lit/lit/builtin_commands/diff.py delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-encodings.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.bin delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.dos delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.unix delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf16 delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-in.utf8 delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-7.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-8.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-strip-trailing-cr.txt delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-unified.txt