This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b480308 gcc/testsuite * gcc.dg/tree-ssa/scev-8.c: Update test string.
new de05712 Fix up ChangeLog entry.
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:
libgomp/ChangeLog | 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 6b0141c [AMDGPU] Add metadata for runtime
new 53352c3 [LV] Swap A and B in interleaved access analysis (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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 164 +++++++++++++++--------------
1 file changed, 87 insertions(+), 77 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 48ed4ab Rename AnalyzeBranch* to analyzeBranch*.
new 6b0141c [AMDGPU] Add metadata for runtime
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/AMDGPUAsmPrinter.cpp | 229 ++++++++
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 4 +
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | 138 +++++
test/CodeGen/AMDGPU/runtime-metadata.ll | 848 ++++++++++++++++++++++++++++++
4 files changed, 1219 insertions(+)
create mode 100644 lib/Target/AMDGPU/AMDGPURuntimeMetadata.h
create mode 100644 test/CodeGen/AMDGPU/runtime-metadata.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 92e694c Revert r275141 - Mips: Avoid implicit iterator conversions, NFC
new fe39292 Re-submit r272891 "Prevent dangling pointer problems in Branc [...]
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/Analysis/BranchProbabilityInfo.h | 21 +++++++++++++++++++++
lib/Analysis/BranchProbabilityInfo.cpp | 9 +++++++++
2 files changed, 30 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 master
in repository gcc.
from 0ef9358 gcc/c/ * c-parser.c (c_parser_oacc_declare): Don't scan for [...]
new b480308 gcc/testsuite * gcc.dg/tree-ssa/scev-8.c: Update test string.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/scev-8.c | 2 +-
2 files changed, 5 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.
unknown user pushed a change to branch master
in repository gcc.
from 2084e27 2016-07-15 Richard Biener <rguenther(a)suse.de>
new 89e3ec3 gcc/fortran/ * openmp.c (gfc_match_omp_clauses): Scan for c [...]
new 0ef9358 gcc/c/ * c-parser.c (c_parser_oacc_declare): Don't scan for [...]
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:
gcc/ChangeLog | 6 +++
gcc/c/ChangeLog | 8 ++++
gcc/c/c-parser.c | 5 ---
gcc/c/c-typeck.c | 4 ++
gcc/cp/ChangeLog | 8 ++++
gcc/cp/parser.c | 5 ---
gcc/cp/semantics.c | 4 ++
gcc/fortran/ChangeLog | 5 +++
gcc/fortran/openmp.c | 12 +++---
gcc/omp-low.c | 4 ++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gfortran.dg/goacc/vector_length.f90 | 11 ++++++
libgomp/ChangeLog | 5 +++
.../zero_length_subarrays.c | 45 ++++++++++++++++++++++
14 files changed, 111 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/goacc/vector_length.f90
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.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 llvm.
from 9c2e9dc code hoisting pass based on GVN
new 92e694c Revert r275141 - Mips: Avoid implicit iterator conversions, 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:
lib/Target/Mips/MipsConstantIslandPass.cpp | 78 ++++++++++++++++--------------
lib/Target/Mips/MipsDelaySlotFiller.cpp | 6 +--
lib/Target/Mips/MipsHazardSchedule.cpp | 4 +-
lib/Target/Mips/MipsInstrInfo.cpp | 12 ++---
lib/Target/Mips/MipsInstrInfo.h | 2 +-
lib/Target/Mips/MipsLongBranch.cpp | 6 +--
6 files changed, 57 insertions(+), 51 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 d64a2c4 [LLVM][MIPS] Fix createStubFunction to emit JR encoding based [...]
new 9c2e9dc code hoisting pass based on GVN
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/InitializePasses.h | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 7 +
include/llvm/Transforms/Scalar/GVN.h | 15 +-
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 1 +
lib/Transforms/Scalar/CMakeLists.txt | 1 +
lib/Transforms/Scalar/GVNHoist.cpp | 823 ++++++++++++++++++++++++++++++
lib/Transforms/Scalar/Scalar.cpp | 5 +
test/Transforms/GVN/hoist-pr20242.ll | 74 +++
test/Transforms/GVN/hoist-pr22005.ll | 30 ++
test/Transforms/GVN/hoist.ll | 691 +++++++++++++++++++++++++
12 files changed, 1646 insertions(+), 4 deletions(-)
create mode 100644 lib/Transforms/Scalar/GVNHoist.cpp
create mode 100644 test/Transforms/GVN/hoist-pr20242.ll
create mode 100644 test/Transforms/GVN/hoist-pr22005.ll
create mode 100644 test/Transforms/GVN/hoist.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 binutils-gdb.
from f7e8b36 Tidy up debugging in the ARC port of the BFD library.
new bc7b765 Pass SIGLIBRT directly to child processes.
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 | 8 ++++++++
gdb/common/signals.c | 8 ++++++++
gdb/infrun.c | 2 ++
gdb/proc-events.c | 3 +++
include/gdb/ChangeLog | 4 ++++
include/gdb/signals.def | 4 +++-
6 files changed, 28 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.