This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0e4bc86 [AVX512] Fix shuffle comment printing to handle the masked ve [...]
new 579bef0 Add support for writing through StreamInterface.
new 90005b6 Make PDBFile take a StreamInterface instead of a MemBuffer.
new e041e26 [AVX512] Add shuffle comment printing for masked VPERMPD/VPERMQ.
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:
include/llvm/DebugInfo/CodeView/ByteStream.h | 21 +-
include/llvm/DebugInfo/CodeView/CodeViewError.h | 1 +
include/llvm/DebugInfo/CodeView/StreamArray.h | 2 +
include/llvm/DebugInfo/CodeView/StreamInterface.h | 13 +
include/llvm/DebugInfo/CodeView/StreamReader.h | 1 +
include/llvm/DebugInfo/CodeView/StreamRef.h | 28 +-
include/llvm/DebugInfo/CodeView/StreamWriter.h | 82 ++++++
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h | 3 +
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 6 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 45 ++-
include/llvm/DebugInfo/PDB/Raw/RawError.h | 4 +-
include/llvm/Support/MathExtras.h | 8 +
lib/DebugInfo/CodeView/ByteStream.cpp | 52 +++-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/CodeViewError.cpp | 2 +
lib/DebugInfo/CodeView/StreamReader.cpp | 7 +
lib/DebugInfo/CodeView/StreamWriter.cpp | 77 ++++++
lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +-
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 163 ++++++++++-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 171 +++++-------
lib/DebugInfo/PDB/Raw/RawError.cpp | 4 +
lib/DebugInfo/PDB/Raw/RawSession.cpp | 25 +-
lib/Target/X86/InstPrinter/X86InstComments.cpp | 10 +-
test/CodeGen/X86/avx512vl-intrinsics.ll | 4 +
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 20 +-
tools/llvm-readobj/COFFDumper.cpp | 4 +-
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 307 +++++++++++++++++++--
27 files changed, 896 insertions(+), 167 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StreamWriter.h
create mode 100644 lib/DebugInfo/CodeView/StreamWriter.cpp
--
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 936f2d3 Automatic date update in version.in
new c040f3f Add myself as a write-after-approval GDB maintainer
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 | 4 ++++
gdb/MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 434c834 [lit] Only gather redirected files for command failures.
new 0e4bc86 [AVX512] Fix shuffle comment printing to handle the masked ve [...]
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/X86/InstPrinter/X86InstComments.cpp | 76 ++++++++++++++---------
test/CodeGen/X86/avx512-intrinsics.ll | 24 +++----
test/CodeGen/X86/avx512bw-intrinsics.ll | 16 ++---
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 8 +--
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 16 ++---
test/CodeGen/X86/avx512vl-intrinsics.ll | 42 ++++++-------
6 files changed, 99 insertions(+), 83 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 13f56e2 Fix recognition of shadowed template parameter
new 570fa27 Check for null pointers before calling the Stmt Profiler
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/AST/StmtProfile.cpp | 94 +++++++++++++++++++++++++++++++++----------------
1 file changed, 63 insertions(+), 31 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 8085b7c Reduce sizeof(CXXConstructorDecl) by 4-8 bytes.
new 13f56e2 Fix recognition of shadowed template parameter
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/SemaTemplate.cpp | 14 ++++++++------
test/CXX/temp/temp.res/temp.local/p6.cpp | 21 ++++++++++++++++-----
2 files changed, 24 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 f67ce49 AMDGPU: Fix trailing whitespace
new 434c834 [lit] Only gather redirected files for command failures.
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:
utils/lit/lit/TestRunner.py | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 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 6eba425 [esan|cfrag] Add the struct field offset array in StructInfo
new f67ce49 AMDGPU: Fix trailing whitespace
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/AMDGPU/AMDGPUInstructions.td | 2 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 34 +++++++++++-----------
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 2 +-
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 4 +--
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp | 2 +-
lib/Target/AMDGPU/R600Schedule.td | 2 +-
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp | 2 +-
lib/Target/AMDGPU/SIDefines.h | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 28 +++++++++---------
lib/Target/AMDGPU/VIInstructions.td | 2 +-
10 files changed, 40 insertions(+), 40 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 4753558 [LiveRangeEdit] Add a test case for r272314.
new 6eba425 [esan|cfrag] Add the struct field offset array in StructInfo
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:
.../Instrumentation/EfficiencySanitizer.cpp | 40 ++++++++++++++++------
.../struct_field_count_basic.ll | 39 +++++++++++++++++++--
2 files changed, 66 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 compiler-rt.
from 180059d Fix win bot failure
new e00c72b [esan|cfrag] Add the struct field offset array in StructInfo
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/esan/cache_frag.cpp | 8 ++++--
test/esan/TestCases/struct-simple.cpp | 46 +++++++++++++++++------------------
2 files changed, 29 insertions(+), 25 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 fc34cc4 Add null checks before using a pointer.
new 4753558 [LiveRangeEdit] Add a test case for r272314.
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/crash-lre-eliminate-dead-def.ll | 268 +++++++++++++++++++++++
1 file changed, 268 insertions(+)
create mode 100644 test/CodeGen/X86/crash-lre-eliminate-dead-def.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.