This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bb92f34ba2 [analyzer] CStringChecker fix for strlcpy when no bytes are [...]
new fbd2776604 [X86] Remove mask argument from more builtins that are handl [...]
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/clang/Basic/BuiltinsX86.def | 60 ++++----
lib/CodeGen/CGBuiltin.cpp | 71 +++++-----
lib/Headers/avx512bwintrin.h | 205 ++++++++++-----------------
lib/Headers/avx512fintrin.h | 196 +++++++++----------------
lib/Headers/avx512vlintrin.h | 236 +++++++++++--------------------
test/CodeGen/avx512-reduceMinMaxIntrin.c | 200 --------------------------
6 files changed, 296 insertions(+), 672 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 c7f760c585 This is a test commit.
new bb92f34ba2 [analyzer] CStringChecker fix for strlcpy when no bytes are [...]
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/CStringChecker.cpp | 6 +++++-
test/Analysis/bsd-string.c | 5 +++++
2 files changed, 10 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 clang.
from 08ee284dc0 [AST][ObjC] Print implicit property expression that only has [...]
new c7f760c585 This is a test commit.
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:
examples/PrintFunctionNames/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 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 7b98dba18 Implement deduction guides for basic_regex
new fa35e8885 Mark more bits of P0433 as complete.
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:
www/cxx1z_status.html | 4 ++--
1 file changed, 2 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 38031eccca1 [GlobalISel][InstructionSelect] MatchTable second level gro [...]
new 1741de42851 [GlobalISel][ARM] Adding HPR and QPR regclasses to FPRB regbank
new fb0360d185d [InstCombine] [NFC] Added more tests for unlocked IO transf [...]
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/Target/ARM/ARMInstructionSelector.cpp | 2 ++
lib/Target/ARM/ARMRegisterBankInfo.cpp | 5 ++++
lib/Target/ARM/ARMRegisterBanks.td | 2 +-
test/Transforms/InstCombine/unlocked-stdio.ll | 35 ++++++++++++++++++++++++---
4 files changed, 39 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 lldb.
from 307a7d155 [SymbolFilePDB] Add a test for wchar_t type in PDB.
new 368153435 [SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsign [...]
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:
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 4 ++--
1 file changed, 2 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 lld.
from cc2395be7 ELF: Do not ICF two sections with different output sections.
new 6e5ba75ce ELF: Do not ICF sections named with a C identifier.
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/ICF.cpp | 6 ++++++
test/ELF/{icf-different-output-sections.s => icf-c-identifier.s} | 4 ++--
test/ELF/icf-different-output-sections.s | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
copy test/ELF/{icf-different-output-sections.s => icf-c-identifier.s} (69%)
--
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 a3ccaa9b882 [WebAssembly] Add functions for EHScopes
new 38031eccca1 [GlobalISel][InstructionSelect] MatchTable second level gro [...]
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/TableGen/GlobalISelEmitter.td | 90 ++++++++++++++++++++++++++++++++++--
utils/TableGen/GlobalISelEmitter.cpp | 15 +++++-
2 files changed, 101 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 lldb.
from 7c2fc1bea [SymbolFilePDB] Add support for resolving variable symbols
new 307a7d155 [SymbolFilePDB] Add a test for wchar_t type in PDB.
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:
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 3 +++
lit/SymbolFile/PDB/typedefs.test | 2 ++
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 1 +
3 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 libcxx.
from 72d5c6fbc [libcxx] [test] Mark the test as unsupported by apple-clang-8.1.
new 7b98dba18 Implement deduction guides for basic_regex
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/regex | 14 +++
.../re.regex/re.regex.construct}/deduct.fail.cpp | 21 ++--
.../re/re.regex/re.regex.construct/deduct.pass.cpp | 137 +++++++++++++++++++++
3 files changed, 164 insertions(+), 8 deletions(-)
copy test/std/{containers/sequences/vector/vector.cons => re/re.regex/re.regex.con [...]
create mode 100644 test/std/re/re.regex/re.regex.construct/deduct.pass.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.