This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 5d29d3f Support for OCaml native debugging
new b2e372e Revert rL277429: Correct makefile.rules to use toolchain spec [...]
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 35 +++++++++++-----------
1 file changed, 18 insertions(+), 17 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 763372c [clang-tidy] Fix an unused-using-decl false positive about te [...]
new 286a622 clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.c [...]
new f758e53 clang-tools-extra/test/clang-rename/TemplateTypenameFindBy*.c [...]
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:
test/clang-rename/TemplateTypenameFindByTemplateParam.cpp | 8 ++++----
test/clang-rename/TemplateTypenameFindByTypeInside.cpp | 8 ++++----
2 files changed, 8 insertions(+), 8 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 02c2861 HexagonVectorPrint.cpp: Fix r277370. Don't use getInstrVecReg [...]
new d18c8aa [ARM] Improve smul* and smla* isel for Thumb2
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/ARM/ARMInstrFormats.td | 6 ++
lib/Target/ARM/ARMInstrInfo.td | 41 ++++----
lib/Target/ARM/ARMInstrThumb2.td | 19 +++-
test/CodeGen/ARM/smul.ll | 191 +++++++++++++++++++++++++++++++-------
4 files changed, 198 insertions(+), 59 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 774347e Revert r276896 "Update Clang Parser test error message to mat [...]
new 34b6437 [analyzer] Respect statement-specific data in CloneDetection.
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/Analysis/CloneDetection.h | 4 +-
lib/Analysis/CloneDetection.cpp | 168 ++++++++++++++++++++++++-
test/Analysis/copypaste/asm.cpp | 44 +++++++
test/Analysis/copypaste/attributes.cpp | 28 +++++
test/Analysis/copypaste/call.cpp | 24 ++++
test/Analysis/copypaste/catch.cpp | 29 +++++
test/Analysis/copypaste/delete.cpp | 29 +++++
test/Analysis/copypaste/dependent-exist.cpp | 18 +++
test/Analysis/copypaste/expr-types.cpp | 17 +++
test/Analysis/copypaste/false-positives.cpp | 8 --
test/Analysis/copypaste/fold.cpp | 35 ++++++
test/Analysis/copypaste/function-try-block.cpp | 9 ++
test/Analysis/copypaste/functions.cpp | 25 ++++
test/Analysis/copypaste/generic.c | 31 +++++
test/Analysis/copypaste/labels.cpp | 51 ++++++++
test/Analysis/copypaste/lambda.cpp | 24 ++++
16 files changed, 532 insertions(+), 12 deletions(-)
create mode 100644 test/Analysis/copypaste/asm.cpp
create mode 100644 test/Analysis/copypaste/attributes.cpp
create mode 100644 test/Analysis/copypaste/call.cpp
create mode 100644 test/Analysis/copypaste/catch.cpp
create mode 100644 test/Analysis/copypaste/delete.cpp
create mode 100644 test/Analysis/copypaste/dependent-exist.cpp
create mode 100644 test/Analysis/copypaste/expr-types.cpp
create mode 100644 test/Analysis/copypaste/fold.cpp
create mode 100644 test/Analysis/copypaste/function-try-block.cpp
create mode 100644 test/Analysis/copypaste/generic.c
create mode 100644 test/Analysis/copypaste/labels.cpp
create mode 100644 test/Analysis/copypaste/lambda.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 release_39
in repository clang.
from 17391ce Merging r277221: -------------------------------------------- [...]
new 0b8b7e2 Merging r277307:
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/Headers/cpuid.h | 8 +++++++-
1 file changed, 7 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 binutils-gdb.
from a94d834 Fix SH GOT allocation in the presence of linker garbage collection.
new fa3fcee Synchronize libiberty sources with FSF GCC mainline version.
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/ChangeLog | 4 +
include/libiberty.h | 11 ++
libiberty/ChangeLog | 92 +++++++++++++++
libiberty/configure | 3 +-
libiberty/cp-demangle.c | 213 +++++++++++++++++++++++++++++-----
libiberty/cplus-dem.c | 45 ++++++-
libiberty/make-relative-prefix.c | 11 +-
libiberty/testsuite/demangle-expected | 166 ++++++++++++++++++++++++++
8 files changed, 503 insertions(+), 42 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 b484275 [GlobalISel] Don't RegBankSelect target-specific instructions.
new 02c2861 HexagonVectorPrint.cpp: Fix r277370. Don't use getInstrVecReg [...]
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/Hexagon/HexagonVectorPrint.cpp | 3 ++-
1 file changed, 2 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 llvm.
from 0bdecd2 [mips] Update the P5600 scheduler for isComplete = 1
new 99853c1 [GlobalISel] Const-ify MachineInstrs passed to MachineLegalizer.
new a124aa1 [GlobalISel] Don't legalize non-generic instructions.
new b484275 [GlobalISel] Don't RegBankSelect target-specific instructions.
The 3 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/GlobalISel/MachineLegalizer.h | 4 +--
include/llvm/Target/TargetOpcodes.h | 5 +++
lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 6 ++++
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 4 +--
lib/CodeGen/GlobalISel/RegBankSelect.cpp | 8 ++++-
.../AArch64/GlobalISel/arm64-regbankselect.mir | 27 ++++++++++++++++
.../GlobalISel/legalize-ignore-non-generic.mir | 36 ++++++++++++++++++++++
7 files changed, 85 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-ignore-non-generic.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 clang-tools-extra.
from 0af7e5f [include-fixer] Correct nested class search for identifiers w [...]
new 763372c [clang-tidy] Fix an unused-using-decl false positive about te [...]
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/UnusedUsingDeclsCheck.cpp | 20 +++++++++++++++++---
test/clang-tidy/Inputs/unused-using-decls.h | 11 +++++++++++
test/clang-tidy/misc-unused-using-decls.cpp | 21 ++++++++++++++++++++-
3 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 test/clang-tidy/Inputs/unused-using-decls.h
--
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 ad8a330 PR tree-optimization/34114 * tree-ssa-loop-niter.c (number_ [...]
new 44ca36e Update Solaris baselines
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:
libstdc++-v3/ChangeLog | 9 +++
.../post/solaris2.10/amd64/baseline_symbols.txt | 85 ++++++++++++++++++++++
.../abi/post/solaris2.10/baseline_symbols.txt | 85 ++++++++++++++++++++++
.../post/solaris2.10/sparcv9/baseline_symbols.txt | 85 ++++++++++++++++++++++
.../post/solaris2.11/amd64/baseline_symbols.txt | 85 ++++++++++++++++++++++
.../abi/post/solaris2.11/baseline_symbols.txt | 85 ++++++++++++++++++++++
.../post/solaris2.11/sparcv9/baseline_symbols.txt | 85 ++++++++++++++++++++++
7 files changed, 519 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.