This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 44d47185c3c Introduce gcov.h header file (PR gcov-profile/80435).
new 246bf557167 IRA: Don't create new regs for debug insns (PR80429)
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 | 6 ++++++
gcc/ira.c | 25 ++++++++++++++++++++-----
2 files changed, 26 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.
Yvan Roux pushed a change to annotated tag linaro-7.0-2017.04-prev-1
in repository toolchain/gcc.
at bb24c1ed6bb (tag)
tagging 2fc7cd46ef0a3a05dbe66c657f2c38efd4ad694c (commit)
replaces linaro-7.0-2017.04-prev
tagged by Yvan Roux
on Wed Apr 19 12:03:09 2017 +0200
- Log -----------------------------------------------------------------
Linaro GCC Preview 7.0-2017.04-01
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6948a48fbde Merge master rev 246990.
new 2fc7cd46ef0 Make Linaro GCC Snapshot 7.0-2017.04-01.
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.
--
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 f85765dc4f3 [GlobalISel][X86] Split select tests. NFC.
new e6eaf3dfe61 Revert "ARMFrameLowering: Reserve emergency spill slot for [...]
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/ARM/ARMFrameLowering.cpp | 49 +++---------------
test/CodeGen/ARM/fpoffset_overflow.mir | 94 ----------------------------------
2 files changed, 8 insertions(+), 135 deletions(-)
delete mode 100644 test/CodeGen/ARM/fpoffset_overflow.mir
--
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 ad25f8b712 clang-format: Properly match parens of macro parameter lists.
new aac41bcdb1 Add support for editor placeholders to Clang
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/DiagnosticLexKinds.td | 1 +
include/clang/Basic/IdentifierTable.h | 13 ++++++
include/clang/Basic/LangOptions.def | 2 +
include/clang/Driver/Options.td | 6 +++
include/clang/Lex/Lexer.h | 2 +
include/clang/Lex/Token.h | 8 ++++
lib/Driver/ToolChains/Clang.cpp | 3 ++
lib/Frontend/CompilerInvocation.cpp | 3 ++
lib/Lex/Lexer.cpp | 33 ++++++++++++++
lib/Parse/Parser.cpp | 6 +++
lib/Sema/SemaCXXScopeSpec.cpp | 2 +
lib/Sema/SemaDecl.cpp | 3 ++
lib/Sema/SemaExpr.cpp | 6 +++
test/Driver/clang_f_opts.c | 5 ++
test/Parser/editor-placeholder-recovery.cpp | 71 +++++++++++++++++++++++++++++
test/Parser/placeholder-recovery.m | 13 ++++--
16 files changed, 172 insertions(+), 5 deletions(-)
create mode 100644 test/Parser/editor-placeholder-recovery.cpp
--
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 909758a6a6a [ARM] GlobalISel: Add support for G_MUL
new f85765dc4f3 [GlobalISel][X86] Split select tests. 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:
.../X86/GlobalISel/{binop-isel.ll => binop.ll} | 0
.../{legalize-const.mir => legalize-constant.mir} | 0
.../X86/GlobalISel/{memop-isel.ll => memop.ll} | 0
test/CodeGen/X86/GlobalISel/select-add.mir | 226 +++++++++++
...instructionselect.mir => select-frameIndex.mir} | 0
...6_64-instructionselect.mir => select-memop.mir} | 448 +--------------------
test/CodeGen/X86/GlobalISel/select-sub.mir | 225 +++++++++++
7 files changed, 455 insertions(+), 444 deletions(-)
rename test/CodeGen/X86/GlobalISel/{binop-isel.ll => binop.ll} (100%)
rename test/CodeGen/X86/GlobalISel/{legalize-const.mir => legalize-constant.mir} (100%)
rename test/CodeGen/X86/GlobalISel/{memop-isel.ll => memop.ll} (100%)
create mode 100644 test/CodeGen/X86/GlobalISel/select-add.mir
rename test/CodeGen/X86/GlobalISel/{frameIndex-instructionselect.mir => select-fra [...]
rename test/CodeGen/X86/GlobalISel/{x86_64-instructionselect.mir => select-memop.m [...]
create mode 100644 test/CodeGen/X86/GlobalISel/select-sub.mir
--
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 f0ca6e0d00a Use relative line number for subsequent dg directives
new b8c71fd128c * config/sparc/predicates.md (input_operand): Add comment. [...]
new 44d47185c3c Introduce gcov.h header file (PR gcov-profile/80435).
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 | 7 ++++++
gcc/config/sparc/predicates.md | 10 +++++++-
gcc/config/sparc/sparc.c | 5 ++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/compile/20170419-1.c | 13 ++++++++++
libgcc/ChangeLog | 8 ++++++
libgcc/Makefile.in | 15 +++++++----
.../i386/enable-execute-stack-mingw32.c => gcov.h} | 29 ++++++++++++----------
libgcc/libgcov.h | 6 +----
9 files changed, 71 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/20170419-1.c
copy libgcc/{config/i386/enable-execute-stack-mingw32.c => gcov.h} (68%)
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 1f02537 tcwg-generate-source-cache.sh: Add --dir-abe and --dir-llvm options
new ab82b38 nodename2hostname: Bind all tcwg-bmk-* boards to dev-01.
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:
nodename2hostname.sh | 3 +--
1 file changed, 1 insertion(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 664b7f5 MakeRelease.job: Use predictable path for artifacts lists.
new 927890c tcwg-generate-source-cache.sh: Rework option handling and cleanup
new eba3e45 tcwg-generate-source-cache.sh: Move code from YAML file
new c30d0a0 tcwg-generate-source-cache.sh: Robustify.
new 828e885 tcwg-generate-source-cache: Separate ABE and LLVM sources in [...]
new 1f02537 tcwg-generate-source-cache.sh: Add --dir-abe and --dir-llvm options
The 5 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-generate-source-cache.sh | 150 ++++++++++++++++++++++++++++++++----------
1 file changed, 114 insertions(+), 36 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.
Charles Baylis pushed a change to branch master
in repository toolchain/jenkins-scripts.
from b2eeef7 nodename2hostname.sh: Update
new 664b7f5 MakeRelease.job: Use predictable path for artifacts lists.
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:
MakeRelease.job | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 bece65fd181 [GlobalISel] Support vector-of-pointers in LLT
new 909758a6a6a [ARM] GlobalISel: Add support for G_MUL
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/ARM/ARMInstructionSelector.cpp | 10 ++
lib/Target/ARM/ARMLegalizerInfo.cpp | 2 +-
lib/Target/ARM/ARMRegisterBankInfo.cpp | 1 +
.../ARM/GlobalISel/arm-instruction-select.mir | 138 +++++++++++++++++++++
test/CodeGen/ARM/GlobalISel/arm-isel.ll | 29 ++++-
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 78 ++++++++++++
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 82 ++++++++++++
7 files changed, 338 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.