This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70 in repository llvm.
from 387b5e36cc2 [7.0 branch] Update release notes (SystemZ, TableGen) new c7b32708768 Merging r339225: ------------------------------------------ [...] new 5a09a6b1e4a Merging r339073: ------------------------------------------ [...] new c2e9eb3416f Merging r339179 and r339184: ------------------------------ [...] new b4d5f64917b Merging r339492: ------------------------------------------ [...] new 18c17c48748 Merging r339411: ------------------------------------------ [...]
The 5 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: lib/Analysis/MemorySSA.cpp | 9 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 53 ++-- test/BugPoint/compile-custom.ll | 2 +- test/BugPoint/unsymbolized.ll | 2 +- .../ARM/inline-asm-operand-implicit-cast.ll | 122 -------- .../CodeGen/ARM/inlineasm-operand-implicit-cast.ll | 307 +++++++++++++++++++++ test/Other/opt-bisect-legacy-pass-manager.ll | 2 +- test/TableGen/JSON.td | 2 +- test/ThinLTO/X86/cache.ll | 20 +- test/Transforms/EarlyCSE/memoryssa.ll | 42 +++ test/tools/gold/X86/common.ll | 10 +- test/tools/gold/X86/v1.16/wrap-1.ll | 4 +- test/tools/gold/X86/v1.16/wrap-2.ll | 4 +- test/tools/llvm-cov/showLineExecutionCounts.cpp | 2 +- test/tools/llvm-objcopy/auto-remove-shndx.test | 2 +- test/tools/llvm-objcopy/many-sections.test | 2 +- test/tools/llvm-objcopy/remove-shndx.test | 2 +- test/tools/llvm-objcopy/strict-no-add.test | 2 +- test/tools/llvm-symbolizer/pdb/pdb.test | 2 +- test/tools/llvm-symbolizer/ppc64.test | 2 +- unittests/Analysis/MemorySSA.cpp | 66 +++++ utils/lit/lit/Test.py | 11 +- utils/lit/lit/llvm/config.py | 3 +- utils/lit/tests/Inputs/shtest-env/lit.cfg | 2 +- .../external_shell/fail_with_bad_encoding.txt | 2 +- utils/lit/tests/Inputs/shtest-format/lit.cfg | 2 +- utils/lit/tests/Inputs/shtest-shell/dev-null.txt | 8 +- utils/lit/tests/Inputs/shtest-shell/lit.cfg | 2 +- utils/lit/tests/Inputs/shtest-shell/redirects.txt | 6 +- .../lit/tests/Inputs/shtest-shell/valid-shell.txt | 28 +- utils/lit/tests/Inputs/shtest-timeout/lit.cfg | 2 +- utils/lit/tests/lit.cfg | 3 +- 32 files changed, 527 insertions(+), 201 deletions(-) delete mode 100644 test/CodeGen/ARM/inline-asm-operand-implicit-cast.ll create mode 100644 test/CodeGen/ARM/inlineasm-operand-implicit-cast.ll