This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 872acbc llvm-pdbdump should have a non-zero exit code on error
new 32f7ec6 Update test to deal with non-zero exit codes
The 1 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/DebugInfo/PDB/pdbdump-headers.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b372bdd [driver][mips] Fix local variable naming. NFC
new 41bc589 [AVX512] Add masked v16i32 and v8i64 unaligned store tests.
The 1 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/CodeGen/avx512f-builtins.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 68bbed2 Make test more realistic.
new c7a1051 Simplify. NFC.
The 1 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:
ELF/InputSection.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6874677 [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX intege [...]
new 872acbc llvm-pdbdump should have a non-zero exit code on error
The 1 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:
tools/llvm-pdbdump/llvm-pdbdump.cpp | 29 ++++++++++-------------------
1 file changed, 10 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d10baa1 ValueMapper: fix assertion when null-mapping a constant for l [...]
new 667a9bf Tighten some of the name map checks further
new 6874677 [X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX intege [...]
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:
include/llvm/IR/IntrinsicsX86.td | 62 -------
lib/DebugInfo/PDB/Raw/NameMap.cpp | 6 +-
lib/IR/AutoUpgrade.cpp | 15 +-
lib/Target/X86/X86IntrinsicsInfo.h | 18 ---
lib/Transforms/InstCombine/InstCombineCalls.cpp | 44 -----
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 66 ++++++++
test/CodeGen/X86/avx-intrinsics-x86.ll | 106 +-----------
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 66 ++++----
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 96 +++++++++++
test/CodeGen/X86/avx2-intrinsics-x86.ll | 197 +----------------------
test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll | 63 ++++----
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 36 ++---
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 66 ++++++++
test/CodeGen/X86/sse41-intrinsics-x86.ll | 96 -----------
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll | 37 +++--
test/CodeGen/X86/stack-folding-int-avx2.ll | 45 +++---
test/Transforms/InstCombine/x86-pmovsx.ll | 70 --------
test/Transforms/InstCombine/x86-pmovzx.ll | 137 ----------------
18 files changed, 367 insertions(+), 859 deletions(-)
delete mode 100644 test/Transforms/InstCombine/x86-pmovsx.ll
delete mode 100644 test/Transforms/InstCombine/x86-pmovzx.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 f8d95ff Merging r268386: -------------------------------------------- [...]
new 0f58e23 Merging r262230: -------------------------------------------- [...]
new e2bd0a1 Merging r263428: -------------------------------------------- [...]
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:
lib/Target/Mips/Mips64InstrInfo.td | 3 ++-
lib/Target/Mips/MipsCCState.cpp | 4 +--
test/CodeGen/Mips/cconv/return-struct.ll | 3 ---
test/CodeGen/Mips/cconv/roundl-call.ll | 44 ++++++++++++++++++++++++++++++++
test/CodeGen/Mips/fcopysign-f32-f64.ll | 36 ++++++++++++++------------
5 files changed, 68 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/Mips/cconv/roundl-call.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 021b449 [InstCombine] add tests to show bitcast interference
new d10baa1 ValueMapper: fix assertion when null-mapping a constant for l [...]
The 1 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/Transforms/Utils/ValueMapper.cpp | 20 +++++++++++++++++---
test/Linker/null_mapping_constant.ll | 11 +++++++++++
2 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 test/Linker/null_mapping_constant.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b6ab3f4 * gcc.dg/tree-ssa/prefetch-5.c: Remove xfail. * tree-ssa-lo [...]
new 0a43d49 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Us [...]
The 1 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:
gcc/ChangeLog | 5 +++++
gcc/tree-ssa-loop-ivopts.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f6e0b8d0 * predict.c (edge_predicted_by_p): New function. (predict_p [...]
new 2d9e68f * profile.c (compute_branch_probabilities): Do not report hi [...]
new 0192662 Update changelogs for revert of c++/69855.
new b6ab3f4 * gcc.dg/tree-ssa/prefetch-5.c: Remove xfail. * tree-ssa-lo [...]
The 3 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:
gcc/ChangeLog | 13 +++++++++++++
gcc/cp/ChangeLog | 8 ++++++++
gcc/predict.c | 8 ++++----
gcc/profile.c | 4 ++--
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/prefetch-5.c | 4 ++--
gcc/tree-ssa-loop-prefetch.c | 2 +-
7 files changed, 42 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.