This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 34ed20a [X86] Add test cases that cover pr31551. NFC.
new 731745e Remove a unnecessary hasLoopInvariantOperands check in loop sink.
new a4679c0 [Docs] Update docs to indicate that CUDA compilation is suppo [...]
new 1c1849c [AArch64][CostModel] Add coverage for bswap intrinsics.
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:
docs/CompileCudaWithLLVM.rst | 4 +-
lib/Transforms/Scalar/LoopSink.cpp | 3 +-
test/Analysis/CostModel/AArch64/bswap.ll | 70 ++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+), 4 deletions(-)
create mode 100644 test/Analysis/CostModel/AArch64/bswap.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 clang.
from 68c2f4e test: add an explicit triple
new 76b76dc [Windows] Remove functions in intrin.h that are defined in Bu [...]
new 15128fb [TableGen] Only normalize the spelling of GNU-style attributes.
new c3d7a36 [CUDA] Make CUDAInstallationDetector take the host triple in [...]
new c04b674 [Driver] Driver changes to support CUDA compilation on Windows.
new 9412efe [ToolChains] Use "static" instead of an anonymous namespace f [...]
new 26ee5b5 [CUDA] Add __declspec spellings for CUDA attributes.
new bd340f1 [CUDA] More correctly inherit primitive types from the host d [...]
new 6f52d3c [CUDA] Let NVPTX inherit the host's calling conventions.
new a2b7c3d [CUDA] Don't define functions that the CUDA headers themselve [...]
new a39e49e [CUDA] Rename keywords used in macro so they don't conflict w [...]
The 10 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/clang/Basic/Attr.td | 26 ++++---
include/clang/Driver/ToolChain.h | 7 ++
lib/Basic/Targets.cpp | 78 +++++++++++--------
lib/Driver/MSVCToolChain.cpp | 13 +++-
lib/Driver/MinGWToolChain.cpp | 17 ++--
lib/Driver/ToolChains.cpp | 28 +++++--
lib/Driver/ToolChains.h | 24 +++++-
lib/Driver/Tools.cpp | 24 ++++--
lib/Headers/__clang_cuda_cmath.h | 10 ++-
lib/Headers/__clang_cuda_intrinsics.h | 42 +++++-----
lib/Headers/intrin.h | 90 ----------------------
.../CUDA/v8.0}/bin/.keep | 0
.../CUDA/v8.0/include}/.keep | 0
.../CUDA/v8.0/lib}/.keep | 0
.../nvvm/libdevice/libdevice.compute_30.10.bc | 0
.../nvvm/libdevice/libdevice.compute_35.10.bc | 0
test/Driver/cuda-windows.cu | 14 ++++
test/Preprocessor/cuda-types.cu | 16 ++++
test/SemaCUDA/attr-declspec.cu | 34 ++++++++
test/SemaCUDA/cuda-inherits-calling-conv.cu | 30 ++++++++
utils/TableGen/ClangAttrEmitter.cpp | 13 ++--
21 files changed, 282 insertions(+), 184 deletions(-)
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda => CUDA-windows/Program Files/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => CUDA-windows/Program Fi [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => CUDA-windows/Program Fi [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda => CUDA-windows/Program Files/ [...]
copy test/Driver/Inputs/{CUDA-macosx/usr/local/cuda => CUDA-windows/Program Files/ [...]
create mode 100644 test/Driver/cuda-windows.cu
create mode 100644 test/SemaCUDA/attr-declspec.cu
create mode 100644 test/SemaCUDA/cuda-inherits-calling-conv.cu
--
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 compiler-rt.
from 8378bf7 [sancov] force default flags for windows
new 53e64a2 Revert "[sancov] introducing SANCOV_OPTIONS" and related changes
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/sanitizer_common/CMakeLists.txt | 1 -
lib/sanitizer_common/sancov_flags.cc | 60 ----------------------
lib/sanitizer_common/sancov_flags.h | 40 ---------------
lib/sanitizer_common/sancov_flags.inc | 21 --------
.../sanitizer_coverage_libcdep_new.cc | 17 ++----
.../TestCases/sanitizer_coverage_symbolize.cc | 35 -------------
6 files changed, 4 insertions(+), 170 deletions(-)
delete mode 100644 lib/sanitizer_common/sancov_flags.cc
delete mode 100644 lib/sanitizer_common/sancov_flags.h
delete mode 100644 lib/sanitizer_common/sancov_flags.inc
delete mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc
--
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 2cf83fd [CostModel][X86] Add support for broadcast shuffle costs
new 1326ed9 less braces; NFC
new 34ed20a [X86] Add test cases that cover pr31551. NFC.
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/X86/X86ISelLowering.cpp | 3 +-
test/CodeGen/X86/shuffle-vs-trunc-128.ll | 481 +++++++++++++++++++++++
test/CodeGen/X86/shuffle-vs-trunc-256.ll | 629 +++++++++++++++++++++++++++++++
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 537 ++++++++++++++++++++++++++
4 files changed, 1648 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-128.ll
create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-256.ll
create mode 100644 test/CodeGen/X86/shuffle-vs-trunc-512.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 clang.
from da5ef96 [OpenMP] Add fields for flags in the offload entry descriptor.
new 68c2f4e test: add an explicit triple
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/inline-asm-inclusion.c | 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.
from d407903 [OpenMP] Update target codegen for NVPTX device.
new 72e537a CodeGen: plumb header search down to the IAS
new da5ef96 [OpenMP] Add fields for flags in the offload entry descriptor.
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/clang/CodeGen/BackendUtil.h | 4 +-
lib/CodeGen/BackendUtil.cpp | 30 ++++++++++----
lib/CodeGen/CGOpenMPRuntime.cpp | 23 ++++++++---
lib/CodeGen/CGOpenMPRuntime.h | 36 +++++++++-------
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 2 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 4 +-
lib/CodeGen/CodeGenAction.cpp | 16 ++++----
lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 9 ++--
test/CodeGen/include/function.x | 1 +
test/CodeGen/include/module.x | 1 +
test/CodeGen/inline-asm-inclusion.c | 10 +++++
test/OpenMP/target_codegen.cpp | 4 +-
test/OpenMP/target_codegen_registration.cpp | 52 ++++++++++++------------
13 files changed, 122 insertions(+), 70 deletions(-)
create mode 100644 test/CodeGen/include/function.x
create mode 100644 test/CodeGen/include/module.x
create mode 100644 test/CodeGen/inline-asm-inclusion.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 b021632 [X86] Optimize vector shifts with variable but uniform shift amounts
new 2cf83fd [CostModel][X86] Add support for broadcast shuffle costs
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/X86TargetTransformInfo.cpp | 57 +++++++--
test/Analysis/CostModel/X86/shuffle-broadcast.ll | 140 ++++++++++++++++++++++-
2 files changed, 186 insertions(+), 11 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 4ca4bf5 HSA: implement DIVMOD internal function call
new e1a9352 * common.opt (fvect-cost-model): Remove RejectNegative flag, [...]
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/common.opt | 6 +-----
2 files changed, 7 insertions(+), 5 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 ec86be0 No canonical-prefixes match in avr-toolchain.c.
new d407903 [OpenMP] Update target codegen for NVPTX device.
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/CGOpenMPRuntimeNVPTX.cpp | 268 +++++++++++++-------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 47 ++---
test/OpenMP/nvptx_target_codegen.cpp | 354 +++++++++++++++++++----------------
3 files changed, 346 insertions(+), 323 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 213f249 [AArch64] Remove mcpu option as this test is not target speci [...]
new f6f4d23 [ThinLTO] Add parenthesis as per build warning
new b021632 [X86] Optimize vector shifts with variable but uniform shift amounts
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/X86/X86ISelLowering.cpp | 38 +++++++++++--------
lib/Transforms/Utils/FunctionImportUtils.cpp | 5 +--
test/CodeGen/X86/lower-vec-shift-2.ll | 18 +++------
test/CodeGen/X86/vector-rotate-128.ll | 2 -
test/CodeGen/X86/vector-shift-ashr-128.ll | 56 ++++++++++++----------------
test/CodeGen/X86/vector-shift-ashr-256.ll | 30 +++++----------
test/CodeGen/X86/vector-shift-ashr-512.ll | 9 ++---
test/CodeGen/X86/vector-shift-lshr-128.ll | 30 +++++----------
test/CodeGen/X86/vector-shift-lshr-256.ll | 30 +++++----------
test/CodeGen/X86/vector-shift-lshr-512.ll | 9 ++---
test/CodeGen/X86/vector-shift-shl-128.ll | 30 +++++----------
test/CodeGen/X86/vector-shift-shl-256.ll | 30 +++++----------
test/CodeGen/X86/vector-shift-shl-512.ll | 9 ++---
test/CodeGen/X86/vshift-4.ll | 2 -
14 files changed, 112 insertions(+), 186 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.