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 1f5d1570c0 (Ada) Fix resolving of homonym components in tagged types
new 8ec235834d Remove unused variable in record-btrace.c
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/record-btrace.c | 1 -
2 files changed, 5 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 aa45ce1144 Prevent cpu-specific/cpu-dispatch from giong on a lambda.
new 5df831d387 Remove all uses of DIFlagBlockByrefStruct
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/CGDebugInfo.cpp | 32 +++++++++++++++-----------------
lib/CodeGen/CGDebugInfo.h | 11 +++++++++--
test/CodeGenObjC/block-byref-debuginfo.m | 27 +++++++++++++++++++++++----
3 files changed, 47 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 8a7d229b56d [MIPS GlobalISel] Select icmp
new 3e62673386d [AST] Visit memtransfer arguments in order
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/AliasSetTracker.cpp | 2 +-
test/Analysis/AliasSet/memtransfer.ll | 16 ++++++++--------
2 files changed, 9 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 gdb-8.2-branch
in repository binutils-gdb.
from 9c37598712 Automatic date update in version.in
new 7c09445cf8 Fix "make install-strip" failure to install gdb-add-index.sh
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/Makefile.in | 4 ++--
2 files changed, 8 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 e60205289bb HotColdSplitting: fix test failing because of last commit
new 8a7d229b56d [MIPS GlobalISel] Select icmp
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/MipsInstructionSelector.cpp | 79 +++++
lib/Target/Mips/MipsLegalizerInfo.cpp | 4 +
lib/Target/Mips/MipsRegisterBankInfo.cpp | 6 +
.../Mips/GlobalISel/instruction-select/icmp.mir | 322 +++++++++++++++++++++
test/CodeGen/Mips/GlobalISel/legalizer/icmp.mir | 277 ++++++++++++++++++
test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll | 158 ++++++++++
.../CodeGen/Mips/GlobalISel/regbankselect/icmp.mir | 306 ++++++++++++++++++++
7 files changed, 1152 insertions(+)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/icmp.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/icmp.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/icmp.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/icmp.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 llvm.
from d126aab2ef8 HotColdSplitting: check that target supports cold calling c [...]
new e60205289bb HotColdSplitting: fix test failing because of last 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:
test/Transforms/HotColdSplit/split-cold-1.ll | 4 +---
1 file changed, 1 insertion(+), 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 binutils-gdb.
from 849cba3b83 Remove periods from Python section titles
new 2963898f38 (Ada) Fix -var-list-children MI command for union type
new 736ade86ea (Ada) New function ada_is_access_to_unconstrained_array
new b9c50e9a9a (Ada/MI) Fix -var-evaluate-expression for access to unconstr [...]
new cc330e39bc (Ada) Fix printing of access to unconstrained arrays
new d91e9ea81d (Ada) Cleanup code by using ada_is_access_to_unconstrained_a [...]
new 1f5d1570c0 (Ada) Fix resolving of homonym components in tagged types
The 6 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 | 36 ++++++++++++
gdb/ada-lang.c | 53 +++++++++++++++---
gdb/ada-lang.h | 2 +
gdb/ada-valprint.c | 2 +-
gdb/ada-varobj.c | 15 +++--
gdb/testsuite/ChangeLog | 26 +++++++++
.../gdb.ada/access_to_unbounded_array.exp | 30 ++++++++++
.../foo.adb | 19 ++-----
.../foo.adb => access_to_unbounded_array/pack.adb} | 22 +++-----
.../foo.adb => access_to_unbounded_array/pack.ads} | 22 ++------
gdb/testsuite/gdb.ada/mi_string_access.exp | 64 ++++++++++++++++++++++
.../foo.adb => mi_string_access/bar.adb} | 23 +++-----
.../{notcplusplus => mi_string_access}/pck.adb | 0
.../{notcplusplus => mi_string_access}/pck.ads | 0
gdb/testsuite/gdb.ada/mi_var_union.exp | 54 ++++++++++++++++++
.../foo.adb => mi_var_union/bar.adb} | 28 +++++-----
.../gdb.ada/{notcplusplus => mi_var_union}/pck.adb | 0
.../gdb.ada/{notcplusplus => mi_var_union}/pck.ads | 0
gdb/testsuite/gdb.ada/same_component_name.exp | 10 ++++
gdb/testsuite/gdb.ada/same_component_name/foo.adb | 11 +++-
gdb/testsuite/gdb.ada/same_component_name/pck.adb | 15 +++++
gdb/testsuite/gdb.ada/same_component_name/pck.ads | 25 +++++++++
22 files changed, 363 insertions(+), 94 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/access_to_unbounded_array.exp
copy gdb/testsuite/gdb.ada/{same_component_name => access_to_unbounded_array}/foo. [...]
copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => access_to_unbounded_arr [...]
copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => access_to_unbounded_arr [...]
create mode 100644 gdb/testsuite/gdb.ada/mi_string_access.exp
copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => mi_string_access/bar.ad [...]
copy gdb/testsuite/gdb.ada/{notcplusplus => mi_string_access}/pck.adb (100%)
copy gdb/testsuite/gdb.ada/{notcplusplus => mi_string_access}/pck.ads (100%)
create mode 100644 gdb/testsuite/gdb.ada/mi_var_union.exp
copy gdb/testsuite/gdb.ada/{same_component_name/foo.adb => mi_var_union/bar.adb} (63%)
copy gdb/testsuite/gdb.ada/{notcplusplus => mi_var_union}/pck.adb (100%)
copy gdb/testsuite/gdb.ada/{notcplusplus => mi_var_union}/pck.ads (100%)
--
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 bd3beb46c43 [LSR] Add tests for small constants; NFC
new 341b8a710bc make flag name more specific to gvn [NFC]
new 09372b8e715 add flag instead of using a constant [NFC]
new d126aab2ef8 HotColdSplitting: check that target supports cold calling c [...]
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/IPO/HotColdSplitting.cpp | 17 +++++++++++++----
lib/Transforms/Scalar/GVN.cpp | 10 +++++++---
2 files changed, 20 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 ff191dd6409 Daily bump.
new 81cd6f06dc6 * class.c (build_vtbl_ref): Remove. (build_vtbl_ref_1): R [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 16 +++-------------
2 files changed, 9 insertions(+), 13 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 0d018d17b33 InstCombine: move hasOneUse check to the top of foldICmpAdd [...]
new bd3beb46c43 [LSR] Add tests for small constants; 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:
.../LoopStrengthReduce/AArch64/small-constant.ll | 151 +++++++++++++++++++++
1 file changed, 151 insertions(+)
create mode 100644 test/Transforms/LoopStrengthReduce/AArch64/small-constant.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.