This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 00e2e0cf37c Test for r303197
new 50ecf9b4076 [PPC] Add -ppc-asm-full-reg-names to atomic-2.ll. NFC.
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/PowerPC/atomic-2.ll | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 1a2e7acb991 [PPC] Lower load acquire/seq_cst trailing fence to cmp + bn [...]
new 00e2e0cf37c Test for r303197
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/Feature/optnone-llc.ll | 1 +
1 file changed, 1 insertion(+)
--
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 b1649f1e7c8 Add hasProfileSummary and has{Sample|Instrumentation}Profil [...]
new 1a2e7acb991 [PPC] Lower load acquire/seq_cst trailing fence to cmp + bn [...]
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:
include/llvm/IR/IntrinsicsPowerPC.td | 2 +
lib/Target/PowerPC/PPCISelLowering.cpp | 45 ++++++++++++++++++---
lib/Target/PowerPC/PPCISelLowering.h | 1 +
lib/Target/PowerPC/PPCInstr64Bit.td | 4 ++
lib/Target/PowerPC/PPCInstrInfo.cpp | 13 ++++++
lib/Target/PowerPC/PPCInstrInfo.td | 12 ++++--
test/CodeGen/PowerPC/atomic-2.ll | 6 ++-
test/CodeGen/PowerPC/atomics-indexed.ll | 14 +++++--
test/CodeGen/PowerPC/atomics-regression.ll | 64 ++++++++++++++++++++++++++----
test/CodeGen/PowerPC/atomics.ll | 14 +++++--
10 files changed, 149 insertions(+), 26 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 libunwind.
from 0854f16 [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling
new 86219d8 [libunwind] Fix executable stack directive on Linux.
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/assembly.h | 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 compiler-rt.
from e60a00c0d builtins: one more case of a missing header
new 016b0e306 builtins: fix guard __AEABI__ -> __ARM_EABI__
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/builtins/floatdidf.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 gcc.
from 7200bfeeae3 2017-05-16 Paul Thomas <pault(a)gcc.gnu.org>
new 9bf6e01f42c [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 | 18 ++++++++
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.target/powerpc/pr78604.c | 3 +-
gcc/tree-vect-stmts.c | 73 ++++++++++++++++++++----------
gcc/tree-vectorizer.h | 2 +-
5 files changed, 76 insertions(+), 27 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.
Yvan Roux pushed a change to branch automation
in repository toolchain/tcwg-release-tools.
from 0bbfa49 tcwg-release-tag.sh: Re-enable git push.
new 9ab3f2b tcwg-release-tag.sh: Fix quoting.
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-release-tag.sh | 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 d0402428aed NewGVN: Only do something in verifyStoreExpressions if asse [...]
new 5bdd161daff In debug builds non-trivial amount of time is spent in Inst [...]
new 27cfb46c45f [InstCombine] auto-generate better checks; NFC
new b1649f1e7c8 Add hasProfileSummary and has{Sample|Instrumentation}Profil [...]
The 3 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/ProfileSummaryInfo.h | 15 ++++
lib/Analysis/ProfileSummaryInfo.cpp | 2 +-
.../InstCombine/InstructionCombining.cpp | 5 +-
test/Transforms/InstCombine/canonicalize_branch.ll | 95 +++++++++++++---------
test/Transforms/InstCombine/debuginfo-skip.ll | 43 ++++++++++
unittests/Analysis/ProfileSummaryInfoTest.cpp | 8 ++
6 files changed, 126 insertions(+), 42 deletions(-)
create mode 100644 test/Transforms/InstCombine/debuginfo-skip.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.
Yvan Roux pushed a change to branch automation
in repository toolchain/tcwg-release-tools.
from 749cfb9 tcwg-release-tag: Remove unused function.
new 0bbfa49 tcwg-release-tag.sh: Re-enable git push.
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-release-tag.sh | 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 llvm.
from c4cdac05ab5 Revert "[X86] Replace slow LEA instructions in X86"
new 39f419be0f0 NewGVN: Fix PR 33051 by making sure we remove old store exp [...]
new d0402428aed NewGVN: Only do something in verifyStoreExpressions if asse [...]
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/Transforms/Scalar/NewGVN.cpp | 65 +++++++++++++++++++++++-----------------
1 file changed, 38 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.