This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7deb7e7 [cmake] Fix a stale comment from an earlier version of r281085. NFC.
new a757788 ARM: move the builtins libcall CC setup
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/TargetLoweringBase.cpp | 168 +------------------------------------
lib/Target/ARM/ARMISelLowering.cpp | 167 ++++++++++++++++++++++++++++++++++++
lib/Target/ARM/ARMISelLowering.h | 2 +
3 files changed, 171 insertions(+), 166 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 test-suite.
from e9d024c [test-suite] Added CMake files for external CUDA tests.
new b661cff [test-suite] Skip CUDA tests w/ libc++ if clang can't find it.
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:
External/CUDA/CMakeLists.txt | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 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 d87d83d Add a lower level zlib::uncompress.
new 1f4e68f [cmake] Export gtest/gtest_main and its dependencies via a sp [...]
new 7deb7e7 [cmake] Fix a stale comment from an earlier version of r281085. 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:
cmake/modules/AddLLVM.cmake | 22 ++++++++++++----------
cmake/modules/CMakeLists.txt | 24 +++++++++++++++++++++---
cmake/modules/LLVMConfig.cmake.in | 3 ++-
utils/unittest/CMakeLists.txt | 3 +++
utils/unittest/UnitTestMain/CMakeLists.txt | 3 +++
5 files changed, 41 insertions(+), 14 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 3463a3c test: adjust the GUID
new 377f022 Compact InputSectionData from 64 to 48 bytes. NFC.
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/InputSection.cpp | 9 ++++++---
ELF/InputSection.h | 5 +++--
2 files changed, 9 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 llvm.
from 6ecd500 AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is 8-byte [...]
new 8dae05a AMDGPU : Fix mqsad_u32_u8 instruction incorrect data type.
new d87d83d Add a lower level zlib::uncompress.
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/IR/IntrinsicsAMDGPU.td | 2 +-
include/llvm/Support/Compression.h | 3 ++
lib/Support/Compression.cpp | 19 ++++++----
lib/Target/AMDGPU/CIInstructions.td | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 22 +++++++-----
lib/Target/AMDGPU/SIRegisterInfo.td | 2 ++
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll | 46 +++++++++++++++++++------
test/MC/AMDGPU/vop3-errs.s | 3 ++
test/MC/AMDGPU/vop3.s | 11 ++++--
9 files changed, 82 insertions(+), 28 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 71e8a98 COFF: make builds more reproducible
new 3463a3c test: adjust the GUID
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/COFF/rsds.test | 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 ff4c16f compiler: add abstraction layer for sha1 checksums.
new 61575e0 compiler: increase buffer size to avoid -Wformat-length warning
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/ChangeLog | 6 ------
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 3 +--
3 files changed, 2 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 6ad7067 [pdb] Print out some more info when dumping a raw stream.
new 6ecd500 AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is 8-byte [...]
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/AMDGPUISelLowering.cpp | 3 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 +-
3 files changed, 7 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 lld.
from defb226 Recommit [ELF] - Versionscript: do not treat non-wildcarded n [...]
new 71e8a98 COFF: make builds more reproducible
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:
COFF/Writer.cpp | 49 ++++++++++++++++++++++++++++++++++++++-----------
test/COFF/rsds.test | 4 ++--
2 files changed, 40 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 clang.
from 27f089e Myriad: nominally "support" ASAN.
new 02a8764 Modules: revert r280728.
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/AST/DeclBase.cpp | 10 ++++------
test/Modules/Inputs/lookup-assert/Base.h | 4 ----
test/Modules/Inputs/lookup-assert/Derive.h | 3 ---
test/Modules/Inputs/lookup-assert/H3.h | 1 -
test/Modules/Inputs/lookup-assert/module.map | 4 ----
test/Modules/lookup-assert.m | 10 ----------
6 files changed, 4 insertions(+), 28 deletions(-)
delete mode 100644 test/Modules/Inputs/lookup-assert/Base.h
delete mode 100644 test/Modules/Inputs/lookup-assert/Derive.h
delete mode 100644 test/Modules/Inputs/lookup-assert/H3.h
delete mode 100644 test/Modules/Inputs/lookup-assert/module.map
delete mode 100644 test/Modules/lookup-assert.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.