This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2794ae2d005 [X86] Use mattr instead of mcpu in some of the cost model tests.
new 805454d2079 [NFC][CodeGen][ExpandMemCmp] Fix documentation.
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/ExpandMemCmp.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 f8bf5c2a17a [SROA] Disable non-whole-alloca splits by default
new 2794ae2d005 [X86] Use mattr instead of mcpu in some of the cost model tests.
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/Analysis/CostModel/X86/bitreverse.ll | 28 ++++++++++++++--------------
test/Analysis/CostModel/X86/ctlz.ll | 16 +++++++---------
test/Analysis/CostModel/X86/ctpop.ll | 14 ++++++--------
test/Analysis/CostModel/X86/cttz.ll | 14 ++++++--------
4 files changed, 33 insertions(+), 39 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 a9e5853a21a [X86] Fix mistake that I made when splitting up the setOper [...]
new f8bf5c2a17a [SROA] Disable non-whole-alloca splits by default
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/Transforms/Scalar/SROA.cpp | 7 ++++++-
test/DebugInfo/X86/sroasplit-2.ll | 3 +--
test/Transforms/SROA/basictest.ll | 33 ++++---------------------------
test/Transforms/SROA/big-endian.ll | 40 ++++++++++++--------------------------
4 files changed, 23 insertions(+), 60 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 9c96fa6e891 2017-12-17 Sandra Loosemore <sandra(a)codesourcery.com> [...]
new c51cfafa642 2017-12-17 Sandra Loosemore <sandra(a)codesourcery.com>
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/doc/extend.texi | 20 +++++++++++++-------
gcc/doc/invoke.texi | 10 ++++++++--
3 files changed, 29 insertions(+), 9 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 5f348c6a0c6 [CGP] Fix the handling select inst in complex addressing mode
new a9e5853a21a [X86] Fix mistake that I made when splitting up the setOper [...]
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/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 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 cff5adc9a9b [x86] add tests for finite libcall lowering (PR35672); NFC
new 5f348c6a0c6 [CGP] Fix the handling select inst in complex addressing mode
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/CodeGenPrepare.cpp | 4 ++--
test/Transforms/CodeGenPrepare/X86/pr35658.ll | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/X86/pr35658.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 6db71e32d10 PR bootstrap/83446 - Bootstrap failed on i686
new 9c96fa6e891 2017-12-17 Sandra Loosemore <sandra(a)codesourcery.com> [...]
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/doc/invoke.texi | 22 ++++++++++++++++++++--
2 files changed, 28 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 binutils-gdb.
from 0e2da9f013 (Ada) crash assigning to record component which is an array
new eccab96d54 improved error message when getting an exception printing a [...]
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 | 8 ++
gdb/ada-lang.c | 21 +++-
gdb/ada-valprint.c | 6 +-
gdb/testsuite/ChangeLog | 5 +
.../ada-valprint-error.c} | 7 +-
gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp | 115 +++++++++++++++++++++
6 files changed, 154 insertions(+), 8 deletions(-)
copy gdb/testsuite/{gdb.base/reread-readsym.c => gdb.dwarf2/ada-valprint-error.c} (87%)
create mode 100644 gdb/testsuite/gdb.dwarf2/ada-valprint-error.exp
--
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 5f68d06344f Daily bump.
new 6db71e32d10 PR bootstrap/83446 - Bootstrap failed on i686
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/gimple-ssa-warn-restrict.c | 4 +++-
gcc/testsuite/c-c++-common/Warray-bounds-3.c | 7 ++++--
gcc/testsuite/gcc.dg/Warray-bounds-25.c | 33 ++++++++++++++++++++++++++++
4 files changed, 48 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-25.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 binutils-gdb.
from cb923fcc23 Ada: fix bad handling in ada_convert_actual
new 0e2da9f013 (Ada) crash assigning to record component which is an array
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 | 6 ++++++
gdb/ada-lang.c | 7 ++++---
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.ada/{repeat_dyn.exp => assign_arr.exp} | 10 +++++-----
.../{repeat_dyn/pck.ads => assign_arr/main_p324_051.adb} | 11 +++++------
.../{repeat_dyn/pck.ads => assign_arr/target_wrapper.ads} | 14 +++++++++-----
6 files changed, 33 insertions(+), 19 deletions(-)
copy gdb/testsuite/gdb.ada/{repeat_dyn.exp => assign_arr.exp} (77%)
copy gdb/testsuite/gdb.ada/{repeat_dyn/pck.ads => assign_arr/main_p324_051.adb} (84%)
copy gdb/testsuite/gdb.ada/{repeat_dyn/pck.ads => assign_arr/target_wrapper.ads} (78%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.