This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9268b19c3d8 [Patch][Aarch64] Refactor comments in aarch64_print_operand
new 7f9c8569ae1 c/c++: Add fix-it hints for suggested missing #includes
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/c-family/ChangeLog | 10 ++
gcc/c-family/c-common.c | 131 +++++++++++++++++++++
gcc/c-family/c-common.h | 2 +
gcc/c/ChangeLog | 5 +
gcc/c/c-decl.c | 10 +-
gcc/cp/ChangeLog | 13 ++
gcc/cp/name-lookup.c | 94 ++++++++-------
gcc/cp/pt.c | 9 +-
gcc/cp/rtti.c | 8 +-
gcc/testsuite/ChangeLog | 10 ++
.../cpp0x/missing-initializer_list-include.C | 28 +++++
.../g++.dg/lookup/missing-std-include-2.C | 55 +++++++++
.../g++.dg/lookup/missing-std-include-3.C | 35 ++++++
.../g++.dg/rtti/missing-typeinfo-include.C | 27 +++++
gcc/testsuite/gcc.dg/missing-header-fixit-1.c | 36 ++++++
gcc/testsuite/gcc.dg/missing-header-fixit-2.c | 31 +++++
gcc/testsuite/gcc.dg/missing-header-fixit-2.h | 7 ++
17 files changed, 461 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/missing-initializer_list-include.C
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-2.C
create mode 100644 gcc/testsuite/g++.dg/lookup/missing-std-include-3.C
create mode 100644 gcc/testsuite/g++.dg/rtti/missing-typeinfo-include.C
create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-1.c
create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-2.c
create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-2.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 fff3d70a904 [InstCombine] add tests for PR32401; NFC
new a457d343979 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr [...]
new af496018475 [InstCombine] convert bitwise (in)equality checks to logica [...]
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 219 ---------------------
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 --
lib/Target/Mips/MipsMTInstrFormats.td | 21 --
lib/Target/Mips/MipsMTInstrInfo.td | 110 -----------
lib/Target/Mips/MipsSchedule.td | 4 -
lib/Target/Mips/MipsTargetStreamer.h | 3 -
lib/Transforms/InstCombine/InstCombineCompares.cpp | 18 +-
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +-
test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +-
test/MC/Mips/mt/invalid-wrong-error.s | 4 -
test/MC/Mips/mt/invalid.s | 41 ++--
.../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 --
test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 ---
test/MC/Mips/mt/mftr-mttr-aliases.s | 47 -----
test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 -
test/MC/Mips/mt/module-directive-invalid.s | 3 +-
test/MC/Mips/mt/valid.s | 42 ++--
test/Transforms/InstCombine/icmp-logical.ll | 14 +-
18 files changed, 48 insertions(+), 584 deletions(-)
delete mode 100644 test/MC/Mips/mt/invalid-wrong-error.s
delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s
delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s
delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s
delete mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s
--
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 d051d7f142d [SystemZ] Minor fixing in SystemZScheduleZ196.td
new fff3d70a904 [InstCombine] add tests for PR32401; 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:
test/Transforms/InstCombine/icmp-logical.ll | 36 +++++++++++++++++++++++++++++
1 file changed, 36 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 llvm.
from 7d5e4868291 [InstCombine] auto-generate complete test checks; NFC
new d051d7f142d [SystemZ] Minor fixing in SystemZScheduleZ196.td
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/SystemZ/SystemZScheduleZ196.td | 163 +++++++++++++++++-------------
1 file changed, 92 insertions(+), 71 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 be4d3e62923 Improve Aliasing of operations to static alloca
new 7d5e4868291 [InstCombine] auto-generate complete test checks; 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:
test/Transforms/InstCombine/icmp-logical.ll | 131 ++++++++++++----------------
1 file changed, 55 insertions(+), 76 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 f98930962b0 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions.""
new 7392b5ac28a [SystemZ] Enable LoopDataPrefetch pass.
new be4d3e62923 Improve Aliasing of operations to static alloca
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/SelectionDAG/DAGCombiner.cpp | 22 ++++++++----
lib/Target/SystemZ/SystemZTargetMachine.cpp | 4 ++-
lib/Target/SystemZ/SystemZTargetTransformInfo.h | 4 +++
test/CodeGen/AArch64/arm64-abi-varargs.ll | 3 +-
test/CodeGen/AArch64/arm64-abi_align.ll | 32 ++++++++---------
.../AArch64/arm64-alloca-frame-pointer-offset.ll | 6 ++--
test/CodeGen/AArch64/arm64-vext.ll | 8 ++---
test/CodeGen/AArch64/dag-combine-invaraints.ll | 2 +-
test/CodeGen/AArch64/swifterror.ll | 12 +++----
test/CodeGen/ARM/atomic-op.ll | 15 ++++++++
test/CodeGen/MSP430/vararg.ll | 4 +--
test/CodeGen/Mips/dins.ll | 4 +--
test/CodeGen/X86/2011-10-19-widen_vselect.ll | 7 ++--
test/CodeGen/X86/alias-static-alloca.ll | 37 +++++++++++++++++++
test/CodeGen/X86/clobber-fi0.ll | 14 ++++----
test/CodeGen/X86/hipe-cc.ll | 6 +---
test/CodeGen/X86/hipe-cc64.ll | 6 +---
test/CodeGen/X86/legalize-shift-64.ll | 8 ++---
test/CodeGen/X86/machine-outliner-debuginfo.ll | 1 +
test/CodeGen/X86/machine-outliner.ll | 1 +
test/CodeGen/X86/statepoint-invoke.ll | 2 +-
test/CodeGen/X86/statepoint-stack-usage.ll | 42 +++++++++++-----------
test/CodeGen/X86/statepoint-vector.ll | 4 +--
test/CodeGen/X86/widen_arith-2.ll | 15 ++++----
test/CodeGen/X86/widen_cast-4.ll | 34 ++++++++----------
test/CodeGen/XCore/varargs.ll | 8 ++---
26 files changed, 175 insertions(+), 126 deletions(-)
create mode 100644 test/CodeGen/X86/alias-static-alloca.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 8f691f12750 Reverting commit 308011.
new f98930962b0 Reland "[mips][mt][6/7] Add support for mftr, mttr 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/Mips/AsmParser/MipsAsmParser.cpp | 219 +++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 ++
lib/Target/Mips/MipsMTInstrFormats.td | 21 ++
lib/Target/Mips/MipsMTInstrInfo.td | 110 +++++++++++
lib/Target/Mips/MipsSchedule.td | 4 +
lib/Target/Mips/MipsTargetStreamer.h | 3 +
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +-
test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +-
test/MC/Mips/mt/invalid-wrong-error.s | 4 +
test/MC/Mips/mt/invalid.s | 41 ++--
.../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 ++
test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 +++
test/MC/Mips/mt/mftr-mttr-aliases.s | 47 +++++
test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 +
test/MC/Mips/mt/module-directive-invalid.s | 3 +-
test/MC/Mips/mt/valid.s | 42 ++--
16 files changed, 573 insertions(+), 27 deletions(-)
create mode 100644 test/MC/Mips/mt/invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s
--
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 211b0bed95 PR ld/21529: Use a linker script to limit output with the test case
new 86038de0d8 ppc32 tlsopt tests
new 0f6329bd7f binutils/objdump: Fix disassemble for huge elf sections
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/ChangeLog | 5 ++++
include/dis-asm.h | 2 +-
ld/ChangeLog | 14 ++++++++++
ld/testsuite/ld-powerpc/powerpc.exp | 4 +--
ld/testsuite/ld-powerpc/tlsopt1_32.d | 2 +-
ld/testsuite/ld-powerpc/tlsopt1_32.s | 2 +-
ld/testsuite/ld-powerpc/tlsopt2_32.d | 4 +--
ld/testsuite/ld-powerpc/tlsopt2_32.s | 4 +--
ld/testsuite/ld-powerpc/tlsopt3_32.d | 4 +--
ld/testsuite/ld-powerpc/tlsopt3_32.s | 4 +--
ld/testsuite/ld-powerpc/tlsopt4_32.s | 10 +++----
ld/testsuite/ld-powerpc/tlsopt5.d | 14 +++++-----
ld/testsuite/ld-powerpc/tlsopt5_32.d | 53 ++++++++++++++++++++++--------------
ld/testsuite/ld-powerpc/tlsopt5_32.s | 18 ++++++++++--
opcodes/ChangeLog | 5 ++++
opcodes/dis-buf.c | 6 ++--
16 files changed, 101 insertions(+), 50 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.
tcwg-buildslave pushed a change to branch linaro-local/releases/linaro-7.1-2017.08
in repository toolchain/gcc.
at d745f8eb6f6 gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new d745f8eb6f6 gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.
--
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.
tcwg-buildslave pushed a change to annotated tag linaro-7.1-2017.08-rc1
in repository toolchain/gcc.
at aef597dbdaa (tag)
tagging 05c860b1e9c87dd62d47092756da532ebc3f3f96 (commit)
replaces linaro-snapshot-7.1-2017.07
tagged by TCWG Automation
on Fri Jul 14 13:59:08 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 7.1-2017.08-rc1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 05c860b1e9c Make Linaro GCC Release Candidate 7.1-2017.08-rc1.
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.