This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c93b6c31ca [Dominators] Update DominatorTree compare in case roots are [...]
new db070bbdacd [AMDGPU] Increased vector length for global/constant loads.
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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 30 ++++++++++++++++++--
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 6 ++++
test/CodeGen/AMDGPU/load-constant-f32.ll | 37 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/load-constant-f64.ll | 33 ++++++++++++++++++++++
test/CodeGen/AMDGPU/waitcnt-looptest.ll | 2 +-
5 files changed, 105 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/load-constant-f32.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 b64767750ba [CodeGen] Refactor AppleAccelTable
new 7c93b6c31ca [Dominators] Update DominatorTree compare in case roots are [...]
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/llvm/Support/GenericDomTree.h | 4 ++--
1 file changed, 2 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 c12ddda48fe 2018-02-19 Sebastian Perta <sebastian.perta(a)renesas.com>
new 5611e648542 CET shouldn't be enabled in 32-bit run-time libraries by defualt
new 92e6a7aef70 2018-01-16 Sebastian Peryt <sebastian.peryt(a)intel.com>
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:
config/ChangeLog | 5 +++++
config/cet.m4 | 16 ++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr57193.c | 2 +-
libatomic/ChangeLog | 5 +++++
libatomic/configure | 17 ++++++++++++++++-
libbacktrace/ChangeLog | 5 +++++
libbacktrace/configure | 17 ++++++++++++++++-
libgcc/ChangeLog | 5 +++++
libgcc/configure | 17 ++++++++++++++++-
libgfortran/ChangeLog | 5 +++++
libgfortran/configure | 21 ++++++++++++++++++---
libgomp/ChangeLog | 5 +++++
libgomp/configure | 19 +++++++++++++++++--
libitm/ChangeLog | 5 +++++
libitm/configure | 17 ++++++++++++++++-
libmpx/ChangeLog | 7 ++++++-
libmpx/configure | 17 ++++++++++++++++-
libobjc/ChangeLog | 5 +++++
libobjc/configure | 21 ++++++++++++++++++---
libquadmath/ChangeLog | 5 +++++
libquadmath/configure | 17 ++++++++++++++++-
libsanitizer/ChangeLog | 5 +++++
libsanitizer/configure | 17 ++++++++++++++++-
libssp/ChangeLog | 5 +++++
libssp/configure | 21 ++++++++++++++++++---
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/configure | 17 ++++++++++++++++-
libvtv/ChangeLog | 5 +++++
libvtv/configure | 17 ++++++++++++++++-
30 files changed, 306 insertions(+), 24 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 94eb72df457 Bring back r323297.
new 1fceaab0288 [TTI CostModel] change default cost of FP ops to 1 (PR36280)
new b64767750ba [CodeGen] Refactor AppleAccelTable
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/CodeGen/AccelTable.h | 338 +++++++-----------
include/llvm/CodeGen/BasicTTIImpl.h | 10 +-
lib/CodeGen/AsmPrinter/AccelTable.cpp | 383 +++++++++++++--------
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +-
lib/CodeGen/AsmPrinter/DwarfDebug.h | 8 +-
test/Analysis/CostModel/X86/arith-fp.ll | 324 ++++++++---------
test/Analysis/CostModel/X86/intrinsic-cost.ll | 4 +-
test/Analysis/CostModel/X86/reduction.ll | 8 +-
.../LoopVectorize/X86/imprecise-through-phis.ll | 45 +--
test/Transforms/SLPVectorizer/AArch64/remarks.ll | 2 +-
test/Transforms/SLPVectorizer/X86/PR36280.ll | 19 +-
test/Transforms/SLPVectorizer/X86/cse.ll | 21 +-
test/Transforms/SLPVectorizer/X86/horizontal.ll | 148 ++++----
test/Transforms/SLPVectorizer/X86/reorder_phi.ll | 59 ++--
test/Transforms/SLPVectorizer/X86/simplebb.ll | 12 +-
tools/dsymutil/DwarfLinker.cpp | 37 +-
16 files changed, 689 insertions(+), 735 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 cf75fe0300c [CodeGen] Fix tests breaking after r325505
new 94eb72df457 Bring back r323297.
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/TargetMachine.cpp | 21 ++++++++++++++-------
test/CodeGen/X86/finite-libcalls.ll | 24 ++++++++++++------------
test/CodeGen/X86/fp-intrinsics.ll | 4 ++--
test/CodeGen/X86/half.ll | 2 +-
test/CodeGen/X86/memset-nonzero.ll | 2 +-
test/CodeGen/X86/negative-sin.ll | 6 +++---
test/CodeGen/X86/vector-half-conversions.ll | 2 +-
7 files changed, 34 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 clang.
from 4337e351aa [clang-format] Fixup a case of text proto message attributes
new e7b23b3cb5 [clang-format] Fix text proto extension scope opening detection
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/Format/FormatToken.h | 1 +
unittests/Format/FormatTestTextProto.cpp | 8 ++++++++
2 files changed, 9 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 gcc-7-branch
in repository gcc.
from 0dafb168c79 Fix lambdas in template default argument of inherited ctor.
new 9510a45834d PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwin
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:
libstdc++-v3/ChangeLog | 12 ++++++++++++
libstdc++-v3/configure | 36 +++++++++++++++++++++++++++---------
libstdc++-v3/configure.ac | 6 ++++++
libstdc++-v3/include/Makefile.am | 5 +++++
libstdc++-v3/include/Makefile.in | 3 +++
5 files changed, 53 insertions(+), 9 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 b0f8fe52832 [ThinLTO] Add GraphTraits for FunctionSummaries
new cf75fe0300c [CodeGen] Fix tests breaking after r325505
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/MachineBasicBlock.cpp | 2 --
test/CodeGen/ARM/sched-it-debug-nodes.mir | 3 ++-
2 files changed, 2 insertions(+), 3 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 release_60
in repository llvm.
from 359e6a40497 Merging r325148: ------------------------------------------ [...]
new e0d9119c7a3 Merging r324916: ------------------------------------------ [...]
new 71667f50373 Merging r324195: ------------------------------------------ [...]
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/Transforms/Utils/LoopUtils.h | 41 ++--
lib/Transforms/Scalar/LICM.cpp | 31 ++-
lib/Transforms/Utils/LoopUtils.cpp | 216 ++++++++++++++-------
lib/Transforms/Vectorize/LoopVectorize.cpp | 18 +-
test/Transforms/LICM/sinking.ll | 61 ++++++
.../LoopVectorize/reduction-small-size.ll | 37 +++-
6 files changed, 294 insertions(+), 110 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 libcxx.
from 6878e852d Fix test failure on compilers w/o deduction guides
new c4658abe6 [libcxx] Improve accuracy of complex asinh and acosh
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/complex | 17 ++++-
test/libcxx/numerics/complex.number/__sqr.pass.cpp | 81 ++++++++++++++++++++++
.../complex.transcendentals/acosh.pass.cpp | 9 +++
.../complex.transcendentals/asinh.pass.cpp | 9 +++
4 files changed, 113 insertions(+), 3 deletions(-)
create mode 100644 test/libcxx/numerics/complex.number/__sqr.pass.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.