This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 6dfff1c #include <test_macros.h> in all the regex tests, and remove a [...]
new 85d5622 Apparently XFAIL tests that are supposed to fail to compile c [...]
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/std/re/re.alg/re.alg.match/basic.fail.cpp | 6 ++++--
test/std/re/re.alg/re.alg.search/basic.fail.cpp | 6 ++++--
test/std/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.fail.cpp | 6 ++++--
test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/array.fail.cpp | 6 ++++--
test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.fail.cpp | 6 ++++--
test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/int.fail.cpp | 6 ++++--
test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.fail.cpp | 6 ++++--
7 files changed, 28 insertions(+), 14 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-tools-extra.
from 2bb621a [clang-tidy] Added misc-move-const-arg docs.
new 60e27af [clang-tidy] Now adding correct misc-move-const-arg documentation ;]
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:
clang-tidy/misc/MoveConstantArgumentCheck.cpp | 19 +++++++++----------
docs/clang-tidy/checks/misc-move-const-arg.rst | 14 +++++++-------
.../{move-const-arg.cpp => misc-move-const-arg.cpp} | 8 ++++----
3 files changed, 20 insertions(+), 21 deletions(-)
rename test/clang-tidy/{move-const-arg.cpp => misc-move-const-arg.cpp} (87%)
--
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 3784bf8 Parse and dump PDB DBI Stream Header Information
new cff4949 Fix warnings and -Werror build on clang.
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/PDB/Raw/PDBDbiStream.h | 2 +-
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 2 +-
2 files 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 hjl/pr70155/cse
in repository gcc.
at 2ff45de Extend STV pass to 64-bit mode
This branch includes the following new commits:
new 2ff45de Extend STV pass to 64-bit mode
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.
--
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 b44171b Remove unnecessary function type directives for ifuncs.
new b29b919 Make test/ELF/reproduces.s test to work on Windows.
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/ELF/reproduce.s | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 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-tools-extra.
from 83addc4 [Release notes] Mention Clang-tidy misc-fold-init-type check.
new 2bb621a [clang-tidy] Added misc-move-const-arg docs.
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/clang-tidy/checks/list.rst | 3 ++-
docs/clang-tidy/checks/misc-move-const-arg.rst | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 docs/clang-tidy/checks/misc-move-const-arg.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 master
in repository llvm.
from 3005d0c Reapply: "ARM: put correct symbol index on indirect pointers [...]
new 87d4b8c [Tail duplication] Handle source registers with subregisters
new 3784bf8 Parse and dump PDB DBI Stream Header Information
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/CodeGen/TailDuplicator.h | 11 +-
include/llvm/DebugInfo/PDB/PDBExtras.h | 1 +
include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h | 52 +++++++++
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 8 +-
include/llvm/DebugInfo/PDB/Raw/PDBRawConstants.h | 28 +++--
lib/CodeGen/TailDuplicator.cpp | 114 ++++++++++++------
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/PDBExtras.cpp | 28 +++++
lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp | 143 +++++++++++++++++++++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 18 +++
lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp | 2 +-
test/CodeGen/Hexagon/tail-dup-subreg-map.ll | 67 +++++++++++
test/DebugInfo/PDB/pdbdump-headers.test | 10 ++
tools/llvm-pdbdump/llvm-pdbdump.cpp | 22 +++-
14 files changed, 451 insertions(+), 54 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/PDBDbiStream.h
create mode 100644 lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp
create mode 100644 test/CodeGen/Hexagon/tail-dup-subreg-map.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.
from 6c2db62 [SPIR] Remove an assert mandating SPIR for OpenCL sources only.
new 9f60c2c [CMake] Use just-built clang and build iOS support when build [...]
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/caches/Apple-stage2.cmake | 3 +++
1 file changed, 3 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 compiler-rt.
from b8eab08 [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode [...]
new bc69cf9 [sanitizers] [NFC] Add defines for the various PowerPC ABIs.
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/asan/asan_report.cc | 2 +-
lib/msan/msan.h | 2 +-
lib/sanitizer_common/sanitizer_platform.h | 33 +++++++++++++++++++++++++++++++
lib/tsan/rtl/tsan_interceptors.cc | 6 ++----
4 files changed, 37 insertions(+), 6 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 783db05 [SimplifyLibCalls] sprintf doesn't copy null bytes
new a536c7f Internalize: More consistent file header and include guards. NFC
new 3005d0c Reapply: "ARM: put correct symbol index on indirect pointers [...]
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/Transforms/IPO/Internalize.h | 8 ++++----
lib/MC/MachObjectWriter.cpp | 3 ++-
test/MC/ARM/tls-directives.s | 6 +++++-
tools/llvm-objdump/MachODump.cpp | 2 +-
4 files changed, 12 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.