This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9c6b24c [X86] updating TTI costs for arithmetic instructions on X86\S [...]
new 208cabd [X86] fixing failed test in commit: r291657
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/LoopVectorize/X86/mul_slm_16bit.ll | 1 +
1 file changed, 1 insertion(+)
--
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 2236cf7 PR middle-end/50199 * lto-lang.c (lto_post_options): Force [...]
new 7b70b1b 2017-01-11 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/tree-ssa/pr61743-1.c | 6 ++--
gcc/tree-vrp.c | 46 +++++++++++++++++++++++--------
4 files changed, 47 insertions(+), 15 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 lld.
from 56c6cb2 [CodeView/PDB] Rename a bunch of files.
new c0c08a8 [ELF] - Explicitly list supported relocations for x86 target.
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:
ELF/Target.cpp | 8 +++++++-
test/ELF/Inputs/unknown-reloc.s | 2 ++
test/ELF/unknown-reloc.s | 14 ++++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/unknown-reloc.s
create mode 100644 test/ELF/unknown-reloc.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 gcc.
from 478e30f Daily bump.
new 2236cf7 PR middle-end/50199 * lto-lang.c (lto_post_options): Force [...]
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/lto/ChangeLog | 6 ++++++
gcc/lto/lto-lang.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/lto/pr50199_0.c | 17 +++++++++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr50199_0.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 7e0a3f9 [PM] Another attempt to satisfy MSVC.
new c3bb9ef [PM] Pull a lambda out of an argument into a named variable t [...]
new 9c6b24c [X86] updating TTI costs for arithmetic instructions on X86\S [...]
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/Analysis/TargetTransformInfo.h | 14 +-
include/llvm/Analysis/TargetTransformInfoImpl.h | 60 +++-
include/llvm/CodeGen/BasicTTIImpl.h | 3 +-
lib/Analysis/CostModel.cpp | 5 +-
lib/Analysis/TargetTransformInfo.cpp | 5 +-
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 2 +-
lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 3 +-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 3 +-
lib/Target/ARM/ARMTargetTransformInfo.h | 3 +-
lib/Target/Lanai/LanaiTargetTransformInfo.h | 3 +-
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp | 2 +-
lib/Target/NVPTX/NVPTXTargetTransformInfo.h | 3 +-
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 2 +-
lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 +-
.../WebAssembly/WebAssemblyTargetTransformInfo.cpp | 2 +-
.../WebAssembly/WebAssemblyTargetTransformInfo.h | 3 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 53 +++-
lib/Target/X86/X86TargetTransformInfo.h | 3 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 7 +-
test/Analysis/CostModel/X86/slm-arith-costs.ll | 317 +++++++++++++++++++++
test/Transforms/LoopVectorize/X86/mul_slm_16bit.ll | 144 ++++++++++
unittests/Analysis/LoopPassManagerTest.cpp | 13 +-
24 files changed, 623 insertions(+), 35 deletions(-)
create mode 100644 test/Analysis/CostModel/X86/slm-arith-costs.ll
create mode 100644 test/Transforms/LoopVectorize/X86/mul_slm_16bit.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 6c0548a [PM] Try to appease MSVC by explicitly disambiguating a membe [...]
new 7e0a3f9 [PM] Another attempt to satisfy MSVC.
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:
unittests/Analysis/LoopPassManagerTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 14cdbca [XRay] Define the library for XRay trace logs
new 6c0548a [PM] Try to appease MSVC by explicitly disambiguating a membe [...]
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:
unittests/Analysis/LoopPassManagerTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang-tools-extra.
from c697bdf [include-fixer] Load symbol index asynchronously.
new f8b47d3 Only launch asynchronously if threading is enabled.
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-fixer/SymbolIndexManager.h | 7 ++++++-
1 file changed, 6 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 llvm.
from d27a39a [PM] Rewrite the loop pass manager to use a worklist and augm [...]
new 14cdbca [XRay] Define the library for XRay trace logs
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/XRay/Trace.h | 71 ++++++++++++
include/llvm/XRay/XRayRecord.h | 76 +++++++++++++
.../llvm/XRay/YAMLXRayRecord.h | 15 +--
lib/CMakeLists.txt | 1 +
lib/XRay/CMakeLists.txt | 13 +++
.../xray-log-reader.cc => lib/XRay/Trace.cpp | 123 +++++++++++++--------
test/tools/llvm-xray/X86/convert-roundtrip.yaml | 2 +-
tools/llvm-xray/CMakeLists.txt | 4 +-
tools/llvm-xray/xray-converter.cc | 59 ++++------
tools/llvm-xray/xray-converter.h | 8 +-
tools/llvm-xray/xray-log-reader.h | 57 ----------
tools/llvm-xray/xray-record.h | 55 ---------
12 files changed, 272 insertions(+), 212 deletions(-)
create mode 100644 include/llvm/XRay/Trace.h
create mode 100644 include/llvm/XRay/XRayRecord.h
rename tools/llvm-xray/xray-record-yaml.h => include/llvm/XRay/YAMLXRayRecord.h (86%)
create mode 100644 lib/XRay/CMakeLists.txt
rename tools/llvm-xray/xray-log-reader.cc => lib/XRay/Trace.cpp (65%)
delete mode 100644 tools/llvm-xray/xray-log-reader.h
delete mode 100644 tools/llvm-xray/xray-record.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.