This is an automated email from the git hooks/post-receive script.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from a013824 Add --manifest (-m) to MakeRelease.job to allow manifest override.
new 75724f3 Remove --nocheck option
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:
scripts/MakeRelease.job | 9 +--------
1 file changed, 1 insertion(+), 8 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from def6762 Add -glibc (-l) option for glibc version override to MakeRelease.job
new a013824 Add --manifest (-m) to MakeRelease.job to allow manifest override.
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:
scripts/MakeRelease.job | 6 ++++--
1 file changed, 4 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from d4f290d Add missing -gcc (-g) and -binutils (-u) command line options.
new def6762 Add -glibc (-l) option for glibc version override to MakeRelease.job
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:
scripts/MakeRelease.job | 6 ++++--
1 file changed, 4 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 35e423d Combine package version overrides as a single expansion to pa [...]
new d4f290d Add missing -gcc (-g) and -binutils (-u) command line options.
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:
scripts/MakeRelease.job | 4 +++-
1 file changed, 3 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from e861a19 Remove unneeded trace output 'echo 1 = "$1"' from MakeRelease.job
new 35e423d Combine package version overrides as a single expansion to pa [...]
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:
scripts/MakeRelease.job | 7 ++++---
1 file changed, 4 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 d941e1c Specify mtriple for the frame-order.ll test.
new a7c46f7 AMDGPU/SI: Enable testing several variants for si scheduler
new f2d09fc [codeview] Assert that our CV type records are valid
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/AsmPrinter/CodeViewDebug.cpp | 30 +++++++++++++++++++++++++++---
lib/Target/AMDGPU/SIMachineScheduler.cpp | 4 ++--
2 files changed, 29 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 59d5018 scripts/MakeRelease.job: Convert --extra option to --toolchainconfig
new e861a19 Remove unneeded trace output 'echo 1 = "$1"' from MakeRelease.job
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:
scripts/MakeRelease.job | 1 -
1 file changed, 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 openmp.
from 4720bb4 Improve performance of #pragma omp single
new e570daa Fix checks on schedule struct
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_runtime.c | 32 +++++++++++++-------------------
1 file changed, 13 insertions(+), 19 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 38420d6 [gcc]
new 48493fe gcc/ Backport from trunk 2016-06-27 Peter Bergner <bergne [...]
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 | 23 ++++++++
gcc/config/rs6000/predicates.md | 2 +-
gcc/config/rs6000/rs6000-cpus.def | 4 +-
gcc/config/rs6000/rs6000.c | 82 ++++++++++------------------
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.target/powerpc/pr71656-1.c | 20 +++++++
gcc/testsuite/gcc.target/powerpc/pr71656-2.c | 47 ++++++++++++++++
7 files changed, 131 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr71656-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr71656-2.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 8a6eecb Revert r274347 "[ARM] Refactor Thumb2 mul instruction descs"
new d941e1c Specify mtriple for the frame-order.ll test.
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/X86/frame-order.ll | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.