This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository lld.
from 4e32cac7c Merging r339058: -------------------------------------------- [...]
new 26c16d8aa [ReleaseNotes] Mention noteworthy changes for 7.0
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 | 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards f0c11db Round-robin wip.
new 680dbc8 Round-robin wip.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f0c11db)
\
N -- N -- N refs/heads/round-robin (680dbc8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-gnu-master.sh | 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 a3a6a7d1b97 [NFC] Add comprehensive test of AliasSetTracker with guards
new b0ee0d322a6 [NFC] Modify comment to make it more precise
new 35b2115503a [ARM] ParallelDSP: add option to enable/disable the pass
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/llvm/Analysis/MustExecute.h | 2 +-
lib/Target/ARM/ARMParallelDSP.cpp | 6 ++++++
2 files 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards 24a4bd4 Round-robin wip.
new f0c11db Round-robin wip.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (24a4bd4)
\
N -- N -- N refs/heads/round-robin (f0c11db)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-gnu-master.sh | 40 ++++++++++++++++++++++++++++++++--------
1 file changed, 32 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 d3b60bef640 [ThinLTO] Fix printing of WPD remarks
new a3a6a7d1b97 [NFC] Add comprehensive test of AliasSetTracker with guards
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/Analysis/AliasSet/guards.ll | 1550 ++++++++++++++++++++++++++++++++++++++
1 file changed, 1550 insertions(+)
create mode 100644 test/Analysis/AliasSet/guards.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 libunwind.
from 1e73cee Remove unneeded preprocessor condition.
new 0297c29 [cmake] Add MINGW_LIBRARIES to the linker flags
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:
src/CMakeLists.txt | 3 +++
1 file changed, 3 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.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master
in repository toolchain/llvm/clang-tools-extra.
from 43afd584 Fix lint tests for D50449
adds 1a719634 [Documentation] Remove unnecessary placeholder, grammar fix i [...]
adds 3ddff633 [clang-doc] Pass over function-internal declarations
No new revisions were added by this update.
Summary of changes:
clang-doc/Mapper.cpp | 4 +
docs/ReleaseNotes.rst | 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 +-
8 files changed, 714 insertions(+), 1128 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.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master
in repository toolchain/llvm/clang.
from 73982ed93f Revert "[OPENMP] Fix emission of the loop doacross constructs."
adds 87be98223c [SEMA] add more -Wfloat-conversion to compound assigment analysis
adds cde602ab8f [AST] Update/correct the static_asserts for the bit-fields in Type
adds 6a6fe18b27 [analyzer][UninitializedObjectChecker] Refactoring p1.: Immu [...]
adds 580dac5557 [Sema] fix -Wfloat-conversion test case.
adds 4f97dae072 [analyzer][UninitializedObjectChecker] Refactoring p2.: Movi [...]
No new revisions were added by this update.
Summary of changes:
include/clang/AST/Type.h | 23 +-
lib/Sema/SemaChecking.cpp | 60 ++--
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 3 +-
.../UninitializedObject/UninitializedObject.h | 196 +++++++++++++
.../UninitializedObjectChecker.cpp | 304 +--------------------
.../UninitializedObject/UninitializedPointee.cpp | 171 ++++++++++++
test/Sema/conversion.c | 2 +-
test/SemaCXX/warn-float-conversion.cpp | 26 ++
8 files changed, 458 insertions(+), 327 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.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
discards 5f7e694 Round-robin wip.
new 24a4bd4 Round-robin wip.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5f7e694)
\
N -- N -- N refs/heads/round-robin (24a4bd4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-gnu-master.sh | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.