This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fe0f895a8f5 [Hexagon] Re-enable machine verifier after codegen passes
new 9b4cf76a1ef RegAllocPBQP: Do not assign reserved physical register
new e99f33afd94 test-release.sh: Remove workaround for test-suite build
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/CodeGen/VirtRegMap.h | 9 +-------
lib/CodeGen/MachineVerifier.cpp | 9 ++++----
lib/CodeGen/RegAllocPBQP.cpp | 10 ++++++++-
lib/CodeGen/VirtRegMap.cpp | 11 ++++++++++
test/CodeGen/Mips/pbqp-reserved-physreg.ll | 35 ++++++++++++++++++++++++++++++
utils/release/test-release.sh | 29 +++++++++++++++----------
6 files changed, 78 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/Mips/pbqp-reserved-physreg.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 4a3c57b63a8 [Hexagon] Skip mux generation when predicate register is undefined
new fe0f895a8f5 [Hexagon] Re-enable machine verifier after codegen passes
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/Target/Hexagon/HexagonTargetMachine.cpp | 34 ++++++++++++++---------------
1 file changed, 17 insertions(+), 17 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 binutils-gdb.
from e3d1d4088a [ARC] Corrected conditions for dynamic sections creation.
new 2f91880f3a Fix possible bug when no args have been provided to the executable
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:
gdb/ChangeLog | 5 +++++
gdb/common/common-utils.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 37ce62dcfa9 PR c/81006 * c-typeck.c (handle_omp_array_sections_1): Co [...]
new 2bd1f198496 [gcc]
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/rs6000/rs6000.c | 20 ++++++++++++++++
gcc/testsuite/ChangeLog | 9 +++++++
.../gcc.target/powerpc/fold-vec-logical-eqv-char.c | 28 ++++++++++++++++++++++
.../powerpc/fold-vec-logical-eqv-float.c | 16 +++++++++++++
.../powerpc/fold-vec-logical-eqv-floatdouble.c | 22 +++++++++++++++++
...d-vec-mult-int.c => fold-vec-logical-eqv-int.c} | 17 ++++++++-----
...-longlong.c => fold-vec-logical-eqv-longlong.c} | 18 ++++++++------
.../powerpc/fold-vec-logical-eqv-short.c | 28 ++++++++++++++++++++++
9 files changed, 150 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-logical-eqv-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-logical-eqv-float.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-logical-eqv-floatdouble.c
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-mult-int.c => fold-vec-logical-eqv [...]
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-mult-longlong.c => fold-vec-logica [...]
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-logical-eqv-short.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 8efab37a20d [MachO] Fix codegen of alias of alias.
new 4a3c57b63a8 [Hexagon] Skip mux generation when predicate register is undefined
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/Target/Hexagon/HexagonGenMux.cpp | 5 ++++-
test/CodeGen/Hexagon/mux-undef.ll | 27 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Hexagon/mux-undef.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 230a02ed91 Revert "Frontend support for Nios2 target"
new c792502570 [Sema] Refactor OverloadCandidate::BuiltinTypes. 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/clang/Sema/Overload.h | 6 ++----
lib/Sema/SemaExprCXX.cpp | 12 ++++++------
lib/Sema/SemaOverload.cpp | 30 ++++++++++++++----------------
3 files changed, 22 insertions(+), 26 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 1d3e685c4b0 Do not early-inline recursive calls in sample profile loader.
new 5c9336eb2bc [CGP, x86] add tests for potential memcmp expansion; NFC
new 8efab37a20d [MachO] Fix codegen of alias of alias.
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/MC/MCExpr.cpp | 4 +
test/MC/MachO/alias.s | 12 +
test/MC/MachO/variable-exprs.s | 8 +-
test/Transforms/CodeGenPrepare/X86/memcmp.ll | 337 +++++++++++++++++++++++++++
4 files changed, 357 insertions(+), 4 deletions(-)
create mode 100644 test/MC/MachO/alias.s
create mode 100644 test/Transforms/CodeGenPrepare/X86/memcmp.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 464c05b2690 fix formatting; NFC
new 1d3e685c4b0 Do not early-inline recursive calls in sample profile loader.
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/IPO/SampleProfile.cpp | 7 +++++++
test/Transforms/SampleProfile/Inputs/indirect-call.prof | 3 +++
test/Transforms/SampleProfile/indirect-call.ll | 13 +++++++++++++
3 files changed, 23 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 e70efb814 Fix a bug in output section directive.
new 29a76ee45 Use LLVM_FALLTHROUGH.
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 ++-
ELF/Target.cpp | 6 +++---
2 files changed, 5 insertions(+), 4 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 4c04c2d0722 [CGP] don't expand a memcmp with nobuiltin attribute
new 464c05b2690 fix formatting; 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/Analysis/TargetLibraryInfo.h | 2 +-
lib/CodeGen/CodeGenPrepare.cpp | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.