This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c3edf1b3445 [AArch64][v8.5A] Add speculation restriction system registers
new fa611d49bbe [InstCombine] add tests for FP sign-bit cmp optimization wi [...]
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/fcmp.ll | 96 +++++++++++++++++++++++++++++++++++++
1 file changed, 96 insertions(+)
--
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 c34ba24749 [OpenCL] Improve extension-version.cl and to_addr_builtin.cl tests
new 38932860b8 [AArch64][v8.5A] Test optional Armv8.5-A random number extension
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/Driver/aarch64-rand.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 test/Driver/aarch64-rand.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 clang-tools-extra.
from c31a1ffc [clang-tidy] use CHECK-NOTES in tests for bugprone suspicious [...]
new 46cc53f0 Tell whether file/folder for include completions.
new ce04ed3f [clangd] Make IncludeInserter less slow. NFC
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:
clangd/CodeComplete.cpp | 5 +++++
clangd/Headers.cpp | 12 ++++++------
clangd/Headers.h | 6 +++---
clangd/Protocol.h | 7 +++++++
unittests/clangd/CodeCompleteTests.cpp | 21 +++++++++++++++++++++
5 files changed, 42 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 test-suite.
from 3274e5c5 Fix UB (signed int overflow) in Bullet. The change is the sam [...]
new 08916e31 More fixes for UBs in Bullet
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:
.../BulletCollision/BroadphaseCollision/btOverlappingPairCache.h | 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 gcc.
from 885493a562d [pr82089] Don't sign-extend SFV 1 in BImode
new ce03768e450 2018-09-27 Richard Biener <rguenther(a)suse.de>
new b5ba7e7aa9b 2018-09-27 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 11 ++++++++++
gcc/dwarf2out.c | 31 ++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 12 +++++++++++
gcc/testsuite/gcc.dg/debug/dwarf2/inline2.c | 10 ++++------
gcc/testsuite/gcc.dg/debug/dwarf2/inline4.c | 17 ++++++++++++++++
gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c | 8 ++++----
6 files changed, 72 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/inline4.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 aldot/fortran-fe-stringpool
in repository gcc.
discards a9f50c84742 PR87103: Remove max symbol length check from gfc_new_symbol
discards bd3ea192698 Free type-bound procedure structs
new 020d5a4cfad Free type-bound procedure structs
new 6582ebc620d PR87103: Remove max symbol length check from gfc_new_symbol
new bd6cb5a1f97 Tweak locations around CAF simplify
new e52b6990b84 Use stringpool on loading module commons
new c5be0195c38 Use stringpool noinsert lookup where appropriate
new 589fcb4f681 Use stringpool in trans-*
new 49310931e4b Use no-insert stringpool lookup in trans-*
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a9f50c84742)
\
N -- N -- N refs/heads/aldot/fortran-fe-stringpool (49310931e4b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 7 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/fortran/decl.c | 47 +++++++--------
gcc/fortran/gfortran.h | 7 ++-
gcc/fortran/iresolve.c | 86 ++++++++++++++++++++++------
gcc/fortran/match.h | 1 -
gcc/fortran/module.c | 20 ++-----
gcc/fortran/simplify.c | 28 ++++-----
gcc/fortran/symbol.c | 2 +-
gcc/fortran/trans-common.c | 28 ++++-----
gcc/fortran/trans-decl.c | 129 +++++++++++++++++-------------------------
gcc/fortran/trans-expr.c | 5 +-
gcc/fortran/trans-intrinsic.c | 15 +++--
gcc/fortran/trans-io.c | 27 ++++-----
gcc/fortran/trans-openmp.c | 2 +-
gcc/fortran/trans-types.c | 65 ++++++++++-----------
gcc/fortran/trans.c | 2 +-
gcc/fortran/trans.h | 3 -
16 files changed, 235 insertions(+), 232 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 80d9802d923 [AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instruction
new aba0e1b1de9 [AArch64][v8.5A] Add Armv8.5-A random number instructions
new c3edf1b3445 [AArch64][v8.5A] Add speculation restriction system registers
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:
include/llvm/Support/AArch64TargetParser.def | 1 +
include/llvm/Support/TargetParser.h | 1 +
lib/Target/AArch64/AArch64.td | 10 +++-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 2 +-
lib/Target/AArch64/AArch64Subtarget.h | 4 ++
lib/Target/AArch64/AArch64SystemOperands.td | 27 +++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 3 +-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 3 +-
test/MC/AArch64/armv8.5a-rand-error.s | 17 ++++++
test/MC/AArch64/armv8.5a-rand.s | 14 +++++
test/MC/AArch64/armv8.5a-specrestrict-error.s | 10 ++++
test/MC/AArch64/armv8.5a-specrestrict.s | 69 ++++++++++++++++++++++
test/MC/Disassembler/AArch64/armv8.5a-rand.txt | 12 ++++
.../Disassembler/AArch64/armv8.5a-specrestrict.txt | 52 ++++++++++++++++
unittests/Support/TargetParserTest.cpp | 3 +-
15 files changed, 222 insertions(+), 6 deletions(-)
create mode 100644 test/MC/AArch64/armv8.5a-rand-error.s
create mode 100644 test/MC/AArch64/armv8.5a-rand.s
create mode 100644 test/MC/AArch64/armv8.5a-specrestrict-error.s
create mode 100644 test/MC/AArch64/armv8.5a-specrestrict.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-rand.txt
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-specrestrict.txt
--
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 9322555e963 [AArch64][v8.5A] Add prediction invalidation instructions t [...]
new 8a1edcb2277 The llvm-exegesis output file is a html file not a txt file.
new 80d9802d923 [AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instruction
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:
docs/CommandGuide/llvm-exegesis.rst | 2 +-
lib/Target/AArch64/AArch64.td | 5 ++++-
lib/Target/AArch64/AArch64InstrInfo.td | 2 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
lib/Target/AArch64/AArch64SystemOperands.td | 3 +++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 1 +
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp | 2 +-
test/MC/AArch64/armv8.5a-persistent-memory.s | 7 +++++++
test/MC/Disassembler/AArch64/armv8.5a-persistent-memory.txt | 7 +++++++
9 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AArch64/armv8.5a-persistent-memory.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-persistent-memory.txt
--
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 930ab34cd50 [Sparc] Remove the support for builtin setjmp/longjmp
new ad5b1d79398 [AArch64][v8.5A] Add speculation barrier to AArch64 instruc [...]
new 13a83004f0e [ARM][v8.5A] Add speculation barrier to ARM & Thumb instruc [...]
new 9322555e963 [AArch64][v8.5A] Add prediction invalidation instructions t [...]
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/Target/AArch64/AArch64.td | 9 +++++++-
lib/Target/AArch64/AArch64InstrInfo.td | 14 ++++++++++-
lib/Target/AArch64/AArch64Subtarget.h | 4 ++++
lib/Target/AArch64/AArch64SystemOperands.td | 17 ++++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 24 +++++++++++++++++--
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 27 +++++++++++++++++++++-
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 7 ++++++
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 8 +++++++
lib/Target/ARM/ARM.td | 7 +++++-
lib/Target/ARM/ARMInstrInfo.td | 12 ++++++++++
lib/Target/ARM/ARMInstrThumb2.td | 8 +++++++
lib/Target/ARM/ARMSubtarget.h | 4 ++++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 ++-
test/MC/AArch64/armv8.5a-predctrl-error.s | 20 ++++++++++++++++
test/MC/AArch64/armv8.5a-predctrl.s | 18 +++++++++++++++
test/MC/AArch64/armv8.5a-specctrl.s | 11 +++++++++
test/MC/ARM/armv8.5a-specctrl-error-thumb.s | 6 +++++
test/MC/ARM/armv8.5a-specctrl-error.s | 5 ++++
test/MC/ARM/armv8.5a-specctrl.s | 15 ++++++++++++
test/MC/Disassembler/AArch64/armv8.5a-predctrl.txt | 15 ++++++++++++
test/MC/Disassembler/AArch64/armv8.5a-specctrl.txt | 9 ++++++++
.../Disassembler/ARM/armv8.5a-specctrl-thumb.txt | 9 ++++++++
test/MC/Disassembler/ARM/armv8.5a-specctrl.txt | 9 ++++++++
23 files changed, 254 insertions(+), 7 deletions(-)
create mode 100644 test/MC/AArch64/armv8.5a-predctrl-error.s
create mode 100644 test/MC/AArch64/armv8.5a-predctrl.s
create mode 100644 test/MC/AArch64/armv8.5a-specctrl.s
create mode 100644 test/MC/ARM/armv8.5a-specctrl-error-thumb.s
create mode 100644 test/MC/ARM/armv8.5a-specctrl-error.s
create mode 100644 test/MC/ARM/armv8.5a-specctrl.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-predctrl.txt
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-specctrl.txt
create mode 100644 test/MC/Disassembler/ARM/armv8.5a-specctrl-thumb.txt
create mode 100644 test/MC/Disassembler/ARM/armv8.5a-specctrl.txt
--
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 79b8d8e2688 [llvm-exegesis] Fix PR39096.
new f4e51169603 [AArch64][v8.5A] Add FRINT[32,64][Z,X] instructions
new 930ab34cd50 [Sparc] Remove the support for builtin setjmp/longjmp
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/Target/AArch64/AArch64.td | 10 +-
lib/Target/AArch64/AArch64InstrFormats.td | 37 +++-
lib/Target/AArch64/AArch64InstrInfo.td | 17 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 +
lib/Target/Sparc/SparcISelLowering.cpp | 227 ---------------------
lib/Target/Sparc/SparcISelLowering.h | 12 --
lib/Target/Sparc/SparcInstrInfo.td | 31 ---
test/CodeGen/SPARC/sjlj.ll | 93 ---------
test/MC/AArch64/armv8.5a-frint-error.s | 52 +++++
test/MC/AArch64/armv8.5a-frint.s | 92 +++++++++
test/MC/Disassembler/AArch64/armv8.5a-dataproc.txt | 99 ++++++++-
11 files changed, 301 insertions(+), 371 deletions(-)
delete mode 100644 test/CodeGen/SPARC/sjlj.ll
create mode 100644 test/MC/AArch64/armv8.5a-frint-error.s
create mode 100644 test/MC/AArch64/armv8.5a-frint.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.