This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 09af9d2e29f [X86][BtVer2] Use NoSchedPredicate to model default transit [...]
new fd195ce798b [llvm-mca] Propagate fatal llvm-mca errors from library cla [...]
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:
tools/llvm-mca/DispatchStage.cpp | 6 +--
tools/llvm-mca/DispatchStage.h | 2 +-
tools/llvm-mca/ExecuteStage.cpp | 8 ++--
tools/llvm-mca/ExecuteStage.h | 2 +-
tools/llvm-mca/FetchStage.cpp | 12 ++++--
tools/llvm-mca/FetchStage.h | 2 +-
tools/llvm-mca/InstrBuilder.cpp | 72 ++++++++++++++++++++++--------------
tools/llvm-mca/InstrBuilder.h | 18 +++++----
tools/llvm-mca/InstructionTables.cpp | 4 +-
tools/llvm-mca/InstructionTables.h | 2 +-
tools/llvm-mca/Pipeline.cpp | 28 +++++++++-----
tools/llvm-mca/Pipeline.h | 7 ++--
tools/llvm-mca/RegisterFile.cpp | 10 ++++-
tools/llvm-mca/RegisterFile.h | 1 +
tools/llvm-mca/RetireStage.h | 2 +-
tools/llvm-mca/Stage.h | 16 +++++++-
tools/llvm-mca/llvm-mca.cpp | 9 ++++-
17 files changed, 131 insertions(+), 70 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 580dac5557 [Sema] fix -Wfloat-conversion test case.
new 4f97dae072 [analyzer][UninitializedObjectChecker] Refactoring p2.: Movi [...]
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/Checkers/CMakeLists.txt | 3 +-
.../UninitializedObject/UninitializedObject.h | 196 +++++++++++++
.../UninitializedObjectChecker.cpp | 303 +--------------------
.../UninitializedObject/UninitializedPointee.cpp | 171 ++++++++++++
4 files changed, 376 insertions(+), 297 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h
rename lib/StaticAnalyzer/Checkers/{ => UninitializedObject}/UninitializedObjectCh [...]
create mode 100644 lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPo [...]
--
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 b2fc0527d79 PR tree-optimization/71625 - missing strlen optimization on [...]
new c16f12a2dc1 [gcc]
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/ChangeLog | 7 +++++
gcc/config/rs6000/rs6000.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 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 6a6fe18b27 [analyzer][UninitializedObjectChecker] Refactoring p1.: Immu [...]
new 580dac5557 [Sema] fix -Wfloat-conversion test case.
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/Sema/conversion.c | 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 clang-tools-extra.
from 1a719634 [Documentation] Remove unnecessary placeholder, grammar fix i [...]
new 3ddff633 [clang-doc] Pass over function-internal declarations
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/Mapper.cpp | 4 +
test/clang-doc/bc-linkage.cpp | 912 ++++++++++++++++----------------------
test/clang-doc/bc-record.cpp | 216 +++++----
test/clang-doc/mapper-linkage.cpp | 267 ++++-------
test/clang-doc/mapper-record.cpp | 178 ++++----
test/clang-doc/yaml-linkage.cpp | 237 +++-------
test/clang-doc/yaml-record.cpp | 24 +-
7 files changed, 713 insertions(+), 1125 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 c9d00375b34 P0806R2 - Deprecate implicit capture of this via [=] * la [...]
new b2fc0527d79 PR tree-optimization/71625 - missing strlen optimization on [...]
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/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 92 +++++++++++
gcc/c-family/c-common.h | 1 +
gcc/c/ChangeLog | 6 +
gcc/c/c-parser.c | 9 +
gcc/cp/ChangeLog | 8 +
gcc/cp/decl.c | 36 +++-
gcc/cp/typeck2.c | 4 +-
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/c-c++-common/attr-nonstring-3.c | 2 +-
gcc/testsuite/g++.dg/init/string2.C | 104 ++++++++++++
gcc/testsuite/g++.dg/init/string3.C | 35 ++++
gcc/testsuite/g++.dg/init/string4.C | 60 +++++++
gcc/testsuite/gcc.dg/init-string-3.c | 58 +++++++
gcc/testsuite/gcc.dg/strlenopt-55.c | 230 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/strlenopt-56.c | 50 ++++++
16 files changed, 709 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/string2.C
create mode 100644 gcc/testsuite/g++.dg/init/string3.C
create mode 100644 gcc/testsuite/g++.dg/init/string4.C
create mode 100644 gcc/testsuite/gcc.dg/init-string-3.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-55.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-56.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 3a74b4221a7 [SimplifyLibCalls] reduce code for optimizeCos; NFCI
new 09af9d2e29f [X86][BtVer2] Use NoSchedPredicate to model default transit [...]
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/X86/X86ScheduleBtVer2.td | 16 ++++++++--------
1 file 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 clang.
from cde602ab8f [AST] Update/correct the static_asserts for the bit-fields in Type
new 6a6fe18b27 [analyzer][UninitializedObjectChecker] Refactoring p1.: Immu [...]
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:
.../Checkers/UninitializedObjectChecker.cpp | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 43afd584 Fix lint tests for D50449
new 1a719634 [Documentation] Remove unnecessary placeholder, grammar fix i [...]
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/ReleaseNotes.rst | 4 +---
1 file changed, 1 insertion(+), 3 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 31ff4125c7d Attempt to fix some MSVC build errors.
new 3a74b4221a7 [SimplifyLibCalls] reduce code for optimizeCos; NFCI
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/Utils/SimplifyLibCalls.cpp | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.