This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1a60ab8 [InstCombine] use m_APInt to allow icmp ult X, C folds for sp [...]
new 586b777 [gold] Test that we handle invalid directory correctly.
new 7474f82 LSV: Fix incorrectly increasing alignment
new 2c9e9a6 [libFuzzer] use sizeof() in tests instead of 4 and 8
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:
lib/Fuzzer/test/AbsNegAndConstant64Test.cpp | 8 +-
lib/Fuzzer/test/AbsNegAndConstantTest.cpp | 4 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 34 +++---
.../AMDGPU/adjust-alloca-alignment.ll | 129 +++++++++++++++++++++
test/tools/gold/invalid-dir.ll | 7 ++
test/tools/gold/lit.local.cfg | 2 +
6 files changed, 160 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll
create mode 100644 test/tools/gold/invalid-dir.ll
create mode 100644 test/tools/gold/lit.local.cfg
--
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 0980669 Add comments.
new 80bd4fa [ELF] Add support for -b binary
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/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 24 +++++++--
ELF/Driver.h | 2 +-
ELF/ELFCreator.cpp | 121 ++++++++++++++++++++++++++++++++++++++++++++
ELF/ELFCreator.h | 58 +++++++++++++++++++++
ELF/InputFiles.cpp | 49 ++++++++++++++++++
ELF/InputFiles.h | 13 +++++
ELF/Options.td | 4 ++
ELF/SymbolTable.cpp | 6 +++
test/elf/format-binary.test | 52 +++++++++++++++++++
11 files changed, 327 insertions(+), 4 deletions(-)
create mode 100644 ELF/ELFCreator.cpp
create mode 100644 ELF/ELFCreator.h
create mode 100644 test/elf/format-binary.test
--
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 6bca1ae [X86][XOP] Fix VPERMIL2PD mask creation on 32-bit targets
new fb49daf [libFuzzer] one more puzzle for value profile
new 1a60ab8 [InstCombine] use m_APInt to allow icmp ult X, C folds for sp [...]
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:
...ConstantTest.cpp => AbsNegAndConstant64Test.cpp} | 16 ++++++++--------
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/value-profile-cmp.test | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 21 +++++++++++++--------
test/Transforms/InstCombine/exact.ll | 9 +++------
test/Transforms/InstCombine/icmp-vec.ll | 11 ++++++++++-
test/Transforms/InstCombine/icmp.ll | 1 -
test/Transforms/InstCombine/pr17827.ll | 3 +--
8 files changed, 37 insertions(+), 26 deletions(-)
copy lib/Fuzzer/test/{AbsNegAndConstantTest.cpp => AbsNegAndConstant64Test.cpp} (52%)
--
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.
Ryan Arnold pushed a change to branch abe-make-release-test2
in repository toolchain/abe.
at 0931a2b scripts/MakeRelease.job: append GCC version to fileserver upl [...]
This branch includes the following new commits:
new 0931a2b scripts/MakeRelease.job: append GCC version to fileserver upl [...]
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.
--
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 b0cab11 [X86] Regenerate test. NFC.
new 60719d6 [Hexagon] Fix disassembler crash after r279255
new 6bca1ae [X86][XOP] Fix VPERMIL2PD mask creation on 32-bit targets
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:
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 3 +
lib/Target/X86/X86ISelLowering.cpp | 10 +-
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 223 ++++++++++++++-------
test/MC/Hexagon/dis-duplex-p0.s | 7 +
4 files changed, 170 insertions(+), 73 deletions(-)
create mode 100644 test/MC/Hexagon/dis-duplex-p0.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 compiler-rt.
from ef30871 [asan] Store access_size in the {Stack,Global}AddressDescript [...]
new e204370 [sanitizer] fix an allocator bug where the allocated memory m [...]
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/sanitizer_allocator_primary64.h | 7 ++++---
.../tests/sanitizer_allocator_test.cc | 19 ++++++++++++++++++-
2 files changed, 22 insertions(+), 4 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 65ddbec Create phi nodes for swifterror values at the end of the phi [...]
new d9c5bfb Enable in-tree builds of parallel-libs.
new b0cab11 [X86] Regenerate test. 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:
projects/CMakeLists.txt | 4 +++-
test/CodeGen/X86/pr22774.ll | 12 +++++++++---
2 files changed, 12 insertions(+), 4 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 b661cff [test-suite] Skip CUDA tests w/ libc++ if clang can't find it.
new 279ae9f [test-suite] Update External/CUDA/README.
new 3482149 [test-suite] Check that we can use std::shared_future from CU [...]
new 40b4756 [test-suite] Add CUDA printf test.
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:
External/CUDA/CMakeLists.txt | 2 ++
External/CUDA/README | 47 ++++++++++++++++++++++-------------
External/CUDA/future.cu | 21 ++++++++++++++++
External/CUDA/printf.cu | 11 ++++++++
External/CUDA/printf.reference_output | 17 +++++++++++++
5 files changed, 81 insertions(+), 17 deletions(-)
create mode 100644 External/CUDA/future.cu
create mode 100644 External/CUDA/printf.cu
create mode 100644 External/CUDA/printf.reference_output
--
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 e9a4ffe Revert "Compact InputSectionData from 64 to 48 bytes. NFC."
new 0980669 Add comments.
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/InputFiles.cpp | 4 ++++
1 file changed, 4 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 gcc.
from db8ffb4 Implement P0035R4, C++17 new of over-aligned types.
new 74e2292 Fix PR target/77267
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 | 15 +++++++++++++++
gcc/config.in | 6 ++++++
gcc/config/i386/linux-common.h | 16 +++++++++++++---
gcc/configure | 24 ++++++++++++++++++++++++
gcc/configure.ac | 21 +++++++++++++++++++++
5 files changed, 79 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.