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 d0b49863 [clangd] Add a cstring include for strerror.
new 392beb7b [clangd] Fix incorrect file path for symbols defined by the 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:
clangd/index/SymbolCollector.cpp | 13 +++++++++----
unittests/clangd/SymbolCollectorTests.cpp | 26 ++++++++++++++++++++++++--
2 files changed, 33 insertions(+), 6 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 19cf5bffa2c [ARM][AArch64] Add CSDB speculation barrier instruction
new 1f8ce5a193d [AArch64] Fix spelling of ICH_ELRSR_EL2 system register
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/AArch64/AArch64SystemOperands.td | 2 +-
test/MC/AArch64/gicv3-regs.s | 4 ++--
test/MC/Disassembler/AArch64/gicv3-regs.txt | 2 +-
3 files changed, 4 insertions(+), 4 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 a77632156a1 config/ * gcc-plugin.m4 (GCC_ENABLE_PLUGINS): Remove -q op [...]
new c98c8be0504 2018-02-06 Richard Biener <rguenther(a)suse.de>
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 | 5 +++++
gcc/config/i386/i386.c | 4 ++--
2 files changed, 7 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 ee84001a30d [MergeICmps][NFC] Add more assertions.
new 19cf5bffa2c [ARM][AArch64] Add CSDB speculation barrier instruction
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/AArch64/AArch64InstrInfo.td | 1 +
lib/Target/ARM/ARMInstrInfo.td | 1 +
lib/Target/ARM/ARMInstrThumb2.td | 2 ++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 25 ++++++++++++++-----------
test/MC/AArch64/csdb.s | 4 ++++
test/MC/ARM/csdb-errors.s | 6 ++++++
test/MC/ARM/csdb.s | 8 ++++++++
test/MC/Disassembler/AArch64/csdb.txt | 4 ++++
test/MC/Disassembler/ARM/csdb-arm.txt | 4 ++++
test/MC/Disassembler/ARM/csdb-thumb.txt | 4 ++++
10 files changed, 48 insertions(+), 11 deletions(-)
create mode 100644 test/MC/AArch64/csdb.s
create mode 100644 test/MC/ARM/csdb-errors.s
create mode 100644 test/MC/ARM/csdb.s
create mode 100644 test/MC/Disassembler/AArch64/csdb.txt
create mode 100644 test/MC/Disassembler/ARM/csdb-arm.txt
create mode 100644 test/MC/Disassembler/ARM/csdb-thumb.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 96102045c0f [ARM] Armv8.2-A FP16 code generation (part 3/3)
new ee84001a30d [MergeICmps][NFC] Add more assertions.
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/MergeICmps.cpp | 4 ++++
1 file changed, 4 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 lld.
from e67cac6f1 [COFF] Add minimal support for /guard:cf
new 3c5d28415 [ELF] - Use InitTargetOptionsFromCodeGenFlags/ParseCommandLin [...]
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:
ELF/Driver.cpp | 23 ++++++++++-------------
test/ELF/lto-plugin-ignore.s | 8 ++++----
2 files changed, 14 insertions(+), 17 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 b458d85f09b [MergeICmps] Enable the MergeICmps Pass by default.
new 74c3cb19aa1 Revert "[MergeICmps] Enable the MergeICmps Pass by default."
new 96102045c0f [ARM] Armv8.2-A FP16 code generation (part 3/3)
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/TargetPassConfig.cpp | 9 +-
lib/Target/ARM/ARMISelLowering.cpp | 21 ++
lib/Target/ARM/ARMISelLowering.h | 1 +
lib/Target/ARM/ARMInstrVFP.td | 119 ++++--
test/CodeGen/ARM/fp16-instructions.ll | 574 ++++++++++++++++++++++++++++-
test/CodeGen/Generic/llc-start-stop.ll | 6 +-
test/CodeGen/PowerPC/memcmp-mergeexpand.ll | 22 +-
test/CodeGen/X86/memcmp-mergeexpand.ll | 29 +-
8 files changed, 719 insertions(+), 62 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 openmp.
from 392948b [OpenMP-RT] Fix debug string for NVPTX runtime library
new 6405759 [OMPT] Fix tool initialization returning 0
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:
runtime/src/ompt-general.cpp | 6 ++++++
1 file changed, 6 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 gcc.
from 2a5177b868f Add upstream svn rev for PR sanitizer/82825.
new a77632156a1 config/ * gcc-plugin.m4 (GCC_ENABLE_PLUGINS): Remove -q op [...]
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:
config/ChangeLog | 4 ++++
config/gcc-plugin.m4 | 4 ++--
gcc/ChangeLog | 4 ++++
gcc/configure | 4 ++--
4 files changed, 12 insertions(+), 4 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 release/2.27/master
in repository glibc.
from 23158b08a0 Update for 2.27 release
new bdac1623cc Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774]
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:
ChangeLog | 2 ++
NEWS | 4 ++++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.