]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm trunk r303571:
authordim <dim@FreeBSD.org>
Mon, 22 May 2017 19:43:28 +0000 (19:43 +0000)
committerdim <dim@FreeBSD.org>
Mon, 22 May 2017 19:43:28 +0000 (19:43 +0000)
commit44f324ee1ed5e512068d9f928a370bd256de9158
tree3fe1e2bc0dc2823ab21f06959fbb3eaca317ea29
parentf788aa4ae029db4c43cde0a50fe138271210f417
Vendor import of llvm trunk r303571:
https://llvm.org/svn/llvm-project/llvm/trunk@303571
539 files changed:
docs/CMake.rst
docs/GetElementPtr.rst
docs/LangRef.rst
include/llvm/ADT/APInt.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/Statistic.h
include/llvm/ADT/Triple.h
include/llvm/Analysis/MemorySSA.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/TargetLibraryInfo.h
include/llvm/Analysis/ValueTracking.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/StackProtector.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/DebugInfo/CodeView/CVRecord.h
include/llvm/DebugInfo/CodeView/CVTypeDumper.h [deleted file]
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h [moved from include/llvm/DebugInfo/CodeView/RandomAccessTypeVisitor.h with 66% similarity]
include/llvm/DebugInfo/CodeView/SymbolDumper.h
include/llvm/DebugInfo/CodeView/TypeCollection.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeDatabase.h
include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
include/llvm/DebugInfo/CodeView/TypeIndex.h
include/llvm/DebugInfo/CodeView/TypeSerializer.h
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
include/llvm/DebugInfo/CodeView/TypeTableCollection.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h
include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h
include/llvm/IR/Argument.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/Constant.h
include/llvm/IR/Constants.h
include/llvm/IR/DerivedUser.h [new file with mode: 0644]
include/llvm/IR/Function.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.def
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/Metadata.h
include/llvm/IR/OperandTraits.h
include/llvm/IR/Operator.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/User.h
include/llvm/IR/Value.def
include/llvm/IR/Value.h
include/llvm/InitializePasses.h
include/llvm/Object/Binary.h
include/llvm/Object/COFFImportFile.h
include/llvm/Object/COFFModuleDefinition.h [new file with mode: 0644]
include/llvm/Object/Decompressor.h
include/llvm/Object/ELF.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/WindowsResource.h [new file with mode: 0644]
include/llvm/PassInfo.h
include/llvm/PassSupport.h
include/llvm/Support/BinaryStreamReader.h
include/llvm/Support/BinaryStreamRef.h
include/llvm/Support/BinaryStreamWriter.h
include/llvm/Support/FileSystem.h
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
include/llvm/Transforms/IPO/FunctionImport.h
include/llvm/Transforms/Scalar/GVNExpression.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CallGraphSCCPass.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/MemorySSA.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/ValueList.cpp
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/GlobalISel/InstructionSelector.cpp
lib/CodeGen/InterleavedAccessPass.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveRangeShrink.cpp [deleted file]
lib/CodeGen/LowerEmuTLS.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/SafeStack.cpp
lib/CodeGen/SafeStackColoring.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/TargetPassConfig.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CVTypeDumper.cpp [deleted file]
lib/DebugInfo/CodeView/CVTypeVisitor.cpp
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp [deleted file]
lib/DebugInfo/CodeView/SymbolDumper.cpp
lib/DebugInfo/CodeView/TypeDatabase.cpp
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
lib/DebugInfo/CodeView/TypeIndex.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeSerializer.cpp
lib/DebugInfo/CodeView/TypeStreamMerger.cpp
lib/DebugInfo/CodeView/TypeTableCollection.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/PDB/Native/DbiStream.cpp
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp
lib/DebugInfo/PDB/Native/TpiStream.cpp
lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
lib/Demangle/ItaniumDemangle.cpp
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/Constants.cpp
lib/IR/ConstantsContext.h
lib/IR/DataLayout.cpp
lib/IR/Function.cpp
lib/IR/IRBuilder.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/PassRegistry.cpp
lib/IR/User.cpp
lib/IR/Value.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/LTO/ThinLTOCodeGenerator.cpp
lib/Linker/IRMover.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFImportFile.cpp [new file with mode: 0644]
lib/Object/COFFModuleDefinition.cpp [new file with mode: 0644]
lib/Object/Decompressor.cpp
lib/Object/WindowsResource.cpp [new file with mode: 0644]
lib/Passes/PassBuilder.cpp
lib/Support/APInt.cpp
lib/Support/BinaryStreamReader.cpp
lib/Support/BinaryStreamRef.cpp [new file with mode: 0644]
lib/Support/BinaryStreamWriter.cpp
lib/Support/CMakeLists.txt
lib/Support/FormattedStream.cpp
lib/Support/Triple.cpp
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/AMDGPUCallLowering.h
lib/Target/AMDGPU/AMDGPUCallingConv.td
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/BUFInstructions.td
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/GCNRegPressure.cpp
lib/Target/AMDGPU/GCNRegPressure.h
lib/Target/AMDGPU/R600ClauseMergePass.cpp
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
lib/Target/AMDGPU/R600Packetizer.cpp
lib/Target/AMDGPU/R600RegisterInfo.cpp
lib/Target/AMDGPU/R600RegisterInfo.h
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIFrameLowering.h
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.h
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
lib/Target/AMDGPU/SOPInstructions.td
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
lib/Target/Mips/MipsOptimizePICCall.cpp
lib/Target/Mips/MipsOs16.cpp
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/LeonPasses.cpp
lib/Target/Sparc/LeonPasses.h
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
lib/Target/X86/X86.td
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrTSX.td
lib/Target/X86/X86InstructionSelector.cpp
lib/Target/X86/X86LegalizerInfo.cpp
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LoadCombine.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopPredication.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/NewGVN.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll
test/Analysis/BranchProbabilityInfo/noreturn.ll
test/Analysis/CostModel/X86/ctlz.ll
test/Analysis/CostModel/X86/ctpop.ll
test/Analysis/CostModel/X86/cttz.ll
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/trip-count-pow2.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-misched-multimmo.ll
test/CodeGen/AMDGPU/GlobalISel/amdgpu-irtranslator.ll
test/CodeGen/AMDGPU/add.i16.ll
test/CodeGen/AMDGPU/add.v2i16.ll
test/CodeGen/AMDGPU/bfe-patterns.ll
test/CodeGen/AMDGPU/coalescer_distribute.ll
test/CodeGen/AMDGPU/ctlz.ll
test/CodeGen/AMDGPU/ctlz_zero_undef.ll
test/CodeGen/AMDGPU/ds_write2.ll
test/CodeGen/AMDGPU/endcf-loop-header.ll
test/CodeGen/AMDGPU/fmed3.ll
test/CodeGen/AMDGPU/frame-index-elimination.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/function-args.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/function-returns.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-func.ll
test/CodeGen/AMDGPU/i1-copy-phi.ll
test/CodeGen/AMDGPU/inline-asm.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll
test/CodeGen/AMDGPU/lshl64-to-32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/packed-op-sel.ll
test/CodeGen/AMDGPU/regcoalesce-prune.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/sdwa-peephole.ll
test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll
test/CodeGen/AMDGPU/srl.ll
test/CodeGen/AMDGPU/sub.i16.ll
test/CodeGen/AMDGPU/subreg_interference.mir
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/Generic/opt-codegen-no-target-machine.ll [new file with mode: 0644]
test/CodeGen/Mips/dins.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-attr.ll [new file with mode: 0644]
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/NVPTX/sched1.ll
test/CodeGen/NVPTX/sched2.ll
test/CodeGen/NVPTX/vec8.ll
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll
test/CodeGen/PowerPC/shift128.ll
test/CodeGen/SPARC/LeonItinerariesUT.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/GlobalISel/add-scalar.ll
test/CodeGen/X86/GlobalISel/add-vec.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/binop.ll
test/CodeGen/X86/GlobalISel/br.ll
test/CodeGen/X86/GlobalISel/callingconv.ll
test/CodeGen/X86/GlobalISel/cmp.ll
test/CodeGen/X86/GlobalISel/constant.ll
test/CodeGen/X86/GlobalISel/ext-x86-64.ll
test/CodeGen/X86/GlobalISel/ext.ll
test/CodeGen/X86/GlobalISel/frameIndex.ll
test/CodeGen/X86/GlobalISel/gep.ll
test/CodeGen/X86/GlobalISel/legalize-add-v128.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-add-v256.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-add-v512.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-sub-v128.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-sub-v256.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-sub-v512.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/memop-scalar-x32.ll
test/CodeGen/X86/GlobalISel/memop-scalar.ll
test/CodeGen/X86/GlobalISel/memop-vec.ll
test/CodeGen/X86/GlobalISel/mul-scalar.ll
test/CodeGen/X86/GlobalISel/mul-vec.ll
test/CodeGen/X86/GlobalISel/regbankselect-AVX2.mir
test/CodeGen/X86/GlobalISel/regbankselect-AVX512.mir
test/CodeGen/X86/GlobalISel/select-add-v128.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-add-v256.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-add-v512.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-br.mir
test/CodeGen/X86/GlobalISel/select-cmp.mir
test/CodeGen/X86/GlobalISel/select-constant.mir
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir
test/CodeGen/X86/GlobalISel/select-ext.mir
test/CodeGen/X86/GlobalISel/select-frameIndex.mir
test/CodeGen/X86/GlobalISel/select-gep.mir
test/CodeGen/X86/GlobalISel/select-sub-v128.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-sub-v256.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-sub-v512.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-trunc.mir
test/CodeGen/X86/GlobalISel/sub-vec.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/trunc.ll
test/CodeGen/X86/O0-pipeline.ll
test/CodeGen/X86/addcarry.ll
test/CodeGen/X86/avg.ll
test/CodeGen/X86/avx-intrinsics-fast-isel.ll
test/CodeGen/X86/avx.ll
test/CodeGen/X86/avx512-cmp-kor-sequence.ll
test/CodeGen/X86/avx512-cmp.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-ext.ll
test/CodeGen/X86/avx512-fsel.ll
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
test/CodeGen/X86/avx512-i1test.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-insert-extract_i1.ll
test/CodeGen/X86/avx512-intrinsics-upgrade.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-load-store.ll
test/CodeGen/X86/avx512-mask-bugfix.ll [deleted file]
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mask-spills.ll
test/CodeGen/X86/avx512-memfold.ll
test/CodeGen/X86/avx512-regcall-NoMask.ll
test/CodeGen/X86/avx512-scalar_mask.ll
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512cdvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512cdvl-intrinsics.ll
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll
test/CodeGen/X86/avx512dq-intrinsics.ll
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512dqvl-intrinsics.ll
test/CodeGen/X86/avx512er-intrinsics.ll
test/CodeGen/X86/avx512ifma-intrinsics.ll
test/CodeGen/X86/avx512ifmavl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/bitcast-setcc-128.ll [new file with mode: 0644]
test/CodeGen/X86/bitcast-setcc-256.ll [new file with mode: 0644]
test/CodeGen/X86/bswap_tree2.ll
test/CodeGen/X86/constant-combines.ll
test/CodeGen/X86/fast-isel-load-i1.ll
test/CodeGen/X86/fma-fneg-combine.ll
test/CodeGen/X86/fmsubadd-combine.ll [new file with mode: 0644]
test/CodeGen/X86/fold-tied-op.ll
test/CodeGen/X86/fp128-i128.ll
test/CodeGen/X86/haddsub-2.ll
test/CodeGen/X86/leaFixup32.mir [new file with mode: 0644]
test/CodeGen/X86/leaFixup64.mir [new file with mode: 0644]
test/CodeGen/X86/lrshrink.ll [deleted file]
test/CodeGen/X86/madd.ll
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/merge-consecutive-loads-128.ll
test/CodeGen/X86/misched-matrix.ll
test/CodeGen/X86/mul-i1024.ll
test/CodeGen/X86/mul-i256.ll
test/CodeGen/X86/mul-i512.ll
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/overflow.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pr27591.ll
test/CodeGen/X86/pr28173.ll
test/CodeGen/X86/pr29112.ll
test/CodeGen/X86/pr31088.ll
test/CodeGen/X86/pr32241.ll
test/CodeGen/X86/pr32256.ll
test/CodeGen/X86/pr32284.ll
test/CodeGen/X86/pr32451.ll
test/CodeGen/X86/rotate.ll
test/CodeGen/X86/rtm.ll
test/CodeGen/X86/sad.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/setcc-wide-types.ll
test/CodeGen/X86/shrink_vmul_sse.ll
test/CodeGen/X86/sse-intrinsics-fast-isel.ll
test/CodeGen/X86/sse-scalar-fp-arith.ll
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/subcarry.ll [new file with mode: 0644]
test/CodeGen/X86/vec_int_to_fp.ll
test/CodeGen/X86/vector-bitreverse.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-sqrt.ll
test/CodeGen/X86/x86-interleaved-access.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xor-select-i1-combine.ll
test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.dwo [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-addr-object-relocation.o [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-multiple-cu.dwo [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-multiple-cu.o [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/merge1.yaml [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/merge2.yaml [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-headers.test
test/DebugInfo/PDB/pdbdump-mergetypes.test [new file with mode: 0644]
test/DebugInfo/llvm-symbolizer.test
test/Instrumentation/MemorySanitizer/csr.ll
test/LTO/X86/Inputs/strip-debug-info-bar.ll [new file with mode: 0644]
test/LTO/X86/Inputs/strip-debug-info.bc [deleted file]
test/LTO/X86/strip-debug-info.ll
test/MC/AMDGPU/exp.s
test/MC/Disassembler/AMDGPU/exp_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sopc_vi.txt
test/TableGen/GlobalISelEmitter.td
test/TableGen/intrinsic-varargs.td
test/ThinLTO/X86/Inputs/merge-triple.ll [new file with mode: 0644]
test/ThinLTO/X86/merge-triple.ll [new file with mode: 0644]
test/Transforms/InstCombine/2008-09-29-FoldingOr.ll [deleted file]
test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll [moved from test/Transforms/InstCombine/amdgcn-demanded-vector-elts.ll with 100% similarity]
test/Transforms/InstCombine/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/InstCombine/NVPTX/nvvm-intrins.ll [moved from test/Transforms/InstCombine/nvvm-intrins.ll with 100% similarity]
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/lshr.ll
test/Transforms/InstCombine/memchr.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/wcslen-1.ll [new file with mode: 0644]
test/Transforms/InstCombine/wcslen-2.ll [new file with mode: 0644]
test/Transforms/InstCombine/wcslen-3.ll [new file with mode: 0644]
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/icmp-bool-constant.ll [new file with mode: 0644]
test/Transforms/JumpThreading/assume.ll
test/Transforms/JumpThreading/fold-not-thread.ll
test/Transforms/JumpThreading/guards.ll
test/Transforms/LoopStrengthReduce/X86/canonical-2.ll [new file with mode: 0644]
test/Transforms/NewGVN/completeness.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr32838.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr32845.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr32897.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr32945.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33014.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33086.ll [new file with mode: 0644]
test/Transforms/NewGVN/pr33116.ll [new file with mode: 0644]
test/Transforms/NewGVN/storeoverstore.ll
test/Transforms/SafeStack/X86/coloring-ssp.ll
test/Transforms/SafeStack/X86/coloring.ll
test/Transforms/SafeStack/X86/coloring2.ll
test/Transforms/SafeStack/X86/layout-frag.ll
test/tools/llvm-cvtres/Inputs/cursor_small.bmp [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/okay_small.bmp [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/test_resource.rc [new file with mode: 0644]
test/tools/llvm-cvtres/Inputs/test_resource.res [new file with mode: 0644]
test/tools/llvm-cvtres/resource.test [new file with mode: 0644]
tools/llc/llc.cpp
tools/llvm-cvtres/CMakeLists.txt
tools/llvm-cvtres/llvm-cvtres.cpp
tools/llvm-cvtres/llvm-cvtres.h
tools/llvm-dwp/llvm-dwp.cpp
tools/llvm-lto/llvm-lto.cpp
tools/llvm-pdbdump/Analyze.cpp
tools/llvm-pdbdump/CompactTypeDumpVisitor.cpp
tools/llvm-pdbdump/CompactTypeDumpVisitor.h
tools/llvm-pdbdump/LLVMOutputStyle.cpp
tools/llvm-pdbdump/LLVMOutputStyle.h
tools/llvm-pdbdump/PdbYaml.cpp
tools/llvm-pdbdump/YAMLOutputStyle.h
tools/llvm-pdbdump/YamlTypeDumper.cpp
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-readobj/COFFDumper.cpp
tools/opt/opt.cpp
unittests/ADT/APIntTest.cpp
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
unittests/IR/AttributesTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/MetadataTest.cpp
unittests/Support/BinaryStreamTest.cpp
unittests/Support/CrashRecoveryTest.cpp
unittests/Support/ScaledNumberTest.cpp
unittests/Target/AArch64/InstSizes.cpp
unittests/Transforms/Utils/Cloning.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/GlobalISelEmitter.cpp
utils/git-svn/git-llvm
utils/lit/lit/TestRunner.py