This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c51be815517 [AArch64][GlobalISel] Fix old use of % sigil in test.
new 9c84a48b2dc [RISCV] Define getSetCCResultType for setting vector setCC type
new 8683684c3b6 [RISCV] Fix c.addi and c.addi16sp immediate constraints whi [...]
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/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 25 ++++++++++++++++---
lib/Target/RISCV/RISCVISelLowering.cpp | 7 ++++++
lib/Target/RISCV/RISCVISelLowering.h | 3 +++
lib/Target/RISCV/RISCVInstrInfoC.td | 18 ++++++++++----
test/CodeGen/RISCV/get-setcc-result-type.ll | 35 +++++++++++++++++++++++++++
test/MC/RISCV/rv32c-invalid.s | 13 +++++++---
6 files changed, 88 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/RISCV/get-setcc-result-type.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 2794a6b570 Remove the change which accidentally crept in into the cherry-pick
new 5885c75b8c [analyzer] Expose return statement from CallExit program point
new cd369d49a2 [analyzer] Fix transitions in check::PreStmt<MemberExpr> che [...]
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/clang/Analysis/ProgramPoint.h | 4 +++
.../Checkers/AnalysisOrderChecker.cpp | 9 +++++-
lib/StaticAnalyzer/Core/CoreEngine.cpp | 5 +--
lib/StaticAnalyzer/Core/ExprEngine.cpp | 9 +++---
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 2 ++
test/Analysis/return-stmt-merge.cpp | 37 ++++++++++++++++++++++
6 files changed, 56 insertions(+), 10 deletions(-)
create mode 100644 test/Analysis/return-stmt-merge.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 llvm.
from f2316f6e764 Fix debug spelling in ResetMachineFunction pass.
new c51be815517 [AArch64][GlobalISel] Fix old use of % sigil in test.
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/AArch64/GlobalISel/select-implicit-def.mir | 4 ++--
1 file 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 clang.
from 63f1a46002 [analyzer] Expose exploration strategy through analyzer options.
new 2794a6b570 Remove the change which accidentally crept in into the cherry-pick
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/StaticAnalyzer/Core/AnalyzerOptions.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 gcc.
from b7e3290be855 reflect: enable allocation tests
new ba23f9fbeceb PR c++/84160 - ICE with nested variadic capture.
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/cp/ChangeLog | 10 +++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/cp-tree.h | 1 +
gcc/cp/expr.c | 4 +--
gcc/cp/lambda.c | 32 ++++++++++++++++++----
gcc/cp/semantics.c | 2 +-
.../g++.dg/cpp0x/lambda/lambda-variadic6.C | 12 ++++++++
7 files changed, 53 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic6.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 7806f274e2 [analyzer] Fix yet-another-crash in body-farming std::call_once
new 63f1a46002 [analyzer] Expose exploration strategy through analyzer options.
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/StaticAnalyzer/Core/AnalyzerOptions.h | 13 +++++++++
.../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 7 +++--
.../StaticAnalyzer/Core/PathSensitive/WorkList.h | 6 ++--
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 20 +++++++++++++
lib/StaticAnalyzer/Core/CoreEngine.cpp | 33 +++++++++++++++++++---
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +-
test/Analysis/analyzer-config.c | 3 +-
test/Analysis/analyzer-config.cpp | 3 +-
8 files changed, 74 insertions(+), 13 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 2f5a85e441f [GlobalISel] Constrain the dest reg of IMPLICT_DEF.
new f2316f6e764 Fix debug spelling in ResetMachineFunction pass.
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/ResetMachineFunctionPass.cpp | 4 ++--
1 file 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 cfca1a5f0eb Remove non-modular header containing static utility functions
new 2f5a85e441f [GlobalISel] Constrain the dest reg of IMPLICT_DEF.
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 | 6 ++++++
.../AArch64/GlobalISel/select-implicit-def.mir | 19 +++++++++++++++++++
2 files changed, 25 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 clang.
from 5fb3bb8404 [coroutines] Fix application of NRVO to Coroutine "Gro" or r [...]
new 7806f274e2 [analyzer] Fix yet-another-crash in body-farming std::call_once
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/Analysis/BodyFarm.cpp | 11 ++++++++++-
test/Analysis/call_once.cpp | 45 ++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 54 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 gcc.
from 3d3821cb4fe runtime: scan register backing store on ia64
new b7e3290be85 reflect: enable allocation tests
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/go/gofrontend/MERGE | 2 +-
libgo/go/reflect/all_test.go | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.