This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5c87b2ea7b2 [llgo] Move SetSubprogram
new ae102799e0a [DAGCombiner] Add a combine to turn a build vector of zero [...]
new 2ec9dcb2637 [X86] Combine vXi64 multiplies to MULDQ/MULUDQ during DAG c [...]
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 52 ++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 68 ++++++++++++++++++++------
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll | 14 ++----
test/CodeGen/X86/combine-pmuldq.ll | 22 +--------
test/CodeGen/X86/masked_gather_scatter.ll | 12 ++---
test/CodeGen/X86/mulvi32.ll | 31 +++++-------
test/CodeGen/X86/pmul.ll | 2 +-
test/CodeGen/X86/xop-ifma.ll | 4 +-
8 files changed, 134 insertions(+), 71 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 b2e586e850 Defer breakpoint reset when cloning progspace for fork child
new 5ca3fcb669 Remove some unused variables in dwarf2read.c
new ff4c9fec84 Replace dw2_get_cu/dw2_get_cutu with methods of dwarf2_per_objfile
new 12359b5e8f Remove some usages of get_dwarf2_per_objfile
new b76e467de3 Make dwarf2_per_objfile::all_comp_units an std::vector
new b2bdb8cf39 Make dwarf2_per_objfile::all_type_units an std::vector
new 6f14adc558 Replace make_cleanup_restore_current_traceframe with RAII class
new 9b73db3673 Fix indentation in gdb.mi/mi-stack.exp
new a0be7a3671 Fix gdb.mi/mi-stack.exp when gcc generates a stack protector
The 8 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 | 123 ++++++++++
gdb/dwarf-index-write.c | 29 ++-
gdb/dwarf2read.c | 459 ++++++++++++++------------------------
gdb/dwarf2read.h | 42 ++--
gdb/infrun.c | 3 +-
gdb/testsuite/ChangeLog | 10 +
gdb/testsuite/gdb.mi/mi-stack.c | 2 +-
gdb/testsuite/gdb.mi/mi-stack.exp | 113 +++++-----
gdb/tracepoint.c | 40 +---
gdb/tracepoint.h | 17 +-
10 files changed, 414 insertions(+), 424 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 7c4e78cf63 Implement write_async_safe for mi_console_file (PR 22299)
new b2e586e850 Defer breakpoint reset when cloning progspace for fork child
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/progspace.c | 3 ++-
2 files changed, 7 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 clang.
from 5b426516f5 [Sema] Extend -Wself-assign and -Wself-assign-field to warn [...]
new 04b6584405 Allow equality comparisons between block pointers and block- [...]
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/Sema/SemaExpr.cpp | 13 +++++++++++
test/SemaObjC/block-compare.mm | 51 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 test/SemaObjC/block-compare.mm
--
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 5dc026d3f0 Remove stale file i386-avx.dat
new 7c4e78cf63 Implement write_async_safe for mi_console_file (PR 22299)
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 | 20 ++++++++++++++++++++
gdb/mi/mi-console.c | 33 +++++++++++++++++++++++++++++++--
gdb/mi/mi-console.h | 2 ++
gdb/ui-file.c | 2 +-
gdb/utils.c | 50 +++++++++++++++++++++++++-------------------------
gdb/utils.h | 3 +++
6 files changed, 82 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 binutils-gdb.
from 9018be22e0 Make target_read_alloc & al return vectors
new 2654040249 Make "set osabi none" really work (PR 22980)
new c912f608be Fix generation of x86-64 gdbarch with osabi none (PR 22979)
new 5dc026d3f0 Remove stale file i386-avx.dat
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:
gdb/ChangeLog | 22 +++++++++
gdb/amd64-tdep.c | 24 +++++++++-
gdb/arch-utils.c | 7 ++-
gdb/defs.h | 3 +-
gdb/osabi.c | 20 ++++----
gdb/regformats/i386/i386-avx.dat | 54 ----------------------
gdb/testsuite/ChangeLog | 10 ++++
gdb/testsuite/gdb.arch/amd64-osabi.exp | 43 +++++++++++++++++
.../overload-const.exp => gdb.base/osabi.exp} | 20 ++++----
9 files changed, 121 insertions(+), 82 deletions(-)
delete mode 100644 gdb/regformats/i386/i386-avx.dat
create mode 100644 gdb/testsuite/gdb.arch/amd64-osabi.exp
copy gdb/testsuite/{gdb.cp/overload-const.exp => gdb.base/osabi.exp} (66%)
--
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 43193fe9fc Further improve warnings for relocations referring to discar [...]
new 9018be22e0 Make target_read_alloc & al return vectors
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 | 44 +++++++++++++++++++++++++
gdb/auxv.c | 44 ++++++++++---------------
gdb/avr-tdep.c | 40 +++++++++++-----------
gdb/common/byte-vector.h | 1 +
gdb/linux-tdep.c | 48 +++++++++++----------------
gdb/osdata.c | 6 ++--
gdb/remote.c | 32 +++++++++---------
gdb/solib-aix.c | 8 ++---
gdb/solib-dsbt.c | 19 +++++------
gdb/solib-svr4.c | 6 ++--
gdb/solib-target.c | 6 ++--
gdb/target.c | 86 +++++++++++++++++++-----------------------------
gdb/target.h | 37 +++++++++------------
gdb/tracepoint.c | 16 ++++-----
gdb/xml-support.c | 20 +++++------
gdb/xml-support.h | 10 +++---
gdb/xml-syscall.c | 6 ++--
gdb/xml-tdesc.c | 20 +++++------
18 files changed, 224 insertions(+), 225 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 9c4e19d1272 [CostModel][X86] Regenerate vector reduction cost tests wit [...]
new 5c87b2ea7b2 [llgo] Move SetSubprogram
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:
bindings/go/llvm/dibuilder.go | 4 ++++
bindings/go/llvm/ir.go | 3 ---
2 files changed, 4 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 a42e034bfcb [InstCombine] simplify code that propagates FMF; NFC
new 9c4e19d1272 [CostModel][X86] Regenerate vector reduction cost tests wit [...]
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/reduction.ll | 1091 +++++++++++++++++++++++++++---
1 file changed, 987 insertions(+), 104 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 43dba22c379 [CostModel][X86] Regenerate vector integer truncation cost [...]
new 4bf25ba9bb5 [InstCombine] add/move tests for fsub folds; NFC
new cc6d45b9728 [CostModel][X86] Regenerate vector select cost tests with u [...]
new a42e034bfcb [InstCombine] simplify code that propagates FMF; NFC
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:
lib/Transforms/InstCombine/InstCombineCasts.cpp | 16 +--
test/Analysis/CostModel/X86/vselect-cost.ll | 132 +++++++++++++-----------
test/Transforms/InstCombine/fneg-ext.ll | 23 -----
test/Transforms/InstCombine/fsub.ll | 101 +++++++++++++++++-
4 files changed, 177 insertions(+), 95 deletions(-)
delete mode 100644 test/Transforms/InstCombine/fneg-ext.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.