This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68c6220 Revert "DAG: Check if extract_vector_elt is legal or custom" new 2219387 [PDB] Partial resubmit of r296215, which improved PDB Stream [...] new e4e218c ISel: We need to notify FastIS of the IMPLICIT_DEF we created [...] new 27f4f2f AMDGPU: Support v2i16/v2f16 packed operations new 533bd5a Add missing namespace qualifier.
The 4 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/CVRecord.h | 8 +- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +- include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 8 +- include/llvm/DebugInfo/CodeView/ModuleSubstream.h | 14 +- .../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 48 +-- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 42 +- .../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 4 +- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +- .../llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 10 +- include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 4 +- .../DebugInfo/CodeView/SymbolVisitorDelegate.h | 6 +- include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 10 +- include/llvm/DebugInfo/CodeView/TypeRecord.h | 6 +- .../llvm/DebugInfo/CodeView/TypeRecordMapping.h | 11 +- include/llvm/DebugInfo/CodeView/TypeSerializer.h | 4 +- include/llvm/DebugInfo/MSF/BinaryByteStream.h | 107 ++--- include/llvm/DebugInfo/MSF/BinaryItemStream.h | 46 +-- include/llvm/DebugInfo/MSF/BinaryStream.h | 59 +-- include/llvm/DebugInfo/MSF/BinaryStreamArray.h | 83 ++-- include/llvm/DebugInfo/MSF/BinaryStreamReader.h | 152 +++++-- include/llvm/DebugInfo/MSF/BinaryStreamRef.h | 118 ++++-- include/llvm/DebugInfo/MSF/BinaryStreamWriter.h | 111 +++-- include/llvm/DebugInfo/MSF/MappedBlockStream.h | 55 +-- include/llvm/DebugInfo/PDB/Native/DbiStream.h | 34 +- .../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 8 +- include/llvm/DebugInfo/PDB/Native/GlobalsStream.h | 6 +- include/llvm/DebugInfo/PDB/Native/HashTable.h | 8 +- .../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 5 +- include/llvm/DebugInfo/PDB/Native/ModInfo.h | 8 +- include/llvm/DebugInfo/PDB/Native/ModStream.h | 6 +- include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 11 +- include/llvm/DebugInfo/PDB/Native/PDBFile.h | 8 +- include/llvm/DebugInfo/PDB/Native/PublicsStream.h | 18 +- include/llvm/DebugInfo/PDB/Native/StringTable.h | 13 +- .../llvm/DebugInfo/PDB/Native/StringTableBuilder.h | 7 +- include/llvm/DebugInfo/PDB/Native/TpiHashing.h | 4 +- include/llvm/DebugInfo/PDB/Native/TpiStream.h | 10 +- .../llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h | 24 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 5 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 8 +- lib/DebugInfo/CodeView/CVTypeDumper.cpp | 4 +- lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 6 +- lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 4 +- lib/DebugInfo/CodeView/ModuleSubstream.cpp | 10 +- lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp | 32 +- lib/DebugInfo/CodeView/RecordSerialization.cpp | 20 +- lib/DebugInfo/CodeView/TypeSerializer.cpp | 4 +- lib/DebugInfo/MSF/BinaryStreamReader.cpp | 40 +- lib/DebugInfo/MSF/BinaryStreamWriter.cpp | 41 +- lib/DebugInfo/MSF/MappedBlockStream.cpp | 48 +-- lib/DebugInfo/PDB/Native/DbiStream.cpp | 28 +- lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 31 +- lib/DebugInfo/PDB/Native/GSI.cpp | 12 +- lib/DebugInfo/PDB/Native/GSI.h | 16 +- lib/DebugInfo/PDB/Native/GlobalsStream.cpp | 2 +- lib/DebugInfo/PDB/Native/HashTable.cpp | 8 +- lib/DebugInfo/PDB/Native/InfoStream.cpp | 2 +- lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 4 +- lib/DebugInfo/PDB/Native/ModInfo.cpp | 9 +- lib/DebugInfo/PDB/Native/ModStream.cpp | 6 +- lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 13 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 12 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 6 +- lib/DebugInfo/PDB/Native/PublicsStream.cpp | 2 +- lib/DebugInfo/PDB/Native/StringTable.cpp | 7 +- lib/DebugInfo/PDB/Native/StringTableBuilder.cpp | 4 +- lib/DebugInfo/PDB/Native/SymbolStream.cpp | 2 +- lib/DebugInfo/PDB/Native/TpiStream.cpp | 4 +- lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp | 10 +- lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 18 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 69 +++- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 11 +- lib/Target/AMDGPU/AMDGPUInstructions.td | 10 + lib/Target/AMDGPU/SIFoldOperands.cpp | 14 +- lib/Target/AMDGPU/SIISelLowering.cpp | 75 +++- lib/Target/AMDGPU/SIInstrInfo.cpp | 106 ++++- lib/Target/AMDGPU/SIInstrInfo.h | 25 +- lib/Target/AMDGPU/SIInstrInfo.td | 20 + lib/Target/AMDGPU/SIInstructions.td | 63 +++ lib/Target/AMDGPU/VOP3PInstructions.td | 30 +- test/CodeGen/AMDGPU/add.v2i16.ll | 283 +++++++++++++ test/CodeGen/AMDGPU/amdgcn.bitcast.ll | 33 +- test/CodeGen/AMDGPU/ashr.v2i16.ll | 152 +++++++ test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 59 ++- test/CodeGen/AMDGPU/fabs.f16.ll | 92 ++++- test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 58 ++- test/CodeGen/AMDGPU/fcopysign.f16.ll | 29 +- test/CodeGen/AMDGPU/fmuladd.v2f16.ll | 107 +++++ test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 117 ++++-- test/CodeGen/AMDGPU/fneg.f16.ll | 106 ++++- test/CodeGen/AMDGPU/fpext.f16.ll | 44 +- test/CodeGen/AMDGPU/fptrunc.f16.ll | 31 +- test/CodeGen/AMDGPU/fsub.f16.ll | 60 ++- test/CodeGen/AMDGPU/immv216.ll | 447 +++++++++++++++++++++ test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 152 ++++++- test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll | 1 + test/CodeGen/AMDGPU/lshr.v2i16.ll | 150 +++++++ test/CodeGen/AMDGPU/max.i16.ll | 78 +++- test/CodeGen/AMDGPU/min.ll | 303 +++++++++++--- test/CodeGen/AMDGPU/pack.v2f16.ll | 229 +++++++++++ test/CodeGen/AMDGPU/pack.v2i16.ll | 188 +++++++++ test/CodeGen/AMDGPU/scalar_to_vector.ll | 13 +- test/CodeGen/AMDGPU/sext-in-reg.ll | 140 +++++-- test/CodeGen/AMDGPU/shl.v2i16.ll | 150 +++++++ test/CodeGen/AMDGPU/sminmax.v2i16.ll | 216 ++++++++++ test/CodeGen/AMDGPU/sub.v2i16.ll | 278 +++++++++++++ test/CodeGen/X86/swifterror.ll | 27 ++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 10 +- tools/llvm-pdbdump/YamlTypeDumper.cpp | 4 +- tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 11 +- tools/llvm-readobj/COFFDumper.cpp | 23 +- unittests/DebugInfo/PDB/HashTableTest.cpp | 6 +- unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 65 +-- unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 8 +- 114 files changed, 4525 insertions(+), 1066 deletions(-) create mode 100644 test/CodeGen/AMDGPU/add.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/ashr.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/fmuladd.v2f16.ll create mode 100644 test/CodeGen/AMDGPU/immv216.ll create mode 100644 test/CodeGen/AMDGPU/lshr.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/pack.v2f16.ll create mode 100644 test/CodeGen/AMDGPU/pack.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/shl.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/sminmax.v2i16.ll create mode 100644 test/CodeGen/AMDGPU/sub.v2i16.ll