This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 79dab7d PR rtl-optimization/79780 * cprop.c (one_cprop_pass): When [...]
new 21b8108 PR target/79514 * config/i386/i386.md (*pushxf_rounded): Ne [...]
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 | 13 +++++++++----
gcc/config/i386/i386.md | 30 ++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gcc.target/i386/pr79514.c | 12 ++++++++++++
4 files changed, 57 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79514.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 llvm.
from 409bc1c Remove redundant include.
new 0110e74 [Hexagon] Skip blocks that define vector predicate registers [...]
new c59b659 Cast to the right type on Windows.
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/Support/Windows/DynamicLibrary.inc | 2 +-
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 10 +++++++--
test/CodeGen/Hexagon/early-if-vecpred.ll | 37 +++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/early-if-vecpred.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 clang.
from 1b7c387 Document that code inlined into a nodebug function also won't [...]
new 3e19047 Mark function as llvm dump method.
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/Serialization/ASTReader.cpp | 8 +-------
1 file changed, 1 insertion(+), 7 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 3983dc2 Reland r296442 with modifications reverted in r296463.
new 409bc1c Remove redundant include.
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/Support/DynamicLibrary.h | 2 --
1 file changed, 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 clang.
from 9f74368 Serialization: use the PCH chain to check PCH mode
new 1b7c387 Document that code inlined into a nodebug function also won't [...]
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/clang/Basic/AttrDocs.td | 3 ++-
1 file changed, 2 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 llvm.
from 6981f9a [PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu [...]
new 3f339ad [Hexagon] Properly handle 'q' constraint in 128-byte vector mode
new 3983dc2 Reland r296442 with modifications reverted in r296463.
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/Support/DynamicLibrary.h | 11 +++++++++
lib/Support/DynamicLibrary.cpp | 12 ++++++++++
lib/Support/Windows/DynamicLibrary.inc | 12 ++++++++++
lib/Target/Hexagon/HexagonISelLowering.cpp | 32 +++++++++------------------
test/CodeGen/Hexagon/inline-asm-vecpred128.ll | 15 +++++++++++++
5 files changed, 60 insertions(+), 22 deletions(-)
create mode 100644 test/CodeGen/Hexagon/inline-asm-vecpred128.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 lld.
from 476b079 [ELF] - Fix version-script-extern-exact.s testcase
new af658ee 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/GdbIndex.cpp | 21 ++++++++-------------
1 file changed, 8 insertions(+), 13 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 d541a81 [DAGCombiner] avoid assertion when folding binops with opaque [...]
new c40a2f9 The patch turns on epilogue unroll for loops with constant re [...]
new 6981f9a [PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu [...]
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/PowerPC/PPCISelLowering.cpp | 48 ++++++++++--
lib/Transforms/Utils/LoopUnroll.cpp | 45 ++++++++++-
test/CodeGen/PowerPC/stacksize.ll | 86 ++++++++++++++++++++++
test/Transforms/LoopUnroll/revisit.ll | 6 +-
test/Transforms/LoopUnroll/runtime-loop5.ll | 7 +-
.../Transforms/LoopUnroll/unroll-heuristics-pgo.ll | 4 +-
test/Transforms/LoopUnroll/unroll-pragmas.ll | 24 +++---
7 files changed, 194 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/PowerPC/stacksize.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_40
in repository clang.
from a2362c8 RelaseNotes: tweaks
new 559aa04 Merging r296656: -------------------------------------------- [...]
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/Serialization/ASTReaderDecl.cpp | 4 ++--
test/PCH/empty-def-fwd-struct.h | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 test/PCH/empty-def-fwd-struct.h
--
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 96b54be Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
new 9f74368 Serialization: use the PCH chain to check PCH 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:
lib/Serialization/ASTReader.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.