This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 67f7a78 Fix PR32097 - is_abstract doesn't work on class templates.
new c642236 Improve diagnostics when an invalid hash is used in an unorde [...]
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/__hash_table | 27 +++++++++++++-----
.../unord.set/missing_hash_specialization.fail.cpp | 32 ++++++++++++++++++++++
2 files changed, 52 insertions(+), 7 deletions(-)
create mode 100644 test/libcxx/containers/unord/unord.set/missing_hash_specializat [...]
--
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 22de43b Move constexpr arrays out of class definition.
new ee51703 Keep attributes, calling convention, etc, when remangling intrinsic
new 037e153 Only run the overloaded-intrinsic-name.ll test once, with FileCheck.
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:
lib/IR/AutoUpgrade.cpp | 87 ++++++++++-------------
test/CodeGen/Generic/overloaded-intrinsic-name.ll | 6 +-
2 files changed, 41 insertions(+), 52 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 c7049d6 [PS4] Set our default dialect to C++11. NFC for other targets [...]
new 8acf4ef [Analyzer] Fix crash in ObjCPropertyChecker on protocol property
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/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp | 3 +--
test/Analysis/ObjCPropertiesSyntaxChecks.m | 7 +++++++
2 files changed, 8 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 libcxx.
from 0268c19 Updated the XFAIL comment in variant tests.
new 67f7a78 Fix PR32097 - is_abstract doesn't work on class templates.
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/type_traits | 14 ++------------
.../meta/meta.unary/meta.unary.prop/is_abstract.pass.cpp | 10 ++++++++++
2 files changed, 12 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 2848ebe Fix signed / unsigned comparison warning.
new ca95334 [DebugInfo] Fix some Include What You Use warnings; other min [...]
new 22de43b Move constexpr arrays out of class definition.
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/DebugInfo/DWARF/DWARFContext.h | 18 ++++++--
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 14 +++---
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 14 ++++--
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | 18 ++++----
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 16 +++++--
include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 20 +++++---
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h | 15 +++---
include/llvm/DebugInfo/DWARF/DWARFSection.h | 12 ++---
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 23 +++++++---
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 53 +++++++++++++++-------
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 25 ++++++----
lib/DebugInfo/DWARF/DWARFContext.cpp | 42 +++++++++++++----
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 23 +++++-----
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 14 ++++--
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 6 +--
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp | 10 ++--
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 5 +-
lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 12 +++--
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 9 ++--
lib/DebugInfo/DWARF/DWARFUnit.cpp | 24 +++++-----
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 14 ++++--
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp | 18 ++++----
lib/DebugInfo/DWARF/SyntaxHighlighting.h | 25 +++++-----
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 7 +--
25 files changed, 280 insertions(+), 160 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 a3f7c6a [opt-viewer] Suggest installing the faster parser (libYAML)
new 854f9fd [PDB] Add tests for BinaryStream.
new 00d9a54 [PDB] Add an additional test for BinaryStreamRef.
new 2848ebe Fix signed / unsigned comparison warning.
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/DebugInfo/MSF/BinaryStreamRef.h | 3 +-
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 699 +++++++++++++++++++++++++++
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
3 files changed, 702 insertions(+), 1 deletion(-)
create mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.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 clang.
from c3c0b84 [Test] Make Lit tests C++11 compatible - IR ordering
new c7049d6 [PS4] Set our default dialect to C++11. NFC for other targets [...]
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/Frontend/CompilerInvocation.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
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 libcxx.
from 244033d Remove XFAIL in implicit_deduction_guides tests
new 0268c19 Updated the XFAIL comment in variant tests.
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:
.../utilities/variant/variant.variant/variant.status/index.pass.cpp | 5 ++++-
.../variant.variant/variant.status/valueless_by_exception.pass.cpp | 5 ++++-
2 files changed, 8 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 llvm.
from fb5e79a [CodeGen] Remove dead FastISel code after SDAG emitted a tailcall.
new a3f7c6a [opt-viewer] Suggest installing the faster parser (libYAML)
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:
utils/opt-viewer/opt-viewer.py | 5 ++---
1 file changed, 2 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 12246fe Add missing module/license header. NFC.
new 7fdaba3 [GlobalISel] Replace all combined G_EXTRACT uses.
new fb5e79a [CodeGen] Remove dead FastISel code after SDAG emitted a tailcall.
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:
lib/CodeGen/GlobalISel/Legalizer.cpp | 5 +----
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 6 ++++++
.../AArch64/GlobalISel/legalize-combines.mir | 22 +++++++++++++++++++++
test/CodeGen/AArch64/fast-isel-tail-call.ll | 23 ++++++++++++++++++++++
4 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AArch64/fast-isel-tail-call.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.