This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 131a1c2fd1d Tighten tree-ssa-ccp.c:get_value_for_expr condition
new 03411a7c833 Fix unguarded uses of tree_to_uhwi
new 60ca8f8ec0e Add copy_rtx call to RTL loop unroller
new 53fdf12aa60 Make more use of simplify_gen_binary
The 3 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 | 22 ++++++++++++++++++++++
gcc/calls.c | 12 ++----------
gcc/expr.c | 20 +++-----------------
gcc/loop-unroll.c | 3 ++-
gcc/tree.c | 5 ++---
5 files changed, 31 insertions(+), 31 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 046c4ba66f6 2017-09-21 Richard Biener <rguenther(a)suse.de>
new c4a8fb872df Add missing int_cst_rangeN checks to tree-vrp.c
new 09e8abb54cd Tweak
new 131a1c2fd1d Tighten tree-ssa-ccp.c:get_value_for_expr condition
The 3 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 | 14 ++++++++++++++
gcc/ada/ChangeLog | 3 +--
gcc/tree-ssa-ccp.c | 2 +-
gcc/tree-vrp.c | 6 ++++--
4 files changed, 20 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.
unknown user pushed a change to branch master
in repository llvm.
from 0771400c1d0 [mips] Fix relocation record format and ELF header for N32 ABI
new 119c880fd8c [TableGen] Tidy up CodeGenRegisters
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:
utils/TableGen/CodeGenRegisters.cpp | 51 +++++++++++++++++--------------------
1 file changed, 23 insertions(+), 28 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 28b2d0c96f2 [dsymutil] Don't resolve DIE reference to NULL DIE.
new 0771400c1d0 [mips] Fix relocation record format and ELF header for N32 ABI
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/MipsAsmBackend.cpp | 10 +-
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 5 +-
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 8 +-
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 2 +-
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h | 6 +-
test/MC/Mips/cpsetup.s | 22 ++--
test/MC/Mips/elf_header.s | 139 +++++++++++++++++++++
test/MC/Mips/expansion-j-sym-pic.s | 10 +-
test/MC/Mips/expansion-jal-sym-pic.s | 12 +-
test/MC/Mips/reloc-directive.s | 21 +---
10 files changed, 188 insertions(+), 47 deletions(-)
create mode 100644 test/MC/Mips/elf_header.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 e6b7c56b2ee Fixed reverted commit rL312318
new 28b2d0c96f2 [dsymutil] Don't resolve DIE reference to NULL DIE.
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/tools/dsymutil/Inputs/null_die.o | Bin 0 -> 2216 bytes
test/tools/dsymutil/null-die.test | 41 ++++++++++++++++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 8 +++++--
3 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 test/tools/dsymutil/Inputs/null_die.o
create mode 100644 test/tools/dsymutil/null-die.test
--
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 compiler-rt.
from 28ad3fe83 [ubsan] Split ubsan_init_standalone
new 1fc69acfb [XRay][compiler-rt] Remove non-trivial globals from xray_log_ [...]
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/xray/xray_log_interface.cc | 12 ++++++------
1 file changed, 6 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 d8f25bccafc Fix tests for std::clamp
new 046c4ba66f6 2017-09-21 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 | 8 ++
gcc/graphite-isl-ast-to-gimple.c | 101 +++------------------
gcc/testsuite/ChangeLog | 6 ++
.../gfortran.dg/graphite/interchange-3.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr71351.f90 | 15 +++
5 files changed, 45 insertions(+), 87 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr71351.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.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 849d282a4af Daily bump.
new 401aef63de6 Fix tests for std::clamp
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/testsuite/25_algorithms/clamp/1.cc | 12 ++++++------
libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc | 4 ++--
3 files changed, 14 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 5713c8d1d35 [X86] Adding a testpoint for fast-math flags propagation.
new e6b7c56b2ee Fixed reverted commit rL312318
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/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 +
lib/IR/DebugInfoMetadata.cpp | 1 +
lib/Transforms/IPO/GlobalOpt.cpp | 48 +++++++++++++++++-
test/Transforms/GlobalOpt/integer-bool-dwarf.ll | 57 ++++++++++++++++++++++
.../Transforms/GlobalOpt/shrink-address-to-bool.ll | 46 +++++++++++++++++
5 files changed, 152 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/GlobalOpt/integer-bool-dwarf.ll
create mode 100644 test/Transforms/GlobalOpt/shrink-address-to-bool.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 gcc.
from abff88a5587 PR target/82260 * config/i386/i386.md (*movqi_internal): [...]
new d8f25bccafc Fix tests for std::clamp
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/testsuite/25_algorithms/clamp/1.cc | 12 ++++++------
libstdc++-v3/testsuite/25_algorithms/clamp/constexpr.cc | 4 ++--
3 files changed, 14 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.