This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards 8a933357589 [PR81165] count killed stmts during threading, follow defs
new 67a5e048e24 temp: dropme
new 4996ccc6af1 [PR80693] drop value of parallel SETs dropped by combine
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8a933357589)
\
N -- N -- N refs/heads/aoliva/testme (4996ccc6af1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/combine.c | 40 +++++++++
gcc/rtlanal.c | 28 ++----
gcc/testsuite/gcc.dg/pr80693.c | 26 ++++++
gcc/testsuite/gcc.dg/pr81019.c | 27 ++++++
gcc/tree-ssa-threadedge.c | 189 +----------------------------------------
5 files changed, 101 insertions(+), 209 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr80693.c
create mode 100644 gcc/testsuite/gcc.dg/pr81019.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 d4f9d4476c4 [X86] Replace tabs with spaces. NFCI.
new 1f609ed2b6b [InstCombine] add tests for abs using bit hackery; 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/Transforms/InstCombine/abs-1.ll | 124 +++++++++++++++++++++++++++++------
1 file changed, 103 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 glibc.
from 9574c7b68d x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S
new 9d0ffa60ad x86-64: Add sinf with FMA
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 +++++++++
NEWS | 4 ++--
sysdeps/x86_64/fpu/multiarch/Makefile | 5 ++++-
sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c | 2 ++
sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c | 2 ++
.../wcstof128_l.c => x86_64/fpu/multiarch/s_sinf.c} | 13 +++++++------
6 files changed, 26 insertions(+), 9 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-fma.c
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sinf-sse2.c
copy sysdeps/{ieee754/float128/wcstof128_l.c => x86_64/fpu/multiarch/s_sinf.c} (76%)
--
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 lldb.
from 12aa58f21 [Target] Remove commented out code. Found by inspection. NFCI.
new 36bc90c9b [SBBreakpoint] Outline some functions to prevent to be exported.
new 8e084e23f [SBBreakpointOptionCommon] Give this class an explicit destructor.
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:
source/API/SBBreakpointName.cpp | 95 +++++++++++++++------------------
source/API/SBBreakpointOptionCommon.cpp | 1 +
source/API/SBBreakpointOptionCommon.h | 2 +
3 files changed, 47 insertions(+), 51 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 79896068bb3 PR middle-end/83164 * tree-cfg.c (verify_gimple_assign_bi [...]
new 1bdd07cbb8c 2017-12-07 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 9 +++++++++
gcc/lra-lives.c | 13 ++++++++++++-
gcc/lra.c | 14 +++++---------
3 files changed, 26 insertions(+), 10 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 e94aa964018 [X86] Tag BMI/BMI2/TBM instructions scheduler classes
new d4f9d4476c4 [X86] Replace tabs with spaces. NFCI.
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/X86InstrCompiler.td | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 glibc.
from d15e83c5f5 Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471).
new 9574c7b68d x86-64: Remove sysdeps/x86_64/fpu/s_sinf.S
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 +
sysdeps/x86_64/fpu/s_sinf.S | 559 --------------------------------------------
2 files changed, 4 insertions(+), 559 deletions(-)
delete mode 100644 sysdeps/x86_64/fpu/s_sinf.S
--
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 4c084feb996 [X86][TBM] Add TBM scheduling tests
new b58d30229d7 [Hexagon] Generate HVX code for basic arithmetic operations
new e94aa964018 [X86] Tag BMI/BMI2/TBM instructions scheduler classes
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/Hexagon/HexagonISelLowering.cpp | 16 +-
lib/Target/Hexagon/HexagonISelLowering.h | 51 ++---
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 86 +++++++-
lib/Target/Hexagon/HexagonPatterns.td | 14 +-
lib/Target/X86/X86InstrInfo.td | 32 +--
test/CodeGen/Hexagon/autohvx/arith.ll | 278 ++++++++++++++++++++++++++
test/CodeGen/X86/bmi-schedule.ll | 64 +++---
test/CodeGen/X86/bmi2-schedule.ll | 24 +--
test/CodeGen/X86/tbm-schedule.ll | 76 +++----
9 files changed, 515 insertions(+), 126 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/arith.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 d3b84081e9f [CodeGen] Fix index when printing tied machine operands
new 4c084feb996 [X86][TBM] Add TBM scheduling 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/tbm-schedule.ll | 485 +++++++++++++++++++++++++++++++++++++++
1 file changed, 485 insertions(+)
create mode 100644 test/CodeGen/X86/tbm-schedule.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.