This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1ae65827b5 Again reverting an attempt to convert the DeclSpec enums int [...]
new d9551a3cb4 [Driver] Fix unused variables and test-writing-into-workdir [...]
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/Driver/Driver.cpp | 4 ++--
test/Driver/config-file.c | 10 +++++-----
2 files 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 gcc.
from 7ba3b913ef8 2017-01-02 Richard Biener <rguenther(a)suse.de>
new 6306b9733fc PR target/81616 * x86-tune-costs.h (generic_cost): Reduce [...]
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/config/i386/x86-tune-costs.h | 16 ++++++++--------
2 files changed, 16 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 glibc.
from b05cb613e7 linux/arm: sync sys/ptrace.h with Linux 4.15 [BZ #22433]
new 6a9dd7a7c5 Remove alpha specific fmax, fmin to fix sNaN handling [BZ #22660]
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:
ChangeLog | 8 +++++++
sysdeps/alpha/fpu/s_fmax.S | 52 ---------------------------------------------
sysdeps/alpha/fpu/s_fmaxf.S | 1 -
sysdeps/alpha/fpu/s_fmin.S | 52 ---------------------------------------------
sysdeps/alpha/fpu/s_fminf.S | 1 -
5 files changed, 8 insertions(+), 106 deletions(-)
delete mode 100644 sysdeps/alpha/fpu/s_fmax.S
delete mode 100644 sysdeps/alpha/fpu/s_fmaxf.S
delete mode 100644 sysdeps/alpha/fpu/s_fmin.S
delete mode 100644 sysdeps/alpha/fpu/s_fminf.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 70ab3e40a57 Daily bump.
new 7ba3b913ef8 2017-01-02 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:
libiberty/ChangeLog | 10 ++++++++
libiberty/simple-object-elf.c | 57 ++++++++++++++++++++++++++-----------------
2 files changed, 44 insertions(+), 23 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 f45df3f5d59 [InstCombine] Missed optimization in math expression: squas [...]
new 6bc4edc1ec4 [SelectionDAG] Teach WidenVecOp_Convert to widen the operat [...]
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/SelectionDAG/LegalizeVectorTypes.cpp | 17 ++-
test/CodeGen/X86/avx512-cvt.ll | 147 ++++++++---------------
test/CodeGen/X86/vec_fp_to_int.ll | 20 ++-
3 files changed, 73 insertions(+), 111 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 9579686b841 Test commit
new f45df3f5d59 [InstCombine] Missed optimization in math expression: squas [...]
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:
.../InstCombine/InstCombineMulDivRem.cpp | 17 ++++++
test/Transforms/InstCombine/fmul-sqrt.ll | 67 ++++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 test/Transforms/InstCombine/fmul-sqrt.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 beeba032a19 [SelectionDAG] Remove ifs on getTypeAction being TypeWidenV [...]
new 9579686b841 Test commit
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/Analysis/InstructionSimplify.cpp | 2 +-
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 74a2f8ffb8 treat Ada DW_TAG_unspecified_type DIEs as stub types
new a405673cc5 Add support for dynamic DW_AT_byte_stride.
new 9fe561ab7f [gdb/Ada] slices of arrays with dynamic strides
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:
gdb/ChangeLog | 19 +++++
gdb/ada-lang.c | 12 ++--
gdb/dwarf2read.c | 27 ++++++--
gdb/gdbtypes.c | 80 +++++++++++++++++++---
gdb/gdbtypes.h | 6 +-
gdb/testsuite/ChangeLog | 8 +++
.../gdb.ada/{rec_return.exp => dyn_stride.exp} | 18 +++--
.../gdb.ada/{funcall_char => dyn_stride}/foo.adb | 31 ++++++---
8 files changed, 167 insertions(+), 34 deletions(-)
copy gdb/testsuite/gdb.ada/{rec_return.exp => dyn_stride.exp} (71%)
copy gdb/testsuite/gdb.ada/{funcall_char => dyn_stride}/foo.adb (57%)
--
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 e2882c8578 Update copyright year range in all GDB files
new 74a2f8ffb8 treat Ada DW_TAG_unspecified_type DIEs as stub types
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 9 +++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.