This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 96ed12f5f36 [CodeGen] Print RegClasses on MI in verbose mode
new 7bee1ceb03a [CodeGen][NFC] Rename IsVerbose to IsStandalone in Machine*::print
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:
include/llvm/CodeGen/MachineBasicBlock.h | 4 ++--
include/llvm/CodeGen/MachineInstr.h | 6 +++---
include/llvm/CodeGen/MachineOperand.h | 4 ++--
lib/CodeGen/MIRPrinter.cpp | 2 +-
lib/CodeGen/MachineBasicBlock.cpp | 8 ++++----
lib/CodeGen/MachineFunction.cpp | 2 +-
lib/CodeGen/MachineInstr.cpp | 14 +++++++-------
lib/CodeGen/MachineOperand.cpp | 6 +++---
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 3 ++-
unittests/CodeGen/MachineOperandTest.cpp | 2 +-
10 files changed, 26 insertions(+), 25 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 fb4e566d08a [SLP] Fix test checks, NFC.
new 96ed12f5f36 [CodeGen] Print RegClasses on MI in verbose mode
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:
include/llvm/CodeGen/MachineBasicBlock.h | 5 +-
include/llvm/CodeGen/MachineInstr.h | 10 ++--
include/llvm/CodeGen/MachineOperand.h | 5 +-
lib/CodeGen/MIRPrinter.cpp | 4 +-
lib/CodeGen/MachineBasicBlock.cpp | 11 +++--
lib/CodeGen/MachineFunction.cpp | 4 +-
lib/CodeGen/MachineInstr.cpp | 18 +++----
lib/CodeGen/MachineOperand.cpp | 6 +--
lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 22 ++++-----
test/CodeGen/AArch64/aarch64-stp-cluster.ll | 56 +++++++++++-----------
.../AArch64/arm64-misched-forwarding-A53.ll | 2 +-
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll | 6 +--
test/CodeGen/ARM/misched-int-basic-thumb2.mir | 22 ++++-----
test/CodeGen/ARM/misched-int-basic.mir | 14 +++---
test/CodeGen/ARM/single-issue-r52.mir | 6 +--
test/CodeGen/X86/GlobalISel/x86_64-fallback.ll | 2 +-
test/CodeGen/X86/misched-copy.ll | 2 +-
unittests/CodeGen/MachineOperandTest.cpp | 6 +--
19 files changed, 107 insertions(+), 96 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 azanella/qsort-smooth
in repository glibc.
at de7326abda stdlib: Use smoothsort for qsort{_r}
This branch includes the following new commits:
new de7326abda stdlib: Use smoothsort for qsort{_r}
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.
--
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 933d1a7b933 [ADT] Just give up on GCC, I can't fix this.
new fb4e566d08a [SLP] Fix test checks, 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:
test/Transforms/SLPVectorizer/X86/hoist.ll | 34 +++++++++++++++++++-----------
1 file changed, 22 insertions(+), 12 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 users/qiyao/regcache-split-4
in repository binutils-gdb.
at df809109a9 Move register_dump to regcache-dump.c
This branch includes the following new commits:
new 019499497c Don't call gdbarch_pseudo_register_read_value in jit.c
new c986167add Remove mt port
new 51e0d72df0 Replace regcache_raw_read with regcache->raw_read
new 3c7ed66fc6 regcache_cooked_read -> regcache->cooked_read
new 426147a4e9 regcache::cooked_write test
new dbf869c238 Class reg_buffer
new b0ae557a54 class regcache_read and Pass regcache_read to gdbarch methods
new 0d8008d7f4 Remove regcache_save and regcache_cpy
new 5d5133d354 Class regcache_readonly
new ef317ed14b Class reg_buffer_rw
new 84cf4fb27e Replace regcache::dump with class register_dump
new 7cc3a97a04 No longer create readonly regcache
new 38116b5d56 Remove regcache::m_readonly_p
new df809109a9 Move register_dump to regcache-dump.c
The 14 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.
--
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 cc81776e88e [AArch64] Fix fp16 test failures after PR82964 fix
new d3d28fc8387 /cp 2018-01-18 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/inherit/union3.C | 16 ++++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/inherit/union3.C
--
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 libcxx.
from ad7b09628 A simple program for testing OSS-Fuzz test cases locally.
new 226431c0d Use high_resolution_clock instead of steady_clock. Also now b [...]
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:
fuzzing/fuzz_test.cpp | 5 +++--
1 file changed, 3 insertions(+), 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 libcxx.
from fd2e3e98c Update Google Benchmark library
new ad7b09628 A simple program for testing OSS-Fuzz test cases locally.
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:
fuzzing/fuzz_test.cpp | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 111 insertions(+)
create mode 100644 fuzzing/fuzz_test.cpp
--
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 glibc.
from 80647883cf ChangeLog: Fix an entry for [BZ #22657]
new 8e448310d7 Fix integer overflows in internal memalign and malloc functi [...]
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:
ChangeLog | 10 ++
malloc/Makefile | 1 +
malloc/malloc.c | 30 +++--
malloc/tst-malloc-too-large.c | 253 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 286 insertions(+), 8 deletions(-)
create mode 100644 malloc/tst-malloc-too-large.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.