This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ee6dfaf463 Change two unnecessary uses of llvm::size(C) to C.size() new 4dafc035e75 [Strict FP] Allow custom operation actions new 36ec6cc9c14 Support 64-bit offsets in utility classes (1/5) new 8ee19f8c632 Switch LLVM to use 64-bit offsets (2/5)
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/CodeGen/TargetLowering.h | 11 +- .../DebugInfo/DWARF/DWARFAbbreviationDeclaration.h | 4 +- .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 70 +- include/llvm/DebugInfo/DWARF/DWARFAttribute.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFContext.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 19 +- include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h | 6 +- include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h | 6 +- include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 8 +- include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 10 +- include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 18 +- include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 8 +- include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFDie.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFExpression.h | 14 +- include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 30 +- include/llvm/DebugInfo/DWARF/DWARFListTable.h | 42 +- include/llvm/DebugInfo/DWARF/DWARFUnit.h | 22 +- include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h | 2 +- include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 4 +- include/llvm/Support/DataExtractor.h | 71 +- include/llvm/XRay/FDRRecordProducer.h | 4 +- include/llvm/XRay/FDRRecords.h | 6 +- include/llvm/XRay/FileHeaderReader.h | 2 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 57 +- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 23 +- .../DWARF/DWARFAbbreviationDeclaration.cpp | 8 +- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 115 ++-- lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 8 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 79 +-- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 36 +- lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp | 10 +- lib/DebugInfo/DWARF/DWARFDebugAddr.cpp | 26 +- lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp | 4 +- lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 10 +- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 52 +- lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 8 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 48 +- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 12 +- lib/DebugInfo/DWARF/DWARFDebugMacro.cpp | 2 +- lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp | 6 +- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 18 +- lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 30 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 12 +- lib/DebugInfo/DWARF/DWARFExpression.cpp | 8 +- lib/DebugInfo/DWARF/DWARFFormValue.cpp | 46 +- lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 2 +- lib/DebugInfo/DWARF/DWARFListTable.cpp | 24 +- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 8 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 41 +- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp | 4 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 59 +- lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 6 +- lib/DebugInfo/Symbolize/Symbolize.cpp | 2 +- lib/Object/Decompressor.cpp | 2 +- lib/Object/MachOObjectFile.cpp | 2 +- lib/Support/DataExtractor.cpp | 130 +++- lib/XRay/FDRRecordProducer.cpp | 11 +- lib/XRay/FileHeaderReader.cpp | 14 +- lib/XRay/InstrumentationMap.cpp | 8 +- lib/XRay/Profile.cpp | 10 +- lib/XRay/RecordInitializer.cpp | 202 +++--- lib/XRay/Trace.cpp | 43 +- .../PowerPC/vector-constrained-fp-intrinsics.ll | 726 ++++++++++++++++----- .../X86/vector-constrained-fp-intrinsics.ll | 109 +++- tools/dsymutil/DwarfLinker.cpp | 48 +- tools/dsymutil/DwarfLinker.h | 8 +- tools/dsymutil/DwarfStreamer.cpp | 10 +- tools/dsymutil/DwarfStreamer.h | 6 +- tools/llvm-dwp/llvm-dwp.cpp | 24 +- tools/llvm-readobj/DwarfCFIEHPrinter.h | 2 +- tools/llvm-xray/xray-fdr-dump.cpp | 2 +- tools/obj2yaml/dwarf2yaml.cpp | 12 +- unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 8 +- unittests/Support/DataExtractorTest.cpp | 30 +- unittests/XRay/FDRProducerConsumerTest.cpp | 4 +- 81 files changed, 1615 insertions(+), 945 deletions(-)