This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 3cd2b8fb9 [Ubsan]Remove unused link libraries.
new e1cd17059 [XRay] Fix __xray_function_address on PPC reguarding local en [...]
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/xray/xray_interface.cc | 9 ++++++++-
test/xray/TestCases/Linux/func-id-utils.cc | 16 ++++------------
2 files changed, 12 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 glibc.
from 7620dc1235 Convert e_exp2l.c into a template
new b2980e3c54 powerpc: Add a POWER8-optimized version of cosf()
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 | 10 +++
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 3 +-
.../multiarch/{s_ceilf-ppc64.S => s_cosf-power8.S} | 8 +-
.../multiarch/{s_sinf-ppc64.c => s_cosf-ppc64.c} | 8 +-
.../strnlen-power8.S => fpu/multiarch/s_cosf.c} | 19 +++--
.../powerpc64/power8/fpu/{s_sinf.S => s_cosf.S} | 91 ++++++++++------------
6 files changed, 71 insertions(+), 68 deletions(-)
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{s_ceilf-ppc64.S => s_cosf-power8.S} (81%)
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{s_sinf-ppc64.c => s_cosf-ppc64.c} (82%)
copy sysdeps/powerpc/powerpc64/{multiarch/strnlen-power8.S => fpu/multiarch/s_cosf [...]
copy sysdeps/powerpc/powerpc64/power8/fpu/{s_sinf.S => s_cosf.S} (85%)
--
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 dc3197d1353 [llvm-pdbdump] in yaml2pdb, generate default output filenam [...]
new 13c0638d33c [X86][AVX512] Add 512-bit vector ctlz costs + tests
new 64444b4dcc8 AMDGPU: Change mubuf soffset register when SP relative
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 64 +++++++++---
lib/Target/AMDGPU/BUFInstructions.td | 4 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 24 +++++
test/Analysis/CostModel/X86/ctlz.ll | 156 ++++++++++++++++++++++++++++--
4 files changed, 227 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 gcc.
from 28bd3602d6f 2017-05-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 874dff1a739 2017-05-17 Andreas Tobler <andreast(a)gcc.gnu.org>
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:
libgcc/ChangeLog | 6 ++++++
libgcc/config/arm/unwind-arm.c | 22 ++++++++++++++++++++++
libgcc/config/arm/unwind-arm.h | 7 +++++++
3 files changed, 35 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 81c9a2995b3 AMDGPU: Make better use of op_sel with high components
new f0bbaf15bf4 Add some helpers for manipulating BinaryStreamRefs.
new 5a6875528ec update the test that should have been updated in r303292. (NFC)
new dc3197d1353 [llvm-pdbdump] in yaml2pdb, generate default output filenam [...]
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:
include/llvm/Support/BinaryStreamReader.h | 2 ++
include/llvm/Support/BinaryStreamRef.h | 25 ++++++++++++++++---
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 1 +
lib/Support/BinaryStreamReader.cpp | 5 ++++
test/CodeGen/AArch64/arm64-misched-multimmo.ll | 2 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 14 +++++++----
unittests/Support/BinaryStreamTest.cpp | 33 ++++++++++++++++++++++++++
7 files changed, 74 insertions(+), 8 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 2e0acd15bb9 [BinaryStream] Reduce the amount of boiler plate needed to use.
new f5276374323 [InstSimplify] handle all icmp i1 X, C in one place; NFCI
new 81c9a2995b3 AMDGPU: Make better use of op_sel with high components
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/Analysis/InstructionSimplify.cpp | 67 ++--
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 56 ++-
lib/Target/AMDGPU/SIISelLowering.cpp | 9 +
test/CodeGen/AMDGPU/packed-op-sel.ll | 431 ++++++++++++++++++++-
test/Transforms/InstSimplify/icmp-bool-constant.ll | 171 ++++++++
5 files changed, 696 insertions(+), 38 deletions(-)
create mode 100644 test/Transforms/InstSimplify/icmp-bool-constant.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 7bd7c2ef8a5 libgo: add "vendor" to pkgpath for vendored standard packages
new 2b09e331f60 2017-05-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new b13eb416b97 2017-05-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 28bd3602d6f 2017-05-17 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-io.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/read_4.f90 | 35 +++++++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 9 +++++++++
libgfortran/io/file_pos.c | 6 +++++-
libgfortran/io/transfer.c | 2 +-
7 files changed, 62 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/read_4.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 llvm.
from 572b72726d6 AMDGPU: Try to use op_sel when selecting packed instructions
new a44d688d960 Only enable LiveRangeShrink for x86.
new 3b4043264e7 [X86][AVX512] Add 512-bit vector cttz costs + tests
new 2e0acd15bb9 [BinaryStream] Reduce the amount of boiler plate needed to use.
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:
include/llvm/Support/BinaryStreamReader.h | 18 +++-
include/llvm/Support/BinaryStreamRef.h | 127 ++++++++++++++-------------
include/llvm/Support/BinaryStreamWriter.h | 15 +++-
lib/CodeGen/TargetPassConfig.cpp | 3 -
lib/Support/BinaryStreamReader.cpp | 13 ++-
lib/Support/BinaryStreamRef.cpp | 137 ++++++++++++++++++++++++++++++
lib/Support/BinaryStreamWriter.cpp | 11 ++-
lib/Support/CMakeLists.txt | 1 +
lib/Target/X86/X86TargetMachine.cpp | 1 +
lib/Target/X86/X86TargetTransformInfo.cpp | 6 ++
test/Analysis/CostModel/X86/cttz.ll | 131 ++++++++++++++++++++++++++--
test/CodeGen/AArch64/arm64-ccmp.ll | 2 +-
test/CodeGen/NVPTX/sched1.ll | 4 +-
test/CodeGen/NVPTX/sched2.ll | 4 +-
test/CodeGen/SPARC/LeonItinerariesUT.ll | 2 +-
tools/llvm-readobj/COFFDumper.cpp | 34 +++-----
16 files changed, 406 insertions(+), 103 deletions(-)
create mode 100644 lib/Support/BinaryStreamRef.cpp
--
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 2d82d171171 Reapply part of rL303015, fixing just the DynamicLibaryTest [...]
new ace0d94c139 [X86] Split ctpop/ctlz/cttz cost tests
new 572b72726d6 AMDGPU: Try to use op_sel when selecting packed instructions
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/AMDGPU/AMDGPUISelDAGToDAG.cpp | 30 +-
test/Analysis/CostModel/X86/ctbits-cost.ll | 587 -----------------------------
test/Analysis/CostModel/X86/ctlz.ll | 233 ++++++++++++
test/Analysis/CostModel/X86/ctpop.ll | 133 +++++++
test/Analysis/CostModel/X86/cttz.ll | 233 ++++++++++++
test/CodeGen/AMDGPU/immv216.ll | 6 +-
test/CodeGen/AMDGPU/packed-op-sel.ll | 266 +++++++++++++
7 files changed, 897 insertions(+), 591 deletions(-)
delete mode 100644 test/Analysis/CostModel/X86/ctbits-cost.ll
create mode 100644 test/Analysis/CostModel/X86/ctlz.ll
create mode 100644 test/Analysis/CostModel/X86/ctpop.ll
create mode 100644 test/Analysis/CostModel/X86/cttz.ll
create mode 100644 test/CodeGen/AMDGPU/packed-op-sel.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 ad9ea48a8a9 2017-05-17 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 7bd7c2ef8a5 libgo: add "vendor" to pkgpath for vendored standard packages
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.