]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm trunk r321414:
authordim <dim@FreeBSD.org>
Sun, 24 Dec 2017 01:00:08 +0000 (01:00 +0000)
committerdim <dim@FreeBSD.org>
Sun, 24 Dec 2017 01:00:08 +0000 (01:00 +0000)
commit9a75be7ae2127c70e9cb8d88211452dc3996ed82
tree21a09bce0171e27bd1e92649db9df797fa097cea
parent08d589457c420f9a9f2e6371f31e8245a695445e
Vendor import of llvm trunk r321414:
https://llvm.org/svn/llvm-project/llvm/trunk@321414
423 files changed:
docs/Extensions.rst
docs/MIRLangRef.rst
docs/tutorial/LangImpl09.rst
examples/Kaleidoscope/CMakeLists.txt
examples/Kaleidoscope/Chapter9/toy.cpp
include/llvm-c/lto.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasAnalysisEvaluator.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/ProfileSummaryInfo.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/BinaryFormat/Wasm.h
include/llvm/BinaryFormat/WasmRelocs.def [moved from include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def with 100% similarity]
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/CodeGen/LiveStacks.h [moved from include/llvm/CodeGen/LiveStackAnalysis.h with 94% similarity]
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/RuntimeLibcalls.def
include/llvm/CodeGen/SDNodeProperties.td [new file with mode: 0644]
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/TargetLowering.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/FuzzMutate/IRMutator.h
include/llvm/IR/Function.h
include/llvm/IR/Intrinsics.td
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCStreamer.h
include/llvm/Object/Wasm.h
include/llvm/Support/CachePruning.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/YAMLTraits.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Utils/CallPromotionUtils.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/CFGPrinter.cpp
lib/Analysis/GlobalsModRef.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemorySSA.cpp
lib/Analysis/ModuleSummaryAnalysis.cpp
lib/Analysis/ProfileSummaryInfo.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveStacks.cpp [moved from lib/CodeGen/LiveStackAnalysis.cpp with 96% similarity]
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineOperand.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/README.txt
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/VirtRegMap.cpp
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/Demangle/ItaniumDemangle.cpp
lib/FuzzMutate/IRMutator.cpp
lib/IR/ConstantFold.cpp
lib/IR/Function.cpp
lib/IR/Value.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCStreamer.cpp
lib/MC/WasmObjectWriter.cpp
lib/Object/ELF.cpp
lib/Object/WasmObjectFile.cpp
lib/Object/WindowsResource.cpp
lib/ObjectYAML/WasmYAML.cpp
lib/Passes/LLVMBuild.txt
lib/Support/APFloat.cpp
lib/Support/CachePruning.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/StringRef.cpp
lib/Support/TargetParser.cpp
lib/Support/YAMLTraits.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64SystemOperands.td
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AMDGPUTargetMachine.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/ARC/ARCTargetMachine.cpp
lib/Target/ARC/ARCTargetMachine.h
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/ARM/ARMLegalizerInfo.cpp
lib/Target/ARM/ARMRegisterBankInfo.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
lib/Target/Hexagon/HexagonPatterns.td
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Lanai/LanaiTargetMachine.cpp
lib/Target/Lanai/LanaiTargetMachine.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCMIPeephole.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/TargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.h
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/X86.td
lib/Target/X86/X86DomainReassignment.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Instr3DNow.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/SampleProfile.cpp
lib/Transforms/IPO/WholeProgramDevirt.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
lib/Transforms/Scalar/CallSiteSplitting.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LoopSink.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Utils/CallPromotionUtils.cpp
lib/Transforms/Utils/LoopUnrollPeel.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Analysis/BasicAA/args-rets-allocas-loads.ll
test/Analysis/BasicAA/call-attrs.ll
test/Analysis/BasicAA/cs-cs-arm.ll
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/MemorySSA/volatile-clobber.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
test/CodeGen/AArch64/GlobalISel/fp128-legalize-crash-pr35690.mir [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/translate-gep.ll
test/CodeGen/AArch64/arm64-jumptable.ll
test/CodeGen/AArch64/arm64-memset-to-bzero.ll
test/CodeGen/AArch64/arm64-neon-2velem.ll
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll
test/CodeGen/AArch64/chkstk.ll [new file with mode: 0644]
test/CodeGen/AArch64/ldst-paired-aliasing.ll
test/CodeGen/AMDGPU/amdgpu.private-memory.ll
test/CodeGen/AMDGPU/memory-legalizer-store-infinite-loop.ll [new file with mode: 0644]
test/CodeGen/ARM/GlobalISel/arm-instruction-select.mir
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir
test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/su-addsub-overflow.ll [new file with mode: 0644]
test/CodeGen/ARM/usat.ll [new file with mode: 0644]
test/CodeGen/BPF/objdump_imm_hex.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/build-vector-i32-type.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-bool-vector.ll [new file with mode: 0644]
test/CodeGen/Hexagon/autohvx/isel-select-const.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-vstorerw-undef.ll
test/CodeGen/Hexagon/v60-cur.ll
test/CodeGen/Hexagon/vect/vect-extract-i1-debug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-infloop.ll
test/CodeGen/Mips/llvm-ir/extractelement.ll
test/CodeGen/Mips/long-call-mcount.ll [new file with mode: 0644]
test/CodeGen/Mips/sll-micromips-r6-encoding.mir [new file with mode: 0644]
test/CodeGen/PowerPC/cmp_elimination.ll
test/CodeGen/PowerPC/uint-to-ppcfp128-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll
test/CodeGen/Thumb2/t2sizereduction.mir [new file with mode: 0644]
test/CodeGen/X86/avg-mask.ll
test/CodeGen/X86/avg.ll
test/CodeGen/X86/avx512-calling-conv.ll
test/CodeGen/X86/avx512-ext.ll
test/CodeGen/X86/avx512-extract-subvector-load-store.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-insert-extract_i1.ll
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-schedule.ll
test/CodeGen/X86/avx512-shuffles/partial_permute.ll
test/CodeGen/X86/avx512-skx-insert-subvec.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
test/CodeGen/X86/bitcast-and-setcc-128.ll
test/CodeGen/X86/bitcast-setcc-128.ll
test/CodeGen/X86/combine-and.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/darwin-bzero.ll
test/CodeGen/X86/extractelement-index.ll
test/CodeGen/X86/fma-fneg-combine.ll
test/CodeGen/X86/fmsubadd-combine.ll
test/CodeGen/X86/fold-vector-sext-crash.ll
test/CodeGen/X86/horizontal-reduce-smax.ll
test/CodeGen/X86/horizontal-reduce-smin.ll
test/CodeGen/X86/horizontal-reduce-umax.ll
test/CodeGen/X86/horizontal-reduce-umin.ll
test/CodeGen/X86/known-bits-vector.ll
test/CodeGen/X86/machinesink-merge-debuginfo.ll
test/CodeGen/X86/machinesink-null-debuginfo.ll
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/popcnt.ll
test/CodeGen/X86/prefetch.ll
test/CodeGen/X86/shuffle-strided-with-offset-128.ll
test/CodeGen/X86/shuffle-strided-with-offset-256.ll
test/CodeGen/X86/shuffle-strided-with-offset-512.ll
test/CodeGen/X86/shuffle-vs-trunc-128.ll
test/CodeGen/X86/shuffle-vs-trunc-256.ll
test/CodeGen/X86/shuffle-vs-trunc-512.ll
test/CodeGen/X86/var-permute-256.ll
test/CodeGen/X86/var-permute-512.ll
test/CodeGen/X86/vector-compare-results.ll
test/CodeGen/X86/vector-half-conversions.ll
test/CodeGen/X86/vector-rotate-128.ll
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
test/CodeGen/X86/vector-shuffle-512-v32.ll
test/CodeGen/X86/vector-shuffle-v1.ll
test/CodeGen/X86/vector-shuffle-variable-128.ll
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vselect.ll
test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-6.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-macho.s
test/DebugInfo/X86/dwarfdump-str-offsets.s
test/Instrumentation/HWAddressSanitizer/basic.ll
test/Instrumentation/HWAddressSanitizer/with-calls.ll
test/MC/AArch64/arm64-system-encoding.s
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/dot-req.s
test/MC/AMDGPU/ds.s
test/MC/AMDGPU/expressions.s
test/MC/AMDGPU/invalid-instructions-spellcheck.s [new file with mode: 0644]
test/MC/AMDGPU/trap.s
test/MC/AMDGPU/vop1-gfx9-err.s
test/MC/AMDGPU/vop3p-err.s
test/MC/ARM/dfb-neg.s [new file with mode: 0644]
test/MC/ARM/dfb.s [new file with mode: 0644]
test/MC/COFF/align-nops.s
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/AMDGPU/ds_vi.txt
test/MC/Disassembler/AMDGPU/trap_gfx9.txt
test/MC/Disassembler/AMDGPU/trap_vi.txt
test/MC/Disassembler/ARM/dfb-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/dfb-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/X86/x86-32.txt
test/MC/ELF/align-nops.s
test/MC/MachO/x86_32-optimal_nop.s
test/MC/Mips/eva/invalid.s
test/MC/WebAssembly/weak-alias.ll
test/MC/X86/3DNow.s
test/MC/X86/AlignedBundling/different-sections.s
test/MC/X86/AlignedBundling/long-nop-pad.s
test/MC/X86/AlignedBundling/misaligned-bundle-group.s
test/MC/X86/AlignedBundling/misaligned-bundle.s
test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s
test/MC/X86/AlignedBundling/pad-bundle-groups.s
test/MC/X86/AlignedBundling/relax-in-bundle-group.s
test/MC/X86/AlignedBundling/single-inst-bundling.s
test/MC/X86/CLFLUSHOPT-32.s [new file with mode: 0644]
test/MC/X86/CLFLUSHOPT-64.s [new file with mode: 0644]
test/MC/X86/CLFSH-32.s [new file with mode: 0644]
test/MC/X86/CLFSH-64.s [new file with mode: 0644]
test/MC/X86/x86_long_nop.s
test/TableGen/GlobalISelEmitter.td
test/TableGen/intrinsic-long-name.td
test/TableGen/intrinsic-struct.td
test/TableGen/intrinsic-varargs.td
test/ThinLTO/X86/cache.ll
test/Transforms/CallSiteSplitting/callsite-no-or-structure.ll [new file with mode: 0644]
test/Transforms/CallSiteSplitting/callsite-no-splitting.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/section.ll
test/Transforms/GVN/tbaa.ll
test/Transforms/Inline/AArch64/binop.ll [new file with mode: 0644]
test/Transforms/Inline/ARM/inline-fp.ll [new file with mode: 0644]
test/Transforms/Inline/inline-fp.ll [deleted file]
test/Transforms/Inline/redundant-loads.ll
test/Transforms/InstCombine/2011-09-03-Trampoline.ll
test/Transforms/JumpThreading/guards.ll
test/Transforms/LoopVectorize/legal_preheader_check.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/merge-into-memset.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/mixed-sizes.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/nonlocal-memcpy-memcpy.ll [new file with mode: 0644]
test/Transforms/NewGVN/tbaa.ll
test/Transforms/PGOProfile/icp_covariant_call_return.ll
test/Transforms/PGOProfile/icp_covariant_invoke_return.ll
test/Transforms/PGOProfile/icp_invoke.ll
test/Transforms/PGOProfile/icp_invoke_nouse.ll
test/Transforms/PGOProfile/icp_vararg.ll
test/Transforms/PGOProfile/indirect_call_promotion.ll
test/Transforms/SLPVectorizer/X86/jumbled-load-multiuse.ll
test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll [deleted file]
test/Transforms/SLPVectorizer/X86/jumbled-load-used-in-phi.ll [deleted file]
test/Transforms/SLPVectorizer/X86/jumbled-load.ll
test/Transforms/SLPVectorizer/X86/store-jumbled.ll
test/Transforms/SampleProfile/entry_counts.ll
test/Transforms/SimplifyCFG/X86/if-conversion.ll [new file with mode: 0644]
test/tools/llvm-cvtres/machine.test
test/tools/llvm-cvtres/symbols.test
test/tools/llvm-dwarfdump/X86/lookup.s
test/tools/llvm-objcopy/add-section-remove.test [new file with mode: 0644]
test/tools/llvm-objcopy/add-section.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-got.test
test/tools/llvm-readobj/mips-plt.test
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-lto/llvm-lto.cpp
tools/llvm-objcopy/Object.cpp
tools/llvm-objcopy/Object.h
tools/llvm-objcopy/llvm-objcopy.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/WasmDumper.cpp
tools/opt-viewer/optrecord.py
unittests/ADT/APFloatTest.cpp
unittests/ADT/StringRefTest.cpp
unittests/CodeGen/MachineOperandTest.cpp
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/Support/CachePruningTest.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/TargetParserTest.cpp
unittests/Support/YAMLIOTest.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/GlobalISelEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/SDNodeProperties.cpp [new file with mode: 0644]
utils/TableGen/SDNodeProperties.h [new file with mode: 0644]
utils/docker/build_docker_image.sh
utils/docker/scripts/build_install_llvm.sh
utils/git-svn/git-llvm
utils/update_mir_test_checks.py