This is an automated email from the git hooks/post-receive script.
ryan.arnold pushed a change to branch ryan_arnold/rn_gen_repo
in repository toolchain/tcwg-release-tools.
was e37df6f Require *RN classes to take a 'series' rather than defining one.
This change permanently discards the following revisions:
discards e37df6f Require *RN classes to take a 'series' rather than defining one.
discards 93a4541 Forgot to add fix to previous commit
discards d2181e6 Series should provide a unique series name
discards 274b52a Add branchname tests to rn.py.
discards 3176608 add Template in template.py, Series in series.py, and a branc [...]
discards e465bbe Add series.py.
discards a3b5400 Add rn.py with testcases.
discards 5a043fc Move GitRepo from clone.py into gitrepo.py and fix imports in [...]
discards b186f6a Remove unnecessary import.
discards 1894907 Change name from Repo to GitRepo.
discards f540851 Add Workdir class and tests in workdir.py.
discards 394ce28 Move __str__ from Clone to Repo since it always returns Repo. [...]
discards 8ba4cbb clone.py: make CloneTest work in offline mode. proj.py: make [...]
discards 7f49f03 Make clone.py tests less redundant.
discards a435a5d Add clone.py and refine test suite for clone.py and repo.py
discards 42517a8 add clone.py and proj.py
discards 242f0e4 Add working files for repo.py, rn.py, and handle_exit.py.
--
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.
ryan.arnold pushed a change to branch ryan_arnold/python_repo
in repository toolchain/tcwg-release-tools.
was b9a47ed Merge branch 'master' of https://git.linaro.org/toolchain/tcw [...]
This change permanently discards the following revisions:
discards b9a47ed Merge branch 'master' of https://git.linaro.org/toolchain/tcw [...]
discards 31b9bdb Working commit.
discards 9357f89 template.py: Move NEWS.textile into class attribute.
discards a776ee2 Add Series tests for empty (default) spin and rc.
discards 75579fb Move Spin and Rc instances into Series.
discards 11354dc Add vers.py to add Vers, Spin, and Rc classes.
discards da6721c Change Series *str functions to *type functions.
--
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.
ryan.arnold pushed a change to branch ryan_arnold/old_rngen_script
in repository toolchain/tcwg-release-tools.
was dc92646 Old rngen script being backed up 'just-in-case'.
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
ryan.arnold pushed a change to branch ryan_arnold/rngen
in repository toolchain/tcwg-release-tools.
at d3848d1 Generate release notes with python scripting.
This branch includes the following new commits:
new d3848d1 Generate release notes with python scripting.
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.
--
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 089ce6a [Hexagon] Remove unused variants of LO/HI instructions
new 72626e1 [ValueTracking] An improvement to IR ValueTracking on Non-neg [...]
new be7124c LiveIntervalAnalysis: fix a crash in repairOldRegInRange
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/Analysis/ValueTracking.cpp | 38 ++++++++++-
lib/CodeGen/LiveIntervalAnalysis.cpp | 5 ++
test/Analysis/ValueTracking/iv-known-sign.ll | 97 ++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/merge-store-crash.ll | 36 +++++++++++
test/Transforms/BBVectorize/loop1.ll | 2 +-
5 files changed, 176 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/ValueTracking/iv-known-sign.ll
create mode 100644 test/CodeGen/AMDGPU/merge-store-crash.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 llvm.
from 4425f12 [X86][SSE] Dropped blend(insertps(x,y),zero) combine - this i [...]
new c04b985 Codegen: Tail Merge: Be less aggressive with special cases.
new 089ce6a [Hexagon] Remove unused variants of LO/HI instructions
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/CodeGen/BranchFolding.cpp | 17 +++++++++++++----
lib/Target/Hexagon/HexagonInstrInfo.td | 34 ----------------------------------
test/CodeGen/ARM/ifcvt4.ll | 4 ++--
test/CodeGen/Hexagon/rdf-copy.ll | 2 +-
4 files changed, 16 insertions(+), 41 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 release_39
in repository clang.
from fdc4b3e [docs] Update 3.9 release notes for the static analyzer.
new 8ff00e1 Merging r278139: -------------------------------------------- [...]
new 959e1a6 Merging r278234 and r278235: -------------------------------- [...]
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/CodeGen/CGBlocks.cpp | 12 ++++++++++--
lib/Driver/Tools.cpp | 9 +++++----
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 12 ++++++------
test/Driver/cl-options.c | 4 ++++
4 files changed, 25 insertions(+), 12 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 a7e2299 [analyzer] Fix a crash in CloneDetector when calling function [...]
new b0f2f6f Reapply [Sema] Add sizeof diagnostics for bzero
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/AST/Decl.cpp | 6 +++++
lib/Sema/SemaChecking.cpp | 8 +++---
test/SemaCXX/warn-memset-bad-sizeof.cpp | 43 +++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+), 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 clang-tools-extra.
from 6181df1 [Release Notes] Consistency in Clang-tidy entries' style.
new eef43f8 [Documentation] Highlighting consistency and spelling mistake [...]
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/clang-tidy/checks/readability-else-after-return.rst | 6 +++---
1 file changed, 3 insertions(+), 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 clang-tools-extra.
from f8b522c [clang-tidy] enhance readability-else-after-return
new 6181df1 [Release Notes] Consistency in Clang-tidy entries' style.
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 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.