This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9080ea8806f [X86] Don't disable slow INC/DEC if optimizing for size
new ce6571eae63 [X86][MOVBE] Fix typo in MOVBE scheduling test names
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/movbe-schedule.ll | 42 +++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 21 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 491dc19ec45 [CMake] Update GetSVN.cmake to handle repo
new 9080ea8806f [X86] Don't disable slow INC/DEC if optimizing for size
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/X86/X86ISelLowering.cpp | 8 ++++++--
lib/Target/X86/X86InstrArithmetic.td | 4 ++--
lib/Target/X86/X86InstrCompiler.td | 14 ++++++++------
lib/Target/X86/X86InstrInfo.td | 3 ++-
test/CodeGen/X86/slow-incdec.ll | 32 ++++++++++----------------------
5 files changed, 28 insertions(+), 33 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 c5bce5c697 x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO
new 2420fff633 PowerPC64 --plt-align
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 | 5 +++++
bfd/elf64-ppc.c | 19 ++++++++++++++++---
ld/ChangeLog | 9 +++++++++
ld/emultempl/ppc64elf.em | 2 +-
ld/ld.texinfo | 10 ++++++----
ld/testsuite/ld-powerpc/elfv2so.d | 12 ++++++++----
ld/testsuite/ld-powerpc/powerpc.exp | 18 +++++++++---------
ld/testsuite/ld-powerpc/relbrlt.d | 2 +-
8 files changed, 55 insertions(+), 22 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 binutils-2_29-branch
in repository binutils-gdb.
from bb0216e266 x86: Check for valid PLT section size
new 21ac709345 x86: Remove restriction on NOTRACK prefix position
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:
gas/ChangeLog | 19 +++++++
gas/config/tc-i386.c | 59 +++++++--------------
gas/testsuite/gas/i386/notrack-intel.d | 58 +++++++++++---------
gas/testsuite/gas/i386/notrack.d | 58 +++++++++++---------
gas/testsuite/gas/i386/notrack.s | 38 +++++++++-----
gas/testsuite/gas/i386/notrackbad.l | 24 +++------
gas/testsuite/gas/i386/notrackbad.s | 6 +--
gas/testsuite/gas/i386/x86-64-notrack-intel.d | 76 ++++++++++++++++-----------
gas/testsuite/gas/i386/x86-64-notrack.d | 76 ++++++++++++++++-----------
gas/testsuite/gas/i386/x86-64-notrack.s | 50 +++++++++++-------
gas/testsuite/gas/i386/x86-64-notrackbad.l | 24 +++------
gas/testsuite/gas/i386/x86-64-notrackbad.s | 6 +--
opcodes/ChangeLog | 6 +++
opcodes/i386-dis.c | 18 +------
14 files changed, 274 insertions(+), 244 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 c0cd8832969 PR c++/81852 define feature-test macro for -fthreadsafe-statics
new 84187da8c72 [MAINTAINERS] Add myself as AArch64 CPU Port maintainer
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 | 4 ++++
MAINTAINERS | 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 b5c2a091af6 * dwarf2out.c (gen_formal_parameter_die): Remove obsolete hunk.
new c0cd8832969 PR c++/81852 define feature-test macro for -fthreadsafe-statics
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-cppbuiltin.c | 2 ++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 6 ++++++
gcc/testsuite/g++.dg/cpp1y/feat-cxx98.C | 8 ++++++++
gcc/testsuite/g++.dg/cpp1y/feat-neg.C | 8 +++++++-
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 ++++++
8 files changed, 49 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 binutils-gdb.
from 4e9ac44a89 x86: Remove restriction on NOTRACK prefix position
new 8fbf0ba18c x86: Don't check has_non_got_reloc
new c5bce5c697 x86: Update UNDEFINED_WEAK_RESOLVED_TO_ZERO
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:
bfd/ChangeLog | 15 +++++++++++++++
bfd/elf32-i386.c | 9 ++-------
bfd/elf64-x86-64.c | 10 ++--------
bfd/elfxx-x86.c | 27 ++++++++-------------------
bfd/elfxx-x86.h | 8 +++-----
5 files changed, 30 insertions(+), 39 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 193e898f75b [DivRempairs] add a pass to optimize div/rem pairs (PR31028)
new 2d82e741fe7 [DivRemPairs] split tests per target to account for bots th [...]
new 491dc19ec45 [CMake] Update GetSVN.cmake to handle repo
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:
cmake/modules/GetSVN.cmake | 2 +-
.../DivRemPairs/PowerPC/div-rem-pairs.ll | 303 +++++++++++++++++
.../DivRemPairs}/PowerPC/lit.local.cfg | 0
test/Transforms/DivRemPairs/X86/div-rem-pairs.ll | 297 +++++++++++++++++
.../DivRemPairs}/X86/lit.local.cfg | 0
test/Transforms/DivRemPairs/div-rem-pairs.ll | 364 ---------------------
6 files changed, 601 insertions(+), 365 deletions(-)
create mode 100644 test/Transforms/DivRemPairs/PowerPC/div-rem-pairs.ll
copy test/{Analysis/CostModel => Transforms/DivRemPairs}/PowerPC/lit.local.cfg (100%)
create mode 100644 test/Transforms/DivRemPairs/X86/div-rem-pairs.ll
copy test/{Analysis/CostModel => Transforms/DivRemPairs}/X86/lit.local.cfg (100%)
delete mode 100644 test/Transforms/DivRemPairs/div-rem-pairs.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 5fa94c9ce1 Fix ownership of the MemoryBuffer in a FrontendInputFile.
new 5ee11e2597 [Basic] Update CMakeLists.txt to handle repo
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/Basic/CMakeLists.txt | 33 ---------------------------------
1 file changed, 33 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 3f7cbb8aac7 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type [...]
new b5c2a091af6 * dwarf2out.c (gen_formal_parameter_die): Remove obsolete hunk.
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 | 6 ++++++
gcc/dwarf2out.c | 27 ++++-----------------------
2 files changed, 10 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.