This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 930c4c0ea15 [X86] Improvement in CodeGen instruction selection for LEAs [...]
new 7426522d8b7 [ARM, Asm] Change grammar of immediate operand diagnostics
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/ARMInstrInfo.td | 6 +--
test/MC/ARM/basic-arm-instructions-v8.1a.s | 4 +-
test/MC/ARM/diagnostics.s | 56 ++++++++++++------------
test/MC/ARM/invalid-hint-arm.s | 4 +-
test/MC/ARM/invalid-hint-thumb.s | 8 ++--
test/MC/ARM/lsl-zero-errors.s | 2 +-
test/MC/ARM/negative-immediates-thumb1-fail.s | 8 ++--
test/MC/ARM/t2-modified-immediate-fixup-error2.s | 4 +-
test/MC/ARM/thumb-diagnostics.s | 20 ++++-----
test/MC/ARM/thumb2-diagnostics.s | 12 ++---
test/MC/ARM/udf-arm-diagnostics.s | 2 +-
test/MC/ARM/udf-thumb-2-diagnostics.s | 4 +-
test/MC/ARM/udf-thumb-diagnostics.s | 2 +-
13 files changed, 66 insertions(+), 66 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 glibc.
from 955774751b i386: Use "movl main@GOT(%ebx), %eax" in start.S
new 8f8f8ef7ab [BZ #22243] fix log2(0) and log(10) in downward rounding
new 86c27ade1e [BZ #22244] Fix yn(n,0) without SVID wrapper
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:
ChangeLog | 12 ++++++++++++
sysdeps/ieee754/dbl-64/e_jn.c | 10 +++++-----
sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c | 2 +-
sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c | 2 +-
sysdeps/ieee754/flt-32/e_jnf.c | 6 +++---
5 files changed, 22 insertions(+), 10 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 69863c05230 [llvm-cov] Fix showing title when filtering and not outputt [...]
new 930c4c0ea15 [X86] Improvement in CodeGen instruction selection for LEAs [...]
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/CodeGen/MachineInstr.h | 3 +-
include/llvm/CodeGen/SelectionDAG.h | 3 +
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 +
lib/Target/X86/X86ISelDAGToDAG.cpp | 85 ++++-
lib/Target/X86/X86OptimizeLEAs.cpp | 420 ++++++++++++++++++++-
test/CodeGen/X86/GlobalISel/callingconv.ll | 2 +-
test/CodeGen/X86/GlobalISel/gep.ll | 34 +-
test/CodeGen/X86/GlobalISel/memop-scalar.ll | 2 +-
test/CodeGen/X86/lea-opt-cse1.ll | 14 +-
test/CodeGen/X86/lea-opt-cse2.ll | 42 +--
test/CodeGen/X86/lea-opt-cse3.ll | 40 +-
test/CodeGen/X86/lea-opt-cse4.ll | 76 ++--
test/CodeGen/X86/mul-constant-i16.ll | 12 +-
test/CodeGen/X86/mul-constant-i32.ll | 15 +-
test/CodeGen/X86/mul-constant-i64.ll | 9 +-
test/CodeGen/X86/mul-constant-result.ll | 14 +-
test/CodeGen/X86/pr34629.ll | 2 +-
test/CodeGen/X86/pr34634.ll | 20 +-
test/CodeGen/X86/umul-with-overflow.ll | 16 +-
.../LoopStrengthReduce/X86/ivchain-X86.ll | 6 +-
20 files changed, 639 insertions(+), 187 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 2a53f0ee9e3 Recommit [UnreachableBlockElim] Use COPY if PHI input is undef
new e584a7b630a [MC] - Don't assert when non-english characters are used.
new 69863c05230 [llvm-cov] Fix showing title when filtering and not outputt [...]
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/ADT/StringExtras.h | 15 +++++++++++++++
lib/MC/MCParser/AsmLexer.cpp | 25 +++++++++++++------------
test/MC/AsmParser/non-english-characters.s | 14 ++++++++++++++
test/tools/llvm-cov/showProjectSummary.cpp | 1 +
tools/llvm-cov/CodeCoverage.cpp | 2 +-
5 files changed, 44 insertions(+), 13 deletions(-)
create mode 100644 test/MC/AsmParser/non-english-characters.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 hjl/pie/static
in repository glibc.
discards 64d957024b Fix --enable-static-pie
discards 8be686b5d2 test-math-iscanonical.cc: Replace bool with int
discards 7dbd6f4b7e Fix Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc
discards 26dba54102 Update dl-reloc-static-pie.c
discards 6f429fe0f1 Add dl-reloc-static-pie.c
discards 86ffc84270 Add --enable-static-pie to build-many-glibcs.py
discards a8fd5b0347 sparc: Check PIC instead of SHARED in start.S
discards b4a008a2de microblaze: Check PIC instead of SHARED in start.S
discards 26980a9466 m68k: Check PIC instead of SHARED in start.S
discards 3c6968d9f5 hppa: Check PIC instead of SHARED in start.S
discards 9a98e37b67 aarch64: Check PIC instead of SHARED in start.S
discards dfa19eda45 sh: Update elf_machine_load_address for static PIE
discards 761b339e15 s390: Update elf_machine_load_address for static PIE
discards 4209ccbd25 m68k: Update elf_machine_load_address for static PIE
discards 42b7a76658 aarch64: Update elf_machine_load_address for static PIE
discards c3b2185725 Don't use hidden visibility in libc.a with PIE on i386
discards 2792d2c098 Add --enable-static-pie configure option to build static PIE [...]
discards 4d73532f56 i386: Use "movl main@GOT(%ebx), %eax" in start.S
discards 6e0cd13bf8 Add a test for main () in a shared object
discards 42bbc35133 Revert x86: Allow undefined _DYNAMIC in static executable
discards 6f3ce7fc43 mips: Don't check _DYNAMIC in elf_machine_load_address
discards 0bf96e84ef arm: Don't check _DYNAMIC in elf_machine_load_address
discards 4ff3d69aa4 Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc
adds 4699cb8b5f Use libm_alias_double for dbl-64 logb.
adds d8f619b393 Use libm_alias_double for dbl-64 modf.
adds cdd4155d6c test-math-iscanonical.cc: Replace bool with int
adds c34a19ed4b arm: Don't check _DYNAMIC in elf_machine_load_address
adds 0c609d19e3 mips: Don't check _DYNAMIC in elf_machine_load_address
adds 02d2d8927d Revert x86: Allow undefined _DYNAMIC in static executable
adds 955774751b i386: Use "movl main@GOT(%ebx), %eax" in start.S
new a0b9dd6c93 Use $(DEFAULT-LDFLAGS-$(@F)) in +link-static-before-libc
new 5ab38a8b89 Add a test for main () in a shared object
new 87cef0df30 Add --enable-static-pie configure option to build static PIE [...]
new 658c5c67ee Don't use hidden visibility in libc.a with PIE on i386
new 460ec96cf7 aarch64: Update elf_machine_load_address for static PIE
new 4ddb52a88b m68k: Update elf_machine_load_address for static PIE
new 64eac2bc88 s390: Update elf_machine_load_address for static PIE
new e942ecd674 sh: Update elf_machine_load_address for static PIE
new 749617e6ba aarch64: Check PIC instead of SHARED in start.S
new c8ce29efb2 hppa: Check PIC instead of SHARED in start.S
new b354f7c233 m68k: Check PIC instead of SHARED in start.S
new 8c3c555b62 microblaze: Check PIC instead of SHARED in start.S
new 642c130061 sparc: Check PIC instead of SHARED in start.S
new ab0809ccfa Add --enable-static-pie to build-many-glibcs.py
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (64d957024b)
\
N -- N -- N refs/heads/hjl/pie/static (ab0809ccfa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 14 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:
ChangeLog | 55 ++++++++++++++++++++++
csu/Makefile | 15 +++---
sysdeps/ieee754/dbl-64/s_logb.c | 6 +--
sysdeps/ieee754/dbl-64/s_modf.c | 7 ++-
sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c | 7 ++-
sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c | 7 ++-
sysdeps/ieee754/ldbl-opt/s_logb.c | 5 --
sysdeps/ieee754/ldbl-opt/s_modf.c | 6 +--
.../powerpc32/power4/fpu/multiarch/s_logb-ppc32.c | 5 --
.../powerpc32/power4/fpu/multiarch/s_modf-ppc32.c | 5 --
.../powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c | 5 --
.../powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c | 5 --
12 files changed, 76 insertions(+), 52 deletions(-)
delete mode 100644 sysdeps/ieee754/ldbl-opt/s_logb.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 lld.
from a07c9a298 Call exitLld() from elf::link.
new a547dd7f4 [ELF] - Update after LLVM r314883 change. 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:
ELF/InputFiles.cpp | 2 +-
ELF/Strings.cpp | 13 +++----------
ELF/Strings.h | 1 -
3 files changed, 4 insertions(+), 12 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 20977abeb10 PR tree-optimization/82381 * tree-ssa-reassoc.c (sort_by_ [...]
new d77c3d98a3c 2017-10-04 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1a6e773639b Fix openacc float reduction testcases
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic6.C | 19 +++++++++++++++++++
libgomp/ChangeLog | 10 ++++++++++
.../par-loop-comb-reduction-3.c | 3 ++-
.../par-loop-comb-reduction-4.c | 5 ++++-
.../testsuite/libgomp.oacc-c-c++-common/reduction-7.c | 5 ++++-
6 files changed, 44 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic6.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 gcc.
from 7e885277514 2017-10-04 Richard Biener <rguenther(a)suse.de>
new 1a12ad87551 PR tree-optimization/82374 * omp-low.c (create_omp_child_ [...]
new 20977abeb10 PR tree-optimization/82381 * tree-ssa-reassoc.c (sort_by_ [...]
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 | 13 ++++++
gcc/omp-low.c | 8 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/gomp/pr82374.c | 31 ++++++++++++++
gcc/tree-ssa-reassoc.c | 80 +++++++++++++++++++------------------
5 files changed, 98 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr82374.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 c68f96368b8 [IRCE] Temporarily disable unsigned latch conditions by default
new 2a53f0ee9e3 Recommit [UnreachableBlockElim] Use COPY if PHI input is undef
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/UnreachableBlockElim.cpp | 5 +--
test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.mir | 38 ++++++++++++++++++++++
2 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/unreachable-mbb-undef-phi.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 3cf582f4b1d Daily bump.
new 7e885277514 2017-10-04 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/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gfortran.dg/graphite/id-17.f | 2 ++
gcc/testsuite/gfortran.dg/graphite/id-19.f | 2 ++
gcc/testsuite/gfortran.dg/graphite/pr29832.f90 | 2 ++
gcc/testsuite/gfortran.dg/graphite/pr42326-1.f90 | 3 ++-
gcc/testsuite/gfortran.dg/graphite/pr42326.f90 | 3 ++-
gcc/testsuite/gfortran.dg/graphite/pr42393-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/graphite/pr68550-2.f90 | 3 +++
gcc/testsuite/gfortran.dg/graphite/run-id-2.f90 | 2 ++
gcc/testsuite/gfortran.dg/graphite/run-id-3.f90 | 2 ++
10 files changed, 31 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.