This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c8988249a3 Add the missing new files from r343654
new 9bda9a4b479 Add atomicrmw operation to error messages
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/AsmParser/LLParser.cpp | 9 +++++++--
lib/IR/Verifier.cpp | 8 +++++---
test/Assembler/invalid-atomicrmw-add-must-be-integer-type.ll | 7 +++++++
3 files changed, 19 insertions(+), 5 deletions(-)
create mode 100644 test/Assembler/invalid-atomicrmw-add-must-be-integer-type.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 5a81c73c73a Re-commit: [globalisel] Add a combiner helpers for extendin [...]
new 1c8988249a3 Add the missing new files from r343654
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/AArch64/AArch64PreLegalizerCombiner.cpp | 108 +++++
.../prelegalizercombiner-extending-loads.mir | 450 +++++++++++++++++++++
2 files changed, 558 insertions(+)
create mode 100644 lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
create mode 100644 test/CodeGen/AArch64/GlobalISel/prelegalizercombiner-extending- [...]
--
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 db3d49018b6 [WebAssembly] any_true and all_true intrinsics and instructions
new 5a81c73c73a Re-commit: [globalisel] Add a combiner helpers for extendin [...]
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/CodeGen/GlobalISel/Combiner.h | 10 +
include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 11 +-
include/llvm/CodeGen/GlobalISel/CombinerInfo.h | 5 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 10 +-
include/llvm/CodeGen/MachineRegisterInfo.h | 4 +
lib/CodeGen/GlobalISel/Combiner.cpp | 31 ++-
lib/CodeGen/GlobalISel/CombinerHelper.cpp | 224 ++++++++++++++++++++-
lib/CodeGen/MachineRegisterInfo.cpp | 10 +
lib/Target/AArch64/AArch64.h | 2 +
lib/Target/AArch64/AArch64TargetMachine.cpp | 6 +
lib/Target/AArch64/CMakeLists.txt | 1 +
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 2 +-
.../AArch64/GlobalISel/gisel-commandline-option.ll | 1 +
test/CodeGen/AArch64/O0-pipeline.ll | 1 +
14 files changed, 306 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 clang.
from 9d23a539c4 [CMake][Fuchsia] Use libc++ ABIv2 for Fuchsia toolchain
new 5a76d40916 OpenCL: Mark printf format string argument
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/Headers/opencl-c.h | 2 +-
test/SemaOpenCL/printf-format-string-warnings.cl | 13 +++++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/SemaOpenCL/printf-format-string-warnings.cl
--
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 binutils-gdb.
from 53c30c89d1 Automatic date update in version.in
new 2398abf8bc Use pulongest in aarch64-linux-tdep.c
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:
gdb/ChangeLog | 4 ++++
gdb/aarch64-linux-tdep.c | 4 ++--
2 files changed, 6 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 clang.
from 4de6ad0aca [analyzer] [tests] Hotfix: missing space
new 9d23a539c4 [CMake][Fuchsia] Use libc++ ABIv2 for Fuchsia toolchain
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:
cmake/caches/Fuchsia-stage2.cmake | 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 test-suite.
from 08916e31 More fixes for UBs in Bullet
new d55770cf CTMark: Copy lit.local.cfg
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:
CTMark/CMakeLists.txt | 2 ++
{External/Nurbs => CTMark}/lit.local.cfg | 0
2 files changed, 2 insertions(+)
copy {External/Nurbs => CTMark}/lit.local.cfg (100%)
--
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 cbf933f38 [hwasan] Fix top PC in error stack trace being off by 1 instruction.
new e0041f65d Mark two tests, which require too much available VM, as "UNSU [...]
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/tsan/large_malloc_meta.cc | 3 +++
test/tsan/mmap_large.cc | 3 +++
2 files changed, 6 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 llvm.
from 90589b69f22 [AMDGPU] Assert in getOpSize() there are no sub-dword subregs
new db3d49018b6 [WebAssembly] any_true and all_true intrinsics and instructions
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/IR/IntrinsicsWebAssembly.td | 15 ++-
lib/Target/WebAssembly/WebAssemblyISD.def | 2 +
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 8 +-
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 24 ++++-
test/CodeGen/WebAssembly/simd-intrinsics.ll | 109 +++++++++++++++++++++
test/MC/WebAssembly/simd-encodings.s | 24 +++++
6 files changed, 178 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/simd-intrinsics.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 gcc.
from b63335832ce * io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.
new eca9b8e6dd5 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.