This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1f9881f51a2 [PowerPC] Reduce stack frame for fastcc functions by only a [...]
new 196883612a4 [DEBUGINFO] Add support for emission of the inlined strings.
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/AsmPrinter/DwarfDebug.cpp | 9 +++++++++
lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 ++++++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 ++++++
test/DebugInfo/Generic/{global.ll => inlined-strings.ll} | 11 ++++++-----
4 files changed, 27 insertions(+), 5 deletions(-)
copy test/DebugInfo/Generic/{global.ll => inlined-strings.ll} (84%)
--
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 f59ede63fef [Hexagon] Fix alignment calculation of stack objects in Hex [...]
new 1f9881f51a2 [PowerPC] Reduce stack frame for fastcc functions by only a [...]
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/PowerPC/PPCISelLowering.cpp | 13 ++-
test/CodeGen/PowerPC/fastcc_stacksize.ll | 141 +++++++++++++++++++++++++++++++
2 files changed, 152 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/fastcc_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 master
in repository gcc.
from d38b0287de8 PR middle-end/82004 * match.pd (pow(C,x) -> exp(log(C)*x) [...]
new 0ea6d5cac35 Fix incorrect TARGET_MEM_REF alignment (PR 84419)
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 | 7 +++++++
gcc/internal-fn.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr84419.c | 21 +++++++++++++++++++++
4 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr84419.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 530e3d2b560 [X86] Regenerate XOR tests
new f59ede63fef [Hexagon] Fix alignment calculation of stack objects in Hex [...]
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/HexagonBitSimplify.cpp | 8 +++-----
lib/Target/Hexagon/HexagonBitTracker.cpp | 2 +-
lib/Target/Hexagon/HexagonTargetMachine.cpp | 2 ++
test/CodeGen/Hexagon/bit-addr-align.mir | 18 ++++++++++++++++++
4 files changed, 24 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-addr-align.mir
--
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 c9d87a17ca4 [VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FLOAT [...]
new 530e3d2b560 [X86] Regenerate XOR 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/X86/xor.ll | 550 +++++++++++++++++++++++++++++++++++++-----------
1 file changed, 422 insertions(+), 128 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 newlib.
from ea543d3ff Cygwin: fix declaration of fhandler_socket::socketpair
new 0a3f4e608 Cygwin: Make sure fraction of seconds constants enforce 64 bi [...]
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:
winsup/cygwin/hires.h | 8 ++++----
1 file changed, 4 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 gcc.
from a789e5c71c2 Fix missing info for -march and -mtune wrong values on aarc [...]
new f895ea1f24f compiler: look through aliases for type compatibility
new d38b0287de8 PR middle-end/82004 * match.pd (pow(C,x) -> exp(log(C)*x) [...]
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:
gcc/ChangeLog | 6 ++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 29 ++++++++++++++++++++---------
gcc/match.pd | 14 +++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr82004.f90 | 18 ++++++++++++++++++
6 files changed, 59 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr82004.f90
--
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 6e8d06db1a Enable link time garbage collection support for the IA64 target.
new b0ab9c4549 Fix typo in listing of objcopy's command line options.
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:
binutils/ChangeLog | 5 +++++
binutils/doc/binutils.texi | 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 llvm.
from 3be7f43a553 [ARM] Mark -1 as cheap in xor's for thumb1
new c9d87a17ca4 [VectorLegalizer] Fix uint64_t typo in ExpandUINT_TO_FLOAT [...]
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/SelectionDAG/LegalizeVectorOps.cpp | 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 binutils-gdb.
from 2d8adcbd07 gnulib: import mkstemp
new 6e8d06db1a Enable link time garbage collection support for the IA64 target.
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:
bfd/ChangeLog | 4 ++++
bfd/elfnn-ia64.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.