This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 455e991 AMDGPU: Set isConvergent on v_cmpx* instructions
new 1efbc7f BranchFolding: Use LivePhysReg to update live in lists.
new 2ba4d7a [PM] Port LoopIdiomRecognize Pass to new PM
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/InitializePasses.h | 2 +-
.../llvm/Transforms/Scalar/LoopIdiomRecognize.h | 31 ++++++
lib/CodeGen/BranchFolding.cpp | 51 ++++-----
lib/CodeGen/BranchFolding.h | 8 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 116 ++++++++++++++-------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
test/Transforms/LoopIdiom/nontemporal_store.ll | 1 +
9 files changed, 146 insertions(+), 67 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LoopIdiomRecognize.h
--
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 4a97c8d AMDGPU: Add LLVM IR Intrinsic for v_lerp_u8
new 455e991 AMDGPU: Set isConvergent on v_cmpx* instructions
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/AMDGPU/SIInstrInfo.td | 5 +++--
1 file changed, 3 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 lldb.
from 9c80985 Add logging to Linux Host::GetProcessAndStatInfo.
new 4526cd9 Tweaks to the NSIndexPath formatter to enhance stability
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:
source/Plugins/Language/ObjC/NSIndexPath.cpp | 207 +++++++++++++++------------
1 file changed, 118 insertions(+), 89 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 lldb.
from acc06d5 Increase "process load" timeout
new 9c80985 Add logging to Linux Host::GetProcessAndStatInfo.
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:
source/Host/linux/Host.cpp | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 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 gcc-6-branch
in repository gcc.
from 854b737 Backport from mainline 2016-07-06 Segher Boessenkool <seg [...]
new d697dfd Backport from mainline
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 | 15 +++++++++
gcc/config/rs6000/altivec.md | 36 +++++++++++-----------
gcc/testsuite/ChangeLog | 8 +++++
.../pr45752.c => gcc.target/powerpc/pr71805.c} | 25 +++++++--------
4 files changed, 54 insertions(+), 30 deletions(-)
copy gcc/testsuite/{gcc.dg/vect/pr45752.c => gcc.target/powerpc/pr71805.c} (82%)
--
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 29e2ed1 Add print/dump routines to LiveInterval::SubRange
new bbfa7fe Fix printing of debugging information in LiveIntervals::shrinkToUses
new 4a97c8d AMDGPU: Add LLVM IR Intrinsic for v_lerp_u8
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/IR/IntrinsicsAMDGPU.td | 5 +++++
lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 4 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | 14 ++++++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.lerp.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 f5c9f76 [PGO] Don't include full file path in static function profile [...]
new 29e2ed1 Add print/dump routines to LiveInterval::SubRange
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/CodeGen/LiveInterval.h | 9 +++++++++
lib/CodeGen/LiveInterval.cpp | 28 ++++++++++++++++++----------
2 files changed, 27 insertions(+), 10 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 dde42d9 Fix for the mingw builder
new 1cda5f1 AArch64: fix return type of vqmovun_high_*.
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/clang/Basic/arm_neon.td | 2 +-
test/Sema/arm64-neon-header.c | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 test/Sema/arm64-neon-header.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 gcc.
from 07d0794 gcc/ * config/arm/arm.c (arm_option_override): Set MASK_SIN [...]
new 69e8d25 [gcc] 2016-07-12 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 12 ++++++++
gcc/config/rs6000/altivec.md | 36 +++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++
.../pr45752.c => gcc.target/powerpc/pr71805.c} | 25 +++++++--------
4 files changed, 48 insertions(+), 30 deletions(-)
copy gcc/testsuite/{gcc.dg/vect/pr45752.c => gcc.target/powerpc/pr71805.c} (82%)
--
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 5e370cb add tests for missing DeMorgan's Law folds
new f5c9f76 [PGO] Don't include full file path in static function profile [...]
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/ProfileData/InstrProf.cpp | 15 ++++++++++++---
test/Transforms/PGOProfile/statics_counter_naming.ll | 11 +++++++++++
2 files changed, 23 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/PGOProfile/statics_counter_naming.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.