This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 9e9821ddd8 x86-64: Force symbol dynamic if it isn't undefined weak
new a49abe0bb1 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from bea550569a Automatic date update in version.in
new 8e93ae6831 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from cff08d0aa4 i386: Set ELF_MAXPAGESIZE to 0x1000 for VxWorks
new f0f7ae2530 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from c581c4ffc95 [Object] Fix some Clang-tidy modernize and Include What You [...]
new d9abaa1e082 InferAddressSpaces: Use reference arguments instead of pointers
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/Transforms/Scalar/InferAddressSpaces.cpp | 30 ++++++++++++++--------------
1 file changed, 15 insertions(+), 15 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 e6991d24a15 InferAddressSpaces: Remove redundant assert
new c581c4ffc95 [Object] Fix some Clang-tidy modernize and Include What You [...]
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/Object/ELF.h | 68 +++++++------
include/llvm/Object/ELFObjectFile.h | 32 +++---
include/llvm/Object/ELFTypes.h | 166 +++++++++++++++++---------------
include/llvm/Object/IRSymtab.h | 29 ++++--
include/llvm/Object/ModuleSymbolTable.h | 16 +--
include/llvm/Object/StackMapParser.h | 43 ++++-----
lib/Object/ELF.cpp | 13 ++-
lib/Object/ELFObjectFile.cpp | 21 +++-
lib/Object/IRSymtab.cpp | 28 +++++-
lib/Object/ModuleSymbolTable.cpp | 32 ++++--
lib/Object/RecordStreamer.cpp | 5 +-
lib/Object/RecordStreamer.h | 23 ++++-
12 files changed, 287 insertions(+), 189 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 c90c98687 [DWARF] Fix lookup in the abstract origins of inlined blocks/ [...]
new 52133c6a2 [Expression parser] Return both types and variables
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:
.../cpp/llvm-style}/Makefile | 2 +-
.../TestPrintf.py => llvm-style/TestLLVMStyle.py} | 2 +-
.../lldbsuite/test/lang/cpp/llvm-style/main.cc | 36 ++
.../test/lang/cpp/nsimport/TestCppNsImport.py | 4 +-
.../python_os_plugin => lang/cpp/symbols}/Makefile | 0
.../symbols/TestSymbols.py} | 0
.../Python/lldbsuite/test/lang/cpp/symbols/main.cc | 40 ++
.../Clang/ClangExpressionDeclMap.cpp | 505 ++++++++++-----------
8 files changed, 329 insertions(+), 260 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/plugins/python_os_plugin => l [...]
copy packages/Python/lldbsuite/test/lang/cpp/{printf/TestPrintf.py => llvm-style/T [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/llvm-style/main.cc
copy packages/Python/lldbsuite/test/{functionalities/plugins/python_os_plugin => l [...]
copy packages/Python/lldbsuite/test/lang/{c/struct_types/TestStructTypes.py => cpp [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/symbols/main.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.
from f20a8fd960 [Modules] Fix test to wipe out the cache before using it
new c2ca61f3d0 [modules ts] Diagnose 'export' declarations outside of a mod [...]
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/DiagnosticSemaKinds.td | 7 +++++-
include/clang/Basic/Module.h | 12 ++++++++++
lib/Lex/ModuleMap.cpp | 1 +
lib/Sema/SemaDecl.cpp | 6 +++++
lib/Serialization/ASTReader.cpp | 3 +++
lib/Serialization/ASTWriter.cpp | 7 +++---
.../dcl.dcl/dcl.module/dcl.module.interface/p1.cpp | 27 ++++++++++++++++++++++
test/Parser/cxx-modules-interface.cppm | 3 +--
test/SemaCXX/modules-ts.cppm | 13 +++++------
9 files changed, 66 insertions(+), 13 deletions(-)
create mode 100644 test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.interface/p1.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 compiler-rt.
from 518a5aca0 Mark a test as requiring a shell.
new 43a355662 [asan] Fix Windows global dead stripping tests
new efd746c9a Revert r301089 "[builtins] Implement emulated TLS on Windows."
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/builtins/CMakeLists.txt | 9 +-
lib/builtins/emutls.c | 280 +++++----------------
.../asan/TestCases/Windows/dll_global_dead_strip.c | 4 +-
test/asan/TestCases/Windows/global_dead_strip.c | 4 +-
4 files changed, 71 insertions(+), 226 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 9ecbcab4f49 [ARM, x86] add more vector tests for bool math; NFC
new e6991d24a15 InferAddressSpaces: Remove redundant assert
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/Transforms/Scalar/InferAddressSpaces.cpp | 1 -
1 file changed, 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 llvm.
from 154994d2b5f [git-llvm] Remove CR from middle of svn propget output
new 9ecbcab4f49 [ARM, x86] add more vector tests for bool math; NFC
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/CodeGen/ARM/bool-ext-inc.ll | 39 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/bool-ext-inc.ll | 25 +++++++++++++++++++++++++
2 files changed, 64 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.