This is an automated email from the git hooks/post-receive script.
git pushed a change to branch gcc-6-branch
in repository gcc.
from 7b74424 Daily bump.
new e48cf85 2016-05-13 Richard Biener <rguenther(a)suse.de>
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 | 21 +++++++++++++++++++
gcc/dwarf2out.c | 2 +-
gcc/fold-const.c | 17 ++++++++--------
gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/ipa/ipa-pta-2.C | 37 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70941.c | 12 +++++++++++
gcc/testsuite/gfortran.dg/pr70931.f90 | 10 +++++++++
gcc/tree-ssa-structalias.c | 30 ++++++++++++---------------
8 files changed, 129 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/ipa-pta-2.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70941.c
create mode 100644 gcc/testsuite/gfortran.dg/pr70931.f90
--
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.
git pushed a change to branch master
in repository llvm.
from 701743f Yet another attempt to appease MSVC...
new ce7190c [mips][ias] Work around yet another incorrect microMIPS reloc [...]
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/MCTargetDesc/MipsELFObjectWriter.cpp | 10 +++++++---
test/MC/Mips/relocation-xfail.s | 4 +++-
2 files changed, 10 insertions(+), 4 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 2d6c428 [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA. [...]
new 701743f Yet another attempt to appease MSVC...
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/ADT/Sequence.h | 3 ++-
1 file changed, 2 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 8acd7e8 Try to fix MSVC by explicitly providing copy and move constru [...]
new 2d6c428 [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA. [...]
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/Disassembler/MipsDisassembler.cpp | 14 +++++++++++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 23 ++++++++++++++++++++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 7 +++++++
lib/Target/Mips/MicroMipsDSPInstrFormats.td | 9 +++++++++
lib/Target/Mips/MicroMipsDSPInstrInfo.td | 22 +++++++++++++++++++++
lib/Target/Mips/MipsDSPInstrFormats.td | 4 ++++
lib/Target/Mips/MipsDSPInstrInfo.td | 10 +++++-----
lib/Target/Mips/MipsInstrInfo.td | 6 ++++++
lib/Target/Mips/MipsSEISelLowering.cpp | 2 ++
test/MC/Disassembler/Mips/micromips-dsp/valid.txt | 2 ++
.../MC/Disassembler/Mips/micromips-dspr2/valid.txt | 2 ++
.../MC/Disassembler/Mips/micromips-dspr3/valid.txt | 3 +++
test/MC/Mips/micromips-dsp/valid.s | 2 ++
test/MC/Mips/micromips-dspr2/invalid.s | 6 ++++++
test/MC/Mips/micromips-dspr2/valid.s | 2 ++
test/MC/Mips/micromips-dspr3/valid.s | 4 ++++
16 files changed, 113 insertions(+), 5 deletions(-)
create mode 100644 test/MC/Disassembler/Mips/micromips-dspr3/valid.txt
create mode 100644 test/MC/Mips/micromips-dspr3/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 gcc.
from c544245 Enhance dumps of IVOPTS
new 7714383 Enhance explanation of halt_on_error.
new 8bde260 Fix ASAN bootstrap (uninitialized variable warning)
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 | 10 ++++++++++
gcc/doc/invoke.texi | 5 ++---
gcc/tree-vect-patterns.c | 3 ++-
3 files changed, 14 insertions(+), 4 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 lldb.
from 8b6a5d7 Add a check for version 15 of the shared cache format
new 5a7358f [LLDB][MIPS] Provide ABI string to compiler for appropriate c [...]
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:
.../Clang/ClangExpressionParser.cpp | 31 +++++++++++++++++++++-
.../ExpressionParser/Clang/ClangExpressionParser.h | 14 +++++++++-
2 files changed, 43 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.
unknown user pushed a change to branch master
in repository llvm.
from acd1ec7 [llvm-mc-fuzzer] Use LLVMFuzzerInitialize() instead of a cust [...]
new 8acd7e8 Try to fix MSVC by explicitly providing copy and move constru [...]
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/ADT/Sequence.h | 2 ++
1 file changed, 2 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 03a400f gcc/
new c544245 Enhance dumps of IVOPTS
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 | 54 ++++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/tree-ssa/ivopts-3.C | 2 +-
gcc/tree-ssa-loop-ivopts.c | 453 +++++++++++++++++--------------
4 files changed, 316 insertions(+), 198 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 d3d1bf0 SDAG: Clean up a dangling node in SparcISelDAGToDAG::SelectImpl
new d772cfc [Support/ELF] - Added few constants and structs relative to c [...]
new acd1ec7 [llvm-mc-fuzzer] Use LLVMFuzzerInitialize() instead of a cust [...]
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/llvm/Support/ELF.h | 27 +++++++++++++++++++++
tools/llvm-mc-fuzzer/CMakeLists.txt | 2 +-
tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp | 43 +++++++++++++++++++++++++--------
3 files changed, 61 insertions(+), 11 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 69278c3 Fix PR target/53440 - handle generic thunks better for TARGET_32BIT.
new 03a400f gcc/
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 | 7 +++++++
gcc/cse.c | 12 ++++++------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr71084.c | 38 ++++++++++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr71084.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.