This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38 in repository llvm.
from 1964314 Merging r270542: -------------------------------------------- [...] new ec6326c Merging r266833: -------------------------------------------- [...] new 5b74b7b Merging r268531: -------------------------------------------- [...] new 710959c Merging r268673: -------------------------------------------- [...] new 80eaedf Merging r259039: -------------------------------------------- [...] new b1c26ae Merging r268053: -------------------------------------------- [...] new f8d95ff Merging r268386: -------------------------------------------- [...]
The 6 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/Target/Mips/MipsFastISel.cpp | 7 +-- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 16 ++++--- test/CodeGen/Mips/Fast-ISel/callabi.ll | 8 ++-- .../CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll | 2 + test/CodeGen/Mips/Fast-ISel/fastalloca.ll | 2 +- test/CodeGen/Mips/Fast-ISel/memtest1.ll | 4 +- test/CodeGen/Mips/micromips-zero-mat-uses.ll | 8 ---- .../MemorySanitizer/Mips/vararg-mips64.ll | 55 ++++++++++++++++++++++ .../MemorySanitizer/Mips/vararg-mips64el.ll | 54 +++++++++++++++++++++ 9 files changed, 131 insertions(+), 25 deletions(-) delete mode 100644 test/CodeGen/Mips/micromips-zero-mat-uses.ll create mode 100644 test/Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll create mode 100644 test/Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll