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 5c244d0e0 [MSan] revert r341528 to unbreak the bots
new 1b5bbce04 [MSan] store origins for variadic function parameters in __ms [...]
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/msan/msan.cc | 6 ++++++
test/msan/vararg.cc | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
create mode 100644 test/msan/vararg.cc
--
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 8c10841e [clangd] NFC: Use TopN instead of std::priority_queue
new 4ac7fda5 [clangd] Fix Dex initialization
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:
clangd/index/dex/DexIndex.cpp | 1 +
clangd/index/dex/DexIndex.h | 13 ++++++++++---
2 files changed, 11 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 libcxx.
from fa8c5393b [libcxx] Add ReleaseNotes.rst file for release notes
new 6969dc114 [libc++] Add a link to the Release notes from the main libc++ [...]
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:
docs/index.rst | 1 +
1 file changed, 1 insertion(+)
--
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 8220dac54 Last week, someone noted that a couple of the time_point memb [...]
new fa8c5393b [libcxx] Add ReleaseNotes.rst file for release notes
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:
docs/ReleaseNotes.rst | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 docs/ReleaseNotes.rst
--
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 release_70
in repository libcxx.
from b1dfda209 Merging r340544: -------------------------------------------- [...]
new 8286ca176 Merging r340823: -------------------------------------------- [...]
new dffe9e0f1 Merging r340609: -------------------------------------------- [...]
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/memory | 6 +--
include/regex | 15 +++-----
.../inverted_character_classes.pass.cpp | 44 ++++++++++++++++++++++
.../re.alg.search/invert_neg_word_search.pass.cpp | 2 +-
.../raw_storage_iterator.base.pass.cpp | 8 ++++
.../storage.iterator/raw_storage_iterator.pass.cpp | 7 ++++
.../allocate_shared.pass.cpp | 8 ++++
.../make_shared.pass.cpp | 9 +++++
8 files changed, 86 insertions(+), 13 deletions(-)
create mode 100644 test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.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 449d2608f8 Fix march triple used test from rL341475
new ee2b0839d5 Revert "[DebugInfo] Generate debug information for labels. ( [...]
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/CGDebugInfo.cpp | 26 --------------------------
lib/CodeGen/CGDebugInfo.h | 3 ---
lib/CodeGen/CGStmt.cpp | 10 ----------
test/CodeGen/debug-label-inline.c | 28 ----------------------------
test/CodeGen/debug-label.c | 16 ----------------
5 files changed, 83 deletions(-)
delete mode 100644 test/CodeGen/debug-label-inline.c
delete mode 100644 test/CodeGen/debug-label.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 clang.
from 7699dded74 Fix the -print-multi-directory flag to print the selected multilib.
new 449d2608f8 Fix march triple used test from rL341475
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/Headers/arm-fp16-header.c | 28 ++++++++++++++--------------
test/Headers/arm-neon-header.c | 29 ++++++++++++++---------------
2 files changed, 28 insertions(+), 29 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 23a0e9ffba [OpenCL] Disallow negative attribute arguments
new 7699dded74 Fix the -print-multi-directory flag to print the selected multilib.
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/Driver/ToolChain.h | 3 +++
lib/Driver/Driver.cpp | 15 +++++++--------
lib/Driver/ToolChains/Linux.cpp | 9 ++++-----
test/Driver/print-multi-directory.c | 30 ++++++++++++++++++++++++++++++
4 files changed, 44 insertions(+), 13 deletions(-)
create mode 100644 test/Driver/print-multi-directory.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 918db08a3ef S/390: Prohibit SYMBOL_REF in UNSPECV_CAS
new 9c9cdc49c85 [gcc]
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 | 5 +++++
gcc/config/rs6000/rs6000.c | 6 ++++--
2 files changed, 9 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 48afe9e6360 [InstCombine] fix formatting in SimplifyDemandedVectorElts- [...]
new 738b5f5028e [RISCV][NFC] Rework test/MC/RISCV/rv{32,64}* to allow testi [...]
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/MC/RISCV/rv32a-valid.s | 192 ++++++++++++------------
test/MC/RISCV/rv32c-only-valid.s | 20 ++-
test/MC/RISCV/rv32c-valid.s | 196 ++++++++++++-------------
test/MC/RISCV/rv32d-valid.s | 200 ++++++++++++-------------
test/MC/RISCV/rv32dc-valid.s | 30 ++--
test/MC/RISCV/rv32f-valid.s | 212 +++++++++++++-------------
test/MC/RISCV/rv32fc-valid.s | 24 +--
test/MC/RISCV/rv32i-valid.s | 310 +++++++++++++++++++--------------------
test/MC/RISCV/rv32m-valid.s | 48 +++---
test/MC/RISCV/rv64a-valid.s | 187 +++++++++++------------
test/MC/RISCV/rv64c-valid.s | 84 ++++++-----
test/MC/RISCV/rv64d-valid.s | 51 ++++---
test/MC/RISCV/rv64dc-valid.s | 30 ++--
test/MC/RISCV/rv64f-valid.s | 35 +++--
test/MC/RISCV/rv64i-valid.s | 124 ++++++++--------
test/MC/RISCV/rv64m-valid.s | 28 ++--
16 files changed, 895 insertions(+), 876 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.