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 b0ba22e3 [clang-tidy] Adding static analyzer check to list of clang-ti [...]
new 86d51b47 [clang-doc] Add flag to continue after mapping errors
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-doc/tool/ClangDocMain.cpp | 15 +++++++++++++--
1 file changed, 13 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 d04f660ca28 [Attributor] Using liveness in other attributes.
new 870c83dcb04 Remove support for unsupported MSVC versions
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/Demangle/DemangleConfig.h | 7 -------
lib/DebugInfo/PDB/DIA/DIASession.cpp | 8 +-------
lib/Support/Windows/explicit_symbols.inc | 6 ------
3 files changed, 1 insertion(+), 20 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 675add4fc Use rip-relative addressing in asm test
new 0b4a592a9 Fix ClangASTContext::CreateParameterDeclaration to not call addDecl
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/lldb/Symbol/ClangASTContext.h | 3 ++-
.../Makefile | 6 +++++
...estBreakpointInMemberFuncWNonPrimitiveParams.py | 26 ++++++++++++++++++++++
.../a.cpp | 14 ++++++++++++
.../a.h | 7 ++++++
.../main.cpp | 15 +++++++++++++
.../module.modulemap | 3 +++
.../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 2 +-
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +-
source/Symbol/ClangASTContext.cpp | 6 +++--
10 files changed, 79 insertions(+), 5 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
create mode 100644 packages/Python/lldbsuite/test/lang/cpp/breakpoint_in_member_fu [...]
--
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 523f1ff04dc 2019-08-02 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 5a19fea9f83 Correct the PR number for 90297 to 90986.
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/fortran/ChangeLog | 2 +-
gcc/testsuite/ChangeLog | 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 master
in repository llvm.
from d4aabeb3206 [BPF] annotate DIType metadata for builtin preseve_array_ac [...]
new d04f660ca28 [Attributor] Using liveness in other attributes.
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/Transforms/IPO/Attributor.h | 28 ++++-
lib/Transforms/IPO/Attributor.cpp | 169 +++++++++++++++++++++-----
test/Transforms/FunctionAttrs/arg_returned.ll | 2 +
test/Transforms/FunctionAttrs/liveness.ll | 97 +++++++++------
test/Transforms/FunctionAttrs/willreturn.ll | 7 +-
5 files changed, 228 insertions(+), 75 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 gcc.
from 886d6dbac7f Add future.md.
new 523f1ff04dc 2019-08-02 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/match.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/{common_26.f90 => equiv_10.f90} | 7 ++++---
4 files changed, 24 insertions(+), 3 deletions(-)
copy gcc/testsuite/gfortran.dg/{common_26.f90 => equiv_10.f90} (56%)
--
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 fd5b39fd11a [AArch64][GlobalISel] Eliminate redundant G_ZEXT when the s [...]
new d4aabeb3206 [BPF] annotate DIType metadata for builtin preseve_array_ac [...]
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/LangRef.rst | 4 ++++
include/llvm/IR/IRBuilder.h | 10 +++++++---
test/CodeGen/BPF/CORE/intrinsic-array.ll | 2 +-
3 files changed, 12 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 clang.
from 0165340d20 [Driver][test] Avoid undefined grep in darwin-ld.c
new 622bcb1719 [BPF] annotate DIType metadata for builtin preseve_array_acc [...]
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/CGExpr.cpp | 12 ++++++++---
test/CodeGen/builtin-preserve-access-index-array.c | 18 +++++++++++++++++
test/CodeGen/builtin-preserve-access-index.c | 23 +++++++++++-----------
3 files changed, 39 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/builtin-preserve-access-index-array.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 llvm.
from 296ab4b2adb [TargetLowering] SimplifyMultipleUseDemandedBits - don't as [...]
new fd5b39fd11a [AArch64][GlobalISel] Eliminate redundant G_ZEXT when the s [...]
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/Target/AArch64/AArch64InstructionSelector.cpp | 17 ++++++++
.../GlobalISel/select-redundant-zext-of-load.mir | 48 ++++++++++++++++++++++
.../CodeGen/AArch64/GlobalISel/select-zextload.mir | 4 +-
3 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-redundant-zext-of-load.mir
--
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 f033db1b6 Refactor deque to centralize handling of spare blocks.
new 3e9af5ac6 Add benchmarks to test the cost of allocator
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:
benchmarks/CMakeLists.txt | 2 +
benchmarks/allocation.bench.cpp | 136 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 138 insertions(+)
create mode 100644 benchmarks/allocation.bench.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.