This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from 46144c47a7 Automatic date update in version.in
new ffb401b866 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 9f98c43929 Automatic date update in version.in
new 60f36aaf20 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 7c9ed78e22d [InstCombine] clean up tests and regenerate checks; NFC
new 5807fd2aba3 Fix testcase: s/CHECKNEXT/CHECK-NEXT/
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/CodeGen/AArch64/arm64-vmul.ll | 16 ++++++++--------
1 file changed, 8 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 llvm.
from 0d0472f857d [APInt] Add ashrInPlace method and implement ashr using it. [...]
new 7c9ed78e22d [InstCombine] clean up tests and regenerate checks; 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:
test/Transforms/InstCombine/and-or-not.ll | 90 ++++++++++++++++---------------
1 file changed, 46 insertions(+), 44 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 10f489e576 Use ui_out_emit_list
new bf1554384b Fix ldn/stn multiple instructions. Fix testcases with unali [...]
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:
sim/aarch64/ChangeLog | 11 ++
sim/aarch64/simulator.c | 290 +++++++++++--------------------
sim/testsuite/sim/aarch64/ChangeLog | 9 +
sim/testsuite/sim/aarch64/fcvtz.s | 1 +
sim/testsuite/sim/aarch64/fstur.s | 1 +
sim/testsuite/sim/aarch64/ldn_multiple.s | 136 +++++++++++++++
sim/testsuite/sim/aarch64/ldn_single.s | 2 +
sim/testsuite/sim/aarch64/ldnr.s | 2 +
sim/testsuite/sim/aarch64/mla.s | 2 +
sim/testsuite/sim/aarch64/mls.s | 2 +
sim/testsuite/sim/aarch64/stn_multiple.s | 171 ++++++++++++++++++
sim/testsuite/sim/aarch64/stn_single.s | 24 +--
sim/testsuite/sim/aarch64/sumulh.s | 3 -
sim/testsuite/sim/aarch64/uzp.s | 2 +
14 files changed, 454 insertions(+), 202 deletions(-)
create mode 100644 sim/testsuite/sim/aarch64/ldn_multiple.s
create mode 100644 sim/testsuite/sim/aarch64/stn_multiple.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 llvm.
from 702614a330c Use DW_OP_stack_value when reconstructing variable values w [...]
new 0d0472f857d [APInt] Add ashrInPlace method and implement ashr using it. [...]
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/ADT/APInt.h | 33 ++++++++++++++-
include/llvm/ADT/APSInt.h | 2 +-
lib/Support/APInt.cpp | 99 ++++++++++++---------------------------------
unittests/ADT/APIntTest.cpp | 20 ++++++++-
4 files changed, 77 insertions(+), 77 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 14a80cdb013 [X86] Regenerate TLS tests
new 702614a330c Use DW_OP_stack_value when reconstructing variable values w [...]
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/Utils/Local.cpp | 45 ++++++++++++++++++++--------
test/Transforms/InstCombine/debuginfo-dce.ll | 42 +++++++++++++++++++++-----
2 files changed, 67 insertions(+), 20 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 e14494685b3 [APInt] Remove unnecessary min with BitWidth from countTrai [...]
new 14a80cdb013 [X86] Regenerate TLS 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/CodeGen/X86/tls-pic.ll | 38 +++----
test/CodeGen/X86/tls-pie.ll | 127 ++++++++++++++---------
test/CodeGen/X86/tls.ll | 246 ++++++++++++++++++++++----------------------
3 files changed, 221 insertions(+), 190 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 db0b3ce4eb3 [PartialInlining] Using existing hasAddressTaken interface [...]
new e14494685b3 [APInt] Remove unnecessary min with BitWidth from countTrai [...]
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/Support/APInt.cpp | 3 ++-
1 file changed, 2 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 llvm.
from 56bf04cfa41 [InstCombine] use 'match' to reduce code; NFCI
new db0b3ce4eb3 [PartialInlining] Using existing hasAddressTaken interface [...]
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/IPO/PartialInlining.cpp | 22 +++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.