This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 100ecde90e clang-format: introduce InlineOnly short function style
new a807ad0a5a Correct VectorCall x86 (32 bit) behavior for SSE Register As [...]
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/CodeGen/TargetInfo.cpp | 128 ++++++++++++++++++++-------------------------
test/CodeGen/vectorcall.c | 19 +++++--
2 files changed, 71 insertions(+), 76 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 gcc.
from b0cabb9fd52 * MAINTAINERS: Add myself as maintainer for PowerPC [...]
new f5aef4e2dd1 Fix variant selection in dg-cmp-results.sh
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:
contrib/ChangeLog | 4 ++++
contrib/dg-cmp-results.sh | 4 ++--
2 files changed, 6 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 gcc.
from c44b93a4101 2017-06-21 Andrew Pinski <apinski(a)cavium.com>
new 681aa9957a9 C++: Add fix-it hints for -Wold-style-cast
new b0cabb9fd52 * MAINTAINERS: Add myself as maintainer for PowerPC [...]
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:
ChangeLog | 4 +
MAINTAINERS | 1 +
gcc/cp/ChangeLog | 8 ++
gcc/cp/parser.c | 94 ++++++++++++++++++++-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/g++.dg/other/old-style-cast-fixits.C | 95 ++++++++++++++++++++++
6 files changed, 203 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/old-style-cast-fixits.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 gcc-6-branch
in repository gcc.
from dc09f312d5b Daily bump.
new 61b79620366 2017-06-21 Jeff Law <law(a)redhat.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/ChangeLog | 5 +++++
gcc/config/darwin-driver.c | 4 ++--
2 files changed, 7 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 llvm.
from 34e56f0bf74 [DAG] Move BaseIndexOffset into separate Libarary. NFC.
new 80514214e1f [AMDGPU][MC][GFX9] Corrected VOP3P relevant code to fix dis [...]
new e44557f0194 [Reassociate] Support xor reassociating for splat vectors
new f2fe26d60eb [InstCombine] Don't let folding (select (icmp eq (and X, C1 [...]
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 2 -
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 1 -
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 -
lib/Target/AMDGPU/VOPInstructions.td | 12 +-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 20 +-
lib/Transforms/Scalar/Reassociate.cpp | 46 +-
test/MC/Disassembler/AMDGPU/gfx9_dasm_all.txt | 1752 ++++++++++++++++++++
.../InstCombine/select-with-bitwise-ops.ll | 59 +-
test/Transforms/Reassociate/xor_reassoc.ll | 101 ++
9 files changed, 1920 insertions(+), 75 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 libunwind.
from 86219d8 [libunwind] Fix executable stack directive on Linux.
new da5936d Change -1LL to -1ULL to silence a gcc warning about left shif [...]
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:
src/AddressSpace.hpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 gcc.
from 000d2de6b7a 2017-06-21 Andrew Pinski <apinski(a)cavium.com>
new c44b93a4101 2017-06-21 Andrew Pinski <apinski(a)cavium.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/ChangeLog | 15 ++++++++
gcc/config/aarch64/aarch64-cost-tables.h | 4 +-
gcc/config/aarch64/aarch64-tuning-flags.def | 6 +++
gcc/config/aarch64/aarch64.c | 60 ++++++++++++++++++++++++-----
4 files changed, 73 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 master
in repository compiler-rt.
from d75d4f58e [mips][compiler-rt] Fix build breakage.
new a7d94d30c [sanitizer] Add a function to gather random bytes
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/sanitizer_common/sanitizer_common.h | 4 ++++
lib/sanitizer_common/sanitizer_linux.cc | 26 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_mac.cc | 5 +++++
lib/sanitizer_common/sanitizer_win.cc | 5 +++++
.../tests/sanitizer_common_test.cc | 17 ++++++++++++++
5 files changed, 57 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 llvm.
from 833be198cd0 ClangFormat some changes from r305226
new 34e56f0bf74 [DAG] Move BaseIndexOffset into separate Libarary. 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:
include/llvm/CodeGen/SelectionDAGAddressAnalysis.h | 64 ++++++++++++
lib/CodeGen/SelectionDAG/CMakeLists.txt | 1 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 115 +--------------------
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 95 +++++++++++++++++
4 files changed, 161 insertions(+), 114 deletions(-)
create mode 100644 include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
create mode 100644 lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.