This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3fb8936 Setting fp trapping mode and denormal type: this an improveme [...]
new bf9a94a AMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_VECTOR [...]
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/R600ISelLowering.cpp | 4 +-
.../AMDGPU/{bitcast.ll => amdgcn.bitcast.ll} | 0
test/CodeGen/AMDGPU/r600.bitcast.ll | 107 +++++++++++++++++++++
test/CodeGen/AMDGPU/xfail.r600.bitcast.ll | 46 +++++++++
4 files changed, 156 insertions(+), 1 deletion(-)
rename test/CodeGen/AMDGPU/{bitcast.ll => amdgcn.bitcast.ll} (100%)
create mode 100644 test/CodeGen/AMDGPU/r600.bitcast.ll
create mode 100644 test/CodeGen/AMDGPU/xfail.r600.bitcast.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 lld.
from 53ea45b Simplify. NFC.
new d5bb204 Use od instead of hexdump.
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/ELF/oformat-binary.s | 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 0904a10 gcc/ Backport from trunk r237506. 2016-06-16 Renlin Li < [...]
new de20a0f gcc/ Backport from trunk r237548. 2016-06-17 Szabolcs Nag [...]
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/config/aarch64/geniterators.sh | 21 +++++++++++++++------
1 file changed, 15 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 gcc.
from 40a431f Add -fdiagnostics-generate-patch
new 4fc4eb9 gcc/testsuite/ * gcc.target/i386/avx512f-klogic-2.c: Fix op [...]
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.target/i386/avx512f-klogic-2.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 llvm.
from b19628e [InstCombine] auto-generate assertions for tighter checking
new 57c58d3 Do not consider subreg defs as reads when computing subrange [...]
new 3fb8936 Setting fp trapping mode and denormal type: this an improveme [...]
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/LiveIntervalAnalysis.cpp | 9 +-
lib/CodeGen/LiveRangeCalc.cpp | 7 +-
lib/CodeGen/LiveRangeCalc.h | 1 +
lib/CodeGen/SplitKit.cpp | 7 +-
lib/Target/ARM/ARMAsmPrinter.cpp | 40 +++++----
test/CodeGen/AMDGPU/coalescer-subrange-crash.ll | 62 +++++++++++++
test/CodeGen/AMDGPU/coalescer-subreg-join.mir | 75 ++++++++++++++++
test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 55 ++++++++++++
test/CodeGen/AMDGPU/unigine-liveness-crash.ll | 115 ++++++++++++++++++++++++
9 files changed, 344 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/coalescer-subrange-crash.ll
create mode 100644 test/CodeGen/AMDGPU/coalescer-subreg-join.mir
create mode 100644 test/CodeGen/AMDGPU/scheduler-subrange-crash.ll
create mode 100644 test/CodeGen/AMDGPU/unigine-liveness-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 lld.
from ea5801b Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError.
new 53ea45b Simplify. 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:
ELF/Driver.cpp | 12 +++---------
1 file changed, 3 insertions(+), 9 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 454a60a [SLP] Don't pass a global CL option as an argument. NFC.
new b19628e [InstCombine] auto-generate assertions for tighter checking
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/Transforms/InstCombine/vec_demanded_elts.ll | 155 ++++++++++++++---------
1 file changed, 95 insertions(+), 60 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 openmp.
from 3a587a8 Use 'critical' reduction method when 'atomic' is not availabl [...]
new 0cbd31b Replace a bad instance of __kmp_free() with KMP_CPU_FREE_ARRA [...]
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:
runtime/src/kmp_affinity.cpp | 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 lld.
from b36678d Add -nostdlib.
new ea5801b Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError.
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:
ELF/Config.h | 2 +-
ELF/Driver.cpp | 4 ++--
2 files 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 gcc.
from 0b80c4b PR c/65467 * gimplify.c (gimplify_adjust_omp_clauses_1): Di [...]
new 40a431f Add -fdiagnostics-generate-patch
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 | 19 +++++++++
gcc/common.opt | 4 ++
gcc/diagnostic.c | 11 ++++++
gcc/diagnostic.h | 6 +++
gcc/doc/invoke.texi | 23 ++++++++++-
gcc/testsuite/ChangeLog | 8 ++++
...=> diagnostic-test-show-locus-generate-patch.c} | 46 +++++++++++++++++++---
gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +-
gcc/toplev.c | 14 +++++++
9 files changed, 127 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.dg/plugin/{diagnostic-test-show-locus-parseable-fixits.c => [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.