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 522a892ef Fix CMake/MSVC when compiler-rt and llvm are built separately
new 5c4cd77db Cleanup of "extern char **environ" declaration
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_linux.cc | 10 +++++-----
1 file changed, 5 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 lld.
from d9ecec34c Support embedding natvis files in PDBs.
new 29138818c Revert "Support embedding natvis files in PDBs."
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/Config.h | 1 -
COFF/Driver.cpp | 5 +-
COFF/Options.td | 2 +-
COFF/PDB.cpp | 16 ---
test/COFF/Inputs/generic.yaml | 282 ---------------------------------------
test/COFF/Inputs/natvis-1.natvis | 1 -
test/COFF/Inputs/natvis-2.natvis | 1 -
test/COFF/Inputs/natvis-3.natvis | 1 -
test/COFF/pdb-natvis.test | 26 ----
test/lit.cfg.py | 3 -
test/lit.site.cfg.py.in | 1 -
11 files changed, 2 insertions(+), 337 deletions(-)
delete mode 100644 test/COFF/Inputs/generic.yaml
delete mode 100644 test/COFF/Inputs/natvis-1.natvis
delete mode 100644 test/COFF/Inputs/natvis-2.natvis
delete mode 100644 test/COFF/Inputs/natvis-3.natvis
delete mode 100644 test/COFF/pdb-natvis.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 gcc.
from 40e0b1f207c PR c++/71834 - template-id with too few arguments.
new 40a59fc01d4 PR c++/84925 * pt.c (enclosing_instantiation_of): Check i [...]
new 79e65a6b271 PR c++/84927 * constexpr.c (cxx_eval_bare_aggregate): Upd [...]
new cb754e6ab08 PR rtl-optimization/84643 * memmodel.h (enum memmodel): A [...]
new c517349231c PR sanitizer/84761 * sanitizer_common/sanitizer_linux_lib [...]
The 4 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 | 5 +++
gcc/cp/ChangeLog | 11 ++++++
gcc/cp/constexpr.c | 13 ++++---
gcc/cp/pt.c | 2 +-
gcc/memmodel.h | 4 +-
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C | 14 +++++++
gcc/testsuite/g++.dg/cpp1z/lambda-__func__.C | 13 +++++++
libsanitizer/ChangeLog | 11 ++++++
.../sanitizer_common/sanitizer_linux_libcdep.cc | 43 +++++++++++++++-------
10 files changed, 102 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/nsdmi-aggr9.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-__func__.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 gcc.
from a401e5bd5dc 2018-03-19 Maxim Ostapenko <m.ostapenko(a)samsung.com>
new 40e0b1f207c PR c++/71834 - template-id with too few arguments.
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 | 5 +++
gcc/cp/pt.c | 50 ++++++++++++++++++---------
gcc/testsuite/g++.dg/cpp0x/variadic-nested3.C | 10 ++++++
3 files changed, 49 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested3.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 dbc74cb8729 [ARM, AArch64] Check the no-stack-arg-probe attribute for d [...]
new 3dd52e62ea3 [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"
new 468ff8a9b83 [X86] Replace a couple calls to getExtendInVec with getNode [...]
new e2a3256f7ce Remove an unused private variable.
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:
include/llvm/CodeGen/SelectionDAGISel.h | 7 +
include/llvm/CodeGen/SelectionDAGNodes.h | 45 ++-
include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 379 +++++++++------------
lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 +-
lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 2 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +-
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 10 +-
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 15 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 95 ++++--
lib/Target/X86/X86ISelLowering.cpp | 11 +-
test/CodeGen/X86/avg.ll | 114 +++----
test/CodeGen/X86/avx-vbroadcastf128.ll | 6 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 191 ++++-------
test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 +-
test/CodeGen/X86/avx512-vbroadcasti128.ll | 9 +-
test/CodeGen/X86/i256-add.ll | 145 ++++----
test/CodeGen/X86/masked_memop.ll | 3 +-
test/CodeGen/X86/merge-consecutive-stores.ll | 9 +-
test/CodeGen/X86/nontemporal.ll | 82 +++--
test/CodeGen/X86/pr36274.ll | 33 ++
test/CodeGen/X86/pr36312.ll | 35 ++
test/CodeGen/X86/required-vector-width.ll | 10 +-
test/CodeGen/X86/store_op_load_fold2.ll | 12 +-
test/CodeGen/X86/subvector-broadcast.ll | 48 +--
test/CodeGen/X86/vector-shuffle-variable-256.ll | 3 +-
28 files changed, 612 insertions(+), 682 deletions(-)
create mode 100644 test/CodeGen/X86/pr36274.ll
create mode 100644 test/CodeGen/X86/pr36312.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-tools-extra.
from f7c52e92 [clang-move] Fix the failing test caused by changes in clang-format.
new 3c137a5c [clangd][nfc] Give name to a magic constant
new 63c895a3 [clangd] Fix undefined behavior due to misaligned type cast
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:
clangd/index/Index.h | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 c010893e584 Support embedding natvis files in PDBs.
new c12cb2ce2d5 Add cast to Type*, fix failure from r327894.
new dbc74cb8729 [ARM, AArch64] Check the no-stack-arg-probe attribute for d [...]
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/Type.h | 2 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 13 +++++++++++++
lib/Target/ARM/ARMISelLowering.cpp | 14 ++++++++++++++
test/CodeGen/AArch64/no-stack-arg-probe.ll | 12 ++++++++++++
test/CodeGen/AArch64/win-alloca-no-stack-probe.ll | 17 +++++++++++++++++
.../ARM/Windows/alloca-no-stack-arg-probe.ll | 21 +++++++++++++++++++++
.../ARM/Windows/chkstk-no-stack-arg-probe.ll | 12 ++++++++++++
7 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/no-stack-arg-probe.ll
create mode 100644 test/CodeGen/AArch64/win-alloca-no-stack-probe.ll
create mode 100644 test/CodeGen/ARM/Windows/alloca-no-stack-arg-probe.ll
create mode 100644 test/CodeGen/ARM/Windows/chkstk-no-stack-arg-probe.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 bff57591150 [testsuite] Add nvptx xfail to pr84512.c
new a401e5bd5dc 2018-03-19 Maxim Ostapenko <m.ostapenko(a)samsung.com>
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/dwarf2asm.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/asan/pr78651.C | 26 ++++++++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/asan/pr78651.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 0245f1cd627 [AMDGPU] change test to avoid NaN math
new e8989cc97b9 Make ConstantDataArray::get constructor templated. Will sup [...]
new c010893e584 Support embedding natvis files in PDBs.
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:
.../CodeView/DebugStringTableSubsection.h | 14 +-
include/llvm/DebugInfo/PDB/Native/HashTable.h | 5 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 32 ++++-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 13 ++
include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 +
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ++++
include/llvm/IR/Constants.h | 22 ++-
include/llvm/IR/Type.h | 14 ++
.../CodeView/DebugChecksumsSubsection.cpp | 2 +-
lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp | 6 +-
.../CodeView/DebugStringTableSubsection.cpp | 25 ++--
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 1 +
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 150 +++++++++++++++++++--
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 23 ++++
lib/IR/Constants.cpp | 34 -----
tools/llvm-pdbutil/DumpOutputStyle.cpp | 29 ++++
tools/llvm-pdbutil/DumpOutputStyle.h | 1 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 4 +
tools/llvm-pdbutil/llvm-pdbutil.h | 1 +
19 files changed, 333 insertions(+), 73 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 7fa611f53 [ELF] Add basic support for PPC LE
new d9ecec34c Support embedding natvis files in PDBs.
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/Config.h | 1 +
COFF/Driver.cpp | 5 +-
COFF/Options.td | 2 +-
COFF/PDB.cpp | 16 +++
test/COFF/Inputs/generic.yaml | 282 +++++++++++++++++++++++++++++++++++++++
test/COFF/Inputs/natvis-1.natvis | 1 +
test/COFF/Inputs/natvis-2.natvis | 1 +
test/COFF/Inputs/natvis-3.natvis | 1 +
test/COFF/pdb-natvis.test | 26 ++++
test/lit.cfg.py | 3 +
test/lit.site.cfg.py.in | 1 +
11 files changed, 337 insertions(+), 2 deletions(-)
create mode 100644 test/COFF/Inputs/generic.yaml
create mode 100644 test/COFF/Inputs/natvis-1.natvis
create mode 100644 test/COFF/Inputs/natvis-2.natvis
create mode 100644 test/COFF/Inputs/natvis-3.natvis
create mode 100644 test/COFF/pdb-natvis.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.