This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4690f8 [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
new 7a25257 [CodeGen]: BlockPlacement: Apply const liberally. NFC
new 286f20b [CodeGen]: BlockPlacement: Skip extraneous logging.
new e922258 MachineCopyPropagation: Do not consider undef operands as clobbers
new b6384b2 MachineCopyPropagation: Respect implicit operands of COPY
The 4 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/MachineBlockPlacement.cpp | 203 +++++++++++++++++----------------
lib/CodeGen/MachineCopyPropagation.cpp | 56 +++++----
test/CodeGen/ARM/machine-copyprop.mir | 22 ++++
test/CodeGen/X86/copy-propagation.ll | 33 ++----
4 files changed, 169 insertions(+), 145 deletions(-)
create mode 100644 test/CodeGen/ARM/machine-copyprop.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 glibc.
from 33d7e13 sparc: Remove optimized math routines which cause testsuite f [...]
new d675eaf Bug 20915: Do not initialize DTV of other threads.
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 | 9 +++++++++
elf/dl-reloc.c | 6 ------
nptl/allocatestack.c | 5 -----
3 files changed, 9 insertions(+), 11 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 e8a9482 [TwoAddressInstruction] Fix typo in comment. NFC
new a4690f8 [CodeGen] Fix some Clang-tidy modernize and Include What You [...]
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/SelectionDAGISel.cpp | 88 +++++++++++++++++++--------
1 file changed, 62 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 01b02c1 Add test cases for bug 31719. NFC
new 57dbe87 Remove a bunch of unnecessary casts to a target specific vers [...]
new ff921bc [NVPTX] Add tests that invariant vector loads get lowered to [...]
new e8a9482 [TwoAddressInstruction] Fix typo in comment. NFC
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:
lib/CodeGen/TwoAddressInstructionPass.cpp | 2 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 39 +++++++++++--------------------
test/CodeGen/NVPTX/ldg-invariant.ll | 24 +++++++++++++++++++
3 files changed, 38 insertions(+), 27 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 447e81d fix nullptr Mangler in LTOModule
new 01b02c1 Add test cases for bug 31719. 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/CodeGen/X86/adde-carry.ll | 117 ++++++++++++++++++++++++++++++++++++-----
1 file changed, 103 insertions(+), 14 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 9f4e085 * gcc.dg/pr77587.c: Require alias support. * gcc.dg/pr77587 [...]
new 758eac1 * gfortran.dg/coarray_43.f90: Add "-latomic" option if liba [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gfortran.dg/coarray_43.f90 | 1 +
2 files changed, 4 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 15b47b4 [GlobalISel] Add a few comments to the tablegen backend. NFC.
new 447e81d fix nullptr Mangler in LTOModule
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/LTO/LTOModule.cpp | 9 +++++++--
1 file 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 clang.
from e81fef1 Driver: Do not warn about unused -pthread when linking on darwin
new 5ad287b PR31846: Don't replace 'auto' type with a template parameter [...]
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/Sema.h | 3 ++
lib/Sema/SemaTemplateDeduction.cpp | 7 +++++
lib/Sema/SemaType.cpp | 61 +++++++++++++++++---------------------
test/SemaCXX/auto-cxx0x.cpp | 7 +++++
4 files changed, 44 insertions(+), 34 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 e4731c2 * g++.dg/pr78112-2.C: Skip on hppa*-*-hpux*. * gcc.c-tortur [...]
new 9f4e085 * gcc.dg/pr77587.c: Require alias support. * gcc.dg/pr77587 [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.dg/pr77587.c | 1 +
gcc/testsuite/gcc.dg/pr77587a.c | 1 +
3 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.