This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 049816c3be x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.S
new 16000c8d04 Avoid localplt issues from x86 fereaiseexcept inline.
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 | 8 ++++++++
sysdeps/x86/fpu/bits/fenv.h | 2 ++
sysdeps/x86/fpu/include/bits/fenv.h | 9 +++++++++
3 files changed, 19 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 gcc.
from 52d68db052a [gcc] 2017-06-23 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new f6475fc50ea 2017-06-23 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.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 | 16 +
gcc/config.gcc | 2 +
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000-string.c | 1465 +++++++++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 1433 +-----------------------------------
gcc/config/rs6000/t-rs6000 | 4 +
6 files changed, 1489 insertions(+), 1432 deletions(-)
create mode 100644 gcc/config/rs6000/rs6000-string.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 0804de030c4 Revert "[Hexagon] Handle decreasing of stack alignment in f [...]
new 87f3ec22f79 [llvm-pdbutil] Add the ability to dump raw bytes from the file.
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/DebugInfo/PDB/pdbdump-raw-blocks.test | 12 +++----
test/DebugInfo/PDB/pdbdump-raw-bytes.test | 15 +++++++++
tools/llvm-pdbutil/BytesOutputStyle.cpp | 31 ++++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 1 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 50 ++++++++++++++++++++----------
tools/llvm-pdbutil/llvm-pdbutil.h | 10 +++---
6 files changed, 93 insertions(+), 26 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-raw-bytes.test
--
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 74854f14324 [AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags c [...]
new 0804de030c4 Revert "[Hexagon] Handle decreasing of stack alignment in f [...]
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/HexagonFrameLowering.cpp | 19 ++---------
lib/Target/Hexagon/HexagonFrameLowering.h | 2 --
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 30 -----------------
lib/Target/Hexagon/HexagonRegisterInfo.h | 2 --
test/CodeGen/Hexagon/stack-align-reset.ll | 51 -----------------------------
5 files changed, 2 insertions(+), 102 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/stack-align-reset.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 glibc.
from 52a8e5cb43 Document _FloatN and _FloatNx versions of math functions
new 049816c3be x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.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 | 5 +++++
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S | 6 ++----
2 files changed, 7 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 2624197bc0d [X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.
new 74854f14324 [AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags c [...]
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/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64CondBrTuning.cpp | 336 ++++++++++++++++++++++
lib/Target/AArch64/AArch64InstrInfo.cpp | 6 +-
lib/Target/AArch64/AArch64InstrInfo.h | 38 +++
lib/Target/AArch64/AArch64TargetMachine.cpp | 7 +
lib/Target/AArch64/CMakeLists.txt | 1 +
test/CodeGen/AArch64/arm64-early-ifcvt.ll | 2 +-
test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 24 +-
test/CodeGen/AArch64/cond-br-tuning.ll | 169 +++++++++++
test/CodeGen/AArch64/misched-fusion.ll | 4 +-
test/CodeGen/AArch64/stack-guard-remat-bitcast.ll | 4 +-
test/CodeGen/AArch64/tbz-tbnz.ll | 2 +-
test/CodeGen/AArch64/thread-pointer.ll | 4 +-
13 files changed, 576 insertions(+), 23 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64CondBrTuning.cpp
create mode 100644 test/CodeGen/AArch64/cond-br-tuning.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 glibc.
from bc0382ae90 x86-64: Fix comment typo in memcmp-avx2-movbe.S
new 52a8e5cb43 Document _FloatN and _FloatNx versions of math functions
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 | 63 ++++++++++++
manual/arith.texi | 286 ++++++++++++++++++++++++++++++++++++++++++++++--------
manual/math.texi | 276 ++++++++++++++++++++++++++++++++++++++++++++++++++--
3 files changed, 576 insertions(+), 49 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 5c1e1168dc2 [Hexagon] Remove call to printAndVerify from HexagonPassConfig
new 35abb61d549 [llvm-pdbutil] Add a function for formatting MSF data.
new 2624197bc0d [X86] Fix SP adjustment in stack probes emitted on 32-bit Windows.
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/DebugInfo/PDB/Native/PDBFile.h | 3 +
lib/DebugInfo/PDB/Native/PDBFile.cpp | 8 ++
lib/Target/X86/X86FrameLowering.cpp | 7 +-
test/DebugInfo/PDB/pdbdump-raw-stream.test | 61 ++++++++++---
tools/llvm-pdbutil/BytesOutputStyle.cpp | 30 +------
tools/llvm-pdbutil/LinePrinter.cpp | 130 ++++++++++++++++++++++++++++
tools/llvm-pdbutil/LinePrinter.h | 16 ++++
7 files changed, 216 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 lnt.
from f566f73 Be able to select all regression on the regression list page
new edeeccd Don't render empty run report sections
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:
lnt/server/ui/templates/v4_run.html | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 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 34c8eeb7921 [X86][AVX] Regenerate i256 bitcasted store test
new 243c5c12f5b [x86] fix value types for SBB transform (PR33560)
new 5c1e1168dc2 [Hexagon] Remove call to printAndVerify from HexagonPassConfig
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/HexagonTargetMachine.cpp | 1 -
lib/Target/X86/X86ISelLowering.cpp | 21 +++++++++++++--------
test/CodeGen/X86/sbb.ll | 25 +++++++++++++++++++++++++
3 files changed, 38 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.