This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9aa2af1d21 Add support for openSUSE ARM Triples
new b7ae3c02a7 [PR32667] -Wdocumentation should allow @param/@returns for f [...]
new 72e2426799 [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFC
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/AST/CommentSema.h | 4 +++
lib/AST/Comment.cpp | 17 ++++++++++
lib/AST/CommentSema.cpp | 28 ++++++++++++++--
test/Sema/warn-documentation.cpp | 72 ++++++++++++++++++++++++++++++++++++++++
test/Sema/warn-documentation.m | 62 ++++++++++++++++++++++++++++++++++
unittests/Format/CleanupTest.cpp | 5 ++-
6 files changed, 183 insertions(+), 5 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_40
in repository llvm.
from 3b2360f2873 Merging r296698: ------------------------------------------ [...]
new 23d36c6dbda Merging r298604:
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/SelectionDAG/DAGCombiner.cpp | 3 ++-
test/CodeGen/X86/pr32284.ll | 32 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr32284.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 bd1b03d467c [InstCombine] prefer xor with -1 because 'not' is easier to [...]
new 9eb6db17b6a Revert r300964 + r300970 - [globalisel][tablegen] Import Se [...]
new 915a4bc0f9f [LV] Model if-converted phi node costs
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 30 -------
lib/Target/AArch64/AArch64InstructionSelector.cpp | 19 +----
lib/Target/X86/X86.h | 3 +-
lib/Target/X86/X86InstructionSelector.cpp | 33 ++------
lib/Target/X86/X86TargetMachine.cpp | 2 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 12 ++-
test/TableGen/GlobalISelEmitter.td | 41 +---------
test/Transforms/LoopVectorize/phi-cost.ll | 86 ++++++++++++++++++++
utils/TableGen/AsmMatcherEmitter.cpp | 2 +-
utils/TableGen/CodeEmitterGen.cpp | 2 +-
utils/TableGen/GlobalISelEmitter.cpp | 91 ++++++----------------
utils/TableGen/SubtargetFeatureInfo.cpp | 32 --------
utils/TableGen/SubtargetFeatureInfo.h | 40 ----------
utils/TableGen/Types.cpp | 1 -
14 files changed, 135 insertions(+), 259 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/phi-cost.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4efada0 tcwg-llvm-build.sh: Drop depth to make SVN revision work
new 2e9fae8 tcwg-llvm-release.sh: Ignore test results until the end
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-llvm-release.sh | 10 +++++++++-
1 file changed, 9 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.
tcwg-buildslave pushed a change to branch linaro-local/releases/linaro-5.4-2017.05
in repository toolchain/gcc.
at f39e3edcdff gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new f39e3edcdff gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.
tcwg-buildslave pushed a change to annotated tag linaro-5.4-2017.05-rc1
in repository toolchain/gcc.
at 4f2263f1531 (tag)
tagging 20e5c4ce531b22833ecc0566267fdd95b462f232 (commit)
replaces linaro-snapshot-5.4-2017.04
tagged by TCWG Automation
on Fri Apr 21 15:21:19 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 5.4-2017.05-rc1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 20e5c4ce531 Make Linaro GCC Release Candidate 5.4-2017.05-rc1.
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 f9f7441f9ca [AArch64][Falkor] Refine loads/stores that require an extra [...]
new bd1b03d467c [InstCombine] prefer xor with -1 because 'not' is easier to [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 18 ++++++++++++++----
test/Transforms/InstCombine/xor.ll | 17 +++++++++++++++++
test/Transforms/InstCombine/zext.ll | 2 +-
3 files changed, 32 insertions(+), 5 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 binutils-gdb.
from 4daf993d4d Simplify regcache_restore
new 0d4c07afb1 release branch: Fix: --enable-werror
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:
gdb/ChangeLog | 6 ++++++
gdb/aarch64-tdep.c | 2 ++
gdb/arm-tdep.c | 2 ++
3 files changed, 10 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 gdb-8.0-branch
in repository binutils-gdb.
from 7ddd642597 Automatic date update in version.in
new b2e445cf19 release branch: Fix: --enable-werror
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:
gdb/ChangeLog | 6 ++++++
gdb/aarch64-tdep.c | 2 ++
gdb/arm-tdep.c | 2 ++
3 files changed, 10 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/releases/linaro-6.3-2017.05
in repository toolchain/gcc.
at 820a9476fac gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new 820a9476fac gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.