This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 09ff3dc74 Revert "[CMake] Use custom command and target to install libc [...]
new fcb84f3c1 [test] [NFC] cleanup aligned_storage test
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:
.../meta.trans.other/aligned_storage.pass.cpp | 161 +++++++--------------
1 file changed, 55 insertions(+), 106 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 9563ab7cbce PR c++/85264 - ICE with excess template-parameter-list.
new 2dda6fc884d PR c++/85277 - ICE with invalid offsetof.
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/cp/ChangeLog | 4 ++++
gcc/cp/semantics.c | 22 +++++++++++-----------
gcc/testsuite/g++.dg/ext/builtin-offsetof1.C | 6 ++++--
gcc/testsuite/g++.dg/other/offsetof3.C | 2 +-
gcc/testsuite/g++.dg/other/offsetof5.C | 4 ++--
gcc/testsuite/g++.dg/other/offsetof8.C | 2 +-
6 files changed, 23 insertions(+), 17 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 2031cf6be1b [Debuginfo][COFF] Minimal serialization support for precomp [...]
new e38ed4d5340 [X86] Don't use Lower512IntUnary to split bitcasts with v32 [...]
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/X86ISelLowering.cpp | 29 +++++++++++++++++++------
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 22 +++++++++++++++++++
2 files changed, 44 insertions(+), 7 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 compiler-rt.
from d4c8c302d [sanitizer] Reverting rCRT329595
new 6437c9165 shadowcallstack: Make runtime tests compatible with aarch64.
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/config-ix.cmake | 13 +++++++++++
test/shadowcallstack/CMakeLists.txt | 18 +++++++++++----
test/shadowcallstack/init.c | 8 +++++--
test/shadowcallstack/libc_support.h | 41 +++++++++++++++++++++++++++++++++
test/shadowcallstack/lit.cfg | 10 +++++---
test/shadowcallstack/lit.site.cfg.in | 5 ++++
test/shadowcallstack/minimal_runtime.h | 27 ++++++++++++++++++----
test/shadowcallstack/overflow-aarch64.c | 5 ++++
test/shadowcallstack/overflow-x86_64.c | 5 ++++
test/shadowcallstack/overflow.c | 33 ++++++++++++++------------
10 files changed, 135 insertions(+), 30 deletions(-)
create mode 100644 test/shadowcallstack/libc_support.h
create mode 100644 test/shadowcallstack/overflow-aarch64.c
create mode 100644 test/shadowcallstack/overflow-x86_64.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 c878642f35f AArch64: Allow offsets to be folded into addresses with ELF.
new 2031cf6be1b [Debuginfo][COFF] Minimal serialization support for precomp [...]
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/DebugInfo/CodeView/CodeView.h | 4 +-
include/llvm/DebugInfo/CodeView/CodeViewTypes.def | 4 +-
include/llvm/DebugInfo/CodeView/TypeRecord.h | 1831 ++++++++++----------
include/llvm/ObjectYAML/COFFYAML.h | 1 +
include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h | 2 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 6 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +-
lib/DebugInfo/CodeView/RecordName.cpp | 656 +++----
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 1125 ++++++------
lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 979 +++++------
lib/ObjectYAML/COFFYAML.cpp | 8 +-
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 1621 ++++++++---------
test/DebugInfo/Inputs/precomp-a.obj | Bin 0 -> 2275 bytes
test/DebugInfo/Inputs/precomp.obj | Bin 0 -> 62021 bytes
test/DebugInfo/precomp.test | 57 +
tools/llvm-pdbutil/InputFile.cpp | 3 +-
tools/llvm-pdbutil/MinimalTypeDumper.cpp | 1097 ++++++------
tools/obj2yaml/coff2yaml.cpp | 6 +-
tools/yaml2obj/yaml2coff.cpp | 5 +-
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 1177 ++++++-------
21 files changed, 4384 insertions(+), 4203 deletions(-)
create mode 100644 test/DebugInfo/Inputs/precomp-a.obj
create mode 100644 test/DebugInfo/Inputs/precomp.obj
create mode 100644 test/DebugInfo/precomp.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 clang.
from 2aadfaccd0 Revert "[ObjC] Make C++ triviality type traits available to [...]
new c79a7094b0 asan: kernel: make no_sanitize("address") attribute work wit [...]
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/CodeGenFunction.cpp | 10 ++++-
test/CodeGen/address-safety-attr-flavors.cpp | 55 +++++++++++++++++++++++
test/CodeGen/address-safety-attr-kasan-hwasan.cpp | 53 ----------------------
test/CodeGen/address-safety-attr-kasan.cpp | 38 ----------------
4 files changed, 63 insertions(+), 93 deletions(-)
create mode 100644 test/CodeGen/address-safety-attr-flavors.cpp
delete mode 100644 test/CodeGen/address-safety-attr-kasan-hwasan.cpp
delete mode 100644 test/CodeGen/address-safety-attr-kasan.cpp
--
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 83f2acb64b4 Revert "AMDGPU: enable 128-bit for local addr space under a [...]
new c878642f35f AArch64: Allow offsets to be folded into addresses with ELF.
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/AArch64ISelDAGToDAG.cpp | 18 +--
lib/Target/AArch64/AArch64ISelLowering.cpp | 23 ++--
.../AArch64/arm64-2012-05-07-MemcpyAlignBug.ll | 13 ++-
test/CodeGen/AArch64/arm64-addrmode.ll | 31 +++--
test/CodeGen/AArch64/arm64-atomic-128.ll | 24 ++--
test/CodeGen/AArch64/arm64-memcpy-inline.ll | 28 +++--
test/CodeGen/AArch64/arm64-misched-multimmo.ll | 12 +-
test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 44 +++----
test/CodeGen/AArch64/arm64-vector-ldst.ll | 129 ++++++++++++++-------
test/CodeGen/AArch64/cmpxchg-O0.ll | 9 +-
test/CodeGen/AArch64/func-argpassing.ll | 8 +-
test/CodeGen/AArch64/func-calls.ll | 14 +--
test/CodeGen/AArch64/misched-fusion-addr.ll | 6 +-
13 files changed, 215 insertions(+), 144 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 6de87264252 gcc/doc/ChangeLog:
new 265f13ff571 PR c++/85194 * parser.c (cp_parser_simple_declaration): F [...]
new 9563ab7cbce PR c++/85264 - ICE with excess template-parameter-list.
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:
gcc/cp/ChangeLog | 17 +++++++++++++++++
gcc/cp/parser.c | 30 +++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp0x/variadic176.C | 10 ++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp43.C | 14 ++++++++++++++
5 files changed, 67 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic176.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp43.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 binutils-gdb.
from b24531ed17 Use an std::vector for inline_states
new d5f4488f09 Add selftests for range_contains and insert_into_bit_range_vector
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 | 11 ++++
gdb/common/array-view.h | 27 +++++++++
gdb/value.c | 155 ++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 193 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 52da6c57039 [WebAssembly] Change std::sort to llvm::sort in response to [...]
new 83f2acb64b4 Revert "AMDGPU: enable 128-bit for local addr space under a [...]
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/AMDGPU.td | 6 ------
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++---
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 8 +++-----
lib/Target/AMDGPU/SIISelLowering.cpp | 9 +++++++--
test/CodeGen/AMDGPU/load-local-f32.ll | 6 +++---
test/CodeGen/AMDGPU/load-local-f64.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i16.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i32.ll | 6 +++---
test/CodeGen/AMDGPU/load-local-i64.ll | 4 ++--
test/CodeGen/AMDGPU/load-local-i8.ll | 4 ++--
11 files changed, 26 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.