This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea3df5ebac0 [CodeGen] fix broken successor probability in MBB dump
new 1076f420d2f [X86][BtVer2] Fix PHMINPOS schedule resources typo
new f2546843d5c [ARM][v8.5A] Add speculation barriers SSBB and PSSBB
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/ARM/ARMInstrInfo.td | 2 ++
lib/Target/ARM/ARMInstrThumb2.td | 6 ++++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 23 ++++++++++++++-
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 15 ++++++++++
lib/Target/X86/X86ScheduleBtVer2.td | 2 +-
test/CodeGen/X86/sse41-schedule.ll | 4 +--
test/MC/ARM/basic-arm-instructions.s | 4 +--
test/MC/ARM/basic-thumb2-instructions.s | 4 +--
test/MC/ARM/csdb-errors.s | 6 ----
test/MC/ARM/csdb.s | 8 -----
test/MC/ARM/speculation-barriers-errors.s | 34 ++++++++++++++++++++++
test/MC/ARM/speculation-barriers.s | 22 ++++++++++++++
.../MC/Disassembler/ARM/basic-arm-instructions.txt | 4 +--
test/MC/Disassembler/ARM/thumb2.txt | 4 +--
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 ++---
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 8 ++---
16 files changed, 120 insertions(+), 34 deletions(-)
delete mode 100644 test/MC/ARM/csdb-errors.s
delete mode 100644 test/MC/ARM/csdb.s
create mode 100644 test/MC/ARM/speculation-barriers-errors.s
create mode 100644 test/MC/ARM/speculation-barriers.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 lldb.
from a9d76a57e [lldb] Remove an assertion in RichManglingContext::GetBufferR [...]
new aa39fab91 [PDB] Handle `char` as a builtin type
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:
lit/SymbolFile/PDB/Inputs/SimpleTypesTest.cpp | 3 +++
lit/SymbolFile/PDB/ast-restore.test | 2 +-
lit/SymbolFile/PDB/func-symbols.test | 2 +-
lit/SymbolFile/PDB/typedefs.test | 5 +++--
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 ++
5 files changed, 10 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 llvm.
from 5cdff6b4844 Test commit. NFC.
new ea3df5ebac0 [CodeGen] fix broken successor probability in MBB dump
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/MachineBasicBlock.cpp | 2 +-
test/Other/X86/mbb-dump.ll | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/Other/X86/mbb-dump.ll
--
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 67529047631 [ScalarizeMaskedMemIntrin] Use MinAlign to calculate alignm [...]
new 5cdff6b4844 Test commit. 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:
tools/llvm-mca/llvm-mca.cpp | 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 compiler-rt.
from ed77a775d [XRay] Guard local variables with `static` and struct with un [...]
new fdc8e0c0b [XRay] Fix fdr-thread-order.cc when current directory contain [...]
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/xray/TestCases/Posix/fdr-thread-order.cc | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 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 384d350d2cf [pdb] Simplify the code by replacing a few string conversio [...]
new 67529047631 [ScalarizeMaskedMemIntrin] Use MinAlign to calculate alignm [...]
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/ScalarizeMaskedMemIntrin.cpp | 4 +-
.../X86/expand-masked-load.ll | 58 ++++++++++++++++++++++
2 files changed, 60 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 clang.
from aaf502f80a [cxx2a] P0641R2: (Some) type mismatches on defaulted functio [...]
new a6e89874ca Handle dependent class template names in class template argu [...]
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/SemaInit.cpp | 5 ++++-
test/SemaCXX/cxx1z-class-template-argument-deduction.cpp | 7 +++++++
2 files changed, 11 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 217504b6a8b [ORC] clang-format the ThreadSafeModule code.
new 70ae543dfd6 merge-request.sh: Add 7.0 metabug
new 384d350d2cf [pdb] Simplify the code by replacing a few string conversio [...]
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/DebugInfo/PDB/DIA/DIADataStream.cpp | 14 ++------------
lib/DebugInfo/PDB/DIA/DIAEnumTables.cpp | 5 ++---
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 12 ++----------
lib/DebugInfo/PDB/DIA/DIASourceFile.cpp | 14 ++------------
lib/DebugInfo/PDB/DIA/DIATable.cpp | 17 +++--------------
utils/release/merge-request.sh | 3 +++
6 files changed, 14 insertions(+), 51 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 lldb.
from 1370e51f0 Fixes for GDB remote packet disassembler:
new a9d76a57e [lldb] Remove an assertion in RichManglingContext::GetBufferR [...]
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/lldb/Core/RichManglingContext.h | 1 -
unittests/Core/RichManglingContextTest.cpp | 23 +++++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.