7c7aba6 Vendor import of llvm trunk r305575:

Authored and Committed by Dimitry Andric 7 years ago
595 files changed. 17845 lines added. 11359 lines removed.
cmake/modules/TableGen.cmake
file modified
+18 -32
docs/BranchWeightMetadata.rst
file modified
+14 -0
docs/LangRef.rst
file modified
+157 -84
docs/Lexicon.rst
file modified
+7 -0
docs/Phabricator.rst
file modified
+2 -1
include/llvm/ADT/AllocatorList.h
file modified
+38 -23
include/llvm/ADT/ArrayRef.h
file modified
+28 -16
include/llvm/ADT/BreadthFirstIterator.h
file modified
+5 -6
include/llvm/ADT/DAGDeltaAlgorithm.h
file modified
+5 -5
include/llvm/ADT/DeltaAlgorithm.h
file modified
+5 -5
include/llvm/ADT/DenseMap.h
file modified
+52 -22
include/llvm/ADT/DenseMapInfo.h
file modified
+34 -6
include/llvm/ADT/DenseSet.h
file modified
+26 -20
include/llvm/ADT/DepthFirstIterator.h
file modified
+13 -10
include/llvm/ADT/EquivalenceClasses.h
file modified
+12 -10
include/llvm/ADT/FoldingSet.h
file modified
+114 -119
include/llvm/ADT/GraphTraits.h
file modified
+6 -9
include/llvm/ADT/ImmutableList.h
file modified
+4 -4
include/llvm/ADT/ImmutableMap.h
file modified
+32 -30
include/llvm/ADT/ImmutableSet.h
file modified
+60 -61
include/llvm/ADT/IndexedMap.h
file modified
+9 -9
include/llvm/ADT/IntervalMap.h
file modified
+26 -23
include/llvm/ADT/IntrusiveRefCntPtr.h
file modified
+11 -7
include/llvm/ADT/MapVector.h
file modified
+15 -9
include/llvm/ADT/Optional.h
file modified
+20 -13
include/llvm/ADT/PackedVector.h
file modified
+3 -3
include/llvm/ADT/PointerEmbeddedInt.h
file modified
+17 -13
include/llvm/ADT/PointerUnion.h
file modified
+1 -1
include/llvm/ADT/ScopedHashTable.h
file modified
+7 -5
include/llvm/ADT/SmallBitVector.h
file modified
+35 -23
include/llvm/ADT/SmallSet.h
file modified
+4 -3
include/llvm/ADT/StringExtras.h
file modified
+11 -1
include/llvm/ADT/Triple.h
file modified
+3 -1
include/llvm/ADT/ilist_base.h
file modified
+2 -4
include/llvm/ADT/ilist_iterator.h
file modified
+30 -29
include/llvm/ADT/ilist_node.h
file modified
+33 -17
include/llvm/ADT/iterator.h
file modified
+5 -3
include/llvm/ADT/simple_ilist.h
file modified
+19 -14
include/llvm/Analysis/MemorySSA.h
file modified
+0 -6
include/llvm/Analysis/ScalarEvolution.h
file modified
+21 -11
include/llvm/Analysis/TargetTransformInfo.h
file modified
+12 -2
include/llvm/Analysis/TargetTransformInfoImpl.h
file modified
+3 -1
include/llvm/Analysis/TypeMetadataUtils.h
file modified
+7 -0
include/llvm/Analysis/ValueTracking.h
file modified
+2 -2
include/llvm/BinaryFormat/ELF.h
file modified
+20 -18
include/llvm/Bitcode/BitcodeReader.h
file modified
+14 -6
include/llvm/Bitcode/BitcodeWriter.h
file modified
+4 -0
include/llvm/Bitcode/LLVMBitCodes.h
file modified
+8 -0
include/llvm/CodeGen/BasicTTIImpl.h
file modified
+3 -1
include/llvm/CodeGen/FunctionLoweringInfo.h
file modified
+12 -0
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
file modified
+8 -0
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
file modified
+22 -2
include/llvm/CodeGen/RuntimeLibcalls.h
file modified
+10 -9
include/llvm/CodeGen/SelectionDAG.h
file modified
+6 -0
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
file modified
+6 -9
include/llvm/DebugInfo/CodeView/CodeView.h
file modified
+5 -0
include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h
file modified
+1 -0
include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h
file modified
+1 -1
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h
file modified
+5 -2
include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h
file modified
+16 -64
include/llvm/DebugInfo/CodeView/Formatters.h
file modified
+17 -0
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
file added
+106
include/llvm/DebugInfo/CodeView/SymbolRecord.h
file modified
+5 -5
include/llvm/DebugInfo/CodeView/TypeIndex.h
file modified
+2 -0
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
file modified
+4 -0
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
file modified
+19 -9
include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
file modified
+3 -1
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
file modified
+2 -0
include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
file modified
+3 -6
include/llvm/DebugInfo/PDB/Native/InfoStream.h
file modified
+1 -0
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
file modified
+8 -1
include/llvm/DebugInfo/PDB/Native/PDBFile.h
file modified
+2 -0
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h
file modified
+1 -1
include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
file modified
+1 -4
include/llvm/DebugInfo/PDB/Native/PublicsStream.h
file modified
+1 -0
include/llvm/DebugInfo/PDB/Native/RawConstants.h
file modified
+5 -1
include/llvm/DebugInfo/PDB/Native/SymbolStream.h
file modified
+4 -0
include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
file modified
+2 -0
include/llvm/IR/Constants.h
file modified
+0 -9
include/llvm/IR/DebugInfoMetadata.h
file modified
+0 -3
include/llvm/IR/GlobalVariable.h
file modified
+0 -2
include/llvm/IR/IRBuilder.h
file modified
+11 -13
include/llvm/IR/InstrTypes.h
file modified
+0 -8
include/llvm/IR/Instructions.h
file modified
+0 -29
include/llvm/IR/IntrinsicInst.h
file modified
+78 -12
include/llvm/IR/Intrinsics.td
file modified
+10 -5
include/llvm/IR/ModuleSummaryIndex.h
file modified
+18 -8
include/llvm/IR/ModuleSummaryIndexYAML.h
file modified
+18 -0
include/llvm/IR/Operator.h
file modified
+0 -1
include/llvm/IR/PatternMatch.h
file modified
+18 -18
include/llvm/LTO/LTO.h
file modified
+24 -9
include/llvm/LTO/legacy/LTOModule.h
file modified
+1 -1
include/llvm/MC/MCSymbolWasm.h
file modified
+4 -2
include/llvm/MC/MCWasmObjectWriter.h
file modified
+4 -11
include/llvm/Object/ArchiveWriter.h
file modified
+1 -0
include/llvm/Object/WindowsResource.h
file modified
+7 -5
include/llvm/ObjectYAML/COFFYAML.h
file modified
+4 -0
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h
file modified
+13 -12
include/llvm/ObjectYAML/CodeViewYAMLTypes.h
file modified
+3 -0
include/llvm/Option/Arg.h
file modified
+10 -5
include/llvm/Option/ArgList.h
file modified
+32 -20
include/llvm/Option/OptSpecifier.h
file modified
+19 -21
include/llvm/Option/OptTable.h
file modified
+14 -5
include/llvm/Option/Option.h
file modified
+12 -3
include/llvm/Support/BinaryStreamArray.h
file modified
+6 -0
include/llvm/Support/DebugCounter.h
file modified
+3 -3
include/llvm/Support/FormatAdapters.h
file modified
+8 -5
include/llvm/Support/FormatCommon.h
file modified
+14 -6
include/llvm/Support/MathExtras.h
file modified
+46 -61
include/llvm/Support/ThreadPool.h
file modified
+3 -25
include/llvm/TableGen/Main.h
file modified
+6 -4
include/llvm/TableGen/Record.h
file modified
+58 -92
include/llvm/TableGen/SetTheory.h
file modified
+3 -3
include/llvm/TableGen/StringMatcher.h
file modified
+5 -4
include/llvm/Target/TargetLoweringObjectFile.h
file modified
+3 -4
include/llvm/Target/TargetRegisterInfo.h
file modified
+10 -0
include/llvm/Testing/Support/Error.h
file added
+69
include/llvm/Testing/Support/SupportHelpers.h
file added
+47
include/llvm/Transforms/Scalar/GVNExpression.h
file modified
+1 -4
include/llvm/Transforms/Utils/CodeExtractor.h
file modified
+19 -2
include/llvm/Transforms/Utils/Mem2Reg.h
file modified
+1 -1
lib/Analysis/BasicAliasAnalysis.cpp
file modified
+18 -4
lib/Analysis/CallGraphSCCPass.cpp
file modified
+4 -4
lib/Analysis/DivergenceAnalysis.cpp
file modified
+1 -1
lib/Analysis/MemorySSA.cpp
file modified
+1 -1
lib/Analysis/ScalarEvolution.cpp
file modified
+76 -53
lib/Analysis/TargetTransformInfo.cpp
file modified
+4 -0
lib/Analysis/ValueTracking.cpp
file modified
+3 -2
lib/Bitcode/Reader/BitcodeReader.cpp
file modified
+59 -28
lib/Bitcode/Reader/MetadataLoader.cpp
file modified
+92 -31
lib/Bitcode/Writer/BitcodeWriter.cpp
file modified
+39 -13
lib/CMakeLists.txt
file modified
+1 -0
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
file modified
+1 -5
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
file modified
+3 -3
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
file modified
+1 -1
lib/CodeGen/AsmPrinter/DwarfDebug.h
file modified
+7 -0
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
file modified
+20 -13
lib/CodeGen/AsmPrinter/DwarfExpression.h
file modified
+3 -0
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
file modified
+3 -3
lib/CodeGen/CodeGenPrepare.cpp
file modified
+1 -1
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
file modified
+52 -29
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
file modified
+18 -0
lib/CodeGen/MachineBlockPlacement.cpp
file modified
+5 -5
lib/CodeGen/MachineLICM.cpp
file modified
+5 -2
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
file modified
+32 -30
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
file modified
+26 -0
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
file modified
+1 -14
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
file modified
+17 -4
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
file modified
+18 -0
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
file modified
+31 -30
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
file modified
+79 -0
lib/CodeGen/SplitKit.cpp
file modified
+1 -2
lib/CodeGen/StackColoring.cpp
file modified
+177 -60
lib/CodeGen/TargetLoweringBase.cpp
file modified
+16 -12
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
file modified
+16 -33
lib/DebugInfo/CodeView/CMakeLists.txt
file modified
+2 -1
lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
file modified
+5 -0
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp
file modified
+1 -1
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp
file modified
+3 -34
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
file added
+55
lib/DebugInfo/CodeView/SymbolDumper.cpp
file modified
+4 -4
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
file modified
+2 -2
lib/DebugInfo/CodeView/TypeDatabase.cpp
file modified
+2 -69
lib/DebugInfo/CodeView/TypeIndex.cpp
file modified
+79 -2
lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
file modified
+1 -1
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
file modified
+7 -0
lib/DebugInfo/DWARF/DWARFContext.cpp
file modified
+6 -243
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
file modified
+14 -9
lib/DebugInfo/DWARF/DWARFVerifier.cpp
file modified
+34 -0
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
file modified
+1 -1
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
file modified
+12 -22
lib/DebugInfo/PDB/Native/InfoStream.cpp
file modified
+4 -0
lib/DebugInfo/PDB/Native/PDBFile.cpp
file modified
+10 -0
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
file modified
+10 -0
lib/DebugInfo/PDB/Native/PDBStringTable.cpp
file modified
+2 -1
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
file modified
+5 -0
lib/DebugInfo/PDB/Native/PublicsStream.cpp
file modified
+9 -0
lib/DebugInfo/PDB/Native/TpiHashing.cpp
file modified
+1 -0
lib/DebugInfo/PDB/UDTLayout.cpp
file modified
+3 -2
lib/Fuzzer/FuzzerDriver.cpp
file modified
+2 -2
lib/Fuzzer/FuzzerLoop.cpp
file modified
+3 -1
lib/Fuzzer/FuzzerTracePC.cpp
file modified
+23 -0
lib/Fuzzer/FuzzerTracePC.h
file modified
+30 -5
lib/Fuzzer/test/AbsNegAndConstant64Test.cpp
file modified
+1 -1
lib/Fuzzer/test/CMakeLists.txt
file modified
+3 -0
lib/Fuzzer/test/FourIndependentBranchesTest.cpp
file modified
+1 -0
lib/Fuzzer/test/FuzzerUnittest.cpp
file modified
+12 -0
lib/Fuzzer/test/ShrinkControlFlowTest.cpp
file modified
+1 -0
lib/Fuzzer/test/SimpleHashTest.cpp
file modified
+1 -1
lib/Fuzzer/test/SingleStrncmpTest.cpp
file modified
+1 -0
lib/Fuzzer/test/TableLookupTest.cpp
file modified
+1 -2
lib/Fuzzer/test/fuzzer-dirs.test
file modified
+6 -2
lib/Fuzzer/test/inline-8bit-counters.test
file added
+4
lib/Fuzzer/test/inline-8bit-counters/CMakeLists.txt
file added
+12
lib/Fuzzer/test/trace-pc/CMakeLists.txt
file modified
+1 -2
lib/IR/ConstantFold.cpp
file modified
+3 -6
lib/IR/ConstantsContext.h
file modified
+0 -18
lib/IR/DebugInfoMetadata.cpp
file modified
+18 -10
lib/IR/IRBuilder.cpp
file modified
+7 -8
lib/IR/Metadata.cpp
file modified
+1 -1
lib/IR/ModuleSummaryIndex.cpp
file modified
+13 -0
lib/IR/Verifier.cpp
file modified
+29 -10
lib/LLVMBuild.txt
file modified
+1 -0
lib/LTO/LTO.cpp
file modified
+122 -78
lib/LTO/LTOModule.cpp
file modified
+5 -7
lib/MC/MCParser/ELFAsmParser.cpp
file modified
+2 -0
lib/MC/MCSectionELF.cpp
file modified
+2 -0
lib/MC/WasmObjectWriter.cpp
file modified
+25 -18
lib/Object/ArchiveWriter.cpp
file modified
+8 -6
lib/Object/ELF.cpp
file modified
+1 -0
lib/Object/IRSymtab.cpp
file modified
+3 -3
lib/Object/WindowsResource.cpp
file modified
+90 -66
lib/ObjectYAML/COFFYAML.cpp
file modified
+10 -1
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
file modified
+160 -178
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
file modified
+58 -6
lib/ObjectYAML/CodeViewYAMLTypes.cpp
file modified
+40 -0
lib/ObjectYAML/ELFYAML.cpp
file modified
+1 -0
lib/Option/Arg.cpp
file modified
+5 -5
lib/Option/ArgList.cpp
file modified
+14 -7
lib/Option/OptTable.cpp
file modified
+24 -16
lib/Option/Option.cpp
file modified
+6 -4
lib/Passes/PassBuilder.cpp
file modified
+5 -1
lib/Support/BinaryStreamWriter.cpp
file modified
+3 -1
lib/Support/DebugCounter.cpp
file modified
+5 -1
lib/Support/FoldingSet.cpp
file modified
+21 -21
lib/Support/ThreadPool.cpp
file modified
+3 -16
lib/Support/Unix/Program.inc
file modified
+0 -10
lib/TableGen/Record.cpp
file modified
+24 -19
lib/TableGen/SetTheory.cpp
file modified
+15 -5
lib/Target/AArch64/AArch64.td
file modified
+1 -0
lib/Target/AArch64/AArch64FastISel.cpp
file modified
+8 -0
lib/Target/AArch64/AArch64ISelLowering.cpp
file modified
+1 -1
lib/Target/AArch64/AArch64SchedFalkorDetails.td
file modified
+50 -11
lib/Target/AArch64/AArch64Subtarget.cpp
file modified
+4 -0
lib/Target/AArch64/AArch64TargetTransformInfo.h
file modified
+1 -1
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
file modified
+1 -1
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
file modified
+1 -1
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
file modified
+30 -4
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
file modified
+6 -4
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
file modified
+2 -0
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
file modified
+14 -1
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
file modified
+2 -1
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
file modified
+21 -0
lib/Target/AMDGPU/FLATInstructions.td
file modified
+52 -25
lib/Target/AMDGPU/SIISelLowering.cpp
file modified
+11 -3
lib/Target/AMDGPU/SIInstrInfo.cpp
file modified
+13 -6
lib/Target/AMDGPU/SIInstrInfo.td
file modified
+12 -0
lib/Target/ARM/ARMCallLowering.cpp
file modified
+24 -31
lib/Target/ARM/ARMInstrVFP.td
file modified
+12 -6
lib/Target/ARM/ARMLegalizerInfo.cpp
file modified
+45 -0
lib/Target/ARM/ARMTargetTransformInfo.h
file modified
+1 -1
lib/Target/BPF/BPFAsmPrinter.cpp
file modified
+3 -2
lib/Target/BPF/BPFISelDAGToDAG.cpp
file modified
+233 -7
lib/Target/BPF/BPFInstrInfo.td
file modified
+7 -7
lib/Target/Hexagon/HexagonGenMux.cpp
file modified
+46 -6
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
file modified
+15 -0
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
file modified
+2 -1
lib/Target/Hexagon/HexagonPatterns.td
file modified
+15 -4
lib/Target/Hexagon/HexagonTargetMachine.cpp
file modified
+6 -2
lib/Target/Mips/MipsISelLowering.cpp
file modified
+133 -2
lib/Target/Mips/MipsInstrInfo.cpp
file modified
+3 -6
lib/Target/Mips/MipsLongBranch.cpp
file modified
+6 -6
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
file modified
+53 -46
lib/Target/Mips/MipsSEISelDAGToDAG.h
file modified
+1 -2
lib/Target/Mips/MipsSEISelLowering.cpp
file modified
+0 -176
lib/Target/Mips/MipsSubtarget.h
file modified
+1 -1
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
file modified
+0 -26
lib/Target/PowerPC/PPCISelLowering.cpp
file modified
+104 -14
lib/Target/PowerPC/PPCISelLowering.h
file modified
+22 -0
lib/Target/PowerPC/PPCInstr64Bit.td
file modified
+10 -0
lib/Target/PowerPC/PPCInstrInfo.cpp
file modified
+1 -1
lib/Target/PowerPC/PPCInstrInfo.td
file modified
+13 -0
lib/Target/PowerPC/PPCInstrVSX.td
file modified
+10 -0
lib/Target/PowerPC/PPCRegisterInfo.cpp
file modified
+14 -0
lib/Target/PowerPC/PPCRegisterInfo.h
file modified
+1 -0
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
file modified
+1 -1
lib/Target/PowerPC/PPCTargetTransformInfo.h
file modified
+1 -1
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
file modified
+1 -1
lib/Target/SystemZ/SystemZTargetTransformInfo.h
file modified
+1 -1
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
file modified
+1 -3
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
file modified
+12 -13
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
file modified
+8 -2
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
file modified
+1 -1
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
file modified
+1 -1
lib/Target/X86/X86ISelLowering.cpp
file modified
+120 -98
lib/Target/X86/X86InstrAVX512.td
file modified
+2 -0
lib/Target/X86/X86InstrFragmentsSIMD.td
file modified
+4 -8
lib/Target/X86/X86InstrInfo.cpp
file modified
+120 -14
lib/Testing/CMakeLists.txt
file added
+1
lib/Testing/LLVMBuild.txt
file added
+19
lib/Testing/Support/CMakeLists.txt
file added
+12
lib/Testing/Support/Error.cpp
file added
+22
lib/Testing/Support/LLVMBuild.txt
file added
+22
lib/Transforms/IPO/CrossDSOCFI.cpp
file modified
+11 -0
lib/Transforms/IPO/Inliner.cpp
file modified
+30 -23
lib/Transforms/IPO/LowerTypeTests.cpp
file modified
+155 -11
lib/Transforms/IPO/PartialInlining.cpp
file modified
+223 -191
lib/Transforms/IPO/PassManagerBuilder.cpp
file modified
+5 -1
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
file modified
+43 -7
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
file modified
+69 -44
lib/Transforms/InstCombine/InstCombineCalls.cpp
file modified
+63 -58
lib/Transforms/InstCombine/InstCombineInternal.h
file modified
+6 -3
lib/Transforms/InstCombine/InstCombineShifts.cpp
file modified
+10 -4
lib/Transforms/Instrumentation/CMakeLists.txt
file modified
+1 -0
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
file modified
+0 -353
lib/Transforms/Instrumentation/InstrProfiling.cpp
file modified
+11 -1
lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
file added
+419
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
file modified
+1 -1
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
file modified
+1 -1
lib/Transforms/Scalar/EarlyCSE.cpp
file modified
+3 -2
lib/Transforms/Scalar/GVNSink.cpp
file modified
+11 -0
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
file modified
+11 -13
lib/Transforms/Scalar/NewGVN.cpp
file modified
+2 -2
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
file modified
+54 -17
lib/Transforms/Scalar/SCCP.cpp
file modified
+0 -11
lib/Transforms/Utils/CodeExtractor.cpp
file modified
+203 -16
lib/Transforms/Utils/PredicateInfo.cpp
file modified
+3 -0
lib/Transforms/Utils/SimplifyIndVar.cpp
file modified
+7 -7
test/Analysis/ScalarEvolution/limit-depth.ll
file added
+44
test/Assembler/diexpression.ll
file modified
+8 -6
test/Bitcode/DIExpression-deref.ll
file modified
+3 -3
test/Bitcode/DIExpression-minus-upgrade.ll
file added
+16
test/Bitcode/DIExpression-minus-upgrade.ll.bc
file added
+0
test/Bitcode/DIGlobalVariableExpression.ll
file modified
+1 -1
test/Bitcode/upgrade-linker-options.ll
file added
+15
test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir
file modified
+2 -6
test/CodeGen/AArch64/arm64-sincos.ll
file modified
+41 -9
test/CodeGen/AArch64/fast-isel-sp-adjust.ll
file added
+288
test/CodeGen/AArch64/misched-fusion-aes.ll
file modified
+41 -36
test/CodeGen/AArch64/sincos-expansion.ll
file modified
+36 -6
test/CodeGen/AArch64/swifterror.ll
file modified
+27 -0
test/CodeGen/AMDGPU/GlobalISel/inst-select-load-flat.mir
file modified
+1 -1
test/CodeGen/AMDGPU/GlobalISel/inst-select-store-flat.mir
file modified
+1 -1
test/CodeGen/AMDGPU/GlobalISel/legalize-add.mir
file added
+22
test/CodeGen/AMDGPU/always-uniform.ll
file added
+21
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll
file modified
+116 -7
test/CodeGen/AMDGPU/code-object-metadata-kernel-debug-props.ll
file modified
+3 -1
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
file modified
+35 -35
test/CodeGen/AMDGPU/flat-address-space.ll
file modified
+53 -3
test/CodeGen/AMDGPU/flat_atomics.ll
file modified
+118 -50
test/CodeGen/AMDGPU/global_smrd_cfg.ll
file modified
+33 -0
test/CodeGen/AMDGPU/inserted-wait-states.mir
file modified
+5 -5
test/CodeGen/AMDGPU/limit-coalesce.mir
file modified
+3 -3
test/CodeGen/AMDGPU/rename-independent-subregs-invalid-mac-operands.mir
file modified
+2 -2
test/CodeGen/AMDGPU/sdwa-scalar-ops.mir
file modified
+8 -8
test/CodeGen/AMDGPU/waitcnt.mir
file modified
+11 -11
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
file modified
+37 -158
test/CodeGen/ARM/GlobalISel/arm-isel-divmod.ll
file modified
+21 -0
test/CodeGen/ARM/GlobalISel/arm-legalize-divmod.mir
file modified
+75 -0
test/CodeGen/ARM/GlobalISel/arm-unsupported.ll
file modified
+8 -0
test/CodeGen/ARM/cortex-a57-misched-vfma.ll
file modified
+38 -0
test/CodeGen/ARM/debug-info-blocks.ll
file modified
+3 -3
test/CodeGen/ARM/sincos.ll
file modified
+51 -16
test/CodeGen/ARM/swifterror.ll
file modified
+28 -0
test/CodeGen/BPF/rodata_1.ll
file added
+52
test/CodeGen/BPF/rodata_2.ll
file added
+51
test/CodeGen/BPF/rodata_3.ll
file added
+41
test/CodeGen/BPF/rodata_4.ll
file added
+43
test/CodeGen/Hexagon/loop-idiom/pmpy-shiftconv-fail.ll
file added
+48
test/CodeGen/Hexagon/mulh.ll
file added
+27
test/CodeGen/Hexagon/mux-kill.mir
file added
+15
test/CodeGen/Hexagon/mux-kill2.mir
file added
+17
test/CodeGen/Hexagon/store-imm-stack-object.ll
file added
+86
test/CodeGen/Mips/2008-06-05-Carry.ll
file modified
+7 -6
test/CodeGen/Mips/brundef.ll
file added
+26
test/CodeGen/Mips/dsp-patterns.ll
file modified
+2 -2
test/CodeGen/Mips/llcarry.ll
file modified
+5 -6
test/CodeGen/Mips/llvm-ir/add.ll
file modified
+256 -138
test/CodeGen/Mips/llvm-ir/sub.ll
file modified
+123 -51
test/CodeGen/Mips/longbranch.ll
file modified
+20 -20
test/CodeGen/Mips/madd-msub.ll
file modified
+51 -30
test/CodeGen/PowerPC/atomic-2.ll
file modified
+1 -1
test/CodeGen/PowerPC/atomics-constant.ll
file modified
+1 -1
test/CodeGen/PowerPC/atomics-regression.ll
file modified
+10 -10
test/CodeGen/PowerPC/licm-tocReg.ll
file added
+110
test/CodeGen/PowerPC/logic-ops-on-compares.ll
file modified
+6 -67
test/CodeGen/PowerPC/ppc64-P9-mod.ll
file added
+263
test/CodeGen/PowerPC/testComparesinesll.ll
file removed
-125
test/CodeGen/PowerPC/testComparesineull.ll
file removed
-125
test/CodeGen/PowerPC/testComparesllnesll.ll
file removed
-125
test/CodeGen/PowerPC/testComparesllneull.ll
file removed
-125
test/CodeGen/PowerPC/vec_revb.ll
file added
+54
test/CodeGen/SystemZ/fp-sincos-01.ll
file modified
+39 -16
test/CodeGen/X86/2012-01-11-split-cv.ll
file modified
+1 -2
test/CodeGen/X86/StackColoring.ll
file modified
+64 -0
test/CodeGen/X86/add-sub-nsw-nuw.ll
file modified
+1 -2
test/CodeGen/X86/addcarry.ll
file modified
+24 -0
test/CodeGen/X86/avx-vperm2x128.ll
file modified
+6 -14
test/CodeGen/X86/bt.ll
file modified
+177 -32
test/CodeGen/X86/cmov-into-branch.ll
file modified
+9 -15
test/CodeGen/X86/combine-64bit-vec-binop.ll
file modified
+1 -22
test/CodeGen/X86/element-wise-atomic-memory-intrinsics.ll
file modified
+21 -24
test/CodeGen/X86/fast-isel-select-sse.ll
file modified
+1 -25
test/CodeGen/X86/fp-logic-replace.ll
file modified
+1 -1
test/CodeGen/X86/fp-logic.ll
file modified
+1 -22
test/CodeGen/X86/fp-select-cmp-and.ll
file modified
+1 -19
test/CodeGen/X86/immediate_merging64.ll
file modified
+1 -3
test/CodeGen/X86/lea-opt-with-debug.mir
file modified
+1 -1
test/CodeGen/X86/loop-search.ll
file modified
+1 -2
test/CodeGen/X86/mask-negated-bool.ll
file modified
+1 -7
test/CodeGen/X86/memset-2.ll
file modified
+1 -5
test/CodeGen/X86/memset-nonzero.ll
file modified
+1 -11
test/CodeGen/X86/memset64-on-x86-32.ll
file modified
+1 -2
test/CodeGen/X86/negate-i1.ll
file modified
+1 -9
test/CodeGen/X86/negate-shift.ll
file modified
+1 -5
test/CodeGen/X86/negate.ll
file modified
+1 -7
test/CodeGen/X86/negative-sin.ll
file modified
+4 -10
test/CodeGen/X86/no-sse2-avg.ll
file modified
+1 -2
test/CodeGen/X86/not-and-simplify.ll
file modified
+0 -1
test/CodeGen/X86/pr13577.ll
file modified
+3 -5
test/CodeGen/X86/pr18014.ll
file modified
+1 -2
test/CodeGen/X86/pr32368.ll
file added
+153
test/CodeGen/X86/rem.ll
file modified
+2 -6
test/CodeGen/X86/sar_fold64.ll
file modified
+1 -7
test/CodeGen/X86/select-with-and-or.ll
file modified
+1 -15
test/CodeGen/X86/sext-setcc-self.ll
file modified
+1 -7
test/CodeGen/X86/shift-pcmp.ll
file modified
+1 -3
test/CodeGen/X86/sincos-opt.ll
file modified
+94 -43
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll
file modified
+1 -1
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
file modified
+1 -9
test/CodeGen/X86/stack-folding-int-avx512.ll
file modified
+92 -1
test/CodeGen/X86/stack-folding-int-avx512vl.ll
file modified
+73 -1
test/CodeGen/X86/statepoint-live-in.ll
file modified
+1 -7
test/CodeGen/X86/swifterror.ll
file modified
+108 -0
test/CodeGen/X86/urem-i8-constant.ll
file modified
+1 -2
test/CodeGen/X86/urem-power-of-two.ll
file modified
+1 -6
test/CodeGen/X86/vec3.ll
file modified
+1 -3
test/CodeGen/X86/vector-compare-combines.ll
file modified
+1 -3
test/CodeGen/X86/vector-shuffle-256-v16.ll
file modified
+18 -0
test/CodeGen/X86/vzero-excess.ll
file modified
+1 -1
test/CodeGen/X86/x86-interleaved-access.ll
file modified
+17 -27
test/DebugInfo/COFF/array-odr-violation.ll
file modified
+1 -5
test/DebugInfo/COFF/inlining-same-name.ll
file modified
+1 -2
test/DebugInfo/Generic/block-asan.ll
file modified
+2 -2
test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.x86_64.o
file added
+0
test/DebugInfo/Inputs/dwarfdump-str-offsets.s
file modified
+0 -250
test/DebugInfo/Inputs/dwarfdump-test-zlib.cc
file modified
+2 -1
test/DebugInfo/Inputs/dwarfdump-test-zlib.o.elf-x86-64
file added
+0
test/DebugInfo/MIR/ARM/split-superreg-complex.mir
file modified
+1 -1
test/DebugInfo/PDB/Inputs/unknown-symbol.yaml
file added
+10
test/DebugInfo/PDB/pdb-unknown-symbol.test
file added
+6
test/DebugInfo/PDB/pdb-yaml-types.test
file removed
-74
test/DebugInfo/PDB/pdbdump-debug-subsections.test
file modified
+1 -145
test/DebugInfo/PDB/pdbdump-headers.test
file modified
+1076 -2895
test/DebugInfo/PDB/pdbdump-merge-ids-and-types.test
file modified
+46 -60
test/DebugInfo/PDB/pdbdump-mergeids.test
file modified
+18 -25
test/DebugInfo/PDB/pdbdump-mergetypes.test
file modified
+36 -24
test/DebugInfo/PDB/pdbdump-raw-blocks.test
file modified
+29 -35
test/DebugInfo/PDB/pdbdump-raw-stream.test
file modified
+28 -23
test/DebugInfo/PDB/pdbdump-readwrite.test
file modified
+29 -44
test/DebugInfo/X86/block-capture.ll
file modified
+1 -1
test/DebugInfo/X86/debug-info-block-captured-self.ll
file modified
+2 -2
test/DebugInfo/X86/debug-info-blocks.ll
file modified
+1 -1
test/DebugInfo/X86/double-declare.ll
file added
+44
test/DebugInfo/X86/dw_op_minus.ll
file modified
+2 -2
test/DebugInfo/X86/dw_op_minus_direct.ll
file modified
+1 -1
test/DebugInfo/X86/safestack-byval.ll
file modified
+2 -2
test/DebugInfo/X86/stack-value-dwarf2.ll
file modified
+1 -1
test/DebugInfo/X86/unattached-global.ll
file modified
+1 -1
test/DebugInfo/dwarfdump-str-offsets-dwp.test
file added
+56
test/DebugInfo/dwarfdump-zlib.test
file modified
+5 -0
test/Instrumentation/InstrProfiling/always_inline.ll
file added
+28
test/Instrumentation/SanitizerCoverage/inline-8bit-counters.ll
file modified
+1 -1
test/LTO/Resolution/X86/Inputs/dead-strip-fulllto.ll
file added
+16
test/LTO/Resolution/X86/dead-strip-fulllto.ll
file added
+37
test/LTO/Resolution/X86/symtab-elf.ll
file modified
+2 -2
test/LTO/Resolution/X86/symtab.ll
file modified
+2 -2
test/LibDriver/use-paths.test
file added
+24
test/MC/AMDGPU/flat-gfx9.s
file added
+40
test/MC/AMDGPU/flat.s
file modified
+2 -1
test/MC/COFF/cv-compiler-info.ll
file modified
+1 -5
test/MC/COFF/linker-options.ll
file modified
+5 -3
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
file modified
+12 -0
test/MC/Disassembler/PowerPC/ppc64le-encoding.txt
file modified
+12 -0
test/MC/ELF/section.s
file modified
+12 -0
test/MC/MachO/linker-options.ll
file modified
+4 -3
test/MC/PowerPC/ppc64-encoding.s
file modified
+13 -0
test/MC/WebAssembly/external-data.ll
file modified
+2 -2
test/MC/WebAssembly/external-func-address.ll
file added
+25
test/MC/WebAssembly/func-address.ll
file added
+48
test/ThinLTO/X86/cfi-icall.ll
file added
+29
test/Transforms/CodeExtractor/live_shrink.ll
file added
+67
test/Transforms/CodeExtractor/live_shrink_gep.ll
file added
+66
test/Transforms/CodeExtractor/live_shrink_hoist.ll
file added
+66
test/Transforms/CodeExtractor/live_shrink_multiple.ll
file added
+66
test/Transforms/CodeExtractor/live_shrink_unsafe.ll
file added
+94
test/Transforms/CrossDSOCFI/cfi_functions.ll
file added
+23
test/Transforms/EarlyCSE/pr33406.ll
file added
+26
test/Transforms/GVN/pr32314.ll
file added
+53
test/Transforms/GlobalMerge/debug-info.ll
file modified
+1 -1
test/Transforms/Inline/always-inline.ll
file modified
+11 -0
test/Transforms/InstCombine/debuginfo-dce.ll
file modified
+6 -6
test/Transforms/InstCombine/element-atomic-memcpy-to-loads.ll
file modified
+16 -14
test/Transforms/InstCombine/ffs-1.ll
file modified
+106 -50
test/Transforms/InstCombine/lshr.ll
file modified
+14 -5
test/Transforms/InstCombine/onehot_merge.ll
file modified
+76 -0
test/Transforms/InstCombine/or-xor.ll
file modified
+44 -0
test/Transforms/InstCombine/select-with-bitwise-ops.ll
file modified
+268 -0
test/Transforms/InstCombine/shift.ll
file modified
+10 -0
test/Transforms/InstCombine/xor2.ll
file modified
+33 -0
test/Transforms/LoopIdiom/X86/unordered-atomic-memcpy.ll
file modified
+20 -16
test/Transforms/LoopIdiom/unordered-atomic-memcpy-noarch.ll
file modified
+1 -1
test/Transforms/LowerTypeTests/Inputs/import-icall.yaml
file added
+19
test/Transforms/LowerTypeTests/export-icall.ll
file added
+70
test/Transforms/LowerTypeTests/import-icall.ll
file added
+40
test/Transforms/PGOProfile/memop_size_opt.ll
file modified
+7 -2
test/Transforms/RewriteStatepointsForGC/drop-invalid-metadata.ll
file added
+92
test/Transforms/SLPVectorizer/X86/arith-add.ll
file modified
+58 -0
test/Transforms/SLPVectorizer/X86/arith-fp.ll
file modified
+143 -37
test/Transforms/SLPVectorizer/X86/arith-mul.ll
file modified
+74 -0
test/Transforms/SLPVectorizer/X86/arith-sub.ll
file modified
+58 -0
test/Transforms/SafeStack/X86/debug-loc.ll
file modified
+2 -2
test/Transforms/SafeStack/X86/debug-loc2.ll
file modified
+3 -3
test/Transforms/Util/PredicateInfo/pr33456.ll
file added
+68
test/Transforms/Util/PredicateInfo/pr33457.ll
file added
+93
test/Verifier/element-wise-atomic-memory-intrinsics.ll
file modified
+14 -6
test/lit.cfg
file modified
+1 -1
test/tools/llvm-cvtres/Inputs/combined.obj.coff
file added
+0
test/tools/llvm-cvtres/Inputs/languages.rc
file added
+36
test/tools/llvm-cvtres/Inputs/languages.res
file added
+0
test/tools/llvm-cvtres/Inputs/test_resource.obj.coff.arm
file added
+0
test/tools/llvm-cvtres/Inputs/test_resource.obj.coff.x64
file added
+0
test/tools/llvm-cvtres/basic.test
file removed
-4
test/tools/llvm-cvtres/combined.test
file added
+313
test/tools/llvm-cvtres/help.test
file added
+13
test/tools/llvm-cvtres/machine.test
file added
+59
test/tools/llvm-cvtres/object.test
file modified
+129 -98
test/tools/llvm-cvtres/parse.test
file modified
+1 -1
test/tools/llvm-dwarfdump/X86/apple_names_verify_buckets.s
file added
+192
test/tools/llvm-pdbdump/raw-stream-data.test
file removed
-47
test/tools/llvm-readobj/resources.test
file modified
+131 -99
tools/llvm-ar/llvm-ar.cpp
file modified
+8 -4
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
file modified
+2 -0
tools/llvm-cvtres/llvm-cvtres.cpp
file modified
+14 -2
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
file modified
+1 -0
tools/llvm-pdbutil/CMakeLists.txt
file modified
+4 -1
tools/llvm-pdbutil/FormatUtil.cpp
file added
+49
tools/llvm-pdbutil/FormatUtil.h
file added
+120
tools/llvm-pdbutil/LLVMOutputStyle.cpp
file removed
-1188
tools/llvm-pdbutil/LinePrinter.cpp
file modified
+30 -3
tools/llvm-pdbutil/LinePrinter.h
file modified
+28 -3
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
file added
+749
tools/llvm-pdbutil/MinimalSymbolDumper.h
file added
+47
tools/llvm-pdbutil/MinimalTypeDumper.cpp
file added
+543
tools/llvm-pdbutil/MinimalTypeDumper.h
file added
+61
tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
file modified
+12 -12
tools/llvm-pdbutil/RawOutputStyle.cpp
file added
+1064
tools/llvm-pdbutil/RawOutputStyle.htools/llvm-pdbutil/LLVMOutputStyle.h
file renamed
+18 -22
tools/llvm-pdbutil/YAMLOutputStyle.cpp
file modified
+25 -9
tools/llvm-pdbutil/llvm-pdbutil.cpp
file modified
+112 -105
tools/llvm-pdbutil/llvm-pdbutil.h
file modified
+21 -28
tools/llvm-readobj/COFFDumper.cpp
file modified
+40 -5
tools/llvm-readobj/ELFDumper.cpp
file modified
+2 -0
tools/llvm-stress/llvm-stress.cpp
file modified
+9 -11
tools/obj2yaml/CMakeLists.txt
file modified
+1 -0
tools/obj2yaml/coff2yaml.cpp
file modified
+57 -0
tools/yaml2obj/CMakeLists.txt
file modified
+1 -0
tools/yaml2obj/yaml2coff.cpp
file modified
+56 -0
tools/yaml2obj/yaml2obj.cpp
file modified
+1 -0
unittests/ADT/SCCIteratorTest.cpp
file modified
+4 -2
unittests/ADT/SmallVectorTest.cpp
file modified
+10 -10
unittests/ADT/StringRefTest.cpp
file modified
+2 -1
unittests/CodeGen/LowLevelTypeTest.cpp
file modified
+2 -1
unittests/DebugInfo/CodeView/CMakeLists.txt
file modified
+2 -0
unittests/DebugInfo/CodeView/ErrorChecking.h
file removed
-70
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
file modified
+11 -7
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
file modified
+0 -1
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
file modified
+8 -4
unittests/DebugInfo/PDB/CMakeLists.txt
file modified
+2 -0
unittests/DebugInfo/PDB/ErrorChecking.h
file removed
-61
unittests/DebugInfo/PDB/HashTableTest.cpp
file modified
+5 -5
unittests/DebugInfo/PDB/MSFBuilderTest.cpp
file modified
+51 -50
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
file modified
+62 -57
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp
file modified
+9 -10
unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp
file modified
+20 -12
unittests/IR/MetadataTest.cpp
file modified
+8 -6
unittests/IR/PatternMatch.cpp
file modified
+61 -16
unittests/MI/LiveIntervalTest.cpp
file modified
+1 -2
unittests/Support/BinaryStreamTest.cpp
file modified
+75 -88
unittests/Support/CMakeLists.txt
file modified
+1 -1
unittests/Support/CommandLineTest.cpp
file modified
+6 -3
unittests/Support/DynamicLibrary/CMakeLists.txt
file modified
+3 -1
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
file modified
+0 -2
unittests/Support/DynamicLibrary/ExportedFuncs.cxx
file added
+16
unittests/Support/DynamicLibrary/PipSqueak.cxx
file modified
+2 -1
unittests/Support/DynamicLibrary/PipSqueak.h
file modified
+2 -0
unittests/Support/FormatVariadicTest.cpp
file modified
+2 -0
unittests/Target/AArch64/InstSizes.cpp
file modified
+5 -10
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
file modified
+11 -0
utils/TableGen/CodeGenDAGPatterns.cpp
file modified
+1 -3
utils/opt-viewer/opt-diff.py
file modified
+1 -1
utils/opt-viewer/opt-stats.py
file modified
+1 -1
utils/opt-viewer/opt-viewer.py
file modified
+1 -1
utils/release/test-release.sh
file modified
+4 -1
utils/update_test_checks.py
file modified
+27 -69
    Vendor import of llvm trunk r305575:
    https://llvm.org/svn/llvm-project/llvm/trunk@305575
    
        
file modified
+18 -32
file modified
+14 -0
file modified
+157 -84
file modified
+7 -0
file modified
+2 -1
file modified
+28 -16
file modified
+52 -22
file modified
+26 -20
file modified
+114 -119
file modified
+32 -30
file modified
+60 -61
file modified
+26 -23
file modified
+15 -9
file modified
+20 -13
file modified
+4 -3
file modified
+3 -1
file modified
+33 -17
file modified
+5 -3
file modified
+19 -14
file modified
+20 -18
file modified
+0 -9
file modified
+11 -13
file modified
+0 -8
file modified
+78 -12
file modified
+10 -5
file modified
+0 -1
file modified
+18 -18
file modified
+24 -9
file modified
+10 -5
file modified
+32 -20
file modified
+12 -3
file modified
+6 -4
file modified
+58 -92
file modified
+1 -1
file modified
+1 -0
file modified
+5 -2
file modified
+1 -2
file modified
+177 -60
file modified
+2 -2
file modified
+3 -1
file modified
+23 -0
file modified
+30 -5
file modified
+3 -6
file modified
+0 -18
file modified
+18 -10
file modified
+7 -8
file modified
+1 -1
file modified
+13 -0
file modified
+29 -10
file modified
+1 -0
file modified
+122 -78
file modified
+5 -7
file modified
+2 -0
file modified
+25 -18
file modified
+8 -6
file modified
+1 -0
file modified
+3 -3
file modified
+90 -66
file modified
+10 -1
file modified
+1 -0
file modified
+5 -5
file modified
+14 -7
file modified
+24 -16
file modified
+6 -4
file modified
+5 -1
file modified
+5 -1
file modified
+21 -21
file modified
+3 -16
file modified
+0 -10
file modified
+24 -19
file modified
+15 -5
file modified
+12 -6
file modified
+120 -14
file modified
+30 -23
empty file added
file modified
+11 -11
file modified
+51 -16
file modified
+5 -6
file modified
+256 -138
file modified
+123 -51
file modified
+20 -20
file modified
+51 -30
file modified
+24 -0
file modified
+177 -32
file modified
+1 -22
file modified
+1 -5
file modified
+1 -7
file modified
+3 -5
file modified
+1 -2
file modified
+2 -6
file modified
+94 -43
file modified
+108 -0
file modified
+1 -3
file modified
+2 -1
file modified
+12 -0
file modified
+1 -1
empty file added
empty file added
file modified
+8 -4
tools/llvm-pdbutil/RawOutputStyle.h tools/llvm-pdbutil/LLVMOutputStyle.h
file renamed
+18 -22
file modified
+57 -0
file modified
+56 -0
file modified
+1 -0
file modified
+61 -16
file modified
+1 -1
file modified
+27 -69