Vendor import of llvm release_39 branch r276489:
authordim <dim@FreeBSD.org>
Sat, 23 Jul 2016 20:41:05 +0000 (20:41 +0000)
committerdim <dim@FreeBSD.org>
Sat, 23 Jul 2016 20:41:05 +0000 (20:41 +0000)
commitc83c90ab366479377eab3af6c385a1735209ec14
tree4def12e759965de927d963ac65840d663ef9d1ea
parentc4e6e01ac33f9f126a332f3cddf67a569886327e
Vendor import of llvm release_39 branch r276489:
https://llvm.org/svn/llvm-project/llvm/branches/release_39@276489
8788 files changed:
.arcconfig
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile [deleted file]
Makefile.common [deleted file]
Makefile.config.in [deleted file]
Makefile.rules [deleted file]
autoconf/AutoRegen.sh [deleted file]
autoconf/ExportMap.map [deleted file]
autoconf/LICENSE.TXT [deleted file]
autoconf/README.TXT [deleted file]
autoconf/config.guess [deleted file]
autoconf/config.sub [deleted file]
autoconf/configure.ac [deleted file]
autoconf/install-sh [deleted file]
autoconf/m4/build_exeext.m4 [deleted file]
autoconf/m4/c_printf_a.m4 [deleted file]
autoconf/m4/check_gnu_make.m4 [deleted file]
autoconf/m4/config_makefile.m4 [deleted file]
autoconf/m4/config_project.m4 [deleted file]
autoconf/m4/cxx_flag_check.m4 [deleted file]
autoconf/m4/define_subst.m4 [deleted file]
autoconf/m4/find_std_program.m4 [deleted file]
autoconf/m4/func_mmap_file.m4 [deleted file]
autoconf/m4/header_mmap_anonymous.m4 [deleted file]
autoconf/m4/huge_val.m4 [deleted file]
autoconf/m4/link_options.m4 [deleted file]
autoconf/m4/linux_mixed_64_32.m4 [deleted file]
autoconf/m4/need_dev_zero_for_mmap.m4 [deleted file]
autoconf/m4/sanity_check.m4 [deleted file]
autoconf/m4/single_cxx_check.m4 [deleted file]
autoconf/m4/visibility_inlines_hidden.m4 [deleted file]
autoconf/missing [deleted file]
autoconf/mkinstalldirs [deleted file]
bindings/Makefile [deleted file]
bindings/go/llvm/executionengine_test.go
bindings/go/llvm/target.go
bindings/ocaml/Makefile [deleted file]
bindings/ocaml/Makefile.ocaml [deleted file]
bindings/ocaml/all_backends/Makefile [deleted file]
bindings/ocaml/analysis/Makefile [deleted file]
bindings/ocaml/analysis/analysis_ocaml.c
bindings/ocaml/backends/Makefile [deleted file]
bindings/ocaml/backends/Makefile.common [deleted file]
bindings/ocaml/bitreader/Makefile [deleted file]
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/bitwriter/Makefile [deleted file]
bindings/ocaml/executionengine/Makefile [deleted file]
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/irreader/Makefile [deleted file]
bindings/ocaml/linker/Makefile [deleted file]
bindings/ocaml/linker/linker_ocaml.c
bindings/ocaml/llvm/Makefile [deleted file]
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
bindings/ocaml/target/Makefile [deleted file]
bindings/ocaml/target/llvm_target.ml
bindings/ocaml/target/llvm_target.mli
bindings/ocaml/target/target_ocaml.c
bindings/ocaml/transforms/Makefile [deleted file]
bindings/ocaml/transforms/ipo/Makefile [deleted file]
bindings/ocaml/transforms/passmgr_builder/Makefile [deleted file]
bindings/ocaml/transforms/scalar_opts/Makefile [deleted file]
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli
bindings/ocaml/transforms/utils/Makefile [deleted file]
bindings/ocaml/transforms/vectorize/Makefile [deleted file]
cmake/Makefile [deleted file]
cmake/config-ix.cmake
cmake/config.guess [new file with mode: 0644]
cmake/modules/AddLLVM.cmake
cmake/modules/AddOCaml.cmake
cmake/modules/CMakeLists.txt
cmake/modules/CheckAtomic.cmake
cmake/modules/CheckCompilerVersion.cmake [new file with mode: 0644]
cmake/modules/CrossCompile.cmake
cmake/modules/GenerateVersionFromCVS.cmake [new file with mode: 0644]
cmake/modules/GetHostTriple.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMExternalProjectUtils.cmake
cmake/modules/Makefile [deleted file]
cmake/modules/TableGen.cmake
cmake/modules/VersionFromVCS.cmake
cmake/platforms/iOS.cmake
configure
docs/AMDGPUUsage.rst
docs/AdvancedBuilds.rst [new file with mode: 0644]
docs/AliasAnalysis.rst
docs/Atomics.rst
docs/BitCodeFormat.rst
docs/BitSets.rst [deleted file]
docs/BuildingLLVMWithAutotools.rst [deleted file]
docs/CMake.rst
docs/CMakePrimer.rst [new file with mode: 0644]
docs/CodeGenerator.rst
docs/CodeOfConduct.rst [new file with mode: 0644]
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/bugpoint.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llvm-cov.rst
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/llvm-profdata.rst
docs/CommandGuide/llvm-readobj.rst
docs/CompileCudaWithLLVM.rst
docs/CompilerWriterInfo.rst
docs/CoverageMappingFormat.rst
docs/DeveloperPolicy.rst
docs/FAQ.rst
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/GoldPlugin.rst
docs/HowToCrossCompileLLVM.rst
docs/HowToReleaseLLVM.rst
docs/LLVMBuild.rst
docs/LangRef.rst
docs/LibFuzzer.rst
docs/LinkTimeOptimization.rst
docs/Makefile [deleted file]
docs/MakefileGuide.rst [deleted file]
docs/MergeFunctions.rst
docs/NVPTXUsage.rst
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/README.txt
docs/ReleaseNotes.rst
docs/ReportingGuide.rst [new file with mode: 0644]
docs/ScudoHardenedAllocator.rst [new file with mode: 0644]
docs/SourceLevelDebugging.rst
docs/Statepoints.rst
docs/TableGen/LangRef.rst
docs/TestSuiteMakefileGuide.rst
docs/TestingGuide.rst
docs/TypeMetadata.rst [new file with mode: 0644]
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst
docs/YamlIO.rst
docs/conf.py
docs/doxygen-mainpage.dox [new file with mode: 0644]
docs/doxygen.cfg.in
docs/doxygen.intro [deleted file]
docs/index.rst
docs/tutorial/BuildingAJIT1.rst [new file with mode: 0644]
docs/tutorial/BuildingAJIT2.rst [new file with mode: 0644]
docs/tutorial/BuildingAJIT3.rst [new file with mode: 0644]
docs/tutorial/BuildingAJIT4.rst [new file with mode: 0644]
docs/tutorial/BuildingAJIT5.rst [new file with mode: 0644]
docs/tutorial/LangImpl01.rst [new file with mode: 0644]
docs/tutorial/LangImpl02.rst [new file with mode: 0644]
docs/tutorial/LangImpl03.rst [new file with mode: 0644]
docs/tutorial/LangImpl04.rst [new file with mode: 0644]
docs/tutorial/LangImpl05-cfg.png [moved from docs/tutorial/LangImpl5-cfg.png with 100% similarity]
docs/tutorial/LangImpl05.rst [new file with mode: 0644]
docs/tutorial/LangImpl06.rst [new file with mode: 0644]
docs/tutorial/LangImpl07.rst [new file with mode: 0644]
docs/tutorial/LangImpl08.rst [new file with mode: 0644]
docs/tutorial/LangImpl09.rst [new file with mode: 0644]
docs/tutorial/LangImpl1.rst [deleted file]
docs/tutorial/LangImpl10.rst [new file with mode: 0644]
docs/tutorial/LangImpl2.rst [deleted file]
docs/tutorial/LangImpl3.rst [deleted file]
docs/tutorial/LangImpl4.rst [deleted file]
docs/tutorial/LangImpl5.rst [deleted file]
docs/tutorial/LangImpl6.rst [deleted file]
docs/tutorial/LangImpl7.rst [deleted file]
docs/tutorial/LangImpl8.rst [deleted file]
docs/tutorial/LangImpl9.rst [deleted file]
docs/tutorial/OCamlLangImpl1.rst
docs/tutorial/OCamlLangImpl5.rst
docs/tutorial/OCamlLangImpl6.rst
docs/tutorial/OCamlLangImpl7.rst
docs/tutorial/index.rst
examples/BrainF/BrainF.cpp
examples/BrainF/BrainF.h
examples/BrainF/BrainFDriver.cpp
examples/BrainF/Makefile [deleted file]
examples/ExceptionDemo/ExceptionDemo.cpp
examples/ExceptionDemo/Makefile [deleted file]
examples/Fibonacci/CMakeLists.txt
examples/Fibonacci/Makefile [deleted file]
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/HowToUseJIT/Makefile [deleted file]
examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter2/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter2/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter3/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter4/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter4/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/KaleidoscopeJIT.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp [new file with mode: 0644]
examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/CMakeLists.txt
examples/Kaleidoscope/Chapter2/Makefile [deleted file]
examples/Kaleidoscope/Chapter2/toy.cpp
examples/Kaleidoscope/Chapter3/Makefile [deleted file]
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/Makefile [deleted file]
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/Makefile [deleted file]
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/Makefile [deleted file]
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/Makefile [deleted file]
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt
examples/Kaleidoscope/Chapter8/Makefile [deleted file]
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/Chapter9/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter9/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/Makefile [deleted file]
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
examples/Kaleidoscope/MCJIT/cached/toy.cpp
examples/Kaleidoscope/MCJIT/complete/Makefile [deleted file]
examples/Kaleidoscope/MCJIT/complete/toy.cpp
examples/Kaleidoscope/MCJIT/initial/Makefile [deleted file]
examples/Kaleidoscope/MCJIT/initial/toy.cpp
examples/Kaleidoscope/MCJIT/lazy/Makefile [deleted file]
examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
examples/Kaleidoscope/MCJIT/lazy/toy.cpp
examples/Kaleidoscope/Makefile [deleted file]
examples/Kaleidoscope/Orc/CMakeLists.txt [deleted file]
examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt [deleted file]
examples/Kaleidoscope/Orc/fully_lazy/Makefile [deleted file]
examples/Kaleidoscope/Orc/fully_lazy/README.txt [deleted file]
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp [deleted file]
examples/Kaleidoscope/Orc/initial/CMakeLists.txt [deleted file]
examples/Kaleidoscope/Orc/initial/Makefile [deleted file]
examples/Kaleidoscope/Orc/initial/README.txt [deleted file]
examples/Kaleidoscope/Orc/initial/toy.cpp [deleted file]
examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt [deleted file]
examples/Kaleidoscope/Orc/lazy_codegen/Makefile [deleted file]
examples/Kaleidoscope/Orc/lazy_codegen/README.txt [deleted file]
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp [deleted file]
examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt [deleted file]
examples/Kaleidoscope/Orc/lazy_irgen/Makefile [deleted file]
examples/Kaleidoscope/Orc/lazy_irgen/README.txt [deleted file]
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp [deleted file]
examples/Kaleidoscope/include/KaleidoscopeJIT.h
examples/Makefile [deleted file]
examples/ModuleMaker/Makefile [deleted file]
examples/ModuleMaker/ModuleMaker.cpp
examples/OCaml-Kaleidoscope/Chapter2/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Chapter3/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Chapter4/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Chapter5/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Chapter6/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Chapter7/Makefile [deleted file]
examples/OCaml-Kaleidoscope/Makefile [deleted file]
examples/ParallelJIT/CMakeLists.txt
examples/ParallelJIT/Makefile [deleted file]
examples/ParallelJIT/ParallelJIT.cpp
include/llvm-c/Core.h
include/llvm-c/Disassembler.h
include/llvm-c/ErrorHandling.h
include/llvm-c/Linker.h
include/llvm-c/OrcBindings.h
include/llvm-c/Target.h
include/llvm-c/TargetMachine.h
include/llvm-c/Transforms/Scalar.h
include/llvm-c/Types.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/BitmaskEnum.h [new file with mode: 0644]
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseMapInfo.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/PointerEmbeddedInt.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/PriorityWorklist.h [new file with mode: 0644]
include/llvm/ADT/STLExtras.h
include/llvm/ADT/Sequence.h [new file with mode: 0644]
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseSet.h
include/llvm/ADT/Statistic.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/StringSet.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/ilist.h
include/llvm/ADT/iterator.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasAnalysisEvaluator.h [new file with mode: 0644]
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/AssumptionCache.h
include/llvm/Analysis/BasicAliasAnalysis.h
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CFLAliasAnalysis.h [deleted file]
include/llvm/Analysis/CFLAndersAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/CFLSteensAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CallGraphSCCPass.h
include/llvm/Analysis/CallPrinter.h
include/llvm/Analysis/CodeMetrics.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DemandedBits.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/EHPersonalities.h
include/llvm/Analysis/GlobalsModRef.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/IndirectCallPromotionAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/IndirectCallSiteVisitor.h [new file with mode: 0644]
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IteratedDominanceFrontier.h
include/llvm/Analysis/LazyBlockFrequencyInfo.h [new file with mode: 0644]
include/llvm/Analysis/LazyCallGraph.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/Loads.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/LoopPassManager.h [new file with mode: 0644]
include/llvm/Analysis/LoopUnrollAnalyzer.h [new file with mode: 0644]
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/MemoryLocation.h
include/llvm/Analysis/ModuleSummaryAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/ObjCARCAliasAnalysis.h
include/llvm/Analysis/ObjCARCAnalysisUtils.h
include/llvm/Analysis/ObjCARCInstKind.h
include/llvm/Analysis/OptimizationDiagnosticInfo.h [new file with mode: 0644]
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ProfileSummaryInfo.h [new file with mode: 0644]
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/ScopedNoAliasAA.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/TargetLibraryInfo.def
include/llvm/Analysis/TargetLibraryInfo.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Analysis/TypeBasedAliasAnalysis.h
include/llvm/Analysis/TypeMetadataUtils.h [new file with mode: 0644]
include/llvm/Analysis/ValueTracking.h
include/llvm/Analysis/VectorUtils.h
include/llvm/AsmParser/Parser.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/DIEValue.def
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FaultMaps.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GlobalISel/CallLowering.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/GISelAccessor.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/IRTranslator.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/RegBankSelect.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/RegisterBank.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h [new file with mode: 0644]
include/llvm/CodeGen/GlobalISel/Types.h [new file with mode: 0644]
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MIRParser/MIRParser.h
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
include/llvm/CodeGen/MachineCombinerPattern.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineInstrBundle.h
include/llvm/CodeGen/MachineInstrBundleIterator.h [new file with mode: 0644]
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfoImpls.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/ParallelCG.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PreISelIntrinsicLowering.h [new file with mode: 0644]
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RegisterUsageInfo.h [new file with mode: 0644]
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/ScheduleDAGMutation.h [new file with mode: 0644]
include/llvm/CodeGen/ScheduleHazardRecognizer.h
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SelectionDAGTargetInfo.h [new file with mode: 0644]
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/StackProtector.h
include/llvm/CodeGen/TailDuplicator.h [new file with mode: 0644]
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetPassConfig.h [new file with mode: 0644]
include/llvm/CodeGen/UnreachableBlockElim.h [new file with mode: 0644]
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CodeGen/WinEHFuncInfo.h
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in [deleted file]
include/llvm/Config/llvm-config.h.in [deleted file]
include/llvm/DebugInfo/CodeView/ByteStream.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CVRecord.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CVSymbolTypes.def [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/CodeView.h
include/llvm/DebugInfo/CodeView/CodeViewError.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/EnumTables.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
include/llvm/DebugInfo/CodeView/Line.h
include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
include/llvm/DebugInfo/CodeView/ModuleSubstream.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/RecordSerialization.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamArray.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamInterface.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamReader.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamRef.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/StreamWriter.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/SymbolDumper.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/SymbolRecord.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeDumper.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeIndex.h
include/llvm/DebugInfo/CodeView/TypeRecord.h
include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
include/llvm/DebugInfo/CodeView/TypeRecords.def [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h [new file with mode: 0644]
include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h [new file with mode: 0644]
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
include/llvm/DebugInfo/PDB/DIA/DIAError.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
include/llvm/DebugInfo/PDB/DIA/DIASession.h
include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
include/llvm/DebugInfo/PDB/DIA/DIASupport.h
include/llvm/DebugInfo/PDB/GenericError.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBDataStream.h
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
include/llvm/DebugInfo/PDB/IPDBLineNumber.h
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
include/llvm/DebugInfo/PDB/IPDBSession.h
include/llvm/DebugInfo/PDB/IPDBSourceFile.h
include/llvm/DebugInfo/PDB/PDB.h
include/llvm/DebugInfo/PDB/PDBContext.h
include/llvm/DebugInfo/PDB/PDBExtras.h
include/llvm/DebugInfo/PDB/PDBSymDumper.h
include/llvm/DebugInfo/PDB/PDBSymbol.h
include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
include/llvm/DebugInfo/PDB/PDBSymbolData.h
include/llvm/DebugInfo/PDB/PDBSymbolExe.h
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/DebugInfo/PDB/Raw/DbiStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/DirectoryStreamData.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/EnumTables.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/Hash.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/IPDBStreamData.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/IndexedStreamData.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/InfoStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/ModInfo.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/ModStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/MsfBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/MsfCommon.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/NameHashTable.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/NameMap.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/PDBFile.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/RawConstants.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/RawError.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/RawSession.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/RawTypes.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/SymbolStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/Raw/TpiStream.h [new file with mode: 0644]
include/llvm/DebugInfo/Symbolize/DIPrinter.h
include/llvm/DebugInfo/Symbolize/SymbolizableModule.h
include/llvm/DebugInfo/Symbolize/Symbolize.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/GenericValue.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITSymbolFlags.h
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/CompileUtils.h
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/JITSymbol.h
include/llvm/ExecutionEngine/Orc/LambdaResolver.h
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
include/llvm/ExecutionEngine/Orc/OrcABISupport.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h [deleted file]
include/llvm/ExecutionEngine/Orc/OrcError.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
include/llvm/ExecutionEngine/Orc/RPCChannel.h
include/llvm/ExecutionEngine/Orc/RPCUtils.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.h
include/llvm/IR/Attributes.td
include/llvm/IR/AutoUpgrade.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallSite.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Comdat.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoFlags.def
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/Dominators.h
include/llvm/IR/Function.h
include/llvm/IR/FunctionInfo.h [deleted file]
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GetElementPtrTypeIterator.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalIFunc.h [new file with mode: 0644]
include/llvm/IR/GlobalIndirectSymbol.h [new file with mode: 0644]
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsAMDGPU.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsMips.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsSystemZ.td
include/llvm/IR/IntrinsicsWebAssembly.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/Mangler.h
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/ModuleSlotTracker.h
include/llvm/IR/ModuleSummaryIndex.h [new file with mode: 0644]
include/llvm/IR/Operator.h
include/llvm/IR/OptBisect.h [new file with mode: 0644]
include/llvm/IR/PassManager.h
include/llvm/IR/PassManagerInternal.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/ProfileSummary.h [new file with mode: 0644]
include/llvm/IR/Statepoint.h
include/llvm/IR/SymbolTableListTraits.h
include/llvm/IR/TrackingMDRef.h
include/llvm/IR/Type.h
include/llvm/IR/TypeFinder.h
include/llvm/IR/Use.h
include/llvm/IR/UseListOrder.h
include/llvm/IR/User.h
include/llvm/IR/Value.def
include/llvm/IR/Value.h
include/llvm/IR/ValueMap.h
include/llvm/IR/ValueSymbolTable.h
include/llvm/IR/Verifier.h
include/llvm/IRReader/IRReader.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTO.h [new file with mode: 0644]
include/llvm/LTO/LTOCodeGenerator.h [deleted file]
include/llvm/LTO/LTOModule.h [deleted file]
include/llvm/LTO/legacy/LTOCodeGenerator.h [new file with mode: 0644]
include/llvm/LTO/legacy/LTOModule.h [new file with mode: 0644]
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h [new file with mode: 0644]
include/llvm/LTO/legacy/UpdateCompilerUsed.h [new file with mode: 0644]
include/llvm/LibDriver/LibDriver.h
include/llvm/LineEditor/LineEditor.h
include/llvm/LinkAllIR.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/IRMover.h
include/llvm/Linker/Linker.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoELF.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodeGenInfo.h [deleted file]
include/llvm/MC/MCCodeView.h [new file with mode: 0644]
include/llvm/MC/MCContext.h
include/llvm/MC/MCDirectives.h
include/llvm/MC/MCDisassembler.h [deleted file]
include/llvm/MC/MCDisassembler/MCDisassembler.h [new file with mode: 0644]
include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h [new file with mode: 0644]
include/llvm/MC/MCDisassembler/MCRelocationInfo.h [new file with mode: 0644]
include/llvm/MC/MCDisassembler/MCSymbolizer.h [new file with mode: 0644]
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCExternalSymbolizer.h [deleted file]
include/llvm/MC/MCFragment.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCTargetAsmParser.h [new file with mode: 0644]
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCRelocationInfo.h [deleted file]
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolMachO.h
include/llvm/MC/MCSymbolizer.h [deleted file]
include/llvm/MC/MCTargetAsmParser.h [deleted file]
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCWin64EH.h
include/llvm/MC/MCWinEH.h
include/llvm/MC/SectionKind.h
include/llvm/MC/StringTableBuilder.h
include/llvm/MC/SubtargetFeature.h
include/llvm/MC/YAML.h [deleted file]
include/llvm/Object/Archive.h
include/llvm/Object/ArchiveWriter.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFYAML.h [deleted file]
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/ELFYAML.h [deleted file]
include/llvm/Object/Error.h
include/llvm/Object/FunctionIndexObjectFile.h [deleted file]
include/llvm/Object/IRObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ModuleSummaryIndexObjectFile.h [new file with mode: 0644]
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/StackMapParser.h
include/llvm/Object/SymbolicFile.h
include/llvm/ObjectYAML/COFFYAML.h [new file with mode: 0644]
include/llvm/ObjectYAML/ELFYAML.h [new file with mode: 0644]
include/llvm/ObjectYAML/MachOYAML.h [new file with mode: 0644]
include/llvm/ObjectYAML/ObjectYAML.h [new file with mode: 0644]
include/llvm/ObjectYAML/YAML.h [new file with mode: 0644]
include/llvm/Option/OptParser.td
include/llvm/Option/Option.h
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/Passes/PassBuilder.h
include/llvm/ProfileData/Coverage/CoverageMapping.h [new file with mode: 0644]
include/llvm/ProfileData/Coverage/CoverageMappingReader.h [new file with mode: 0644]
include/llvm/ProfileData/Coverage/CoverageMappingWriter.h [new file with mode: 0644]
include/llvm/ProfileData/CoverageMapping.h [deleted file]
include/llvm/ProfileData/CoverageMappingReader.h [deleted file]
include/llvm/ProfileData/CoverageMappingWriter.h [deleted file]
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/ProfileCommon.h [new file with mode: 0644]
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/ProfileData/SampleProfWriter.h
include/llvm/Support/AArch64TargetParser.def [new file with mode: 0644]
include/llvm/Support/AIXDataTypesFix.h [deleted file]
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/Atomic.h
include/llvm/Support/AtomicOrdering.h [new file with mode: 0644]
include/llvm/Support/BranchProbability.h
include/llvm/Support/COFF.h
include/llvm/Support/CachePruning.h [new file with mode: 0644]
include/llvm/Support/CodeGen.h
include/llvm/Support/CodeGenCWrappers.h [new file with mode: 0644]
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/DataTypes.h.in [deleted file]
include/llvm/Support/Dwarf.def
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/ELFRelocs/AMDGPU.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/BPF.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/Hexagon.def
include/llvm/Support/ELFRelocs/Lanai.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/Mips.def
include/llvm/Support/ELFRelocs/i386.def
include/llvm/Support/ELFRelocs/x86_64.def
include/llvm/Support/Endian.h
include/llvm/Support/EndianStream.h
include/llvm/Support/Error.h [new file with mode: 0644]
include/llvm/Support/ErrorHandling.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileSystem.h
include/llvm/Support/Format.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/Host.h
include/llvm/Support/JamCRC.h
include/llvm/Support/Locale.h
include/llvm/Support/LockFileManager.h
include/llvm/Support/MD5.h
include/llvm/Support/MachO.def [new file with mode: 0644]
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/Path.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Printable.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RandomNumberGenerator.h
include/llvm/Support/Registry.h
include/llvm/Support/RegistryParser.h [deleted file]
include/llvm/Support/SHA1.h [new file with mode: 0644]
include/llvm/Support/ScaledNumber.h
include/llvm/Support/ScopedPrinter.h [new file with mode: 0644]
include/llvm/Support/Signals.h
include/llvm/Support/StreamingMemoryObject.h
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/TargetParser.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/ThreadPool.h
include/llvm/Support/Threading.h
include/llvm/Support/Timer.h
include/llvm/Support/TrailingObjects.h
include/llvm/Support/TypeName.h [new file with mode: 0644]
include/llvm/Support/Unicode.h
include/llvm/Support/Valgrind.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_sha1_ostream.h [new file with mode: 0644]
include/llvm/Support/thread.h
include/llvm/Support/type_traits.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/SearchableTable.td [new file with mode: 0644]
include/llvm/TableGen/StringToOffsetTable.h
include/llvm/Target/GenericOpcodes.td [new file with mode: 0644]
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.def [new file with mode: 0644]
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRecip.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSelectionDAGInfo.h [deleted file]
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/GCOVProfiler.h [new file with mode: 0644]
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/ConstantMerge.h [new file with mode: 0644]
include/llvm/Transforms/IPO/CrossDSOCFI.h [new file with mode: 0644]
include/llvm/Transforms/IPO/DeadArgumentElimination.h [new file with mode: 0644]
include/llvm/Transforms/IPO/ElimAvailExtern.h [new file with mode: 0644]
include/llvm/Transforms/IPO/ForceFunctionAttrs.h
include/llvm/Transforms/IPO/FunctionAttrs.h [new file with mode: 0644]
include/llvm/Transforms/IPO/FunctionImport.h
include/llvm/Transforms/IPO/GlobalDCE.h [new file with mode: 0644]
include/llvm/Transforms/IPO/GlobalOpt.h [new file with mode: 0644]
include/llvm/Transforms/IPO/InferFunctionAttrs.h
include/llvm/Transforms/IPO/InlinerPass.h
include/llvm/Transforms/IPO/Internalize.h [new file with mode: 0644]
include/llvm/Transforms/IPO/LowerBitSets.h [deleted file]
include/llvm/Transforms/IPO/LowerTypeTests.h [new file with mode: 0644]
include/llvm/Transforms/IPO/PartialInlining.h [new file with mode: 0644]
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/IPO/SCCP.h [new file with mode: 0644]
include/llvm/Transforms/IPO/StripDeadPrototypes.h
include/llvm/Transforms/IPO/WholeProgramDevirt.h [new file with mode: 0644]
include/llvm/Transforms/InstCombine/InstCombine.h
include/llvm/Transforms/InstCombine/InstCombineWorklist.h
include/llvm/Transforms/InstrProfiling.h [new file with mode: 0644]
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/PGOInstrumentation.h [new file with mode: 0644]
include/llvm/Transforms/SampleProfile.h [new file with mode: 0644]
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/ADCE.h
include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/BDCE.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/ConstantHoisting.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/DCE.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/DeadStoreElimination.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/EarlyCSE.h
include/llvm/Transforms/Scalar/Float2Int.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/GVN.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/GuardWidening.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/IndVarSimplify.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/JumpThreading.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LICM.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopDeletion.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopDistribute.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopIdiomRecognize.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopInstSimplify.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopRotation.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LoopSimplifyCFG.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LowerAtomic.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
include/llvm/Transforms/Scalar/MemCpyOptimizer.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/Reassociate.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/SCCP.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/SROA.h
include/llvm/Transforms/Scalar/SimplifyCFG.h
include/llvm/Transforms/Scalar/Sink.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/TailRecursionElimination.h [new file with mode: 0644]
include/llvm/Transforms/Utils/AddDiscriminators.h [new file with mode: 0644]
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/CodeExtractor.h
include/llvm/Transforms/Utils/Evaluator.h [new file with mode: 0644]
include/llvm/Transforms/Utils/FunctionImportUtils.h [new file with mode: 0644]
include/llvm/Transforms/Utils/LCSSA.h [new file with mode: 0644]
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopSimplify.h [new file with mode: 0644]
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/LoopVersioning.h
include/llvm/Transforms/Utils/Mem2Reg.h [new file with mode: 0644]
include/llvm/Transforms/Utils/MemorySSA.h [new file with mode: 0644]
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
include/llvm/Transforms/Utils/SanitizerStats.h [new file with mode: 0644]
include/llvm/Transforms/Utils/SimplifyIndVar.h
include/llvm/Transforms/Utils/SimplifyInstructions.h [new file with mode: 0644]
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/SplitModule.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize.h
include/llvm/Transforms/Vectorize/LoopVectorize.h [new file with mode: 0644]
include/llvm/Transforms/Vectorize/SLPVectorizer.h [new file with mode: 0644]
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasAnalysisSummary.cpp [new file with mode: 0644]
lib/Analysis/AliasAnalysisSummary.h [new file with mode: 0644]
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/AssumptionCache.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CFLAliasAnalysis.cpp [deleted file]
lib/Analysis/CFLAndersAliasAnalysis.cpp [new file with mode: 0644]
lib/Analysis/CFLGraph.h [new file with mode: 0644]
lib/Analysis/CFLSteensAliasAnalysis.cpp [new file with mode: 0644]
lib/Analysis/CGSCCPassManager.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CallGraph.cpp
lib/Analysis/CallGraphSCCPass.cpp
lib/Analysis/CallPrinter.cpp
lib/Analysis/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/Delinearization.cpp
lib/Analysis/DemandedBits.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/DivergenceAnalysis.cpp
lib/Analysis/DomPrinter.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/EHPersonalities.cpp
lib/Analysis/GlobalsModRef.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/IndirectCallPromotionAnalysis.cpp [new file with mode: 0644]
lib/Analysis/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/Interval.cpp
lib/Analysis/IntervalPartition.cpp
lib/Analysis/IteratedDominanceFrontier.cpp
lib/Analysis/LLVMBuild.txt
lib/Analysis/LazyBlockFrequencyInfo.cpp [new file with mode: 0644]
lib/Analysis/LazyCallGraph.cpp
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/LoopPassManager.cpp [new file with mode: 0644]
lib/Analysis/LoopUnrollAnalyzer.cpp [new file with mode: 0644]
lib/Analysis/Makefile [deleted file]
lib/Analysis/MemDepPrinter.cpp
lib/Analysis/MemDerefPrinter.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemoryLocation.cpp
lib/Analysis/ModuleSummaryAnalysis.cpp [new file with mode: 0644]
lib/Analysis/ObjCARCAliasAnalysis.cpp
lib/Analysis/ObjCARCInstKind.cpp
lib/Analysis/OptimizationDiagnosticInfo.cpp [new file with mode: 0644]
lib/Analysis/PHITransAddr.cpp
lib/Analysis/PostDominators.cpp
lib/Analysis/ProfileSummaryInfo.cpp [new file with mode: 0644]
lib/Analysis/RegionInfo.cpp
lib/Analysis/RegionPrinter.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScalarEvolutionNormalization.cpp
lib/Analysis/ScopedNoAliasAA.cpp
lib/Analysis/SparsePropagation.cpp
lib/Analysis/StratifiedSets.h
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/Trace.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/TypeMetadataUtils.cpp [new file with mode: 0644]
lib/Analysis/ValueTracking.cpp
lib/Analysis/VectorUtils.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Makefile [deleted file]
lib/AsmParser/Parser.cpp
lib/AsmParser/module.modulemap [deleted file]
lib/Bitcode/Makefile [deleted file]
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Reader/Makefile [deleted file]
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/LLVMBuild.txt
lib/Bitcode/Writer/Makefile [deleted file]
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/Bitcode/module.modulemap [deleted file]
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/AntiDepBreaker.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/CodeViewDebug.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DebugHandlerBase.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/LLVMBuild.txt
lib/CodeGen/AsmPrinter/Makefile [deleted file]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp [deleted file]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h [deleted file]
lib/CodeGen/AsmPrinter/WinException.cpp
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/BuiltinGCs.cpp [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CoreCLRGC.cpp [deleted file]
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DetectDeadLanes.cpp [new file with mode: 0644]
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ErlangGC.cpp [deleted file]
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandISelPseudos.cpp
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/FuncletLayout.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalISel/CMakeLists.txt [new file with mode: 0644]
lib/CodeGen/GlobalISel/GlobalISel.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/IRTranslator.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/LLVMBuild.txt [new file with mode: 0644]
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/RegBankSelect.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/RegisterBank.cpp [new file with mode: 0644]
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp [new file with mode: 0644]
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/ImplicitNullChecks.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterleavedAccessPass.cpp
lib/CodeGen/LLVMBuild.txt
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugValues.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRangeUtils.h [new file with mode: 0644]
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/LowerEmuTLS.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRParser/Makefile [deleted file]
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineBranchProbabilityInfo.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCombiner.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineInstrBundle.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineLoopInfo.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineRegionInfo.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/Makefile [deleted file]
lib/CodeGen/OcamlGC.cpp [deleted file]
lib/CodeGen/OptimizePHIs.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/ParallelCG.cpp
lib/CodeGen/Passes.cpp [deleted file]
lib/CodeGen/PatchableFunction.cpp [new file with mode: 0644]
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRAHazardRecognizer.cpp [new file with mode: 0644]
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PreISelIntrinsicLowering.cpp [new file with mode: 0644]
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegUsageInfoCollector.cpp [new file with mode: 0644]
lib/CodeGen/RegUsageInfoPropagate.cpp [new file with mode: 0644]
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/RegisterUsageInfo.cpp [new file with mode: 0644]
lib/CodeGen/RenameIndependentSubregs.cpp [new file with mode: 0644]
lib/CodeGen/SafeStack.cpp [new file with mode: 0644]
lib/CodeGen/SafeStackColoring.cpp [new file with mode: 0644]
lib/CodeGen/SafeStackColoring.h [new file with mode: 0644]
lib/CodeGen/SafeStackLayout.cpp [new file with mode: 0644]
lib/CodeGen/SafeStackLayout.h [new file with mode: 0644]
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/ScoreboardHazardRecognizer.cpp
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/Makefile [deleted file]
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp [deleted file]
lib/CodeGen/ShadowStackGC.cpp [deleted file]
lib/CodeGen/ShadowStackGCLowering.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/Spiller.h
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/StatepointExampleGC.cpp [deleted file]
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TailDuplicator.cpp [new file with mode: 0644]
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetPassConfig.cpp [new file with mode: 0644]
lib/CodeGen/TargetRegisterInfo.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/CodeGen/XRayInstrumentation.cpp [new file with mode: 0644]
lib/CodeGen/module.modulemap [deleted file]
lib/DebugInfo/CodeView/ByteStream.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CVTypeVisitor.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/CodeViewError.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/EnumTables.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
lib/DebugInfo/CodeView/ListRecordBuilder.cpp
lib/DebugInfo/CodeView/Makefile [deleted file]
lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
lib/DebugInfo/CodeView/ModuleSubstream.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/RecordSerialization.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/StreamReader.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/StreamWriter.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/SymbolDumper.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeDumper.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeRecord.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
lib/DebugInfo/CodeView/TypeStreamMerger.cpp [new file with mode: 0644]
lib/DebugInfo/CodeView/TypeTableBuilder.cpp
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLine.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/Makefile [deleted file]
lib/DebugInfo/DWARF/module.modulemap [deleted file]
lib/DebugInfo/Makefile [deleted file]
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/DIA/DIADataStream.cpp
lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp
lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp
lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp
lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp
lib/DebugInfo/PDB/DIA/DIAError.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIALineNumber.cpp
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp
lib/DebugInfo/PDB/DIA/DIASession.cpp
lib/DebugInfo/PDB/DIA/DIASourceFile.cpp
lib/DebugInfo/PDB/GenericError.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/IPDBSourceFile.cpp
lib/DebugInfo/PDB/LLVMBuild.txt
lib/DebugInfo/PDB/Makefile [deleted file]
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBContext.cpp
lib/DebugInfo/PDB/PDBExtras.cpp
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
lib/DebugInfo/PDB/PDBSymDumper.cpp
lib/DebugInfo/PDB/PDBSymbol.cpp
lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp
lib/DebugInfo/PDB/PDBSymbolBlock.cpp
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
lib/DebugInfo/PDB/PDBSymbolCustom.cpp
lib/DebugInfo/PDB/PDBSymbolData.cpp
lib/DebugInfo/PDB/PDBSymbolExe.cpp
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
lib/DebugInfo/PDB/PDBSymbolLabel.cpp
lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
lib/DebugInfo/PDB/PDBSymbolThunk.cpp
lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp
lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp
lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp
lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp
lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
lib/DebugInfo/PDB/PDBSymbolUnknown.cpp
lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
lib/DebugInfo/PDB/Raw/DbiStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/EnumTables.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/Hash.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/IndexedStreamData.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/InfoStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/ModInfo.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/ModStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/MsfBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/MsfCommon.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/NameHashTable.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/NameMap.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/PDBFile.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/PublicsStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/RawError.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/RawSession.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/SymbolStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/Raw/TpiStream.cpp [new file with mode: 0644]
lib/DebugInfo/Symbolize/DIPrinter.cpp
lib/DebugInfo/Symbolize/Makefile [deleted file]
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
lib/DebugInfo/Symbolize/Symbolize.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/Makefile [deleted file]
lib/ExecutionEngine/Interpreter/Makefile [deleted file]
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/Makefile [deleted file]
lib/ExecutionEngine/Makefile [deleted file]
lib/ExecutionEngine/OProfileJIT/Makefile [deleted file]
lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/Makefile [deleted file]
lib/ExecutionEngine/Orc/OrcABISupport.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp [deleted file]
lib/ExecutionEngine/Orc/OrcCBindings.cpp
lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp [deleted file]
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
lib/ExecutionEngine/Orc/OrcError.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp
lib/ExecutionEngine/RuntimeDyld/Makefile [deleted file]
lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
lib/ExecutionEngine/TargetSelect.cpp
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerExtFunctions.def [new file with mode: 0644]
lib/Fuzzer/FuzzerExtFunctions.h [new file with mode: 0644]
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerFnAdapter.h [new file with mode: 0644]
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInterface.cpp [deleted file]
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerSanitizerOptions.cpp [deleted file]
lib/Fuzzer/FuzzerTracePC.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerTracePC.h [new file with mode: 0644]
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/afl/afl_driver.cpp [new file with mode: 0644]
lib/Fuzzer/pull_and_push_fuzz_corpus.sh [deleted file]
lib/Fuzzer/test/AFLDriverTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/AccumulateAllocationsTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/BufferOverflowOnInput.cpp [new file with mode: 0644]
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CallerCalleeTest.cpp
lib/Fuzzer/test/CounterTest.cpp
lib/Fuzzer/test/CustomCrossOverTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/CustomMutatorTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/EmptyTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/FourIndependentBranchesTest.cpp
lib/Fuzzer/test/FullCoverageSetTest.cpp
lib/Fuzzer/test/FuzzerFnAdapterUnittest.cpp [new file with mode: 0644]
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/InitializeTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/LeakTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/LeakTimeoutTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/MemcmpTest.cpp
lib/Fuzzer/test/NthRunCrashTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/NullDerefOnEmptyTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/NullDerefTest.cpp
lib/Fuzzer/test/OneHugeAllocTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/OutOfMemoryTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/RepeatedMemcmp.cpp [new file with mode: 0644]
lib/Fuzzer/test/SignedIntOverflowTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleCmpTest.cpp
lib/Fuzzer/test/SimpleDictionaryTest.cpp
lib/Fuzzer/test/SimpleFnAdapterTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleHashTest.cpp
lib/Fuzzer/test/SimpleTest.cpp
lib/Fuzzer/test/SimpleThreadedTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SpamyTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/StrcmpTest.cpp
lib/Fuzzer/test/StrncmpTest.cpp
lib/Fuzzer/test/StrstrTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SwitchTest.cpp
lib/Fuzzer/test/ThreadedLeakTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/ThreadedTest.cpp
lib/Fuzzer/test/TimeoutTest.cpp
lib/Fuzzer/test/UninstrumentedTest.cpp
lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp [deleted file]
lib/Fuzzer/test/afl-driver-extra-stats.test [new file with mode: 0644]
lib/Fuzzer/test/afl-driver-stderr.test [new file with mode: 0644]
lib/Fuzzer/test/dfsan/CMakeLists.txt
lib/Fuzzer/test/fuzzer-customcrossover.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-custommutator.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-dfsan.test
lib/Fuzzer/test/fuzzer-dirs.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-fdmask.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-finalstats.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-flags.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-fn-adapter.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-leak.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-oom-with-profile.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-oom.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-printcovpcs.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-prunecorpus.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-runs.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-seed.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-segv.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-singleinputs.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-timeout.test
lib/Fuzzer/test/fuzzer-trace-pc.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-traces-hooks.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-traces.test
lib/Fuzzer/test/fuzzer-trunc.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-ubsan.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test
lib/Fuzzer/test/lit.cfg
lib/Fuzzer/test/lit.site.cfg.in
lib/Fuzzer/test/merge.test
lib/Fuzzer/test/no-coverage/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/trace-bb/CMakeLists.txt
lib/Fuzzer/test/trace-pc/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/ubsan/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/uninstrumented/CMakeLists.txt
lib/IR/AsmWriter.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/Comdat.cpp
lib/IR/ConstantFold.cpp
lib/IR/ConstantFold.h
lib/IR/ConstantRange.cpp
lib/IR/Constants.cpp
lib/IR/ConstantsContext.h
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/FunctionInfo.cpp [deleted file]
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/IntrinsicInst.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Makefile [deleted file]
lib/IR/Mangler.cpp
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/ModuleSummaryIndex.cpp [new file with mode: 0644]
lib/IR/Operator.cpp
lib/IR/OptBisect.cpp [new file with mode: 0644]
lib/IR/Pass.cpp
lib/IR/PassManager.cpp
lib/IR/PassRegistry.cpp
lib/IR/ProfileSummary.cpp [new file with mode: 0644]
lib/IR/Statepoint.cpp
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/IR/module.modulemap [deleted file]
lib/IRReader/Makefile [deleted file]
lib/LLVMBuild.txt
lib/LTO/CMakeLists.txt
lib/LTO/LLVMBuild.txt
lib/LTO/LTO.cpp [new file with mode: 0644]
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LTO/Makefile [deleted file]
lib/LTO/ThinLTOCodeGenerator.cpp [new file with mode: 0644]
lib/LTO/UpdateCompilerUsed.cpp [new file with mode: 0644]
lib/LibDriver/LibDriver.cpp
lib/LibDriver/Makefile [deleted file]
lib/LineEditor/LineEditor.cpp
lib/LineEditor/Makefile [deleted file]
lib/Linker/IRMover.cpp
lib/Linker/LinkModules.cpp
lib/Linker/Makefile [deleted file]
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmInfoELF.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCCodeGenInfo.cpp [deleted file]
lib/MC/MCCodeView.cpp [new file with mode: 0644]
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/CMakeLists.txt
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/Disassembler.h
lib/MC/MCDisassembler/MCDisassembler.cpp
lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
lib/MC/MCDisassembler/MCRelocationInfo.cpp
lib/MC/MCDisassembler/MCSymbolizer.cpp [new file with mode: 0644]
lib/MC/MCDisassembler/Makefile [deleted file]
lib/MC/MCDwarf.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCFragment.cpp
lib/MC/MCInst.cpp
lib/MC/MCLabel.cpp
lib/MC/MCLinkerOptimizationHint.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCParser/MCAsmLexer.cpp
lib/MC/MCParser/MCAsmParser.cpp
lib/MC/MCParser/MCTargetAsmParser.cpp
lib/MC/MCParser/Makefile [deleted file]
lib/MC/MCRegisterInfo.cpp
lib/MC/MCSection.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSymbol.cpp
lib/MC/MCSymbolizer.cpp [deleted file]
lib/MC/MCValue.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MCWinEH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/Makefile [deleted file]
lib/MC/StringTableBuilder.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/MC/YAML.cpp [deleted file]
lib/Makefile [deleted file]
lib/Object/Archive.cpp
lib/Object/ArchiveWriter.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/COFFYAML.cpp [deleted file]
lib/Object/ELF.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/ELFYAML.cpp [deleted file]
lib/Object/Error.cpp
lib/Object/FunctionIndexObjectFile.cpp [deleted file]
lib/Object/IRObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Makefile [deleted file]
lib/Object/ModuleSummaryIndexObjectFile.cpp [new file with mode: 0644]
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/RecordStreamer.cpp
lib/Object/RecordStreamer.h
lib/Object/SymbolicFile.cpp
lib/ObjectYAML/CMakeLists.txt [new file with mode: 0644]
lib/ObjectYAML/COFFYAML.cpp [new file with mode: 0644]
lib/ObjectYAML/ELFYAML.cpp [new file with mode: 0644]
lib/ObjectYAML/LLVMBuild.txt [new file with mode: 0644]
lib/ObjectYAML/MachOYAML.cpp [new file with mode: 0644]
lib/ObjectYAML/ObjectYAML.cpp [new file with mode: 0644]
lib/ObjectYAML/YAML.cpp [new file with mode: 0644]
lib/Option/Makefile [deleted file]
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Passes/LLVMBuild.txt
lib/Passes/Makefile [deleted file]
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/ProfileData/CMakeLists.txt
lib/ProfileData/Coverage/CMakeLists.txt [new file with mode: 0644]
lib/ProfileData/Coverage/CoverageMapping.cpp [new file with mode: 0644]
lib/ProfileData/Coverage/CoverageMappingReader.cpp [new file with mode: 0644]
lib/ProfileData/Coverage/CoverageMappingWriter.cpp [new file with mode: 0644]
lib/ProfileData/Coverage/LLVMBuild.txt [new file with mode: 0644]
lib/ProfileData/CoverageMapping.cpp [deleted file]
lib/ProfileData/CoverageMappingReader.cpp [deleted file]
lib/ProfileData/CoverageMappingWriter.cpp [deleted file]
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/ProfileData/LLVMBuild.txt
lib/ProfileData/Makefile [deleted file]
lib/ProfileData/ProfileSummaryBuilder.cpp [new file with mode: 0644]
lib/ProfileData/SampleProf.cpp
lib/ProfileData/SampleProfReader.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/APSInt.cpp
lib/Support/ARMBuildAttrs.cpp
lib/Support/Atomic.cpp
lib/Support/BranchProbability.cpp
lib/Support/CMakeLists.txt
lib/Support/CachePruning.cpp [new file with mode: 0644]
lib/Support/CommandLine.cpp
lib/Support/ConvertUTFWrapper.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/Dwarf.cpp
lib/Support/Error.cpp [new file with mode: 0644]
lib/Support/ErrorHandling.cpp
lib/Support/FileUtilities.cpp
lib/Support/FoldingSet.cpp
lib/Support/Host.cpp
lib/Support/IntEqClasses.cpp
lib/Support/JamCRC.cpp
lib/Support/Locale.cpp
lib/Support/LockFileManager.cpp
lib/Support/Makefile [deleted file]
lib/Support/ManagedStatic.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Path.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp
lib/Support/SHA1.cpp [new file with mode: 0644]
lib/Support/ScaledNumber.cpp
lib/Support/ScopedPrinter.cpp [new file with mode: 0644]
lib/Support/Signals.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SpecialCaseList.cpp
lib/Support/Statistic.cpp
lib/Support/StreamingMemoryObject.cpp
lib/Support/StringMap.cpp
lib/Support/StringRef.cpp
lib/Support/TargetParser.cpp
lib/Support/TargetRegistry.cpp
lib/Support/ThreadPool.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Signals.inc
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Signals.inc
lib/Support/Windows/WindowsSupport.h
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/TableGen/Makefile [deleted file]
lib/TableGen/Record.cpp
lib/TableGen/SetTheory.cpp
lib/TableGen/TGParser.cpp
lib/TableGen/module.modulemap [deleted file]
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AddressTypePromotion.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64BranchRelaxation.cpp
lib/Target/AArch64/AArch64CallLowering.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64CallLowering.h [new file with mode: 0644]
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrAtomics.td
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RedundantCopyElimination.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64RegisterBankInfo.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64RegisterBankInfo.h [new file with mode: 0644]
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SchedA53.td
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64SchedCyclone.td
lib/Target/AArch64/AArch64SchedKryo.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SchedKryoDetails.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SchedM1.td
lib/Target/AArch64/AArch64SchedVulcan.td [new file with mode: 0644]
lib/Target/AArch64/AArch64Schedule.td
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.h
lib/Target/AArch64/AArch64StorePairSuppress.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64SystemOperands.td [new file with mode: 0644]
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/AsmParser/Makefile [deleted file]
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.h
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h
lib/Target/AArch64/Disassembler/Makefile [deleted file]
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/InstPrinter/Makefile [deleted file]
lib/Target/AArch64/LLVMBuild.txt
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/MCTargetDesc/Makefile [deleted file]
lib/Target/AArch64/Makefile [deleted file]
lib/Target/AArch64/TargetInfo/Makefile [deleted file]
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AArch64/Utils/Makefile [deleted file]
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
lib/Target/AMDGPU/AMDGPUCallLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUCallLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUCallingConv.td
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp [deleted file]
lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h [deleted file]
lib/Target/AMDGPU/AMDGPUFrameLowering.cpp
lib/Target/AMDGPU/AMDGPUFrameLowering.h
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp
lib/Target/AMDGPU/AMDGPUInstrInfo.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/AMDGPUInstructions.td
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h
lib/Target/AMDGPU/AMDGPUIntrinsics.td
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/AMDGPUMCInstLower.h
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.h
lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.h
lib/Target/AMDGPU/AMDGPURuntimeMetadata.h [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUSubtarget.cpp
lib/Target/AMDGPU/AMDGPUSubtarget.h
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
lib/Target/AMDGPU/AMDGPUTargetMachine.h
lib/Target/AMDGPU/AMDGPUTargetObjectFile.cpp
lib/Target/AMDGPU/AMDGPUTargetObjectFile.h
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp
lib/Target/AMDGPU/AMDKernelCodeT.h
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/AsmParser/CMakeLists.txt
lib/Target/AMDGPU/AsmParser/Makefile [deleted file]
lib/Target/AMDGPU/CIInstructions.td
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/CaymanInstructions.td
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h [new file with mode: 0644]
lib/Target/AMDGPU/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/GCNHazardRecognizer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/GCNHazardRecognizer.h [new file with mode: 0644]
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h
lib/Target/AMDGPU/InstPrinter/CMakeLists.txt
lib/Target/AMDGPU/InstPrinter/LLVMBuild.txt
lib/Target/AMDGPU/InstPrinter/Makefile [deleted file]
lib/Target/AMDGPU/LLVMBuild.txt
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h
lib/Target/AMDGPU/MCTargetDesc/Makefile [deleted file]
lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/Makefile [deleted file]
lib/Target/AMDGPU/Processors.td
lib/Target/AMDGPU/R600ClauseMergePass.cpp
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
lib/Target/AMDGPU/R600Defines.h
lib/Target/AMDGPU/R600EmitClauseMarkers.cpp
lib/Target/AMDGPU/R600ExpandSpecialInstrs.cpp
lib/Target/AMDGPU/R600FrameLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/R600FrameLowering.h [new file with mode: 0644]
lib/Target/AMDGPU/R600ISelLowering.cpp
lib/Target/AMDGPU/R600ISelLowering.h
lib/Target/AMDGPU/R600InstrInfo.cpp
lib/Target/AMDGPU/R600InstrInfo.h
lib/Target/AMDGPU/R600Instructions.td
lib/Target/AMDGPU/R600Intrinsics.td
lib/Target/AMDGPU/R600MachineFunctionInfo.h
lib/Target/AMDGPU/R600MachineScheduler.cpp
lib/Target/AMDGPU/R600MachineScheduler.h
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
lib/Target/AMDGPU/R600Packetizer.cpp
lib/Target/AMDGPU/R600RegisterInfo.cpp
lib/Target/AMDGPU/R600RegisterInfo.h
lib/Target/AMDGPU/R600Schedule.td
lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp [deleted file]
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIDebuggerInsertNops.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp [deleted file]
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIFrameLowering.cpp
lib/Target/AMDGPU/SIFrameLowering.h
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.h
lib/Target/AMDGPU/SIInsertWaits.cpp
lib/Target/AMDGPU/SIInstrFormats.td
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/AMDGPU/SIInstrInfo.td
lib/Target/AMDGPU/SIInstructions.td
lib/Target/AMDGPU/SIIntrinsics.td
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
lib/Target/AMDGPU/SILowerControlFlow.cpp
lib/Target/AMDGPU/SILowerI1Copies.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
lib/Target/AMDGPU/SIMachineFunctionInfo.h
lib/Target/AMDGPU/SIMachineScheduler.cpp
lib/Target/AMDGPU/SIMachineScheduler.h
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
lib/Target/AMDGPU/SIRegisterInfo.td
lib/Target/AMDGPU/SISchedule.td
lib/Target/AMDGPU/SIShrinkInstructions.cpp
lib/Target/AMDGPU/SITypeRewriter.cpp
lib/Target/AMDGPU/SIWholeQuadMode.cpp [new file with mode: 0644]
lib/Target/AMDGPU/TargetInfo/Makefile [deleted file]
lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.h [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDKernelCodeTUtils.h [new file with mode: 0644]
lib/Target/AMDGPU/Utils/CMakeLists.txt
lib/Target/AMDGPU/Utils/Makefile [deleted file]
lib/Target/AMDGPU/VIInstrFormats.td
lib/Target/AMDGPU/VIInstructions.td
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCallingConv.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMOptimizeBarriersPass.cpp
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA8.td
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMScheduleSwift.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/AsmParser/Makefile [deleted file]
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/Makefile [deleted file]
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/InstPrinter/Makefile [deleted file]
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/Makefile [deleted file]
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/Makefile [deleted file]
lib/Target/ARM/README.txt
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
lib/Target/ARM/TargetInfo/Makefile [deleted file]
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM/ThumbRegisterInfo.cpp
lib/Target/ARM/ThumbRegisterInfo.h
lib/Target/AVR/AVR.h
lib/Target/AVR/AVR.td
lib/Target/AVR/AVRConfig.h [deleted file]
lib/Target/AVR/AVRFrameLowering.h [new file with mode: 0644]
lib/Target/AVR/AVRISelLowering.h [new file with mode: 0644]
lib/Target/AVR/AVRInstrFormats.td [new file with mode: 0644]
lib/Target/AVR/AVRInstrInfo.cpp [new file with mode: 0644]
lib/Target/AVR/AVRInstrInfo.h [new file with mode: 0644]
lib/Target/AVR/AVRInstrInfo.td [new file with mode: 0644]
lib/Target/AVR/AVRMachineFunctionInfo.h
lib/Target/AVR/AVRRegisterInfo.cpp [new file with mode: 0644]
lib/Target/AVR/AVRRegisterInfo.h [new file with mode: 0644]
lib/Target/AVR/AVRSelectionDAGInfo.h
lib/Target/AVR/AVRSubtarget.cpp [new file with mode: 0644]
lib/Target/AVR/AVRSubtarget.h [new file with mode: 0644]
lib/Target/AVR/AVRTargetMachine.cpp
lib/Target/AVR/AVRTargetMachine.h [new file with mode: 0644]
lib/Target/AVR/AVRTargetObjectFile.h
lib/Target/AVR/CMakeLists.txt
lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRELFStreamer.h [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRMCAsmInfo.h [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.cpp [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/AVRTargetStreamer.h [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/AVR/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AVR/Makefile [deleted file]
lib/Target/AVR/TODO.md [new file with mode: 0644]
lib/Target/AVR/TargetInfo/CMakeLists.txt
lib/Target/AVR/TargetInfo/Makefile [deleted file]
lib/Target/BPF/BPFAsmPrinter.cpp
lib/Target/BPF/BPFFrameLowering.h
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/BPF/BPFISelLowering.h
lib/Target/BPF/BPFInstrInfo.cpp
lib/Target/BPF/BPFInstrInfo.h
lib/Target/BPF/BPFMCInstLower.cpp
lib/Target/BPF/BPFSubtarget.h
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/BPFTargetMachine.h
lib/Target/BPF/InstPrinter/Makefile [deleted file]
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/Makefile [deleted file]
lib/Target/BPF/Makefile [deleted file]
lib/Target/BPF/TargetInfo/Makefile [deleted file]
lib/Target/CppBackend/CMakeLists.txt [deleted file]
lib/Target/CppBackend/CPPBackend.cpp [deleted file]
lib/Target/CppBackend/CPPTargetMachine.h [deleted file]
lib/Target/CppBackend/LLVMBuild.txt [deleted file]
lib/Target/CppBackend/Makefile [deleted file]
lib/Target/CppBackend/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp [deleted file]
lib/Target/CppBackend/TargetInfo/LLVMBuild.txt [deleted file]
lib/Target/CppBackend/TargetInfo/Makefile [deleted file]
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
lib/Target/Hexagon/AsmParser/Makefile [deleted file]
lib/Target/Hexagon/BitTracker.cpp
lib/Target/Hexagon/BitTracker.h
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
lib/Target/Hexagon/Disassembler/Makefile [deleted file]
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonBitSimplify.cpp
lib/Target/Hexagon/HexagonBitTracker.cpp
lib/Target/Hexagon/HexagonBitTracker.h
lib/Target/Hexagon/HexagonBlockRanges.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonBlockRanges.h [new file with mode: 0644]
lib/Target/Hexagon/HexagonBranchRelaxation.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCommonGEP.cpp
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
lib/Target/Hexagon/HexagonExpandCondsets.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp [deleted file]
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonGenExtract.cpp
lib/Target/Hexagon/HexagonGenInsert.cpp
lib/Target/Hexagon/HexagonGenMux.cpp
lib/Target/Hexagon/HexagonGenPredicate.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrAlias.td
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV4.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV3.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonInstrInfoV60.td
lib/Target/Hexagon/HexagonInstrInfoVector.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV4.td
lib/Target/Hexagon/HexagonIntrinsicsV5.td
lib/Target/Hexagon/HexagonIntrinsicsV60.td
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineFunctionInfo.h
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonOptAddrMode.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRDF.h
lib/Target/Hexagon/HexagonRDFOpt.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonScheduleV4.td
lib/Target/Hexagon/HexagonScheduleV55.td
lib/Target/Hexagon/HexagonScheduleV60.td
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
lib/Target/Hexagon/HexagonSelectionDAGInfo.h
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitDouble.cpp
lib/Target/Hexagon/HexagonStoreWidening.cpp
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonSystemInst.td
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.h
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonFixupKinds.h
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/Makefile [deleted file]
lib/Target/Hexagon/Makefile [deleted file]
lib/Target/Hexagon/RDFCopy.cpp
lib/Target/Hexagon/RDFCopy.h
lib/Target/Hexagon/RDFDeadCode.cpp
lib/Target/Hexagon/RDFDeadCode.h
lib/Target/Hexagon/RDFGraph.cpp
lib/Target/Hexagon/RDFGraph.h
lib/Target/Hexagon/RDFLiveness.cpp
lib/Target/Hexagon/RDFLiveness.h
lib/Target/Hexagon/TargetInfo/Makefile [deleted file]
lib/Target/LLVMBuild.txt
lib/Target/Lanai/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp [new file with mode: 0644]
lib/Target/Lanai/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/Disassembler/LanaiDisassembler.cpp [new file with mode: 0644]
lib/Target/Lanai/Disassembler/LanaiDisassembler.h [new file with mode: 0644]
lib/Target/Lanai/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.cpp [new file with mode: 0644]
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.h [new file with mode: 0644]
lib/Target/Lanai/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/Lanai.h [new file with mode: 0644]
lib/Target/Lanai/Lanai.td [new file with mode: 0644]
lib/Target/Lanai/LanaiAluCode.h [new file with mode: 0644]
lib/Target/Lanai/LanaiAsmPrinter.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiCallingConv.td [new file with mode: 0644]
lib/Target/Lanai/LanaiCondCode.h [new file with mode: 0644]
lib/Target/Lanai/LanaiDelaySlotFiller.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiFrameLowering.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiFrameLowering.h [new file with mode: 0644]
lib/Target/Lanai/LanaiISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiISelLowering.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiISelLowering.h [new file with mode: 0644]
lib/Target/Lanai/LanaiInstrFormats.td [new file with mode: 0644]
lib/Target/Lanai/LanaiInstrInfo.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiInstrInfo.h [new file with mode: 0644]
lib/Target/Lanai/LanaiInstrInfo.td [new file with mode: 0644]
lib/Target/Lanai/LanaiMCInstLower.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiMCInstLower.h [new file with mode: 0644]
lib/Target/Lanai/LanaiMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/Lanai/LanaiMemAluCombiner.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiRegisterInfo.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiRegisterInfo.h [new file with mode: 0644]
lib/Target/Lanai/LanaiRegisterInfo.td [new file with mode: 0644]
lib/Target/Lanai/LanaiSchedule.td [new file with mode: 0644]
lib/Target/Lanai/LanaiSelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiSelectionDAGInfo.h [new file with mode: 0644]
lib/Target/Lanai/LanaiSubtarget.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiSubtarget.h [new file with mode: 0644]
lib/Target/Lanai/LanaiTargetMachine.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiTargetMachine.h [new file with mode: 0644]
lib/Target/Lanai/LanaiTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/Lanai/LanaiTargetObjectFile.h [new file with mode: 0644]
lib/Target/Lanai/LanaiTargetTransformInfo.h [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiBaseInfo.h [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiFixupKinds.h [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.h [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp [new file with mode: 0644]
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.h [new file with mode: 0644]
lib/Target/Lanai/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/Lanai/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Lanai/TargetInfo/LanaiTargetInfo.cpp [new file with mode: 0644]
lib/Target/MSP430/InstPrinter/Makefile [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MCTargetDesc/Makefile [deleted file]
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/MSP430/Makefile [deleted file]
lib/Target/MSP430/TargetInfo/Makefile [deleted file]
lib/Target/Makefile [deleted file]
lib/Target/Mips/AsmParser/Makefile [deleted file]
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/Makefile [deleted file]
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/Makefile [deleted file]
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/MCTargetDesc/Makefile [deleted file]
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/Makefile [deleted file]
lib/Target/Mips/MicroMips32r6InstrFormats.td
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MicroMips64r6InstrFormats.td
lib/Target/Mips/MicroMips64r6InstrInfo.td
lib/Target/Mips/MicroMipsDSPInstrFormats.td
lib/Target/Mips/MicroMipsDSPInstrInfo.td
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.h
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.h
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCCState.cpp
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDSPInstrFormats.td
lib/Target/Mips/MipsDSPInstrInfo.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsEVAInstrInfo.td
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsHazardSchedule.cpp [new file with mode: 0644]
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsOs16.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSchedule.td
lib/Target/Mips/MipsScheduleP5600.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/Mips/TargetInfo/Makefile [deleted file]
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/Makefile [deleted file]
lib/Target/NVPTX/MCTargetDesc/Makefile [deleted file]
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/Makefile [deleted file]
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXImageOptimizer.cpp
lib/Target/NVPTX/NVPTXInferAddressSpaces.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXLowerAlloca.cpp
lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp
lib/Target/NVPTX/NVPTXMCExpr.cpp
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXPeephole.cpp
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXSection.h
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
lib/Target/NVPTX/NVPTXTargetTransformInfo.h
lib/Target/NVPTX/NVPTXUtilities.cpp
lib/Target/NVPTX/NVPTXUtilities.h
lib/Target/NVPTX/NVVMIntrRange.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/NVPTX/TargetInfo/Makefile [deleted file]
lib/Target/PowerPC/AsmParser/Makefile [deleted file]
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/Makefile [deleted file]
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/InstPrinter/Makefile [deleted file]
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/Makefile [deleted file]
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
lib/Target/PowerPC/Makefile [deleted file]
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBoolRetToInt.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCCCState.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCCCState.h [new file with mode: 0644]
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCEarlyReturn.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopDataPrefetch.cpp [deleted file]
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMIPeephole.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCQPXLoadSplat.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCSchedule.td
lib/Target/PowerPC/PPCSchedule440.td
lib/Target/PowerPC/PPCScheduleA2.td
lib/Target/PowerPC/PPCScheduleE500mc.td
lib/Target/PowerPC/PPCScheduleE5500.td
lib/Target/PowerPC/PPCScheduleG5.td
lib/Target/PowerPC/PPCScheduleP7.td
lib/Target/PowerPC/PPCScheduleP8.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTLSDynamicCall.cpp
lib/Target/PowerPC/PPCTOCRegDeps.cpp
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetObjectFile.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
lib/Target/PowerPC/PPCVSXCopy.cpp
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp
lib/Target/PowerPC/README.txt
lib/Target/PowerPC/README_P9.txt [new file with mode: 0644]
lib/Target/PowerPC/TargetInfo/Makefile [deleted file]
lib/Target/PowerPC/p9-instrs.txt [new file with mode: 0644]
lib/Target/README.txt
lib/Target/Sparc/AsmParser/Makefile [deleted file]
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/Disassembler/Makefile [deleted file]
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
lib/Target/Sparc/InstPrinter/Makefile [deleted file]
lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
lib/Target/Sparc/LeonFeatures.td [new file with mode: 0755]
lib/Target/Sparc/LeonPasses.cpp [new file with mode: 0755]
lib/Target/Sparc/LeonPasses.h [new file with mode: 0755]
lib/Target/Sparc/MCTargetDesc/Makefile [deleted file]
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/Makefile [deleted file]
lib/Target/Sparc/README.txt
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstr64Bit.td
lib/Target/Sparc/SparcInstrAliases.td
lib/Target/Sparc/SparcInstrFormats.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcMCInstLower.cpp
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcSchedule.td [new file with mode: 0755]
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/TargetInfo/Makefile [deleted file]
lib/Target/SystemZ/AsmParser/Makefile [deleted file]
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/Disassembler/Makefile [deleted file]
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
lib/Target/SystemZ/InstPrinter/Makefile [deleted file]
lib/Target/SystemZ/MCTargetDesc/Makefile [deleted file]
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/Makefile [deleted file]
lib/Target/SystemZ/README.txt
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZCallingConv.cpp
lib/Target/SystemZ/SystemZCallingConv.h
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrBuilder.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZLDCleanup.cpp
lib/Target/SystemZ/SystemZLongBranch.cpp
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZProcessors.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTDC.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/TargetInfo/Makefile [deleted file]
lib/Target/Target.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/TargetRecip.cpp
lib/Target/TargetSubtargetInfo.cpp
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/Disassembler/Makefile [deleted file]
lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
lib/Target/WebAssembly/InstPrinter/Makefile [deleted file]
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h
lib/Target/WebAssembly/MCTargetDesc/Makefile [deleted file]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
lib/Target/WebAssembly/Makefile [deleted file]
lib/Target/WebAssembly/README.txt
lib/Target/WebAssembly/Relooper.cpp [deleted file]
lib/Target/WebAssembly/Relooper.h [deleted file]
lib/Target/WebAssembly/TargetInfo/Makefile [deleted file]
lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
lib/Target/WebAssembly/WebAssemblyFrameLowering.h
lib/Target/WebAssembly/WebAssemblyISD.def
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.h
lib/Target/WebAssembly/WebAssemblyInstrControl.td
lib/Target/WebAssembly/WebAssemblyInstrFloat.td
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
lib/Target/WebAssembly/WebAssemblyInstrInfo.h
lib/Target/WebAssembly/WebAssemblyInstrInfo.td
lib/Target/WebAssembly/WebAssemblyInstrInteger.td
lib/Target/WebAssembly/WebAssemblyInstrMemory.td
lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyPEI.cpp [deleted file]
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
lib/Target/WebAssembly/WebAssemblyPrepareForLiveIntervals.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
lib/Target/WebAssembly/WebAssemblyReplacePhysRegs.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h
lib/Target/WebAssembly/WebAssemblySetP2AlignOperands.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
lib/Target/WebAssembly/WebAssemblySubtarget.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.h
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
lib/Target/WebAssembly/known_gcc_test_failures.txt
lib/Target/X86/AsmParser/Makefile [deleted file]
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParserCommon.h
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/Makefile [deleted file]
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86Disassembler.h [deleted file]
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/InstPrinter/Makefile [deleted file]
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/MCTargetDesc/CMakeLists.txt
lib/Target/X86/MCTargetDesc/Makefile [deleted file]
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp [deleted file]
lib/Target/X86/MCTargetDesc/X86FixupKinds.h
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp [deleted file]
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/Makefile [deleted file]
lib/Target/X86/README-X86-64.txt
lib/Target/X86/README.txt
lib/Target/X86/TargetInfo/Makefile [deleted file]
lib/Target/X86/Utils/Makefile [deleted file]
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86CallFrameOptimization.cpp
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86ExpandPseudo.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupBWInsts.cpp [new file with mode: 0644]
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FixupSetCC.cpp [new file with mode: 0644]
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrBuilder.h
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrMPX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrVMX.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MachineFunctionInfo.h
lib/Target/X86/X86OptimizeLEAs.cpp
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86ScheduleAtom.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp
lib/Target/X86/X86ShuffleDecodeConstantPool.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/X86/X86WinAllocaExpander.cpp [new file with mode: 0644]
lib/Target/X86/X86WinEHState.cpp
lib/Target/XCore/Disassembler/Makefile [deleted file]
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/InstPrinter/Makefile [deleted file]
lib/Target/XCore/MCTargetDesc/Makefile [deleted file]
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/Makefile [deleted file]
lib/Target/XCore/TargetInfo/Makefile [deleted file]
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetObjectFile.h
lib/Transforms/Hello/CMakeLists.txt
lib/Transforms/Hello/Makefile [deleted file]
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/CrossDSOCFI.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ElimAvailExtern.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/ForceFunctionAttrs.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/FunctionImport.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPConstantPropagation.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/InferFunctionAttrs.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/IPO/LoopExtractor.cpp
lib/Transforms/IPO/LowerBitSets.cpp [deleted file]
lib/Transforms/IPO/LowerTypeTests.cpp [new file with mode: 0644]
lib/Transforms/IPO/Makefile [deleted file]
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/SampleProfile.cpp
lib/Transforms/IPO/StripDeadPrototypes.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/IPO/WholeProgramDevirt.cpp [new file with mode: 0644]
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstCombinePHI.cpp
lib/Transforms/InstCombine/InstCombineSelect.cpp
lib/Transforms/InstCombine/InstCombineShifts.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/InstCombine/Makefile [deleted file]
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CFGMST.h
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/Makefile [deleted file]
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
lib/Transforms/Instrumentation/SafeStack.cpp [deleted file]
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/Makefile [deleted file]
lib/Transforms/ObjCARC/BlotMapVector.h
lib/Transforms/ObjCARC/DependencyAnalysis.h
lib/Transforms/ObjCARC/Makefile [deleted file]
lib/Transforms/ObjCARC/ObjCARC.cpp
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCExpand.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/BDCE.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/Float2Int.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/GVNHoist.cpp [new file with mode: 0644]
lib/Transforms/Scalar/GuardWidening.cpp [new file with mode: 0644]
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoadCombine.cpp
lib/Transforms/Scalar/LoopDataPrefetch.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopDistribute.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/LoopInterchange.cpp
lib/Transforms/Scalar/LoopLoadElimination.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopSimplifyCFG.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LoopVersioningLICM.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LowerAtomic.cpp
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Makefile [deleted file]
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/NaryReassociate.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Scalar/PlaceSafepoints.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/Reg2Mem.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp [deleted file]
lib/Transforms/Scalar/Scalarizer.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/SpeculativeExecution.cpp
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/ASanStackFrameLayout.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/Evaluator.cpp [new file with mode: 0644]
lib/Transforms/Utils/FunctionImportUtils.cpp [new file with mode: 0644]
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/InstructionNamer.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LoopUtils.cpp
lib/Transforms/Utils/LoopVersioning.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Makefile [deleted file]
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/MemorySSA.cpp [new file with mode: 0644]
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/NameAnonFunctions.cpp [new file with mode: 0644]
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SanitizerStats.cpp [new file with mode: 0644]
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyInstructions.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SplitModule.cpp
lib/Transforms/Utils/SymbolRewriter.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/Utils.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp [new file with mode: 0644]
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/Makefile [deleted file]
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/Vectorize.cpp
projects/Makefile [deleted file]
runtimes/CMakeLists.txt [new file with mode: 0644]
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/guards.ll [new file with mode: 0644]
test/Analysis/BasicAA/negoffset.ll [new file with mode: 0644]
test/Analysis/BasicAA/noalias-wraparound-bug.ll [new file with mode: 0644]
test/Analysis/BasicAA/phi-aa.ll
test/Analysis/BasicAA/returned.ll [new file with mode: 0644]
test/Analysis/BasicAA/struct-geps.ll
test/Analysis/BlockFrequencyInfo/bad_input.ll
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BlockFrequencyInfo/double_backedge.ll
test/Analysis/BlockFrequencyInfo/double_exit.ll
test/Analysis/BlockFrequencyInfo/extremely-likely-loop-successor.ll
test/Analysis/BlockFrequencyInfo/irreducible.ll
test/Analysis/BlockFrequencyInfo/irreducible_loop_crash.ll
test/Analysis/BlockFrequencyInfo/loop_with_branch.ll
test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll
test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/BranchProbabilityInfo/deopt-intrinsic.ll [new file with mode: 0644]
test/Analysis/BranchProbabilityInfo/loop.ll
test/Analysis/BranchProbabilityInfo/noreturn.ll
test/Analysis/BranchProbabilityInfo/pr18705.ll
test/Analysis/BranchProbabilityInfo/pr22718.ll
test/Analysis/CFLAliasAnalysis/Andersen/assign.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Andersen/assign2.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Andersen/attrs-below.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Andersen/attrs.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Andersen/cycle.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Andersen/memalias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/arguments-globals.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/arguments.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/asm-global-bugfix.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/attr-escape.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/basic-interproc.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/branch-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/const-expr-gep.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/constant-over-index.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/empty.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/full-store-partial-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/gep-index-no-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/gep-signed-arithmetic.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-arg-deref-escape.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-arg-escape.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-arg.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-deref-arg-multilevel.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-deref-arg.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-escape.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-ref-arg-multilevel.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-ref-arg.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-ret-unknown.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-store-arg-multilevel.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-store-arg-unknown.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/interproc-store-arg.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/malloc-and-free.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/multilevel-combine.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/multilevel.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/must-and-partial.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/opaque-call-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/phi-and-select.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/pr27213.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/simple.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/stratified-attrs-indexing.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/Steensgaard/va.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/arguments-globals.ll [deleted file]
test/Analysis/CFLAliasAnalysis/arguments.ll [deleted file]
test/Analysis/CFLAliasAnalysis/asm-global-bugfix.ll [deleted file]
test/Analysis/CFLAliasAnalysis/basic-interproc-ret.ll [deleted file]
test/Analysis/CFLAliasAnalysis/basic-interproc.ll [deleted file]
test/Analysis/CFLAliasAnalysis/branch-alias.ll [deleted file]
test/Analysis/CFLAliasAnalysis/const-expr-gep.ll [deleted file]
test/Analysis/CFLAliasAnalysis/constant-over-index.ll [deleted file]
test/Analysis/CFLAliasAnalysis/empty.ll [deleted file]
test/Analysis/CFLAliasAnalysis/full-store-partial-alias.ll [deleted file]
test/Analysis/CFLAliasAnalysis/gep-signed-arithmetic.ll [deleted file]
test/Analysis/CFLAliasAnalysis/multilevel-combine.ll [deleted file]
test/Analysis/CFLAliasAnalysis/multilevel.ll [deleted file]
test/Analysis/CFLAliasAnalysis/must-and-partial.ll [deleted file]
test/Analysis/CFLAliasAnalysis/opaque-call-alias.ll [deleted file]
test/Analysis/CFLAliasAnalysis/phi-and-select.ll [deleted file]
test/Analysis/CFLAliasAnalysis/simple.ll [deleted file]
test/Analysis/CFLAliasAnalysis/stratified-attrs-indexing.ll [deleted file]
test/Analysis/CFLAliasAnalysis/va.ll [deleted file]
test/Analysis/CallGraph/no-intrinsics.ll
test/Analysis/CostModel/AArch64/kryo.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/add-sub.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/addrspacecast.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/bit-ops.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fabs.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fadd.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fdiv.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fmul.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/fsub.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/insertelement.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/mul.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/shifts.ll [new file with mode: 0644]
test/Analysis/CostModel/ARM/cast.ll
test/Analysis/CostModel/PowerPC/ext.ll
test/Analysis/CostModel/PowerPC/load_store.ll
test/Analysis/CostModel/PowerPC/popcnt.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/arith.ll
test/Analysis/CostModel/X86/bitreverse.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/bswap.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/cmp.ll
test/Analysis/CostModel/X86/ctbits-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
test/Analysis/CostModel/X86/scalarize.ll
test/Analysis/CostModel/X86/sitofp.ll
test/Analysis/CostModel/X86/sse-itoi.ll
test/Analysis/CostModel/X86/uitofp.ll
test/Analysis/DemandedBits/basic.ll
test/Analysis/DependenceAnalysis/MIVCheckConst.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/atomics.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/interp-intrinsics.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/kernel-args.ll
test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.buffer.atomic.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/llvm.amdgcn.image.atomic.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/no-return-blocks.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/phi-undef.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/unreachable-loop-block.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/workitem-intrinsics.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll
test/Analysis/DominanceFrontier/new_pm_test.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/aliastest.ll
test/Analysis/GlobalsModRef/comdat-ipo.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/func-memattributes.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/indirect-global.ll
test/Analysis/GlobalsModRef/no-escape.ll [new file with mode: 0644]
test/Analysis/LazyCallGraph/basic.ll
test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll
test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll
test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
test/Analysis/LoopAccessAnalysis/independent-interleaved.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/memcheck-for-loop-invariant.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/multiple-strides-rt-memory-checks.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll
test/Analysis/LoopAccessAnalysis/nullptr.ll
test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll
test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll
test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll
test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll
test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll
test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
test/Analysis/LoopAccessAnalysis/underlying-objects-1.ll
test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll [new file with mode: 0644]
test/Analysis/PostDominators/pr1098.ll
test/Analysis/ProfileSummary/basic.ll [new file with mode: 0644]
test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
test/Analysis/RegionInfo/block_sort.ll
test/Analysis/RegionInfo/cond_loop.ll
test/Analysis/RegionInfo/condition_complicated.ll
test/Analysis/RegionInfo/condition_complicated_2.ll
test/Analysis/RegionInfo/condition_forward_edge.ll
test/Analysis/RegionInfo/condition_same_exit.ll
test/Analysis/RegionInfo/condition_simple.ll
test/Analysis/RegionInfo/exit_in_condition.ll
test/Analysis/RegionInfo/loop_with_condition.ll
test/Analysis/RegionInfo/loops_1.ll
test/Analysis/RegionInfo/loops_2.ll
test/Analysis/RegionInfo/mix_1.ll
test/Analysis/RegionInfo/nested_loops.ll
test/Analysis/RegionInfo/next.ll
test/Analysis/RegionInfo/paper.ll
test/Analysis/RegionInfo/two_loops_same_header.ll
test/Analysis/RegionInfo/unreachable_bb.ll
test/Analysis/ScalarEvolution/exhaustive-trip-counts.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/expander-replace-congruent-ivs.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/flags-from-poison-dbg.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/flags-from-poison.ll
test/Analysis/ScalarEvolution/guards.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/incorrect-offset-scaling.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/increasing-or-decreasing-iv.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/infer-prestart-no-wrap.ll
test/Analysis/ScalarEvolution/no-wrap-unknown-becount.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nowrap-preinc-limits.ll
test/Analysis/ScalarEvolution/nsw-offset-assume.ll
test/Analysis/ScalarEvolution/nsw-offset.ll
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/overflow-intrinsics.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr27315.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/predicated-trip-count.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/returned.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-aa.ll
test/Analysis/ScalarEvolution/scev-canonical-mode.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-dispositions.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-expander-existing-value.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/sext-to-zext.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count13.ll [new file with mode: 0644]
test/Analysis/ScopedNoAliasAA/basic.ll
test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
test/Analysis/ValueTracking/deref-bitcast-of-gep.ll [new file with mode: 0644]
test/Analysis/ValueTracking/dom-cond.ll [deleted file]
test/Analysis/ValueTracking/known-bits-from-range-md.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Analysis/ValueTracking/pr24866.ll [deleted file]
test/Analysis/alias-analysis-uses.ll [new file with mode: 0644]
test/Assembler/2003-04-15-ConstantInitAssertion.ll
test/Assembler/2003-05-21-ConstantShiftExpr.ll
test/Assembler/2003-05-21-MalformedShiftCrash.ll
test/Assembler/2003-05-21-MalformedStructCrash.ll
test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
test/Assembler/2004-01-20-MaxLongLong.ll
test/Assembler/2004-02-01-NegativeZero.ll
test/Assembler/2009-02-01-UnnamedForwardRef.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprFold.ll
test/Assembler/ConstantExprFoldCast.ll
test/Assembler/auto_upgrade_intrinsics.ll
test/Assembler/autoupgrade-thread-pointer.ll [new file with mode: 0644]
test/Assembler/dicompileunit.ll
test/Assembler/dicompositetype-members.ll [new file with mode: 0644]
test/Assembler/diimportedentity.ll
test/Assembler/dilexicalblock.ll
test/Assembler/dilocalvariable-arg-large.ll
test/Assembler/dilocalvariable.ll
test/Assembler/dilocation.ll
test/Assembler/disubprogram.ll
test/Assembler/disubroutinetype.ll
test/Assembler/drop-debug-info.ll
test/Assembler/getelementptr.ll
test/Assembler/getelementptr_vec_idx4.ll
test/Assembler/ifunc-asm.ll [new file with mode: 0644]
test/Assembler/ifunc-use-list-order.ll [new file with mode: 0644]
test/Assembler/invalid-dicompileunit-emissionkind-bad.ll [new file with mode: 0644]
test/Assembler/invalid-hexint.ll
test/Assembler/invalid-mdnode-badref.ll
test/Assembler/invalid_cast4.ll
test/Assembler/local-unnamed-addr.ll [new file with mode: 0644]
test/Assembler/metadata-decl.ll [new file with mode: 0644]
test/Assembler/metadata.ll
test/Assembler/missing-tbaa.ll [new file with mode: 0644]
test/Assembler/no-mdstring-upgrades.ll [new file with mode: 0644]
test/Assembler/source-filename-backslash.ll [new file with mode: 0644]
test/Assembler/source-filename.ll [new file with mode: 0644]
test/Assembler/upgrade-loop-metadata.ll [deleted file]
test/Assembler/vector-cmp.ll
test/Bindings/OCaml/bitreader.ml
test/Bindings/OCaml/core.ml
test/Bindings/OCaml/diagnostic_handler.ml [new file with mode: 0644]
test/Bindings/OCaml/ext_exc.ml
test/Bindings/OCaml/linker.ml
test/Bindings/OCaml/target.ml
test/Bindings/llvm-c/Inputs/invalid.ll.bc
test/Bindings/llvm-c/atomics.ll [new file with mode: 0644]
test/Bindings/llvm-c/echo.ll [new file with mode: 0644]
test/Bindings/llvm-c/empty.ll [new file with mode: 0644]
test/Bindings/llvm-c/invalid-bitcode.test
test/Bindings/llvm-c/invoke.ll [new file with mode: 0644]
test/Bindings/llvm-c/memops.ll [new file with mode: 0644]
test/Bitcode/DILocalVariable-explicit-tags.ll
test/Bitcode/DILocalVariable-explicit-tags.ll.bc
test/Bitcode/DISubprogram-distinct-definitions.ll
test/Bitcode/DISubprogram-distinct-definitions.ll.bc
test/Bitcode/Inputs/invalid-fixme-streaming-blob.bc [deleted file]
test/Bitcode/Inputs/invalid-gep-no-operands.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-nonpointer-atomicrmw.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-nonpointer-storeatomic.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-void-constant.bc [new file with mode: 0644]
test/Bitcode/Inputs/module_hash.ll [new file with mode: 0644]
test/Bitcode/Inputs/source-filename.bc [new file with mode: 0644]
test/Bitcode/Inputs/thinlto-alias.ll [new file with mode: 0644]
test/Bitcode/Inputs/thinlto-function-summary-callgraph-pgo.ll [new file with mode: 0644]
test/Bitcode/Inputs/thinlto-function-summary-callgraph.ll [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/auto_upgrade_intrinsics.bc [new file with mode: 0644]
test/Bitcode/avr-calling-conventions.ll [new file with mode: 0644]
test/Bitcode/avr-calling-conventions.ll.bc [new file with mode: 0644]
test/Bitcode/bitcode-wrapper-header-armv7m.ll [new file with mode: 0644]
test/Bitcode/bitcode-wrapper-header-x86_64.ll [new file with mode: 0644]
test/Bitcode/compatibility-3.8.ll [new file with mode: 0644]
test/Bitcode/compatibility-3.8.ll.bc [new file with mode: 0644]
test/Bitcode/compatibility.ll
test/Bitcode/debug-loc-again.ll
test/Bitcode/dityperefs-3.8.ll [new file with mode: 0644]
test/Bitcode/dityperefs-3.8.ll.bc [new file with mode: 0644]
test/Bitcode/invalid.ll
test/Bitcode/invalid.ll.bc
test/Bitcode/invalid.test
test/Bitcode/mdnodes-distinct-in-post-order.ll [new file with mode: 0644]
test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll [new file with mode: 0644]
test/Bitcode/mdnodes-distinct-nodes-first.ll [new file with mode: 0644]
test/Bitcode/mdnodes-in-post-order.ll [new file with mode: 0644]
test/Bitcode/metadata-function-blocks.ll [new file with mode: 0644]
test/Bitcode/metadata-only-empty-string.ll [new file with mode: 0644]
test/Bitcode/metadata-strings.ll [new file with mode: 0644]
test/Bitcode/module_hash.ll [new file with mode: 0644]
test/Bitcode/operand-bundles-bc-analyzer.ll [new file with mode: 0644]
test/Bitcode/source-filename.test [new file with mode: 0644]
test/Bitcode/summary_version.ll [new file with mode: 0644]
test/Bitcode/thinlto-alias.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-callgraph-pgo.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-callgraph.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-originalnames.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary-refgraph.ll [new file with mode: 0644]
test/Bitcode/thinlto-function-summary.ll
test/Bitcode/thinlto-summary-globalvar.ll [new file with mode: 0644]
test/Bitcode/thinlto-summary-linkage-types.ll [new file with mode: 0644]
test/Bitcode/thinlto-summary-section.ll [new file with mode: 0644]
test/Bitcode/upgrade-module-flag.ll [new file with mode: 0644]
test/Bitcode/upgrade-subprogram-this.ll [new file with mode: 0644]
test/Bitcode/upgrade-subprogram-this.ll.bc [new file with mode: 0644]
test/Bitcode/upgrade-subprogram.ll
test/BugPoint/metadata.ll
test/CMakeLists.txt
test/CodeGen/AArch64/128bit_load_store.ll
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll [new file with mode: 0644]
test/CodeGen/AArch64/GlobalISel/arm64-regbankselect.mir [new file with mode: 0644]
test/CodeGen/AArch64/a57-csel.ll
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll
test/CodeGen/AArch64/aarch64-DAGCombine-findBetterNeighborChains-crash.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll
test/CodeGen/AArch64/aarch64-be-bv.ll
test/CodeGen/AArch64/aarch64-deferred-spilling.ll [deleted file]
test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
test/CodeGen/AArch64/aarch64-gep-opt.ll
test/CodeGen/AArch64/aarch64-interleaved-accesses-extract-user.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-interleaved-accesses.ll
test/CodeGen/AArch64/aarch64-smull.ll
test/CodeGen/AArch64/aarch64-stp-cluster.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-tbz.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-tryBitfieldInsertOpFromOr-crash.ll [new file with mode: 0644]
test/CodeGen/AArch64/addsub.ll
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-aapcs-be.ll
test/CodeGen/AArch64/arm64-abi-varargs.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-addrmode.ll
test/CodeGen/AArch64/arm64-alloc-no-stack-realign.ll
test/CodeGen/AArch64/arm64-atomic-128.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-bitfield-extract.ll
test/CodeGen/AArch64/arm64-build-vector.ll
test/CodeGen/AArch64/arm64-builtins-linux.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-collect-loh.ll
test/CodeGen/AArch64/arm64-const-addr.ll
test/CodeGen/AArch64/arm64-convert-v4f64.ll
test/CodeGen/AArch64/arm64-csldst-mmo.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-detect-vec-redux.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-extern-weak.ll
test/CodeGen/AArch64/arm64-extract.ll
test/CodeGen/AArch64/arm64-fast-isel-addr-offset.ll
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll
test/CodeGen/AArch64/arm64-fast-isel-call.ll
test/CodeGen/AArch64/arm64-fast-isel-gv.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fcopysign.ll
test/CodeGen/AArch64/arm64-fma-combines.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-fml-combines.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-hello.ll
test/CodeGen/AArch64/arm64-inline-asm.ll
test/CodeGen/AArch64/arm64-join-reserved.ll
test/CodeGen/AArch64/arm64-ldp-cluster.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-memcpy-inline.ll
test/CodeGen/AArch64/arm64-misched-basic-A53.ll
test/CodeGen/AArch64/arm64-misched-memdep-bug.ll
test/CodeGen/AArch64/arm64-misched-multimmo.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-movi.ll
test/CodeGen/AArch64/arm64-mul.ll
test/CodeGen/AArch64/arm64-narrow-ldst-merge.ll
test/CodeGen/AArch64/arm64-neon-2velem-high.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-nvcast.ll
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
test/CodeGen/AArch64/arm64-patchpoint.ll
test/CodeGen/AArch64/arm64-register-pairing.ll
test/CodeGen/AArch64/arm64-regress-opt-cmp.mir [new file with mode: 0644]
test/CodeGen/AArch64/arm64-rev.ll
test/CodeGen/AArch64/arm64-shrink-wrapping.ll
test/CodeGen/AArch64/arm64-stp-aa.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-swizzle-tbl-i16-layout.ll
test/CodeGen/AArch64/arm64-this-return.ll
test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/AArch64/arm64-vclz.ll
test/CodeGen/AArch64/arm64-vecCmpBr.ll
test/CodeGen/AArch64/arm64-vector-ext.ll
test/CodeGen/AArch64/arm64-vector-imm.ll
test/CodeGen/AArch64/arm64-virtual_base.ll
test/CodeGen/AArch64/arm64-vshift.ll
test/CodeGen/AArch64/arm64-vshuffle.ll
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/bitfield-extract.ll [new file with mode: 0644]
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/bitreverse.ll
test/CodeGen/AArch64/branch-folder-merge-mmos.ll
test/CodeGen/AArch64/bswap-known-bits.ll [new file with mode: 0644]
test/CodeGen/AArch64/cmpxchg-O0.ll [new file with mode: 0644]
test/CodeGen/AArch64/combine-comparisons-by-cse.ll
test/CodeGen/AArch64/complex-int-to-fp.ll
test/CodeGen/AArch64/cond-sel.ll
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/cxx-tlscc.ll
test/CodeGen/AArch64/dag-combine-invaraints.ll
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/div_minsize.ll [new file with mode: 0644]
test/CodeGen/AArch64/emutls.ll
test/CodeGen/AArch64/emutls_generic.ll
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/f16-instructions.ll
test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
test/CodeGen/AArch64/fast-isel-cmp-vec.ll
test/CodeGen/AArch64/fast-isel-gep.ll
test/CodeGen/AArch64/fast-isel-tbz.ll
test/CodeGen/AArch64/fastcc.ll
test/CodeGen/AArch64/fcvt-int.ll
test/CodeGen/AArch64/fcvt_combine.ll
test/CodeGen/AArch64/fdiv-combine.ll
test/CodeGen/AArch64/fdiv_combine.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-vector-nvcast.ll
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/gep-nullptr.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
test/CodeGen/AArch64/half.ll
test/CodeGen/AArch64/hints.ll
test/CodeGen/AArch64/inlineasm-X-allocation.ll [new file with mode: 0644]
test/CodeGen/AArch64/inlineasm-X-constraint.ll [new file with mode: 0644]
test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll
test/CodeGen/AArch64/ldp-stp-scaled-unscaled-pairs.ll [new file with mode: 0644]
test/CodeGen/AArch64/lit.local.cfg
test/CodeGen/AArch64/local_vars.ll
test/CodeGen/AArch64/logical-imm.ll
test/CodeGen/AArch64/lower-range-metadata-func-call.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine-combiner.ll
test/CodeGen/AArch64/machine-copy-remove.ll [new file with mode: 0644]
test/CodeGen/AArch64/merge-store-dependency.ll [new file with mode: 0644]
test/CodeGen/AArch64/merge-store.ll
test/CodeGen/AArch64/misched-fusion.ll
test/CodeGen/AArch64/movimm-wzr.mir [new file with mode: 0644]
test/CodeGen/AArch64/movw-consts.ll
test/CodeGen/AArch64/neg-imm.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-compare-instructions.ll
test/CodeGen/AArch64/neon-mov.ll
test/CodeGen/AArch64/neon-perm.ll
test/CodeGen/AArch64/no-quad-ldp-stp.ll [new file with mode: 0644]
test/CodeGen/AArch64/nontemporal.ll
test/CodeGen/AArch64/nzcv-save.ll
test/CodeGen/AArch64/optimize-cond-branch.ll [new file with mode: 0644]
test/CodeGen/AArch64/pie.ll [new file with mode: 0644]
test/CodeGen/AArch64/preferred-alignment.ll [new file with mode: 0644]
test/CodeGen/AArch64/preserve_mostcc.ll [new file with mode: 0644]
test/CodeGen/AArch64/recp-fastmath.ll [new file with mode: 0644]
test/CodeGen/AArch64/regress-tblgen-chains.ll
test/CodeGen/AArch64/rem_crash.ll [new file with mode: 0644]
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/special-reg.ll
test/CodeGen/AArch64/sqrt-fastmath.ll [new file with mode: 0644]
test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
test/CodeGen/AArch64/stack-protector-target.ll [new file with mode: 0644]
test/CodeGen/AArch64/stackmap-frame-setup.ll
test/CodeGen/AArch64/stackmap-liveness.ll
test/CodeGen/AArch64/subs-to-sub-opt.ll [new file with mode: 0644]
test/CodeGen/AArch64/swifterror.ll [new file with mode: 0644]
test/CodeGen/AArch64/swiftself.ll [new file with mode: 0644]
test/CodeGen/AArch64/tailcall-ccmismatch.ll [new file with mode: 0644]
test/CodeGen/AArch64/tailcall-implicit-sret.ll
test/CodeGen/AArch64/tailcall_misched_graph.ll
test/CodeGen/AArch64/tailmerging_in_mbp.ll [new file with mode: 0644]
test/CodeGen/AArch64/vcvt-oversize.ll
test/CodeGen/AArch64/vector-fcopysign.ll
test/CodeGen/AArch64/vector_merge_dep_check.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/32-bit-local-address-space.ll
test/CodeGen/AMDGPU/GlobalISel/amdgpu-irtranslator.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add.ll
test/CodeGen/AMDGPU/add_i64.ll
test/CodeGen/AMDGPU/address-space.ll [deleted file]
test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/addrspacecast.ll
test/CodeGen/AMDGPU/amdgcn.private-memory.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgcn.work-item-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu-codegenprepare.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu-shader-calling-convention.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu.private-memory.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/amdgpu.work-item-intrinsics.deprecated.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and-gcn.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and.ll
test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/annotate-kernel-features.ll
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
test/CodeGen/AMDGPU/atomic_cmp_swap_local.ll
test/CodeGen/AMDGPU/atomic_load_sub.ll
test/CodeGen/AMDGPU/basic-branch.ll
test/CodeGen/AMDGPU/bfm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/big_alu.ll
test/CodeGen/AMDGPU/bitcast.ll
test/CodeGen/AMDGPU/bitreverse-inline-immediates.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bitreverse.ll
test/CodeGen/AMDGPU/branch-uniformity.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/bug-vopc-commute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/call.ll
test/CodeGen/AMDGPU/call_fs.ll
test/CodeGen/AMDGPU/captured-frame-index.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cayman-loop-bug.ll
test/CodeGen/AMDGPU/cf-loop-on-constant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll
test/CodeGen/AMDGPU/cgp-addressing-modes.ll
test/CodeGen/AMDGPU/cgp-bitfield-extract.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ci-use-flat-for-global.ll
test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/coalescer_distribute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/commute-compares.ll
test/CodeGen/AMDGPU/commute-shifts.ll
test/CodeGen/AMDGPU/commute_modifiers.ll
test/CodeGen/AMDGPU/complex-folding.ll
test/CodeGen/AMDGPU/convergent-inlineasm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/copy-illegal-type.ll
test/CodeGen/AMDGPU/ctlz.ll
test/CodeGen/AMDGPU/ctlz_zero_undef.ll
test/CodeGen/AMDGPU/ctpop.ll
test/CodeGen/AMDGPU/ctpop64.ll
test/CodeGen/AMDGPU/cube.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
test/CodeGen/AMDGPU/dagcombine-reassociate-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/debugger-emit-prologue.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/debugger-insert-nops.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/debugger-reserve-regs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/default-fp-mode.ll
test/CodeGen/AMDGPU/detect-dead-lanes.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/dot4-folding.ll [deleted file]
test/CodeGen/AMDGPU/drop-mem-operand-move-smrd.ll
test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/AMDGPU/ds-sub-offset.ll
test/CodeGen/AMDGPU/ds_read2.ll
test/CodeGen/AMDGPU/ds_read2_offset_order.ll
test/CodeGen/AMDGPU/ds_read2_superreg.ll
test/CodeGen/AMDGPU/ds_read2st64.ll
test/CodeGen/AMDGPU/ds_write2.ll
test/CodeGen/AMDGPU/ds_write2st64.ll
test/CodeGen/AMDGPU/dynamic_stackalloc.ll
test/CodeGen/AMDGPU/elf.ll
test/CodeGen/AMDGPU/endcf-loop-header.ll
test/CodeGen/AMDGPU/extload-private.ll
test/CodeGen/AMDGPU/extload.ll
test/CodeGen/AMDGPU/extract-vector-elt-build-vector-combine.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract-vector-elt-i64.ll [deleted file]
test/CodeGen/AMDGPU/extract_vector_elt-f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt-i8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/extract_vector_elt_i16.ll [deleted file]
test/CodeGen/AMDGPU/extractelt-to-trunc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fabs.f64.ll
test/CodeGen/AMDGPU/fadd.ll
test/CodeGen/AMDGPU/fcanonicalize.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fceil64.ll
test/CodeGen/AMDGPU/fcopysign.f64.ll
test/CodeGen/AMDGPU/fdiv.f64.ll
test/CodeGen/AMDGPU/fdiv.ll
test/CodeGen/AMDGPU/fetch-limits.r600.ll
test/CodeGen/AMDGPU/fetch-limits.r700+.ll
test/CodeGen/AMDGPU/ffloor.f64.ll
test/CodeGen/AMDGPU/flat-address-space.ll
test/CodeGen/AMDGPU/flat_atomics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/flat_atomics_i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/floor.ll
test/CodeGen/AMDGPU/fma-combine.ll
test/CodeGen/AMDGPU/fma.ll
test/CodeGen/AMDGPU/fmad.ll
test/CodeGen/AMDGPU/fmax.ll
test/CodeGen/AMDGPU/fmax3.f64.ll
test/CodeGen/AMDGPU/fmax3.ll
test/CodeGen/AMDGPU/fmax_legacy.f64.ll
test/CodeGen/AMDGPU/fmax_legacy.ll
test/CodeGen/AMDGPU/fmaxnum.ll
test/CodeGen/AMDGPU/fmed3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmin.ll
test/CodeGen/AMDGPU/fmin3.ll
test/CodeGen/AMDGPU/fmin_legacy.f64.ll
test/CodeGen/AMDGPU/fmin_legacy.ll
test/CodeGen/AMDGPU/fminnum.ll
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll
test/CodeGen/AMDGPU/fmul.ll
test/CodeGen/AMDGPU/fmuladd.ll
test/CodeGen/AMDGPU/fneg-fabs.f64.ll
test/CodeGen/AMDGPU/fneg.f64.ll
test/CodeGen/AMDGPU/fp-classify.ll
test/CodeGen/AMDGPU/fp_to_sint.f64.ll
test/CodeGen/AMDGPU/fp_to_sint.ll
test/CodeGen/AMDGPU/fp_to_uint.f64.ll
test/CodeGen/AMDGPU/fpext.ll
test/CodeGen/AMDGPU/fract.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fract.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/frem.ll
test/CodeGen/AMDGPU/fsqrt.f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fsqrt.ll
test/CodeGen/AMDGPU/fsub.ll
test/CodeGen/AMDGPU/fsub64.ll
test/CodeGen/AMDGPU/ftrunc.f64.ll
test/CodeGen/AMDGPU/ftrunc.ll
test/CodeGen/AMDGPU/global-constant.ll
test/CodeGen/AMDGPU/global-extload-i1.ll [deleted file]
test/CodeGen/AMDGPU/global-extload-i16.ll [deleted file]
test/CodeGen/AMDGPU/global-extload-i32.ll [deleted file]
test/CodeGen/AMDGPU/global-extload-i8.ll [deleted file]
test/CodeGen/AMDGPU/global-variable-relocs.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-zero-initializer.ll [deleted file]
test/CodeGen/AMDGPU/global_atomics.ll
test/CodeGen/AMDGPU/global_atomics_i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll [deleted file]
test/CodeGen/AMDGPU/gv-const-addrspace.ll
test/CodeGen/AMDGPU/gv-offset-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/half.ll
test/CodeGen/AMDGPU/hsa-default-device.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-fp-mode.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-func.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-globals.ll
test/CodeGen/AMDGPU/hsa-note-no-func.ll
test/CodeGen/AMDGPU/hsa.ll
test/CodeGen/AMDGPU/i1-copy-implicit-def.ll
test/CodeGen/AMDGPU/i1-copy-phi.ll
test/CodeGen/AMDGPU/imm.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/indirect-addressing-undef.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/indirect-private-64.ll
test/CodeGen/AMDGPU/inline-asm.ll
test/CodeGen/AMDGPU/input-mods.ll
test/CodeGen/AMDGPU/insert_vector_elt.ll
test/CodeGen/AMDGPU/invalid-addrspacecast.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/invariant-load-no-alias-store.ll
test/CodeGen/AMDGPU/jump-address.ll
test/CodeGen/AMDGPU/kcache-fold.ll
test/CodeGen/AMDGPU/kernarg-stack-alignment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/kernel-args.ll
test/CodeGen/AMDGPU/large-alloca-compute.ll
test/CodeGen/AMDGPU/large-alloca-graphics.ll
test/CodeGen/AMDGPU/large-work-group-promote-alloca.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-work-group-registers.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-alignment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-initializer.ll
test/CodeGen/AMDGPU/lds-m0-init-in-loop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lds-output-queue.ll
test/CodeGen/AMDGPU/lds-size.ll
test/CodeGen/AMDGPU/lds-zero-initializer.ll
test/CodeGen/AMDGPU/literals.ll
test/CodeGen/AMDGPU/liveness.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.abs.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfi.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.bfm.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fixup.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fmas.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.div_scale.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.f64.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.imad24.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.imax.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.imin.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.imul24.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.ldexp.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.legacy.rsq.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.mul.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.f64.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.rcp.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.trig_preop.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.trunc.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.umad24.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.umax.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.umin.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.umul24.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll
test/CodeGen/AMDGPU/llvm.SI.gather4.ll
test/CodeGen/AMDGPU/llvm.SI.getlod.ll
test/CodeGen/AMDGPU/llvm.SI.image.ll
test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.SI.image.sample.ll
test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll
test/CodeGen/AMDGPU/llvm.SI.imageload.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll
test/CodeGen/AMDGPU/llvm.SI.packf16.ll
test/CodeGen/AMDGPU/llvm.SI.resinfo.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.sample-masked.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.sample.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.sampled.ll [deleted file]
test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll
test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll
test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll
test/CodeGen/AMDGPU/llvm.SI.tid.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.atomic.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.format.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.load.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.format.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.class.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cos.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cubeid.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cubema.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cubesc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.cubetc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll
test/CodeGen/AMDGPU/llvm.amdgcn.div.fixup.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.div.fmas.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ds.bpermute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ds.permute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ds.swizzle.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.frexp.mant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.groupstaticgroup.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.atomic.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ldexp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.log.clamp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.ps.live.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.queue.ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.rcp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.read.workdim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.legacy.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.vol.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.getreg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.memrealtime.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.memtime.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.sleep.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.waitcnt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.sin.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.trig.preop.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.workgroup.id.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.workitem.id.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.dp4.ll [deleted file]
test/CodeGen/AMDGPU/llvm.amdgpu.kilp.ll
test/CodeGen/AMDGPU/llvm.amdgpu.lrp.ll [deleted file]
test/CodeGen/AMDGPU/llvm.cos.ll
test/CodeGen/AMDGPU/llvm.dbg.value.ll
test/CodeGen/AMDGPU/llvm.memcpy.ll
test/CodeGen/AMDGPU/llvm.pow.ll
test/CodeGen/AMDGPU/llvm.r600.dot4.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.r600.group.barrier.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.r600.read.workdim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.r600.recipsqrt.clamped.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.r600.recipsqrt.ieee.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.r600.tex.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.rint.ll
test/CodeGen/AMDGPU/llvm.round.f64.ll
test/CodeGen/AMDGPU/llvm.round.ll
test/CodeGen/AMDGPU/llvm.sin.ll
test/CodeGen/AMDGPU/llvm.sqrt.ll [deleted file]
test/CodeGen/AMDGPU/load-constant-f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-constant-i8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-global-i8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-i1.ll [deleted file]
test/CodeGen/AMDGPU/load-input-fold.ll
test/CodeGen/AMDGPU/load-local-f32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-f64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-i1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-i16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-local-i8.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load-weird-sizes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/load.ll [deleted file]
test/CodeGen/AMDGPU/load.vec.ll [deleted file]
test/CodeGen/AMDGPU/load64.ll [deleted file]
test/CodeGen/AMDGPU/local-64.ll
test/CodeGen/AMDGPU/local-atomics.ll
test/CodeGen/AMDGPU/local-atomics64.ll
test/CodeGen/AMDGPU/local-memory-two-objects.ll [deleted file]
test/CodeGen/AMDGPU/local-memory.amdgcn.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-memory.ll
test/CodeGen/AMDGPU/local-memory.r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/local-stack-slot-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/lower-range-metadata-intrinsic-call.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/m0-spill.ll
test/CodeGen/AMDGPU/mad-combine.ll
test/CodeGen/AMDGPU/mad-sub.ll
test/CodeGen/AMDGPU/mad24-get-global-id.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mad_int24.ll
test/CodeGen/AMDGPU/mad_uint24.ll
test/CodeGen/AMDGPU/madak.ll
test/CodeGen/AMDGPU/madmk.ll
test/CodeGen/AMDGPU/max-literals.ll
test/CodeGen/AMDGPU/max.ll
test/CodeGen/AMDGPU/max3.ll
test/CodeGen/AMDGPU/merge-stores.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/min3.ll
test/CodeGen/AMDGPU/missing-store.ll
test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
test/CodeGen/AMDGPU/move-to-valu-atomicrmw.ll
test/CodeGen/AMDGPU/mubuf.ll
test/CodeGen/AMDGPU/mul.ll
test/CodeGen/AMDGPU/mul_int24.ll
test/CodeGen/AMDGPU/mul_uint24.ll
test/CodeGen/AMDGPU/multilevel-break.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll
test/CodeGen/AMDGPU/no-initializer-constant-addrspace.ll
test/CodeGen/AMDGPU/no-shrink-extloads.ll
test/CodeGen/AMDGPU/opencl-image-metadata.ll
test/CodeGen/AMDGPU/operand-folding.ll
test/CodeGen/AMDGPU/or.ll
test/CodeGen/AMDGPU/over-max-lds-size.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/parallelandifcollapse.ll
test/CodeGen/AMDGPU/partially-dead-super-register-immediate.ll
test/CodeGen/AMDGPU/predicate-dp4.ll
test/CodeGen/AMDGPU/predicates.ll
test/CodeGen/AMDGPU/private-element-size.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory-atomics.ll
test/CodeGen/AMDGPU/private-memory-broken.ll
test/CodeGen/AMDGPU/private-memory-r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory.ll [deleted file]
test/CodeGen/AMDGPU/promote-alloca-array-allocation.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll
test/CodeGen/AMDGPU/promote-alloca-globals.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-invariant-markers.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-lifetime.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-no-opts.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-padding-size-estimate.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-shaders.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll
test/CodeGen/AMDGPU/promote-alloca-to-lds-icmp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-to-lds-phi.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-to-lds-select.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-unhandled-intrinsic.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-volatile.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/pv-packing.ll
test/CodeGen/AMDGPU/pv.ll
test/CodeGen/AMDGPU/r600-encoding.ll
test/CodeGen/AMDGPU/r600-export-fix.ll
test/CodeGen/AMDGPU/r600-infinite-loop-bug-while-reorganizing-vector.ll
test/CodeGen/AMDGPU/r600.private-memory.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600.work-item-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/r600cfg.ll
test/CodeGen/AMDGPU/rcp-pattern.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/read-register-invalid-subtarget.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/read-register-invalid-type-i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/read-register-invalid-type-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/read_register.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/readcyclecounter.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reciprocal.ll
test/CodeGen/AMDGPU/reduce-load-width-alignment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reduce-store-width-alignment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/reg-coalescer-sched-crash.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/register-count-comments.ll
test/CodeGen/AMDGPU/rename-disconnected-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rename-independent-subregs.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/reorder-stores.ll
test/CodeGen/AMDGPU/ret.ll
test/CodeGen/AMDGPU/ret_jump.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rotl.ll
test/CodeGen/AMDGPU/rsq.ll
test/CodeGen/AMDGPU/runtime-metadata.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/rv7x0_count3.ll
test/CodeGen/AMDGPU/s_addk_i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/s_mulk_i32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/salu-to-valu.ll
test/CodeGen/AMDGPU/scalar_to_vector.ll
test/CodeGen/AMDGPU/schedule-fs-loop-nested-if.ll
test/CodeGen/AMDGPU/schedule-fs-loop-nested.ll
test/CodeGen/AMDGPU/schedule-fs-loop.ll
test/CodeGen/AMDGPU/schedule-global-loads.ll
test/CodeGen/AMDGPU/schedule-if-2.ll
test/CodeGen/AMDGPU/schedule-if.ll
test/CodeGen/AMDGPU/schedule-kernel-arg-loads.ll
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop.ll
test/CodeGen/AMDGPU/scratch-buffer.ll
test/CodeGen/AMDGPU/sdiv.ll
test/CodeGen/AMDGPU/sdivrem24.ll
test/CodeGen/AMDGPU/sdivrem64.ll
test/CodeGen/AMDGPU/select-i1.ll
test/CodeGen/AMDGPU/select-vectors.ll
test/CodeGen/AMDGPU/selected-stack-object.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/setcc-opt.ll
test/CodeGen/AMDGPU/setcc.ll
test/CodeGen/AMDGPU/setcc64.ll
test/CodeGen/AMDGPU/sext-in-reg-failure-r600.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/sgpr-control-flow.ll
test/CodeGen/AMDGPU/sgpr-copy.ll
test/CodeGen/AMDGPU/shared-op-cycle.ll
test/CodeGen/AMDGPU/shift-and-i128-ubfe.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shift-i64-opts.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/shl.ll
test/CodeGen/AMDGPU/shl_add_constant.ll
test/CodeGen/AMDGPU/shl_add_ptr.ll
test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll [deleted file]
test/CodeGen/AMDGPU/si-annotate-cf.ll
test/CodeGen/AMDGPU/si-annotate-cfg-loop-assert.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-instr-info-correct-implicit-operands.ll
test/CodeGen/AMDGPU/si-literal-folding.ll
test/CodeGen/AMDGPU/si-lod-bias.ll
test/CodeGen/AMDGPU/si-lower-control-flow-unreachable-block.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-scheduler.ll
test/CodeGen/AMDGPU/si-sgpr-spill.ll
test/CodeGen/AMDGPU/si-spill-cf.ll
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/si-vector-hang.ll
test/CodeGen/AMDGPU/sign_extend.ll
test/CodeGen/AMDGPU/sint_to_fp.f64.ll
test/CodeGen/AMDGPU/sint_to_fp.i64.ll
test/CodeGen/AMDGPU/sint_to_fp.ll
test/CodeGen/AMDGPU/skip-if-dead.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/smed3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sminmax.ll
test/CodeGen/AMDGPU/smrd-vccz-bug.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/smrd.ll
test/CodeGen/AMDGPU/spill-alloc-sgpr-init-bug.ll
test/CodeGen/AMDGPU/spill-scavenge-offset.ll
test/CodeGen/AMDGPU/split-scalar-i64-add.ll
test/CodeGen/AMDGPU/split-smrd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/split-vector-memoperand-offsets.ll
test/CodeGen/AMDGPU/sra.ll
test/CodeGen/AMDGPU/store-barrier.ll
test/CodeGen/AMDGPU/store-v3i64.ll
test/CodeGen/AMDGPU/store.ll
test/CodeGen/AMDGPU/structurize.ll
test/CodeGen/AMDGPU/structurize1.ll
test/CodeGen/AMDGPU/sub.ll
test/CodeGen/AMDGPU/subreg-coalescer-crash.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll
test/CodeGen/AMDGPU/swizzle-export.ll
test/CodeGen/AMDGPU/target-cpu.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/tex-clause-antidep.ll
test/CodeGen/AMDGPU/texture-input-merge.ll
test/CodeGen/AMDGPU/trap.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-bitcast-vector.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-cmp-constant.ll
test/CodeGen/AMDGPU/trunc-store.ll
test/CodeGen/AMDGPU/trunc.ll
test/CodeGen/AMDGPU/udiv.ll
test/CodeGen/AMDGPU/udivrem.ll
test/CodeGen/AMDGPU/udivrem24.ll
test/CodeGen/AMDGPU/udivrem64.ll
test/CodeGen/AMDGPU/uint_to_fp.f64.ll
test/CodeGen/AMDGPU/uint_to_fp.i64.ll
test/CodeGen/AMDGPU/uint_to_fp.ll
test/CodeGen/AMDGPU/umed3.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unaligned-load-store.ll
test/CodeGen/AMDGPU/undefined-subreg-liverange.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unhandled-loop-condition-assertion.ll
test/CodeGen/AMDGPU/uniform-branch-intrinsic-cond.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uniform-cfg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uniform-crash.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/uniform-loop-inside-nonuniform.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/unknown-processor.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
test/CodeGen/AMDGPU/v_cndmask.ll
test/CodeGen/AMDGPU/v_mac.ll
test/CodeGen/AMDGPU/valu-i1.ll
test/CodeGen/AMDGPU/vector-alloca.ll
test/CodeGen/AMDGPU/vector-extract-insert.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll
test/CodeGen/AMDGPU/vi-removed-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vop-shrink.ll
test/CodeGen/AMDGPU/vselect.ll
test/CodeGen/AMDGPU/wait.ll
test/CodeGen/AMDGPU/waitcnt-flat.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/work-item-intrinsics.ll [deleted file]
test/CodeGen/AMDGPU/wqm.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/write-register-vgpr-into-sgpr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/write_register.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/wrong-transalu-pos-fix.ll
test/CodeGen/AMDGPU/xor.ll
test/CodeGen/AMDGPU/zero_extend.ll
test/CodeGen/AMDGPU/zext-i64-bit-operand.ll [new file with mode: 0644]
test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2010-11-29-PrologueBug.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll
test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
test/CodeGen/ARM/2011-04-26-SchedTweak.ll
test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-25-ldmia_ret.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll
test/CodeGen/ARM/2016-05-01-RegScavengerAssert.ll [new file with mode: 0644]
test/CodeGen/ARM/ARMLoadStoreDBG.mir [new file with mode: 0644]
test/CodeGen/ARM/Windows/builtin_longjmp.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
test/CodeGen/ARM/Windows/chkstk.ll
test/CodeGen/ARM/Windows/dbzchk.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/division.ll
test/CodeGen/ARM/Windows/dllexport.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/long-calls.ll
test/CodeGen/ARM/Windows/no-aeabi.ll
test/CodeGen/ARM/Windows/overflow.ll [deleted file]
test/CodeGen/ARM/Windows/tls.ll [new file with mode: 0644]
test/CodeGen/ARM/align.ll
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/arm-eabi.ll
test/CodeGen/ARM/arm-interleaved-accesses-extract-user.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-interleaved-accesses.ll
test/CodeGen/ARM/arm-shrink-wrapping.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/bfx.ll
test/CodeGen/ARM/build-attributes-encoding.s
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/byval_load_align.ll
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/call.ll
test/CodeGen/ARM/carry.ll
test/CodeGen/ARM/cdp.ll [new file with mode: 0644]
test/CodeGen/ARM/cdp2.ll [new file with mode: 0644]
test/CodeGen/ARM/cmpxchg-O0.ll [new file with mode: 0644]
test/CodeGen/ARM/cmpxchg-idioms.ll
test/CodeGen/ARM/cmpxchg-weak.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/code-placement.ll
test/CodeGen/ARM/crash-greedy.ll
test/CodeGen/ARM/cxx-tlscc.ll
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
test/CodeGen/ARM/darwin-tls.ll
test/CodeGen/ARM/debug-frame-vararg.ll
test/CodeGen/ARM/debug-frame.ll
test/CodeGen/ARM/debug-info-arg.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/ARM/debug-info-branch-folding.ll
test/CodeGen/ARM/debug-info-d16-reg.ll
test/CodeGen/ARM/debug-info-no-frame.ll
test/CodeGen/ARM/debug-info-qreg.ll
test/CodeGen/ARM/debug-info-s16-reg.ll
test/CodeGen/ARM/debug-info-sreg2.ll
test/CodeGen/ARM/debug-segmented-stacks.ll
test/CodeGen/ARM/debugtrap.ll
test/CodeGen/ARM/default-float-abi.ll
test/CodeGen/ARM/default-reloc.ll [new file with mode: 0644]
test/CodeGen/ARM/divmod-eabi.ll
test/CodeGen/ARM/eh-resume-darwin.ll
test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll
test/CodeGen/ARM/ehabi-handlerdata.ll
test/CodeGen/ARM/ehabi.ll
test/CodeGen/ARM/emutls.ll
test/CodeGen/ARM/emutls_generic.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-deadcode.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-pie.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel.ll
test/CodeGen/ARM/fast-tail-call.ll
test/CodeGen/ARM/fp16-promote.ll
test/CodeGen/ARM/fp16-v3.ll
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/globals.ll
test/CodeGen/ARM/half.ll
test/CodeGen/ARM/hello.ll
test/CodeGen/ARM/ifcvt-iter-indbr.ll
test/CodeGen/ARM/inlineasm-X-allocation.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-X-constraint.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-ldr-pseudo.ll
test/CodeGen/ARM/inlineasm3.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/interval-update-remat.ll [new file with mode: 0644]
test/CodeGen/ARM/intrinsics-coprocessor.ll [new file with mode: 0644]
test/CodeGen/ARM/intrinsics.ll [deleted file]
test/CodeGen/ARM/invalidated-save-point.ll [new file with mode: 0644]
test/CodeGen/ARM/ldc2l.ll [new file with mode: 0644]
test/CodeGen/ARM/ldm-base-writeback.ll [new file with mode: 0644]
test/CodeGen/ARM/ldr_frame.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/ldstrex-m.ll
test/CodeGen/ARM/legalize-unaligned-load.ll
test/CodeGen/ARM/litpool-licm.ll [new file with mode: 0644]
test/CodeGen/ARM/local-call.ll [new file with mode: 0644]
test/CodeGen/ARM/longMAC.ll
test/CodeGen/ARM/lsr-code-insertion.ll
test/CodeGen/ARM/macho-frame-offset.ll [new file with mode: 0644]
test/CodeGen/ARM/memcpy-no-inline.ll [new file with mode: 0644]
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/minsize-call-cse.ll [new file with mode: 0644]
test/CodeGen/ARM/movt.ll
test/CodeGen/ARM/msr-it-block.ll [new file with mode: 0644]
test/CodeGen/ARM/none-macho.ll
test/CodeGen/ARM/pic.ll
test/CodeGen/ARM/pie.ll [new file with mode: 0644]
test/CodeGen/ARM/plt-relative-reloc.ll [new file with mode: 0644]
test/CodeGen/ARM/popcnt.ll
test/CodeGen/ARM/pr26669.ll [new file with mode: 0644]
test/CodeGen/ARM/preferred-align.ll
test/CodeGen/ARM/rem_crash.ll [new file with mode: 0644]
test/CodeGen/ARM/returned-ext.ll
test/CodeGen/ARM/sincos.ll
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll
test/CodeGen/ARM/sjljehprepare-lower-empty-struct.ll
test/CodeGen/ARM/smul.ll
test/CodeGen/ARM/smulw.ll [deleted file]
test/CodeGen/ARM/special-reg-v8m-base.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg-v8m-main.ll [new file with mode: 0644]
test/CodeGen/ARM/ssat.ll [new file with mode: 0644]
test/CodeGen/ARM/static-addr-hoisting.ll [new file with mode: 0644]
test/CodeGen/ARM/stc2.ll [new file with mode: 0644]
test/CodeGen/ARM/struct_byval.ll
test/CodeGen/ARM/swift-ios.ll [new file with mode: 0644]
test/CodeGen/ARM/swift-return.ll [new file with mode: 0644]
test/CodeGen/ARM/swift-vldm.ll
test/CodeGen/ARM/swifterror.ll [new file with mode: 0644]
test/CodeGen/ARM/swiftself.ll [new file with mode: 0644]
test/CodeGen/ARM/t2-shrink-ldrpost.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-call-builtin.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-call-weak.ll
test/CodeGen/ARM/this-return.ll
test/CodeGen/ARM/thread_pointer.ll
test/CodeGen/ARM/thumb-alignment.ll
test/CodeGen/ARM/thumb-stub.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb1-ldst-opt.ll
test/CodeGen/ARM/thumb1-varalloc.ll
test/CodeGen/ARM/thumb2-size-opt.ll
test/CodeGen/ARM/tls-models.ll
test/CodeGen/ARM/tls3.ll
test/CodeGen/ARM/trap.ll
test/CodeGen/ARM/truncstore-dag-combine.ll
test/CodeGen/ARM/twoaddrinstr.ll
test/CodeGen/ARM/urem-opt-size.ll [new file with mode: 0644]
test/CodeGen/ARM/v7k-libcalls.ll
test/CodeGen/ARM/v7k-sincos.ll
test/CodeGen/ARM/vcnt.ll
test/CodeGen/ARM/vcvt_combine.ll
test/CodeGen/ARM/vdiv_combine.ll
test/CodeGen/ARM/vfp-libcalls.ll
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vminmax.ll
test/CodeGen/ARM/warn-stack.ll
test/CodeGen/ARM/wide-compares.ll [new file with mode: 0644]
test/CodeGen/ARM/widen-vmovs.ll
test/CodeGen/ARM/zero-cycle-zero.ll
test/CodeGen/BPF/sdiv_error.ll [new file with mode: 0644]
test/CodeGen/CPP/2007-06-16-Funcname.ll [deleted file]
test/CodeGen/CPP/2009-05-01-Long-Double.ll [deleted file]
test/CodeGen/CPP/2009-05-04-CondBr.ll [deleted file]
test/CodeGen/CPP/2012-02-05-UnitVarCrash.ll [deleted file]
test/CodeGen/CPP/atomic.ll [deleted file]
test/CodeGen/CPP/attributes.ll [deleted file]
test/CodeGen/CPP/gep.ll [deleted file]
test/CodeGen/CPP/lit.local.cfg [deleted file]
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/Makefile [deleted file]
test/CodeGen/Generic/dont-remove-empty-preheader.ll [new file with mode: 0644]
test/CodeGen/Generic/run-pass.ll [deleted file]
test/CodeGen/Generic/stop-after.ll
test/CodeGen/Generic/vector-redux.ll [new file with mode: 0644]
test/CodeGen/Hexagon/Atomics.ll
test/CodeGen/Hexagon/absaddr-store.ll
test/CodeGen/Hexagon/adde.ll
test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll [new file with mode: 0644]
test/CodeGen/Hexagon/avoid-predspill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bit-extractu-half.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bitconvert-vector.ll [new file with mode: 0644]
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/block-ranges-nodef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/branch-non-mbb.ll [new file with mode: 0644]
test/CodeGen/Hexagon/brev_ld.ll
test/CodeGen/Hexagon/brev_st.ll
test/CodeGen/Hexagon/builtin-prefetch-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/builtin-prefetch.ll [new file with mode: 0644]
test/CodeGen/Hexagon/callr-dep-edge.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-check.ll
test/CodeGen/Hexagon/cfi-late.ll
test/CodeGen/Hexagon/cfi-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ-load-isel.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_ld.ll
test/CodeGen/Hexagon/circ_st.ll
test/CodeGen/Hexagon/clr_set_toggle.ll
test/CodeGen/Hexagon/const64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/csr-func-usedef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/eliminate-pred-spill.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-pred-undef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/extload-combine.ll
test/CodeGen/Hexagon/gp-plus-offset-load.ll
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/ifcvt-diamond-bad.ll [new file with mode: 0644]
test/CodeGen/Hexagon/inline-asm-qv.ll [new file with mode: 0644]
test/CodeGen/Hexagon/insert4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/system_user.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memops-stack.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memops.ll
test/CodeGen/Hexagon/misched-top-rptracker-sync.ll [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluestore.ll
test/CodeGen/Hexagon/opt-addr-mode.ll [new file with mode: 0644]
test/CodeGen/Hexagon/packetize-tailcall-arg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/peephole-op-swap.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-local.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-regusage.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-copy-undef2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-copy.ll
test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-inline-asm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/rdf-reset-kills.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavengebug-3.ll [new file with mode: 0644]
test/CodeGen/Hexagon/reg-scavenger-valid-slot.ll [new file with mode: 0644]
test/CodeGen/Hexagon/restore-single-reg.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ret-struct-by-val.ll [new file with mode: 0644]
test/CodeGen/Hexagon/runtime-stkchk.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdata-array.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdata-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/section_7275.ll [new file with mode: 0644]
test/CodeGen/Hexagon/select-instr-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/static.ll
test/CodeGen/Hexagon/store-shift.ll [new file with mode: 0644]
test/CodeGen/Hexagon/storerinewabs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/struct_args_large.ll
test/CodeGen/Hexagon/sube.ll
test/CodeGen/Hexagon/tail-dup-subreg-map.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tls_pic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tls_static.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60-cur.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60Intrins.ll
test/CodeGen/Hexagon/vec-pred-spill1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vector-align.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vload-postinc-sel.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vselect-pseudo.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vsplat-isel.ll [new file with mode: 0644]
test/CodeGen/Hexagon/zextloadi1.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/Lanai/codemodel.ll [new file with mode: 0644]
test/CodeGen/Lanai/comparisons_i32.ll [new file with mode: 0644]
test/CodeGen/Lanai/comparisons_i64.ll [new file with mode: 0644]
test/CodeGen/Lanai/constant_multiply.ll [new file with mode: 0644]
test/CodeGen/Lanai/delay_filler.ll [new file with mode: 0644]
test/CodeGen/Lanai/i32.ll [new file with mode: 0644]
test/CodeGen/Lanai/lanai-misched-trivial-disjoint.ll [new file with mode: 0644]
test/CodeGen/Lanai/lit.local.cfg [new file with mode: 0644]
test/CodeGen/Lanai/mem_alu_combiner.ll [new file with mode: 0644]
test/CodeGen/Lanai/multiply.ll [new file with mode: 0644]
test/CodeGen/Lanai/rshift64.ll [new file with mode: 0644]
test/CodeGen/Lanai/select.ll [new file with mode: 0644]
test/CodeGen/Lanai/set_and_hi.ll [new file with mode: 0644]
test/CodeGen/Lanai/shift.ll [new file with mode: 0644]
test/CodeGen/Lanai/stack-frame.ll [new file with mode: 0644]
test/CodeGen/Lanai/sub-cmp-peephole.ll [new file with mode: 0644]
test/CodeGen/Lanai/subword.ll [new file with mode: 0644]
test/CodeGen/MIR/AArch64/cfi-def-cfa.mir
test/CodeGen/MIR/AArch64/expected-target-flag-name.mir
test/CodeGen/MIR/AArch64/generic-virtual-registers-error.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/invalid-target-flag-name.mir
test/CodeGen/MIR/AArch64/machine-dead-copy.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/machine-scheduler.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/multiple-lhs-operands.mir
test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
test/CodeGen/MIR/AArch64/target-flags.mir
test/CodeGen/MIR/AMDGPU/expected-target-index-name.mir
test/CodeGen/MIR/AMDGPU/invalid-target-index-operand.mir
test/CodeGen/MIR/AMDGPU/target-index-operands.mir
test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir [deleted file]
test/CodeGen/MIR/ARM/bundled-instructions.mir
test/CodeGen/MIR/ARM/cfi-same-value.mir
test/CodeGen/MIR/ARM/expected-closing-brace.mir
test/CodeGen/MIR/ARM/extraneous-closing-brace-error.mir
test/CodeGen/MIR/ARM/imm-peephole-arm.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/imm-peephole-thumb.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/nested-instruction-bundle-error.mir
test/CodeGen/MIR/ARM/sched-it-debug-nodes.mir
test/CodeGen/MIR/Generic/basic-blocks.mir
test/CodeGen/MIR/Generic/expected-colon-after-basic-block.mir
test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir
test/CodeGen/MIR/Generic/frame-info.mir
test/CodeGen/MIR/Generic/function-missing-machine-function.mir
test/CodeGen/MIR/Generic/invalid-jump-table-kind.mir
test/CodeGen/MIR/Generic/llvm-ir-error-reported.mir
test/CodeGen/MIR/Generic/llvmIR.mir
test/CodeGen/MIR/Generic/llvmIRMissing.mir
test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir
test/CodeGen/MIR/Generic/machine-basic-block-redefinition-error.mir
test/CodeGen/MIR/Generic/machine-basic-block-undefined-ir-block.mir
test/CodeGen/MIR/Generic/machine-basic-block-unknown-name.mir
test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir
test/CodeGen/MIR/Generic/machine-function-missing-function.mir
test/CodeGen/MIR/Generic/machine-function-missing-name.mir
test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir
test/CodeGen/MIR/Generic/machine-function.mir
test/CodeGen/MIR/Generic/multiRunPass.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/register-info.mir
test/CodeGen/MIR/Hexagon/anti-dep-partial.mir [new file with mode: 0644]
test/CodeGen/MIR/Hexagon/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/Lanai/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/Lanai/peephole-compare.mir [new file with mode: 0644]
test/CodeGen/MIR/Mips/expected-global-value-or-symbol-after-call-entry.mir
test/CodeGen/MIR/Mips/memory-operands.mir
test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir
test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
test/CodeGen/MIR/NVPTX/floating-point-invalid-type-error.mir
test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir
test/CodeGen/MIR/X86/basic-block-liveins.mir
test/CodeGen/MIR/X86/basic-block-not-at-start-of-line-error.mir
test/CodeGen/MIR/X86/block-address-operands.mir
test/CodeGen/MIR/X86/callee-saved-info.mir
test/CodeGen/MIR/X86/cfi-def-cfa-offset.mir
test/CodeGen/MIR/X86/cfi-def-cfa-register.mir
test/CodeGen/MIR/X86/cfi-offset.mir
test/CodeGen/MIR/X86/constant-pool-item-redefinition-error.mir
test/CodeGen/MIR/X86/constant-pool.mir
test/CodeGen/MIR/X86/constant-value-error.mir
test/CodeGen/MIR/X86/dead-register-flag.mir
test/CodeGen/MIR/X86/def-register-already-tied-error.mir
test/CodeGen/MIR/X86/duplicate-memory-operand-flag.mir
test/CodeGen/MIR/X86/duplicate-register-flag-error.mir
test/CodeGen/MIR/X86/early-clobber-register-flag.mir
test/CodeGen/MIR/X86/expected-align-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-alignment-after-align-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-basic-block-at-start-of-body.mir
test/CodeGen/MIR/X86/expected-block-reference-in-blockaddress.mir
test/CodeGen/MIR/X86/expected-comma-after-cfi-register.mir
test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir
test/CodeGen/MIR/X86/expected-different-implicit-operand.mir
test/CodeGen/MIR/X86/expected-different-implicit-register-flag.mir
test/CodeGen/MIR/X86/expected-from-in-memory-operand.mir [deleted file]
test/CodeGen/MIR/X86/expected-function-reference-after-blockaddress.mir
test/CodeGen/MIR/X86/expected-global-value-after-blockaddress.mir
test/CodeGen/MIR/X86/expected-integer-after-offset-sign.mir
test/CodeGen/MIR/X86/expected-integer-after-tied-def.mir
test/CodeGen/MIR/X86/expected-integer-in-successor-weight.mir
test/CodeGen/MIR/X86/expected-load-or-store-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-machine-operand.mir
test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir
test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir
test/CodeGen/MIR/X86/expected-metadata-node-in-stack-object.mir
test/CodeGen/MIR/X86/expected-named-register-in-allocation-hint.mir
test/CodeGen/MIR/X86/expected-named-register-in-callee-saved-register.mir
test/CodeGen/MIR/X86/expected-named-register-in-functions-livein.mir
test/CodeGen/MIR/X86/expected-named-register-livein.mir
test/CodeGen/MIR/X86/expected-newline-at-end-of-list.mir
test/CodeGen/MIR/X86/expected-number-after-bb.mir
test/CodeGen/MIR/X86/expected-offset-after-cfi-operand.mir
test/CodeGen/MIR/X86/expected-pointer-value-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-positive-alignment-after-align.mir
test/CodeGen/MIR/X86/expected-register-after-cfi-operand.mir
test/CodeGen/MIR/X86/expected-register-after-flags.mir
test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir
test/CodeGen/MIR/X86/expected-stack-object.mir
test/CodeGen/MIR/X86/expected-subregister-after-colon.mir
test/CodeGen/MIR/X86/expected-target-flag-name.mir
test/CodeGen/MIR/X86/expected-tied-def-after-lparen.mir
test/CodeGen/MIR/X86/expected-value-in-memory-operand.mir
test/CodeGen/MIR/X86/expected-virtual-register-in-functions-livein.mir
test/CodeGen/MIR/X86/external-symbol-operands.mir
test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir
test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir
test/CodeGen/MIR/X86/fixed-stack-objects.mir
test/CodeGen/MIR/X86/frame-info-save-restore-points.mir
test/CodeGen/MIR/X86/frame-info-stack-references.mir
test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir
test/CodeGen/MIR/X86/function-liveins.mir
test/CodeGen/MIR/X86/generic-instr-type-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/generic-virtual-registers.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/global-value-operands.mir
test/CodeGen/MIR/X86/immediate-operands.mir
test/CodeGen/MIR/X86/implicit-register-flag.mir
test/CodeGen/MIR/X86/inline-asm-registers.mir
test/CodeGen/MIR/X86/instructions-debug-location.mir
test/CodeGen/MIR/X86/invalid-constant-pool-item.mir
test/CodeGen/MIR/X86/invalid-metadata-node-type.mir
test/CodeGen/MIR/X86/invalid-target-flag-name.mir
test/CodeGen/MIR/X86/invalid-tied-def-index-error.mir
test/CodeGen/MIR/X86/jump-table-info.mir
test/CodeGen/MIR/X86/jump-table-redefinition-error.mir
test/CodeGen/MIR/X86/killed-register-flag.mir
test/CodeGen/MIR/X86/large-cfi-offset-number-error.mir
test/CodeGen/MIR/X86/large-immediate-operand-error.mir
test/CodeGen/MIR/X86/large-index-number-error.mir
test/CodeGen/MIR/X86/large-offset-number-error.mir
test/CodeGen/MIR/X86/large-size-in-memory-operand-error.mir
test/CodeGen/MIR/X86/liveout-register-mask.mir
test/CodeGen/MIR/X86/machine-basic-block-operands.mir
test/CodeGen/MIR/X86/machine-instructions.mir
test/CodeGen/MIR/X86/machine-verifier.mir
test/CodeGen/MIR/X86/memory-operands.mir
test/CodeGen/MIR/X86/metadata-operands.mir
test/CodeGen/MIR/X86/missing-closing-quote.mir
test/CodeGen/MIR/X86/missing-comma.mir
test/CodeGen/MIR/X86/missing-implicit-operand.mir
test/CodeGen/MIR/X86/named-registers.mir
test/CodeGen/MIR/X86/newline-handling.mir
test/CodeGen/MIR/X86/null-register-operands.mir
test/CodeGen/MIR/X86/register-mask-operands.mir
test/CodeGen/MIR/X86/register-operands-target-flag-error.mir
test/CodeGen/MIR/X86/simple-register-allocation-hints.mir
test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir
test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir
test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
test/CodeGen/MIR/X86/stack-object-debug-info.mir
test/CodeGen/MIR/X86/stack-object-invalid-name.mir
test/CodeGen/MIR/X86/stack-object-operand-name-mismatch-error.mir
test/CodeGen/MIR/X86/stack-object-operands.mir
test/CodeGen/MIR/X86/stack-object-redefinition-error.mir
test/CodeGen/MIR/X86/stack-objects.mir
test/CodeGen/MIR/X86/standalone-register-error.mir
test/CodeGen/MIR/X86/subreg-on-physreg.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/subregister-index-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/subregister-operands.mir
test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir
test/CodeGen/MIR/X86/successor-basic-blocks.mir
test/CodeGen/MIR/X86/tied-def-operand-invalid.mir
test/CodeGen/MIR/X86/undef-register-flag.mir
test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir
test/CodeGen/MIR/X86/undefined-global-value.mir
test/CodeGen/MIR/X86/undefined-ir-block-in-blockaddress.mir
test/CodeGen/MIR/X86/undefined-ir-block-slot-in-blockaddress.mir
test/CodeGen/MIR/X86/undefined-jump-table-id.mir
test/CodeGen/MIR/X86/undefined-named-global-value.mir
test/CodeGen/MIR/X86/undefined-register-class.mir
test/CodeGen/MIR/X86/undefined-stack-object.mir
test/CodeGen/MIR/X86/undefined-value-in-memory-operand.mir
test/CodeGen/MIR/X86/undefined-virtual-register.mir
test/CodeGen/MIR/X86/unknown-instruction.mir
test/CodeGen/MIR/X86/unknown-machine-basic-block.mir
test/CodeGen/MIR/X86/unknown-metadata-keyword.mir
test/CodeGen/MIR/X86/unknown-metadata-node.mir
test/CodeGen/MIR/X86/unknown-named-machine-basic-block.mir
test/CodeGen/MIR/X86/unknown-register.mir
test/CodeGen/MIR/X86/unknown-subregister-index-op.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-subregister-index.mir
test/CodeGen/MIR/X86/unrecognized-character.mir
test/CodeGen/MIR/X86/used-physical-register-info.mir
test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir
test/CodeGen/MIR/X86/virtual-register-redefinition-error.mir
test/CodeGen/MIR/X86/virtual-registers.mir
test/CodeGen/MIR/lit.local.cfg [deleted file]
test/CodeGen/MSP430/spill-to-stack.ll [new file with mode: 0644]
test/CodeGen/Mips/2010-07-20-Switch.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll
test/CodeGen/Mips/Fast-ISel/div1.ll
test/CodeGen/Mips/Fast-ISel/fastalloca.ll
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll
test/CodeGen/Mips/Fast-ISel/memtest1.ll
test/CodeGen/Mips/Fast-ISel/rem1.ll
test/CodeGen/Mips/Fast-ISel/shift.ll
test/CodeGen/Mips/abicalls.ll
test/CodeGen/Mips/adjust-callstack-sp.ll
test/CodeGen/Mips/alloca.ll
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/assertzext-trunc.ll [new file with mode: 0644]
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomicCmpSwapPW.ll [new file with mode: 0644]
test/CodeGen/Mips/biggot.ll
test/CodeGen/Mips/brdelayslot.ll
test/CodeGen/Mips/brsize3.ll
test/CodeGen/Mips/buildpairextractelementf64.ll
test/CodeGen/Mips/call-optimization.ll
test/CodeGen/Mips/cannot-copy-registers.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-float.ll
test/CodeGen/Mips/cconv/arguments-fp128.ll
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
test/CodeGen/Mips/cconv/arguments-hard-float.ll
test/CodeGen/Mips/cconv/arguments-hard-fp128.ll
test/CodeGen/Mips/cconv/arguments-small-structures-bigger-than-32bits.ll
test/CodeGen/Mips/cconv/arguments-struct.ll
test/CodeGen/Mips/cconv/arguments-varargs.ll
test/CodeGen/Mips/cconv/arguments.ll
test/CodeGen/Mips/cconv/callee-saved-float.ll
test/CodeGen/Mips/cconv/callee-saved-fpxx.ll
test/CodeGen/Mips/cconv/callee-saved.ll
test/CodeGen/Mips/cconv/memory-layout.ll
test/CodeGen/Mips/cconv/reserved-space.ll
test/CodeGen/Mips/cconv/return-float.ll
test/CodeGen/Mips/cconv/return-hard-float.ll
test/CodeGen/Mips/cconv/return-hard-fp128.ll
test/CodeGen/Mips/cconv/return-hard-struct-f128.ll
test/CodeGen/Mips/cconv/return-struct.ll
test/CodeGen/Mips/cconv/return.ll
test/CodeGen/Mips/cconv/roundl-call.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/stack-alignment.ll
test/CodeGen/Mips/cfi_offset.ll
test/CodeGen/Mips/check-adde-redundant-moves.ll
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/compactbranches/beqc-bnec-register-constraint.ll [new file with mode: 0644]
test/CodeGen/Mips/compactbranches/compact-branch-policy.ll [new file with mode: 0644]
test/CodeGen/Mips/compactbranches/compact-branches.ll [new file with mode: 0644]
test/CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll [new file with mode: 0644]
test/CodeGen/Mips/const-mult.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/const6.ll
test/CodeGen/Mips/const6a.ll
test/CodeGen/Mips/countleading.ll
test/CodeGen/Mips/cstmaterialization/stack.ll [new file with mode: 0644]
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/dsp-r1.ll
test/CodeGen/Mips/dynamic-stack-realignment.ll
test/CodeGen/Mips/eh-dwarf-cfa.ll
test/CodeGen/Mips/eh-return32.ll
test/CodeGen/Mips/eh-return64.ll
test/CodeGen/Mips/eh.ll
test/CodeGen/Mips/ehframe-indirect.ll
test/CodeGen/Mips/elf_eflags.ll
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
test/CodeGen/Mips/emutls_generic.ll
test/CodeGen/Mips/fastcc.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/fcopysign.ll
test/CodeGen/Mips/fmadd1.ll
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/fp-spill-reload.ll
test/CodeGen/Mips/fp16-promote.ll
test/CodeGen/Mips/fp64a.ll
test/CodeGen/Mips/fpbr.ll
test/CodeGen/Mips/fpxx.ll
test/CodeGen/Mips/gpreg-lazy-binding.ll
test/CodeGen/Mips/hf16call32.ll
test/CodeGen/Mips/hf16call32_body.ll
test/CodeGen/Mips/hf1_body.ll
test/CodeGen/Mips/i64arg.ll
test/CodeGen/Mips/inlineasm-constraint_ZC_2.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/inlineasm_constraint.ll
test/CodeGen/Mips/inlineasm_constraint_R.ll
test/CodeGen/Mips/inlineasm_constraint_ZC.ll
test/CodeGen/Mips/inlineasm_constraint_m.ll
test/CodeGen/Mips/inlineasmmemop.ll
test/CodeGen/Mips/internalfunc.ll
test/CodeGen/Mips/interrupt-attr-64-error.ll
test/CodeGen/Mips/largeimm1.ll
test/CodeGen/Mips/largeimmprinting.ll
test/CodeGen/Mips/lazy-binding.ll
test/CodeGen/Mips/lcb5.ll
test/CodeGen/Mips/llvm-ir/add.ll
test/CodeGen/Mips/llvm-ir/and.ll
test/CodeGen/Mips/llvm-ir/ashr.ll
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/indirectbr.ll
test/CodeGen/Mips/llvm-ir/lh_lhu.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/load-atomic.ll
test/CodeGen/Mips/llvm-ir/lshr.ll
test/CodeGen/Mips/llvm-ir/mul.ll
test/CodeGen/Mips/llvm-ir/not.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/or.ll
test/CodeGen/Mips/llvm-ir/ret.ll
test/CodeGen/Mips/llvm-ir/sdiv.ll
test/CodeGen/Mips/llvm-ir/select-dbl.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/select-flt.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/select-int.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/select.ll [deleted file]
test/CodeGen/Mips/llvm-ir/shl.ll
test/CodeGen/Mips/llvm-ir/srem.ll
test/CodeGen/Mips/llvm-ir/store-atomic.ll
test/CodeGen/Mips/llvm-ir/sub.ll
test/CodeGen/Mips/llvm-ir/udiv.ll
test/CodeGen/Mips/llvm-ir/urem.ll
test/CodeGen/Mips/llvm-ir/xor.ll
test/CodeGen/Mips/load-store-left-right.ll
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/lw16-base-reg.ll [new file with mode: 0644]
test/CodeGen/Mips/madd-msub.ll
test/CodeGen/Mips/micromips-addiu.ll
test/CodeGen/Mips/micromips-atomic1.ll
test/CodeGen/Mips/micromips-delay-slot.ll
test/CodeGen/Mips/micromips-lwc1-swc1.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-or16.ll
test/CodeGen/Mips/micromips-shift.ll
test/CodeGen/Mips/micromips-zero-mat-uses.ll [deleted file]
test/CodeGen/Mips/mips-shf-gprel.s [new file with mode: 0644]
test/CodeGen/Mips/mips16fpe.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64extins.ll
test/CodeGen/Mips/mips64fpldst.ll
test/CodeGen/Mips/mips64instrs.ll
test/CodeGen/Mips/mips64intldst.ll
test/CodeGen/Mips/mips64muldiv.ll
test/CodeGen/Mips/mips64r6/compatibility.ll
test/CodeGen/Mips/mips64shift.ll
test/CodeGen/Mips/mno-ldc1-sdc1.ll
test/CodeGen/Mips/msa/2r.ll
test/CodeGen/Mips/msa/2r_vector_scalar.ll
test/CodeGen/Mips/msa/2rf.ll
test/CodeGen/Mips/msa/2rf_float_int.ll
test/CodeGen/Mips/msa/2rf_int_float.ll
test/CodeGen/Mips/msa/3r-a.ll
test/CodeGen/Mips/msa/3r-b.ll
test/CodeGen/Mips/msa/3r-s.ll
test/CodeGen/Mips/msa/3r_splat.ll
test/CodeGen/Mips/msa/basic_operations.ll
test/CodeGen/Mips/msa/basic_operations_float.ll
test/CodeGen/Mips/msa/elm_copy.ll
test/CodeGen/Mips/msa/elm_cxcmsa.ll
test/CodeGen/Mips/msa/elm_insv.ll
test/CodeGen/Mips/msa/frameindex.ll
test/CodeGen/Mips/msa/i5-b.ll
test/CodeGen/Mips/msa/i8.ll
test/CodeGen/Mips/msa/vec.ll
test/CodeGen/Mips/nacl-align.ll
test/CodeGen/Mips/no-odd-spreg-msa.ll
test/CodeGen/Mips/no-odd-spreg.ll
test/CodeGen/Mips/o32_cc.ll
test/CodeGen/Mips/o32_cc_byval.ll
test/CodeGen/Mips/octeon.ll
test/CodeGen/Mips/octeon_popcnt.ll
test/CodeGen/Mips/optimize-pic-o0.ll
test/CodeGen/Mips/prevent-hoisting.ll
test/CodeGen/Mips/private-addr.ll [new file with mode: 0644]
test/CodeGen/Mips/private.ll
test/CodeGen/Mips/return-vector.ll
test/CodeGen/Mips/rotate.ll
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/selectcc.ll
test/CodeGen/Mips/selectiondag-optlevel.ll [new file with mode: 0644]
test/CodeGen/Mips/stackcoloring.ll
test/CodeGen/Mips/start-asm-file.ll
test/CodeGen/Mips/stchar.ll
test/CodeGen/Mips/stldst.ll
test/CodeGen/Mips/tailcall.ll
test/CodeGen/Mips/thread-pointer.ll [new file with mode: 0644]
test/CodeGen/Mips/tls-models.ll
test/CodeGen/Mips/tls.ll
test/CodeGen/Mips/unalignedload.ll
test/CodeGen/Mips/zeroreg.ll
test/CodeGen/NVPTX/MachineSink-call.ll [new file with mode: 0644]
test/CodeGen/NVPTX/MachineSink-convergent.ll [new file with mode: 0644]
test/CodeGen/NVPTX/TailDuplication-convergent.ll [new file with mode: 0644]
test/CodeGen/NVPTX/access-non-generic.ll
test/CodeGen/NVPTX/alias.ll [new file with mode: 0644]
test/CodeGen/NVPTX/arithmetic-int.ll
test/CodeGen/NVPTX/bug22322.ll
test/CodeGen/NVPTX/bug26185-2.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bug26185.ll [new file with mode: 0644]
test/CodeGen/NVPTX/convergent-mir-call.ll [new file with mode: 0644]
test/CodeGen/NVPTX/debug-file-loc.ll [new file with mode: 0644]
test/CodeGen/NVPTX/disable-opt.ll [new file with mode: 0644]
test/CodeGen/NVPTX/global-ctor-empty.ll [new file with mode: 0644]
test/CodeGen/NVPTX/global-ctor.ll [new file with mode: 0644]
test/CodeGen/NVPTX/global-dtor.ll [new file with mode: 0644]
test/CodeGen/NVPTX/global-visibility.ll [new file with mode: 0644]
test/CodeGen/NVPTX/intrinsic-old.ll
test/CodeGen/NVPTX/noduplicate-syncthreads.ll
test/CodeGen/NVPTX/nvvm-reflect-module-flag.ll [new file with mode: 0644]
test/CodeGen/NVPTX/shfl.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-60.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-61.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-62.ll [new file with mode: 0644]
test/CodeGen/NVPTX/speculative-execution-divergent-target.ll [new file with mode: 0644]
test/CodeGen/NVPTX/zeroext-32bit.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll
test/CodeGen/PowerPC/2008-07-15-Bswap.ll
test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
test/CodeGen/PowerPC/2012-11-16-mischedcall.ll
test/CodeGen/PowerPC/2016-04-16-ADD8TLS.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2016-04-17-combine.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2016-04-28-setjmp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/BreakableToken-reduced.ll
test/CodeGen/PowerPC/aantidep-def-ec.mir
test/CodeGen/PowerPC/addisdtprelha-nonr3.mir
test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/align.ll
test/CodeGen/PowerPC/andc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/asm-constraints.ll
test/CodeGen/PowerPC/asm-printer-topological-order.ll [new file with mode: 0644]
test/CodeGen/PowerPC/atomics-fences.ll
test/CodeGen/PowerPC/available-externally.ll
test/CodeGen/PowerPC/bdzlr.ll
test/CodeGen/PowerPC/builtins-ppc-p8vector.ll
test/CodeGen/PowerPC/cannonicalize-vector-shifts.ll [new file with mode: 0644]
test/CodeGen/PowerPC/code-align.ll
test/CodeGen/PowerPC/combine-to-pre-index-store-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crsave.ll
test/CodeGen/PowerPC/crypto_bifs.ll
test/CodeGen/PowerPC/ctr-minmaxnum.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-udivti3.ll
test/CodeGen/PowerPC/ctrloops-softfloat.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloops.ll
test/CodeGen/PowerPC/cxx_tlscc64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/direct-move-profit.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ec-input.ll
test/CodeGen/PowerPC/ext-bool-trunc-repl.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fabs.ll
test/CodeGen/PowerPC/fast-isel-fcmp-nan.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-fpconv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-i64offset.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fdiv-combine.ll
test/CodeGen/PowerPC/fma-assoc.ll
test/CodeGen/PowerPC/fma-ext.ll
test/CodeGen/PowerPC/fma-mutate-duplicate-vreg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fma-mutate.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/fp2int2fp-ppcfp128.ll
test/CodeGen/PowerPC/hello-reloc.s
test/CodeGen/PowerPC/hidden-vis-2.ll
test/CodeGen/PowerPC/indirect-hidden.ll [new file with mode: 0644]
test/CodeGen/PowerPC/inline-asm-scalar-to-vector-error.ll [new file with mode: 0644]
test/CodeGen/PowerPC/lbzux.ll
test/CodeGen/PowerPC/load-two-flts.ll [new file with mode: 0644]
test/CodeGen/PowerPC/load-v4i8-improved.ll [new file with mode: 0644]
test/CodeGen/PowerPC/lsr-postinc-pos.ll
test/CodeGen/PowerPC/machine-combiner.ll
test/CodeGen/PowerPC/multi-return.ll [new file with mode: 0644]
test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll [new file with mode: 0644]
test/CodeGen/PowerPC/opt-sub-inst-cr0-live.mir [new file with mode: 0644]
test/CodeGen/PowerPC/optcmp.ll
test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll
test/CodeGen/PowerPC/p8altivec-shuffles-pred.ll
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pie.ll [new file with mode: 0644]
test/CodeGen/PowerPC/popcnt.ll
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll
test/CodeGen/PowerPC/ppc32-align-long-double-sf.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-constant-BE-ppcf128.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll
test/CodeGen/PowerPC/ppc64-align-long-double.ll
test/CodeGen/PowerPC/ppc64-byval-align.ll
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-fastcc.ll
test/CodeGen/PowerPC/ppc64-linux-func-size.ll
test/CodeGen/PowerPC/ppc64-sibcall-shrinkwrap.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-sibcall.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-toc.ll
test/CodeGen/PowerPC/ppcf128-endian.ll
test/CodeGen/PowerPC/ppcf128sf.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppcsoftops.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr24546.ll
test/CodeGen/PowerPC/pr25802.ll [deleted file]
test/CodeGen/PowerPC/pr26180.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr26378.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr26617.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr26690.ll
test/CodeGen/PowerPC/pr27078.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr27350.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr28130.ll [new file with mode: 0644]
test/CodeGen/PowerPC/preincprep-invoke.ll
test/CodeGen/PowerPC/qpx-bv-sint.ll
test/CodeGen/PowerPC/qpx-load-splat.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-s-sel.ll
test/CodeGen/PowerPC/qpx-sel.ll
test/CodeGen/PowerPC/qpx-split-vsetcc.ll
test/CodeGen/PowerPC/remove-redundant-moves.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rlwinm-zero-ext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/stack-protector.ll
test/CodeGen/PowerPC/stackmap-frame-setup.ll
test/CodeGen/PowerPC/stubs.ll
test/CodeGen/PowerPC/stwux.ll
test/CodeGen/PowerPC/subreg-postra-2.ll
test/CodeGen/PowerPC/subreg-postra.ll
test/CodeGen/PowerPC/subsumes-pred-regs.ll [deleted file]
test/CodeGen/PowerPC/svr4-redzone.ll
test/CodeGen/PowerPC/swaps-le-2.ll
test/CodeGen/PowerPC/swaps-le-7.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tailcall-string-rvo.ll [new file with mode: 0644]
test/CodeGen/PowerPC/thread-pointer.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls_get_addr_stackframe.ll
test/CodeGen/PowerPC/unal-altivec.ll
test/CodeGen/PowerPC/unal4-std.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vec_abs.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_cmp.ll
test/CodeGen/PowerPC/vec_fneg.ll
test/CodeGen/PowerPC/vrsave-spill.ll
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-fma-mutate-undef.ll
test/CodeGen/PowerPC/vsx-fma-sp.ll
test/CodeGen/PowerPC/vsx-infl-copy1.ll
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll
test/CodeGen/PowerPC/vsx-word-splats.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/weak_def_can_be_hidden.ll
test/CodeGen/PowerPC/xvcmpeqdp-v2f64.ll
test/CodeGen/SPARC/2011-01-11-CC.ll
test/CodeGen/SPARC/32abi.ll
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/LeonFixCALLPassUT.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll [new file with mode: 0755]
test/CodeGen/SPARC/LeonInsertNOPLoad.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll [new file with mode: 0755]
test/CodeGen/SPARC/LeonInsertNOPsDoublePrecision.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonItinerariesUT.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonPreventRoundChangePassUT.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll [new file with mode: 0755]
test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll [new file with mode: 0644]
test/CodeGen/SPARC/LeonSMACUMACInstructionUT.ll [new file with mode: 0755]
test/CodeGen/SPARC/atomics.ll
test/CodeGen/SPARC/float.ll
test/CodeGen/SPARC/fp128.ll
test/CodeGen/SPARC/func-addr.ll [new file with mode: 0644]
test/CodeGen/SPARC/inlineasm.ll
test/CodeGen/SPARC/missinglabel.ll
test/CodeGen/SPARC/sjlj.ll [new file with mode: 0755]
test/CodeGen/SPARC/soft-float.ll [new file with mode: 0644]
test/CodeGen/SPARC/stack-protector.ll [new file with mode: 0644]
test/CodeGen/SPARC/thread-pointer.ll [new file with mode: 0644]
test/CodeGen/SPARC/vector-call.ll [new file with mode: 0644]
test/CodeGen/SPARC/zerostructcall.ll [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-01.py
test/CodeGen/SystemZ/Large/branch-range-03.py
test/CodeGen/SystemZ/Large/branch-range-04.py
test/CodeGen/SystemZ/Large/branch-range-05.py
test/CodeGen/SystemZ/Large/branch-range-06.py
test/CodeGen/SystemZ/Large/branch-range-09.py
test/CodeGen/SystemZ/Large/branch-range-10.py
test/CodeGen/SystemZ/Large/branch-range-11.py
test/CodeGen/SystemZ/Large/branch-range-12.py
test/CodeGen/SystemZ/alloca-01.ll
test/CodeGen/SystemZ/and-xor-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-02.ll
test/CodeGen/SystemZ/asm-03.ll
test/CodeGen/SystemZ/asm-04.ll
test/CodeGen/SystemZ/asm-05.ll
test/CodeGen/SystemZ/atomic-fence-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-fence-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-01.ll
test/CodeGen/SystemZ/atomicrmw-add-02.ll
test/CodeGen/SystemZ/atomicrmw-and-01.ll
test/CodeGen/SystemZ/atomicrmw-and-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll
test/CodeGen/SystemZ/atomicrmw-nand-01.ll
test/CodeGen/SystemZ/atomicrmw-nand-02.ll
test/CodeGen/SystemZ/atomicrmw-or-01.ll
test/CodeGen/SystemZ/atomicrmw-or-02.ll
test/CodeGen/SystemZ/atomicrmw-sub-01.ll
test/CodeGen/SystemZ/atomicrmw-sub-02.ll
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll
test/CodeGen/SystemZ/atomicrmw-xor-01.ll
test/CodeGen/SystemZ/atomicrmw-xor-02.ll
test/CodeGen/SystemZ/backchain.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-05.ll
test/CodeGen/SystemZ/bswap-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/builtins.ll [new file with mode: 0644]
test/CodeGen/SystemZ/call-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/call-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-01.ll
test/CodeGen/SystemZ/cmpxchg-02.ll
test/CodeGen/SystemZ/cmpxchg-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-li.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-01.ll
test/CodeGen/SystemZ/cond-store-02.ll
test/CodeGen/SystemZ/cond-store-03.ll
test/CodeGen/SystemZ/cond-store-04.ll
test/CodeGen/SystemZ/cond-store-05.ll
test/CodeGen/SystemZ/cond-store-06.ll
test/CodeGen/SystemZ/dyn-alloca-offset.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-cmp-01.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-cmp-03.ll
test/CodeGen/SystemZ/fp-cmp-04.ll
test/CodeGen/SystemZ/fp-cmp-05.ll
test/CodeGen/SystemZ/fp-copysign-01.ll
test/CodeGen/SystemZ/fp-move-01.ll
test/CodeGen/SystemZ/fp-move-09.ll
test/CodeGen/SystemZ/fp-move-10.ll
test/CodeGen/SystemZ/fp-move-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sqrt-01.ll
test/CodeGen/SystemZ/fp-sqrt-02.ll
test/CodeGen/SystemZ/frameaddr-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/htm-intrinsics.ll
test/CodeGen/SystemZ/int-cmp-01.ll
test/CodeGen/SystemZ/int-cmp-02.ll
test/CodeGen/SystemZ/int-cmp-03.ll
test/CodeGen/SystemZ/int-cmp-04.ll
test/CodeGen/SystemZ/int-cmp-05.ll
test/CodeGen/SystemZ/int-cmp-06.ll
test/CodeGen/SystemZ/int-cmp-07.ll
test/CodeGen/SystemZ/int-cmp-08.ll
test/CodeGen/SystemZ/int-cmp-09.ll
test/CodeGen/SystemZ/int-cmp-10.ll
test/CodeGen/SystemZ/int-cmp-11.ll
test/CodeGen/SystemZ/int-cmp-12.ll
test/CodeGen/SystemZ/int-cmp-13.ll
test/CodeGen/SystemZ/int-cmp-14.ll
test/CodeGen/SystemZ/int-cmp-15.ll
test/CodeGen/SystemZ/int-cmp-16.ll
test/CodeGen/SystemZ/int-cmp-17.ll
test/CodeGen/SystemZ/int-cmp-18.ll
test/CodeGen/SystemZ/int-cmp-19.ll
test/CodeGen/SystemZ/int-cmp-20.ll
test/CodeGen/SystemZ/int-cmp-21.ll
test/CodeGen/SystemZ/int-cmp-22.ll
test/CodeGen/SystemZ/int-cmp-23.ll
test/CodeGen/SystemZ/int-cmp-24.ll
test/CodeGen/SystemZ/int-cmp-25.ll
test/CodeGen/SystemZ/int-cmp-26.ll
test/CodeGen/SystemZ/int-cmp-27.ll
test/CodeGen/SystemZ/int-cmp-28.ll
test/CodeGen/SystemZ/int-cmp-29.ll
test/CodeGen/SystemZ/int-cmp-30.ll
test/CodeGen/SystemZ/int-cmp-31.ll
test/CodeGen/SystemZ/int-cmp-32.ll
test/CodeGen/SystemZ/int-cmp-33.ll
test/CodeGen/SystemZ/int-cmp-34.ll
test/CodeGen/SystemZ/int-cmp-35.ll
test/CodeGen/SystemZ/int-cmp-36.ll
test/CodeGen/SystemZ/int-cmp-37.ll
test/CodeGen/SystemZ/int-cmp-38.ll
test/CodeGen/SystemZ/int-cmp-39.ll
test/CodeGen/SystemZ/int-cmp-40.ll
test/CodeGen/SystemZ/int-cmp-41.ll
test/CodeGen/SystemZ/int-cmp-42.ll
test/CodeGen/SystemZ/int-cmp-43.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-46.ll
test/CodeGen/SystemZ/int-cmp-47.ll
test/CodeGen/SystemZ/int-cmp-48.ll
test/CodeGen/SystemZ/memchr-01.ll
test/CodeGen/SystemZ/memchr-02.ll
test/CodeGen/SystemZ/memchr-nobuiltin.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcmp-01.ll
test/CodeGen/SystemZ/memcmp-02.ll
test/CodeGen/SystemZ/memcmp-nobuiltin.ll [new file with mode: 0644]
test/CodeGen/SystemZ/pie.ll [new file with mode: 0644]
test/CodeGen/SystemZ/ret-addr-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/risbg-01.ll
test/CodeGen/SystemZ/risbg-02.ll
test/CodeGen/SystemZ/rot-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/rot-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/stack-guard.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcmp-01.ll
test/CodeGen/SystemZ/strcmp-02.ll
test/CodeGen/SystemZ/strcmp-nobuiltin.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcpy-nobuiltin.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strlen-nobuiltin.ll [new file with mode: 0644]
test/CodeGen/SystemZ/swift-return.ll [new file with mode: 0644]
test/CodeGen/SystemZ/swifterror.ll [new file with mode: 0644]
test/CodeGen/SystemZ/swiftself.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tdc-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/trap-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-extract-02.ll
test/CodeGen/SystemZ/vec-intrinsics.ll
test/CodeGen/SystemZ/vec-sub-01.ll
test/CodeGen/Thumb/2010-07-01-FuncAlign.ll
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/and_neg.ll [new file with mode: 0644]
test/CodeGen/Thumb/barrier.ll
test/CodeGen/Thumb/bic_imm.ll [new file with mode: 0644]
test/CodeGen/Thumb/constants.ll [new file with mode: 0644]
test/CodeGen/Thumb/ldm-merge-struct.ll
test/CodeGen/Thumb/ldm-stm-postinc.ll [new file with mode: 0644]
test/CodeGen/Thumb/segmented-stacks.ll
test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll
test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
test/CodeGen/Thumb2/aligned-constants.ll
test/CodeGen/Thumb2/bicbfi.ll [new file with mode: 0644]
test/CodeGen/Thumb2/carry.ll
test/CodeGen/Thumb2/emit-unwinding.ll
test/CodeGen/Thumb2/ldr-str-imm12.ll
test/CodeGen/Thumb2/thumb2-call.ll
test/CodeGen/Thumb2/thumb2-cbnz.ll
test/CodeGen/Thumb2/thumb2-cpsr-liveness.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ldm.ll
test/CodeGen/Thumb2/thumb2-tbb.ll
test/CodeGen/Thumb2/tls2.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/WebAssembly/address-offsets.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/byval.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/call.ll
test/CodeGen/WebAssembly/cfg-stackify.ll
test/CodeGen/WebAssembly/comparisons_f32.ll
test/CodeGen/WebAssembly/comparisons_f64.ll
test/CodeGen/WebAssembly/comparisons_i32.ll
test/CodeGen/WebAssembly/comparisons_i64.ll
test/CodeGen/WebAssembly/conv.ll
test/CodeGen/WebAssembly/cpus.ll
test/CodeGen/WebAssembly/dead-vreg.ll
test/CodeGen/WebAssembly/divrem-constant.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/f32.ll
test/CodeGen/WebAssembly/f64.ll
test/CodeGen/WebAssembly/fast-isel.ll
test/CodeGen/WebAssembly/frem.ll
test/CodeGen/WebAssembly/func.ll
test/CodeGen/WebAssembly/global.ll
test/CodeGen/WebAssembly/i128.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i32-load-store-alignment.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i32.ll
test/CodeGen/WebAssembly/i64-load-store-alignment.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i64.ll
test/CodeGen/WebAssembly/immediates.ll
test/CodeGen/WebAssembly/indirect-import.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/inline-asm.ll
test/CodeGen/WebAssembly/irreducible-cfg.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/legalize.ll
test/CodeGen/WebAssembly/load-ext.ll
test/CodeGen/WebAssembly/load-store-i1.ll
test/CodeGen/WebAssembly/load.ll
test/CodeGen/WebAssembly/loop-idiom.ll [deleted file]
test/CodeGen/WebAssembly/mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/memory-addr32.ll
test/CodeGen/WebAssembly/memory-addr64.ll
test/CodeGen/WebAssembly/non-executable-stack.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/offset-folding.ll
test/CodeGen/WebAssembly/offset.ll
test/CodeGen/WebAssembly/phi.ll
test/CodeGen/WebAssembly/reg-stackify.ll
test/CodeGen/WebAssembly/return-int32.ll
test/CodeGen/WebAssembly/return-void.ll
test/CodeGen/WebAssembly/returned.ll
test/CodeGen/WebAssembly/select.ll
test/CodeGen/WebAssembly/signext-zeroext.ll
test/CodeGen/WebAssembly/store-results.ll
test/CodeGen/WebAssembly/store-trunc.ll
test/CodeGen/WebAssembly/store.ll
test/CodeGen/WebAssembly/switch.ll
test/CodeGen/WebAssembly/unreachable.ll
test/CodeGen/WebAssembly/unused-argument.ll
test/CodeGen/WebAssembly/userstack.ll
test/CodeGen/WebAssembly/varargs.ll
test/CodeGen/WinEH/wineh-asm.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-cloning.ll
test/CodeGen/WinEH/wineh-nested-unwind.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-setjmp.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll
test/CodeGen/WinEH/wineh-statenumbering.ll
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2007-08-10-SignExtSubreg.ll
test/CodeGen/X86/2007-08-13-AppendingLinkage.ll [deleted file]
test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-07-19-movups-spills.ll
test/CodeGen/X86/2008-07-22-CombinerCrash.ll
test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll
test/CodeGen/X86/2008-08-19-SubAndFetch.ll [deleted file]
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
test/CodeGen/X86/2008-09-29-ReMatBug.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-03-05-burr-list-crash.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-07-06-DbgCrash.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-06-14-PreschedRegalias.ll
test/CodeGen/X86/2011-09-14-valcoalesce.ll
test/CodeGen/X86/2011-10-21-widen-cmp.ll
test/CodeGen/X86/2012-01-11-split-cv.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-1-10-buildvector.ll
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2012-11-30-regpres-dbg.ll
test/CodeGen/X86/3addr-16bit.ll
test/CodeGen/X86/AppendingLinkage.ll [new file with mode: 0644]
test/CodeGen/X86/GC/dynamic-frame-size.ll
test/CodeGen/X86/GC/erlang-gc.ll
test/CodeGen/X86/GC/ocaml-gc.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/StackColoring.ll
test/CodeGen/X86/WidenArith.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/add-nsw-sext.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/alias-gep.ll [new file with mode: 0644]
test/CodeGen/X86/aligned-variadic.ll
test/CodeGen/X86/alignment.ll
test/CodeGen/X86/all-ones-vector.ll
test/CodeGen/X86/and-encoding.ll
test/CodeGen/X86/anyext.ll
test/CodeGen/X86/atom-lea-sp.ll
test/CodeGen/X86/atomic-eflags-reuse.ll [new file with mode: 0644]
test/CodeGen/X86/atomic-non-integer.ll
test/CodeGen/X86/atomic128.ll
test/CodeGen/X86/atomic16.ll
test/CodeGen/X86/atomic8.ll
test/CodeGen/X86/atomic_mi.ll
test/CodeGen/X86/avoid-loop-align.ll
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-cast.ll
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-intrinsics-x86_64.ll
test/CodeGen/X86/avx-isa-check.ll
test/CodeGen/X86/avx-select.ll
test/CodeGen/X86/avx-shift.ll
test/CodeGen/X86/avx-shuffle-x86_32.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-trunc.ll
test/CodeGen/X86/avx-vbroadcast.ll
test/CodeGen/X86/avx-vbroadcastf128.ll [new file with mode: 0644]
test/CodeGen/X86/avx-vextractf128.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx-vzeroupper.ll
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-logic.ll
test/CodeGen/X86/avx2-nontemporal.ll
test/CodeGen/X86/avx2-phaddsub.ll
test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll [deleted file]
test/CodeGen/X86/avx2-pmovxrm.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx2-vbroadcasti128.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-vector-shifts.ll
test/CodeGen/X86/avx2-vperm.ll
test/CodeGen/X86/avx512-any_extend_load.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-bugfix-23634.ll
test/CodeGen/X86/avx512-bugfix-26264.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-calling-conv.ll
test/CodeGen/X86/avx512-cmp.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-ext.ll
test/CodeGen/X86/avx512-extract-subvector.ll
test/CodeGen/X86/avx512-fma-intrinsics.ll
test/CodeGen/X86/avx512-fma.ll
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
test/CodeGen/X86/avx512-inc-dec.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-intel-ocl.ll
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-logic.ll
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mask-spills.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-nontemporal.ll
test/CodeGen/X86/avx512-scalarIntrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512-skx-insert-subvec.ll
test/CodeGen/X86/avx512-trunc.ll
test/CodeGen/X86/avx512-unsafe-fp-math.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bw-mask-op.ll
test/CodeGen/X86/avx512bw-mov.ll
test/CodeGen/X86/avx512bw-vec-cmp.ll
test/CodeGen/X86/avx512bwvl-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512bwvl-mov.ll
test/CodeGen/X86/avx512bwvl-vec-cmp.ll
test/CodeGen/X86/avx512cdvl-intrinsics.ll
test/CodeGen/X86/avx512dq-intrinsics.ll
test/CodeGen/X86/avx512dq-mask-op.ll
test/CodeGen/X86/avx512dqvl-intrinsics.ll
test/CodeGen/X86/avx512ifma-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512ifmavl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmi-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vbmivl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/avx512vl-logic.ll
test/CodeGen/X86/avx512vl-mov.ll
test/CodeGen/X86/avx512vl-vbroadcast.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-vec-cmp.ll
test/CodeGen/X86/base-pointer-and-cmpxchg.ll [new file with mode: 0644]
test/CodeGen/X86/bit-piece-comment.ll
test/CodeGen/X86/bitreverse.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/bmi-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/bmi-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/bool-zext.ll
test/CodeGen/X86/br-fold.ll
test/CodeGen/X86/break-false-dep.ll
test/CodeGen/X86/bss_pagealigned.ll
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/buildvec-insertvec.ll
test/CodeGen/X86/byval2.ll
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/catchpad-dynamic-alloca.ll [new file with mode: 0644]
test/CodeGen/X86/catchpad-lifetime.ll
test/CodeGen/X86/catchret-regmask.ll [new file with mode: 0644]
test/CodeGen/X86/cfstring.ll
test/CodeGen/X86/cleanuppad-inalloca.ll
test/CodeGen/X86/cleanuppad-realign.ll
test/CodeGen/X86/clear_upper_vector_element_bits.ll [new file with mode: 0644]
test/CodeGen/X86/clz.ll
test/CodeGen/X86/cmov-into-branch.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmovcmov.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/cmpxchg-i1.ll
test/CodeGen/X86/cmpxchg-i128-i1.ll
test/CodeGen/X86/coalescer-commute3.ll
test/CodeGen/X86/code_placement_align_all.ll
test/CodeGen/X86/code_placement_cold_loop_blocks.ll
test/CodeGen/X86/code_placement_ignore_succ_in_inner_loop.ll
test/CodeGen/X86/code_placement_loop_rotation.ll
test/CodeGen/X86/code_placement_loop_rotation2.ll
test/CodeGen/X86/code_placement_loop_rotation3.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement_outline_optional_branches.ll
test/CodeGen/X86/combine-multiplies.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/combine-testm-and.ll [new file with mode: 0644]
test/CodeGen/X86/commute-blend-avx2.ll
test/CodeGen/X86/commute-blend-sse41.ll
test/CodeGen/X86/commute-fcmp.ll
test/CodeGen/X86/constructor.ll
test/CodeGen/X86/crash-lre-eliminate-dead-def.ll [new file with mode: 0644]
test/CodeGen/X86/ctpop-combine.ll
test/CodeGen/X86/cxx_tlscc64.ll
test/CodeGen/X86/dag-optnone.ll
test/CodeGen/X86/darwin-stub.ll [deleted file]
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-combine.ll
test/CodeGen/X86/debugloc-argsize.ll
test/CodeGen/X86/deopt-bundles.ll [new file with mode: 0644]
test/CodeGen/X86/deopt-intrinsic-cconv.ll [new file with mode: 0644]
test/CodeGen/X86/deopt-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dynamic-alloca-in-entry.ll
test/CodeGen/X86/dynamic-allocas-VLAs.ll
test/CodeGen/X86/eflags-copy-expansion.mir [new file with mode: 0644]
test/CodeGen/X86/emutls-pic.ll
test/CodeGen/X86/emutls-pie.ll
test/CodeGen/X86/emutls_generic.ll
test/CodeGen/X86/exedepsfix-broadcast.ll
test/CodeGen/X86/expand-vr64-gr64-copy.mir
test/CodeGen/X86/extractelement-index.ll
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/extractps.ll
test/CodeGen/X86/f16c-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-cmp-branch2.ll
test/CodeGen/X86/fast-isel-cmp-branch3.ll
test/CodeGen/X86/fast-isel-float-half-convertion.ll
test/CodeGen/X86/fast-isel-nontemporal.ll
test/CodeGen/X86/fast-isel-stackcheck.ll
test/CodeGen/X86/fast-isel-vecload.ll
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fastmath-float-half-conversion.ll
test/CodeGen/X86/fixup-bw-copy.ll [new file with mode: 0644]
test/CodeGen/X86/fixup-bw-copy.mir [new file with mode: 0644]
test/CodeGen/X86/fixup-bw-inst.ll [new file with mode: 0644]
test/CodeGen/X86/float-conv-elim.ll
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fold-push.ll
test/CodeGen/X86/fold-tied-op.ll
test/CodeGen/X86/fold-vector-sext-zext.ll
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/fp-logic.ll
test/CodeGen/X86/fp-une-cmp.ll
test/CodeGen/X86/fp128-cast.ll
test/CodeGen/X86/fp128-compare.ll
test/CodeGen/X86/fp128-select.ll [new file with mode: 0644]
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frame-order.ll [new file with mode: 0644]
test/CodeGen/X86/ga-offset.ll
test/CodeGen/X86/ga-offset2.ll [new file with mode: 0644]
test/CodeGen/X86/global-access-pie.ll [new file with mode: 0644]
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/h-registers-3.ll
test/CodeGen/X86/haddsub-2.ll
test/CodeGen/X86/haddsub-undef.ll
test/CodeGen/X86/haddsub.ll
test/CodeGen/X86/half.ll
test/CodeGen/X86/hipe-cc.ll
test/CodeGen/X86/hipe-cc64.ll
test/CodeGen/X86/hipe-prologue.ll
test/CodeGen/X86/hoist-invariant-load.ll
test/CodeGen/X86/hoist-spill-lpad.ll [new file with mode: 0644]
test/CodeGen/X86/hoist-spill.ll [new file with mode: 0644]
test/CodeGen/X86/i16lshr8pat.ll [new file with mode: 0644]
test/CodeGen/X86/i386-setjmp-pic.ll [new file with mode: 0644]
test/CodeGen/X86/i386-shrink-wrapping.ll
test/CodeGen/X86/i386-tlscall-fastregalloc.ll
test/CodeGen/X86/i686-win-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/X86/ifunc-asm.ll [new file with mode: 0644]
test/CodeGen/X86/implicit-null-check.ll
test/CodeGen/X86/implicit-null-checks.mir [new file with mode: 0644]
test/CodeGen/X86/inalloca-ctor.ll
test/CodeGen/X86/inalloca-invoke.ll
test/CodeGen/X86/inalloca-stdcall.ll
test/CodeGen/X86/inalloca.ll
test/CodeGen/X86/indirect-hidden.ll
test/CodeGen/X86/insertelement-zero.ll
test/CodeGen/X86/insertps-combine.ll
test/CodeGen/X86/interval-update-remat.ll [new file with mode: 0644]
test/CodeGen/X86/ipra-inline-asm.ll [new file with mode: 0644]
test/CodeGen/X86/ipra-local-linkage.ll [new file with mode: 0644]
test/CodeGen/X86/ipra-reg-usage.ll [new file with mode: 0644]
test/CodeGen/X86/ipra-transform.ll [new file with mode: 0644]
test/CodeGen/X86/lakemont.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-memop-check-1.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt-memop-check-2.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt.ll
test/CodeGen/X86/libcall-sret.ll
test/CodeGen/X86/licm-dominance.ll
test/CodeGen/X86/licm-symbol.ll
test/CodeGen/X86/loc-remat.ll [new file with mode: 0644]
test/CodeGen/X86/local_stack_symbol_ordering.ll [new file with mode: 0644]
test/CodeGen/X86/localescape.ll
test/CodeGen/X86/lock-inst-encoding.ll [deleted file]
test/CodeGen/X86/loop-blocks.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/lzcnt-tzcnt.ll
test/CodeGen/X86/machine-combiner-int.ll
test/CodeGen/X86/machine-copy-prop.mir [new file with mode: 0644]
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/machine-sink-and-implicit-null-checks.ll [new file with mode: 0644]
test/CodeGen/X86/machine-trace-metrics-crash.ll
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/materialize-one.ll [deleted file]
test/CodeGen/X86/materialize.ll [new file with mode: 0644]
test/CodeGen/X86/mbp-false-cfg-break.ll [new file with mode: 0644]
test/CodeGen/X86/mcinst-lowering.ll
test/CodeGen/X86/mcu-abi.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memcpy-from-string.ll [new file with mode: 0644]
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset-nonzero.ll [new file with mode: 0644]
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/merge-consecutive-loads-128.ll [new file with mode: 0644]
test/CodeGen/X86/merge-consecutive-loads-256.ll [new file with mode: 0644]
test/CodeGen/X86/merge-consecutive-loads-512.ll [new file with mode: 0644]
test/CodeGen/X86/merge-sp-update-lea.ll [new file with mode: 0644]
test/CodeGen/X86/merge-store-partially-alias-loads.ll
test/CodeGen/X86/mfence.ll
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/misched-aa-colored.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/misched-ilp.ll
test/CodeGen/X86/mmx-bitcast-fold.ll [new file with mode: 0644]
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/movmsk.ll
test/CodeGen/X86/movpc32-check.ll
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/movtopush64.ll [new file with mode: 0644]
test/CodeGen/X86/mul-i256.ll [new file with mode: 0644]
test/CodeGen/X86/mul128.ll
test/CodeGen/X86/mul64.ll
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/mwaitx.ll [new file with mode: 0644]
test/CodeGen/X86/negate-add-zero.ll
test/CodeGen/X86/negative-offset.ll [new file with mode: 0644]
test/CodeGen/X86/new-remat.ll [new file with mode: 0644]
test/CodeGen/X86/no-prolog-kill.ll [new file with mode: 0644]
test/CodeGen/X86/no-sse2-avg.ll [new file with mode: 0644]
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/nontemporal-loads.ll [new file with mode: 0644]
test/CodeGen/X86/nontemporal.ll
test/CodeGen/X86/noreturn-call.ll [new file with mode: 0644]
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/opt-ext-uses.ll
test/CodeGen/X86/or-lea.ll
test/CodeGen/X86/osx-private-labels.ll
test/CodeGen/X86/patchable-prologue.ll [new file with mode: 0644]
test/CodeGen/X86/patchpoint-verifiable.mir
test/CodeGen/X86/peephole-na-phys-copy-folding.ll
test/CodeGen/X86/phaddsub.ll
test/CodeGen/X86/phi-immediate-factoring.ll
test/CodeGen/X86/phys-reg-local-regalloc.ll
test/CodeGen/X86/phys_subreg_coalesce-2.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/pie.ll [new file with mode: 0644]
test/CodeGen/X86/pku.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pop-stack-cleanup.ll
test/CodeGen/X86/popcnt.ll
test/CodeGen/X86/post-ra-sched.ll [new file with mode: 0644]
test/CodeGen/X86/postra-licm.ll
test/CodeGen/X86/powi.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr16360.ll
test/CodeGen/X86/pr17764.ll
test/CodeGen/X86/pr23664.ll
test/CodeGen/X86/pr2585.ll [new file with mode: 0644]
test/CodeGen/X86/pr26350.ll [new file with mode: 0644]
test/CodeGen/X86/pr2659.ll
test/CodeGen/X86/pr26652.ll [new file with mode: 0644]
test/CodeGen/X86/pr26757.ll [new file with mode: 0644]
test/CodeGen/X86/pr26835.ll [new file with mode: 0644]
test/CodeGen/X86/pr26870.ll [new file with mode: 0644]
test/CodeGen/X86/pr27071.ll [new file with mode: 0644]
test/CodeGen/X86/pr27501.ll [new file with mode: 0644]
test/CodeGen/X86/pr27591.ll [new file with mode: 0644]
test/CodeGen/X86/pr27681.mir [new file with mode: 0644]
test/CodeGen/X86/pr28173.ll [new file with mode: 0644]
test/CodeGen/X86/pr28444.ll [new file with mode: 0644]
test/CodeGen/X86/pr28472.ll [new file with mode: 0644]
test/CodeGen/X86/pr28489.ll [new file with mode: 0644]
test/CodeGen/X86/pr28515.ll [new file with mode: 0644]
test/CodeGen/X86/pr28560.ll [new file with mode: 0644]
test/CodeGen/X86/pr5145.ll
test/CodeGen/X86/promote-i16.ll
test/CodeGen/X86/ps4-noreturn.ll [new file with mode: 0644]
test/CodeGen/X86/pshufb-mask-comments.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/push-cfi-debug.ll
test/CodeGen/X86/push-cfi.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/reduce-trunc-shl.ll [new file with mode: 0644]
test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
test/CodeGen/X86/rem.ll
test/CodeGen/X86/rem_crash.ll
test/CodeGen/X86/return-ext.ll [new file with mode: 0644]
test/CodeGen/X86/rtm.ll
test/CodeGen/X86/sad.ll [new file with mode: 0644]
test/CodeGen/X86/safestack_ssp.ll [new file with mode: 0644]
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/seh-catch-all-win32.ll
test/CodeGen/X86/seh-safe-div-win32.ll
test/CodeGen/X86/seh-safe-div.ll
test/CodeGen/X86/seh-stack-realign.ll
test/CodeGen/X86/setcc-lowering.ll
test/CodeGen/X86/setcc-narrowing.ll
test/CodeGen/X86/setcc.ll
test/CodeGen/X86/sext-ret-val.ll
test/CodeGen/X86/sext-setcc-self.ll
test/CodeGen/X86/sext-trunc.ll
test/CodeGen/X86/shift-pcmp.ll
test/CodeGen/X86/shrink-wrap-chkstk.ll
test/CodeGen/X86/shrink_vmul.ll [new file with mode: 0644]
test/CodeGen/X86/sibcall-5.ll
test/CodeGen/X86/sibcall-byval.ll
test/CodeGen/X86/sincos-opt.ll
test/CodeGen/X86/sink-blockfreq.ll
test/CodeGen/X86/sink-cheap-instructions.ll
test/CodeGen/X86/sjlj-eh.ll [new file with mode: 0644]
test/CodeGen/X86/slow-unaligned-mem.ll
test/CodeGen/X86/sqrt-fastmath-mir.ll [new file with mode: 0644]
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sse-intel-ocl.ll
test/CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/sse-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/sse-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse-intrinsics-x86.ll
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse2-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll
test/CodeGen/X86/sse3-avx-addsub.ll
test/CodeGen/X86/sse3-intrinsics-fast-isel.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll [deleted file]
test/CodeGen/X86/sse41-pmovxrm.ll [new file with mode: 0644]
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse42-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/sse42-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/sse42-intrinsics-x86.ll
test/CodeGen/X86/sse42.ll
test/CodeGen/X86/sse4a-intrinsics-fast-isel.ll
test/CodeGen/X86/sse4a-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse4a.ll
test/CodeGen/X86/sse_partial_update.ll
test/CodeGen/X86/ssp-data-layout.ll
test/CodeGen/X86/ssp-guard-spill.ll [new file with mode: 0644]
test/CodeGen/X86/ssse3-intrinsics-fast-isel.ll
test/CodeGen/X86/stack-align.ll
test/CodeGen/X86/stack-align2.ll
test/CodeGen/X86/stack-folding-fp-avx1.ll
test/CodeGen/X86/stack-folding-fp-avx512vl.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-fp-sse42.ll
test/CodeGen/X86/stack-folding-int-avx2.ll
test/CodeGen/X86/stack-folding-xop.ll
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack-protector-msvc.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-target.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-weight.ll
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stack_guard_remat.ll
test/CodeGen/X86/stackguard-internal.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-frame-setup.ll
test/CodeGen/X86/stackmap-large-constants.ll
test/CodeGen/X86/stackmap-liveness.ll
test/CodeGen/X86/statepoint-allocas.ll
test/CodeGen/X86/statepoint-invoke.ll
test/CodeGen/X86/statepoint-stack-usage.ll
test/CodeGen/X86/statepoint-stackmap-format.ll
test/CodeGen/X86/statepoint-uniqueing.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-vector-bad-spill.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-vector.ll
test/CodeGen/X86/stdarg.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/store-zero-and-minus-one.ll [new file with mode: 0644]
test/CodeGen/X86/swift-return.ll [new file with mode: 0644]
test/CodeGen/X86/swifterror.ll [new file with mode: 0644]
test/CodeGen/X86/swiftself.ll [new file with mode: 0644]
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-density.ll [new file with mode: 0644]
test/CodeGen/X86/switch-edge-weight.ll
test/CodeGen/X86/switch-jump-table.ll
test/CodeGen/X86/switch.ll
test/CodeGen/X86/tail-call-attrs.ll
test/CodeGen/X86/tail-call-casts.ll [new file with mode: 0644]
test/CodeGen/X86/tail-call-parameter-attrs-mismatch.ll [new file with mode: 0644]
test/CodeGen/X86/tail-merge-unreachable.ll [new file with mode: 0644]
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-stackalign.ll
test/CodeGen/X86/tbm-intrinsics-fast-isel-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/tbm-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/tls-android.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/tls-windows-itanium.ll [new file with mode: 0644]
test/CodeGen/X86/tls.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/twoaddr-coalesce.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/uint_to_fp.ll
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/unaligned-load.ll
test/CodeGen/X86/unaligned-spill-folding.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/unreachableblockelim.ll [new file with mode: 0644]
test/CodeGen/X86/unused_stackslots.ll [new file with mode: 0644]
test/CodeGen/X86/update-terminator.mir [new file with mode: 0644]
test/CodeGen/X86/urem-i8-constant.ll
test/CodeGen/X86/urem-power-of-two.ll [new file with mode: 0644]
test/CodeGen/X86/utf16-cfstrings.ll
test/CodeGen/X86/v4f32-immediate.ll
test/CodeGen/X86/v8i1-masks.ll
test/CodeGen/X86/vararg-callee-cleanup.ll
test/CodeGen/X86/vec-sign.ll [deleted file]
test/CodeGen/X86/vec_compare-sse4.ll
test/CodeGen/X86/vec_ctbits.ll
test/CodeGen/X86/vec_ext_inreg.ll
test/CodeGen/X86/vec_extract-avx.ll
test/CodeGen/X86/vec_extract-mmx.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_floor.ll
test/CodeGen/X86/vec_fneg.ll
test/CodeGen/X86/vec_fp_to_int.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_fptrunc.ll [new file with mode: 0644]
test/CodeGen/X86/vec_i64.ll
test/CodeGen/X86/vec_ins_extract-1.ll
test/CodeGen/X86/vec_ins_extract.ll
test/CodeGen/X86/vec_insert-2.ll
test/CodeGen/X86/vec_insert-3.ll
test/CodeGen/X86/vec_insert-4.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-7.ll
test/CodeGen/X86/vec_insert-8.ll
test/CodeGen/X86/vec_insert-9.ll
test/CodeGen/X86/vec_insert-mmx.ll
test/CodeGen/X86/vec_int_to_fp.ll
test/CodeGen/X86/vec_loadsingles.ll
test/CodeGen/X86/vec_logical.ll
test/CodeGen/X86/vec_partial.ll
test/CodeGen/X86/vec_sdiv_to_shift.ll
test/CodeGen/X86/vec_set-2.ll
test/CodeGen/X86/vec_set-3.ll
test/CodeGen/X86/vec_set-4.ll
test/CodeGen/X86/vec_set-6.ll
test/CodeGen/X86/vec_set-7.ll
test/CodeGen/X86/vec_set-8.ll
test/CodeGen/X86/vec_set-A.ll
test/CodeGen/X86/vec_set-B.ll
test/CodeGen/X86/vec_set-C.ll
test/CodeGen/X86/vec_set-D.ll
test/CodeGen/X86/vec_set-F.ll
test/CodeGen/X86/vec_set-H.ll
test/CodeGen/X86/vec_set.ll
test/CodeGen/X86/vec_setcc.ll
test/CodeGen/X86/vec_shift.ll
test/CodeGen/X86/vec_shift2.ll
test/CodeGen/X86/vec_shift3.ll
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shift5.ll
test/CodeGen/X86/vec_shift6.ll
test/CodeGen/X86/vec_shift7.ll
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
test/CodeGen/X86/vector-bitreverse.ll [new file with mode: 0644]
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-compare-combines.ll [new file with mode: 0644]
test/CodeGen/X86/vector-compare-results.ll [new file with mode: 0644]
test/CodeGen/X86/vector-gep.ll
test/CodeGen/X86/vector-half-conversions.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-sdiv-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-sdiv-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-sdiv-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-udiv-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-udiv-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv-udiv-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-lzcnt-128.ll
test/CodeGen/X86/vector-lzcnt-256.ll
test/CodeGen/X86/vector-lzcnt-512.ll
test/CodeGen/X86/vector-pcmp.ll [new file with mode: 0644]
test/CodeGen/X86/vector-popcnt-512.ll
test/CodeGen/X86/vector-rem.ll
test/CodeGen/X86/vector-rotate-128.ll
test/CodeGen/X86/vector-rotate-256.ll
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shift-ashr-512.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-lshr-256.ll
test/CodeGen/X86/vector-shift-lshr-512.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shift-shl-256.ll
test/CodeGen/X86/vector-shift-shl-512.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.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-v16.ll
test/CodeGen/X86/vector-shuffle-512-v32.ll
test/CodeGen/X86/vector-shuffle-512-v64.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-combining-avx.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining-avx2.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining-xop.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-shuffle-sse1.ll
test/CodeGen/X86/vector-shuffle-sse41.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-v1.ll
test/CodeGen/X86/vector-shuffle-variable-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-variable-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc-math.ll [new file with mode: 0644]
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/vector-tzcnt-128.ll
test/CodeGen/X86/vector-tzcnt-256.ll
test/CodeGen/X86/vector-tzcnt-512.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vzero-excess.ll [new file with mode: 0644]
test/CodeGen/X86/warn-stack.ll
test/CodeGen/X86/weak_def_can_be_hidden.ll
test/CodeGen/X86/widen_bitops-0.ll [new file with mode: 0644]
test/CodeGen/X86/widen_bitops-1.ll [new file with mode: 0644]
test/CodeGen/X86/widen_compare-1.ll [new file with mode: 0644]
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conv-2.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_conv-4.ll
test/CodeGen/X86/widen_load-1.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/win-alloca-expander.ll [new file with mode: 0644]
test/CodeGen/X86/win-catchpad-csrs.ll
test/CodeGen/X86/win-catchpad-varargs.ll
test/CodeGen/X86/win-catchpad.ll
test/CodeGen/X86/win-cleanuppad.ll
test/CodeGen/X86/win32-eh-states.ll
test/CodeGen/X86/win32-eh.ll
test/CodeGen/X86/win32-seh-catchpad-realign.ll
test/CodeGen/X86/win32-seh-catchpad.ll
test/CodeGen/X86/win32-seh-nested-finally.ll
test/CodeGen/X86/win32_sret.ll
test/CodeGen/X86/win64_eh.ll
test/CodeGen/X86/win_cst_pool.ll
test/CodeGen/X86/x86-16.ll [new file with mode: 0644]
test/CodeGen/X86/x86-32-intrcc.ll
test/CodeGen/X86/x86-32-vector-calling-conv.ll
test/CodeGen/X86/x86-64-flags-intrinsics.ll
test/CodeGen/X86/x86-64-intrcc.ll
test/CodeGen/X86/x86-64-pic.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-plt-relative-reloc.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll
test/CodeGen/X86/x86-big-ret.ll [new file with mode: 0644]
test/CodeGen/X86/x86-flags-intrinsics.ll
test/CodeGen/X86/x86-interrupt_cc.ll [new file with mode: 0644]
test/CodeGen/X86/x86-interrupt_cld.ll [new file with mode: 0644]
test/CodeGen/X86/x86-interrupt_vzeroupper.ll [new file with mode: 0644]
test/CodeGen/X86/x86-plt-relative-reloc.ll [new file with mode: 0644]
test/CodeGen/X86/x86-shrink-wrap-unwind.ll
test/CodeGen/X86/x86-shrink-wrapping.ll
test/CodeGen/X86/x86-upgrade-avx-vbroadcast.ll
test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll
test/CodeGen/X86/x87.ll [new file with mode: 0644]
test/CodeGen/X86/xaluo.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xop-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/xop-intrinsics-x86_64.ll
test/CodeGen/X86/xop-mask-comments.ll [new file with mode: 0644]
test/CodeGen/X86/xray-attribute-instrumentation.ll [new file with mode: 0644]
test/CodeGen/X86/xray-selective-instrumentation-miss.ll [new file with mode: 0644]
test/CodeGen/X86/xray-selective-instrumentation.ll [new file with mode: 0644]
test/CodeGen/X86/zext-fold.ll
test/CodeGen/XCore/align.ll
test/CodeGen/XCore/dwarf_debug.ll
test/CodeGen/XCore/epilogue_prologue.ll
test/CodeGen/XCore/linkage.ll
test/CodeGen/XCore/scavenging.ll
test/CodeGen/XCore/threads.ll
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/bitfields.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll
test/DebugInfo/AArch64/coalescing.ll
test/DebugInfo/AArch64/constant-dbgloc.ll
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/line-header.ll [new file with mode: 0644]
test/DebugInfo/AArch64/prologue_end.ll
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/PR26163.ll
test/DebugInfo/ARM/big-endian-bitfield.ll [new file with mode: 0644]
test/DebugInfo/ARM/bitfield.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/constant-dbgloc.ll
test/DebugInfo/ARM/float-args.ll
test/DebugInfo/ARM/header.ll
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/multiple-constant-uses-drops-dbgloc.ll
test/DebugInfo/ARM/prologue_end.ll
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
test/DebugInfo/ARM/split-complex.ll [new file with mode: 0644]
test/DebugInfo/ARM/sroa-complex.ll [new file with mode: 0644]
test/DebugInfo/ARM/tls.ll
test/DebugInfo/COFF/anonymous-struct.ll [new file with mode: 0644]
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/asan-module-without-functions.ll
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/big-type.ll [new file with mode: 0644]
test/DebugInfo/COFF/bitfields.ll [new file with mode: 0644]
test/DebugInfo/COFF/comdat.ll [new file with mode: 0644]
test/DebugInfo/COFF/cpp-mangling.ll
test/DebugInfo/COFF/defer-complete-type.ll [new file with mode: 0644]
test/DebugInfo/COFF/enum.ll [new file with mode: 0644]
test/DebugInfo/COFF/fp-stack.ll [new file with mode: 0644]
test/DebugInfo/COFF/global-dllimport.ll [new file with mode: 0644]
test/DebugInfo/COFF/globals-discarded.ll [new file with mode: 0644]
test/DebugInfo/COFF/globals.ll [new file with mode: 0644]
test/DebugInfo/COFF/inheritance.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining-files.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining-header.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining-levels.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining-padding.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining-same-name.ll [new file with mode: 0644]
test/DebugInfo/COFF/inlining.ll [new file with mode: 0644]
test/DebugInfo/COFF/local-constant.ll [new file with mode: 0644]
test/DebugInfo/COFF/local-variables.ll [new file with mode: 0644]
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/parameter-order.ll [new file with mode: 0644]
test/DebugInfo/COFF/register-variables.ll [new file with mode: 0644]
test/DebugInfo/COFF/retained-types.ll [new file with mode: 0644]
test/DebugInfo/COFF/scopes.ll [new file with mode: 0644]
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/COFF/typedef.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-array-advanced.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-array.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-basic.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-calling-conv.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-data-members.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-nested-class.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-non-virtual-methods.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-ptr-to-member.ll [new file with mode: 0644]
test/DebugInfo/COFF/types-recursive-struct.ll [new file with mode: 0644]
test/DebugInfo/COFF/udts.ll [new file with mode: 0644]
test/DebugInfo/COFF/virtual-method-kinds.ll [new file with mode: 0644]
test/DebugInfo/COFF/virtual-methods.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-03-InsertExtractValue.ll
test/DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/Generic/2009-11-06-NamelessGlobalVariable.ll
test/DebugInfo/Generic/2009-11-10-CurrentFn.ll
test/DebugInfo/Generic/2010-01-05-DbgScope.ll
test/DebugInfo/Generic/2010-03-12-llc-crash.ll
test/DebugInfo/Generic/2010-03-19-DbgDeclare.ll
test/DebugInfo/Generic/2010-03-24-MemberFn.ll
test/DebugInfo/Generic/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/Generic/2010-04-19-FramePtr.ll
test/DebugInfo/Generic/2010-05-03-DisableFramePtr.ll
test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
test/DebugInfo/Generic/2010-05-10-MultipleCU.ll
test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/Generic/2010-07-19-Crash.ll
test/DebugInfo/Generic/2010-10-01-crash.ll
test/DebugInfo/Generic/Inputs/gmlt.ll [deleted file]
test/DebugInfo/Generic/PR20038.ll
test/DebugInfo/Generic/accel-table-hash-collisions.ll
test/DebugInfo/Generic/array.ll
test/DebugInfo/Generic/block-asan.ll
test/DebugInfo/Generic/bug_null_debuginfo.ll
test/DebugInfo/Generic/constant-pointers.ll
test/DebugInfo/Generic/constant-sdnodes-have-dbg-location.ll
test/DebugInfo/Generic/constantfp-sdnodes-have-dbg-location.ll
test/DebugInfo/Generic/cross-cu-inlining.ll
test/DebugInfo/Generic/cross-cu-linkonce-distinct.ll
test/DebugInfo/Generic/cross-cu-linkonce.ll
test/DebugInfo/Generic/cu-range-hole.ll
test/DebugInfo/Generic/cu-ranges.ll
test/DebugInfo/Generic/dbg-at-specficiation.ll
test/DebugInfo/Generic/dead-argument-order.ll
test/DebugInfo/Generic/debug-info-qualifiers.ll
test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll
test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll
test/DebugInfo/Generic/def-line.ll
test/DebugInfo/Generic/discriminator.ll
test/DebugInfo/Generic/dwarf-public-names.ll
test/DebugInfo/Generic/empty.ll
test/DebugInfo/Generic/enum-types.ll
test/DebugInfo/Generic/enum.ll
test/DebugInfo/Generic/global.ll
test/DebugInfo/Generic/gmlt.test
test/DebugInfo/Generic/gvn.ll
test/DebugInfo/Generic/incorrect-variable-debugloc.ll
test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
test/DebugInfo/Generic/inheritance.ll
test/DebugInfo/Generic/inline-debug-info-multiret.ll
test/DebugInfo/Generic/inline-debug-info.ll
test/DebugInfo/Generic/inline-no-debug-info.ll
test/DebugInfo/Generic/inline-scopes.ll
test/DebugInfo/Generic/inlined-arguments.ll
test/DebugInfo/Generic/inlined-vars.ll
test/DebugInfo/Generic/linkage-name-abstract.ll [new file with mode: 0644]
test/DebugInfo/Generic/location-verifier.ll
test/DebugInfo/Generic/lto-comp-dir.ll
test/DebugInfo/Generic/member-order.ll
test/DebugInfo/Generic/member-pointers.ll
test/DebugInfo/Generic/missing-abstract-variable.ll
test/DebugInfo/Generic/multiline.ll
test/DebugInfo/Generic/namespace.ll
test/DebugInfo/Generic/namespace_function_definition.ll
test/DebugInfo/Generic/namespace_inline_function_definition.ll
test/DebugInfo/Generic/nodebug.ll
test/DebugInfo/Generic/piece-verifier.ll
test/DebugInfo/Generic/ptrsize.ll
test/DebugInfo/Generic/recursive_inlining.ll
test/DebugInfo/Generic/restrict.ll
test/DebugInfo/Generic/skeletoncu.ll
test/DebugInfo/Generic/sugared-constants.ll
test/DebugInfo/Generic/template-recursive-void.ll
test/DebugInfo/Generic/tu-composite.ll
test/DebugInfo/Generic/tu-member-pointer.ll
test/DebugInfo/Generic/two-cus-from-same-file.ll
test/DebugInfo/Generic/typedef.ll
test/DebugInfo/Generic/unconditional-branch.ll
test/DebugInfo/Generic/varargs.ll
test/DebugInfo/Generic/version.ll
test/DebugInfo/Generic/virtual-index.ll [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-objc.m
test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o
test/DebugInfo/Inputs/dwarfdump-test-zlib.cc
test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-test-zlibgnu.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/line.ll
test/DebugInfo/Inputs/split-dwarf-empty.dwo [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-test
test/DebugInfo/Inputs/split-dwarf-test-nogmlt [new file with mode: 0755]
test/DebugInfo/Inputs/split-dwarf-test.cc
test/DebugInfo/Inputs/split-dwarf-test.dwo
test/DebugInfo/Lanai/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/Lanai/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir
test/DebugInfo/MIR/X86/live-debug-values.mir
test/DebugInfo/Mips/InlinedFnLocalVar.ll
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/dsr-fixed-objects.ll
test/DebugInfo/Mips/dsr-non-fixed-objects.ll
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/Mips/prologue_end.ll
test/DebugInfo/PDB/DIA/pdbdump-flags.test
test/DebugInfo/PDB/DIA/pdbdump-linenumbers.test [new file with mode: 0644]
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
test/DebugInfo/PDB/Inputs/bad-block-size.pdb [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/big-read.pdb [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-headers.test
test/DebugInfo/PDB/pdbdump-write.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-yaml.test [new file with mode: 0644]
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/prologue_end.ll
test/DebugInfo/SystemZ/eh_frame_personality.ll
test/DebugInfo/SystemZ/prologue_end.ll
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
test/DebugInfo/X86/2011-12-16-BadStructRef.ll
test/DebugInfo/X86/DIModule.ll
test/DebugInfo/X86/DIModuleContext.ll
test/DebugInfo/X86/DW_AT_byte_size.ll
test/DebugInfo/X86/DW_AT_calling-convention.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_linkage_name.ll
test/DebugInfo/X86/DW_AT_location-reference.ll
test/DebugInfo/X86/DW_AT_object_pointer.ll
test/DebugInfo/X86/DW_AT_specification.ll
test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/InlinedFnLocalVar.ll
test/DebugInfo/X86/PR26148.ll
test/DebugInfo/X86/abstract_origin.ll [new file with mode: 0644]
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arange-and-stub.ll
test/DebugInfo/X86/arange.ll
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/bbjoin.ll
test/DebugInfo/X86/bitfields-dwarf4.ll [new file with mode: 0644]
test/DebugInfo/X86/bitfields.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/constant-aggregate.ll
test/DebugInfo/X86/constant-loclist.ll [new file with mode: 0644]
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-file-name.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-prolog-end.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-regmask-clobber.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-terminator.ll
test/DebugInfo/X86/dbg_value_direct.ll
test/DebugInfo/X86/debug-dead-local-var.ll
test/DebugInfo/X86/debug-info-access.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-packed-struct.ll
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-empty-entries.ll [deleted file]
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-macro.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/debugger-tune.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/deleted-bit-piece.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/discriminator2.ll [new file with mode: 0644]
test/DebugInfo/X86/discriminator3.ll [new file with mode: 0644]
test/DebugInfo/X86/dllimport.ll [new file with mode: 0644]
test/DebugInfo/X86/dw_op_minus.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-linkage-names.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/empty.ll
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/externaltyperef.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/float_const.ll
test/DebugInfo/X86/float_const_loclist.ll [new file with mode: 0644]
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/frame-register.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/header.ll
test/DebugInfo/X86/inline-asm-locs.ll [new file with mode: 0644]
test/DebugInfo/X86/inline-member-function.ll
test/DebugInfo/X86/inline-seldag-test.ll
test/DebugInfo/X86/inlined-formal-parameter.ll
test/DebugInfo/X86/inlined-indirect-value.ll
test/DebugInfo/X86/instcombine-instrinsics.ll
test/DebugInfo/X86/isel-cse-line.ll [new file with mode: 0644]
test/DebugInfo/X86/lexical-block-file-inline.ll [new file with mode: 0644]
test/DebugInfo/X86/lexical_block.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/live-debug-values.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/memberfnptr.ll
test/DebugInfo/X86/mi-print.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/missing-file-line.ll
test/DebugInfo/X86/mixed-nodebug-cu.ll [new file with mode: 0644]
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nodebug_with_debug_loc.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pieces-1.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/pr28270.ll [new file with mode: 0644]
test/DebugInfo/X86/processes-relocations.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/safestack-byval.ll
test/DebugInfo/X86/single-dbg_value.ll [new file with mode: 0644]
test/DebugInfo/X86/sret.ll
test/DebugInfo/X86/sroasplit-1.ll
test/DebugInfo/X86/sroasplit-2.ll
test/DebugInfo/X86/sroasplit-3.ll
test/DebugInfo/X86/sroasplit-4.ll
test/DebugInfo/X86/sroasplit-5.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/type_units_with_addresses.ll
test/DebugInfo/X86/union-const.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/dwarfdump-accel.test
test/DebugInfo/dwarfdump-objc.test
test/DebugInfo/dwarfdump-zlib.test
test/DebugInfo/dwo.ll
test/DebugInfo/llvm-symbolizer-split-dwarf-empty.test [new file with mode: 0644]
test/DebugInfo/llvm-symbolizer-zlib.test
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/skeletoncu.ll
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/eh.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/OrcLazy/lit.local.cfg
test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll
test/ExecutionEngine/OrcMCJIT/remote/eh.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/multi-module-a.ll
test/ExecutionEngine/OrcMCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
test/ExecutionEngine/RuntimeDyld/ARM/COFF_Thumb.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_Mips64r2N64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_N64R6_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32R6_relocations.s
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/SystemZ/Inputs/rtdyld-globals.ll [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/SystemZ/cfi-relo-pc64.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/SystemZ/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/COFF_i386.s
test/ExecutionEngine/RuntimeDyld/X86/ELF-relaxed.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/ELF_STT_FILE.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PC8_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_PIC-small-relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_empty_ehframe.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_eh_frame.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
test/Feature/OperandBundles/pr26510.ll [new file with mode: 0644]
test/Feature/constexpr.ll
test/Feature/constpointer.ll
test/Feature/globalvars.ll
test/Feature/intrinsic-noduplicate.ll
test/Feature/optnone-llc.ll
test/Feature/strip_names.ll [new file with mode: 0644]
test/Feature/testconstants.ll
test/FileCheck/check-empty.txt
test/FileCheck/check-multiple-prefixes-mixed.txt
test/FileCheck/check-multiple-prefixes-nomatch-2.txt
test/FileCheck/check-multiple-prefixes-nomatch.txt
test/FileCheck/check-substring-multi-prefix.txt
test/FileCheck/multiple-missing-prefixes.txt
test/FileCheck/no-multi-suffixes.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/asan_address_space_attr.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-globals-darwin.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-profiling-globals.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-instrument-promotable-allocas.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/global_metadata_darwin.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/lifetime-uar.ll [deleted file]
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/local_alias.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/scale-offset.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/str-nobuiltin.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/call.ll
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/EfficiencySanitizer/str-nobuiltin.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/struct_field_count_basic.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/struct_field_gep.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/struct_field_small.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/working_set_basic.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/working_set_slow.ll [new file with mode: 0644]
test/Instrumentation/EfficiencySanitizer/working_set_strict.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/PR23499.ll
test/Instrumentation/InstrProfiling/X86/alloc.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/X86/lit.local.cfg [copied from test/Transforms/TailDup/X86/lit.local.cfg with 100% similarity]
test/Instrumentation/InstrProfiling/icall.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/linkage.ll
test/Instrumentation/InstrProfiling/no-counters.ll
test/Instrumentation/InstrProfiling/noruntime.ll
test/Instrumentation/InstrProfiling/platform.ll
test/Instrumentation/InstrProfiling/profiling.ll
test/Instrumentation/MemorySanitizer/AArch64/vararg.ll
test/Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/PowerPC/vararg-ppc64le.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/global_ctors_2to3.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/str-nobuiltin.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_cmp.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_shift.ll
test/Instrumentation/MemorySanitizer/with-call-type-size.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/cmp-tracing.ll
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/SanitizerCoverage/switch-tracing.ll
test/Instrumentation/SanitizerCoverage/tracing.ll
test/Instrumentation/ThreadSanitizer/atomic.ll
test/Instrumentation/ThreadSanitizer/do-not-instrument-memory-access.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/str-nobuiltin.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/tsan_address_space_attr.ll [new file with mode: 0644]
test/Integer/constexpr_bt.ll
test/Integer/constpointer_bt.ll
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/LTO/X86/Inputs/bcsection.macho.s
test/LTO/X86/Inputs/invalid.ll.bc
test/LTO/X86/Inputs/remangle_intrinsics.ll [new file with mode: 0644]
test/LTO/X86/Inputs/strip-debug-info.bc [new file with mode: 0644]
test/LTO/X86/cfi_endproc.ll
test/LTO/X86/diagnostic-handler-remarks.ll
test/LTO/X86/disable-verify.ll
test/LTO/X86/invalid.ll
test/LTO/X86/linkonce_odr_func.ll
test/LTO/X86/objc-detection-i386.ll [new file with mode: 0644]
test/LTO/X86/objc-detection.ll [new file with mode: 0644]
test/LTO/X86/pr25919.ll [new file with mode: 0644]
test/LTO/X86/remangle_intrinsics.ll [new file with mode: 0644]
test/LTO/X86/restore-externals.ll [new file with mode: 0644]
test/LTO/X86/set-merged.ll
test/LTO/X86/strip-debug-info.ll [new file with mode: 0644]
test/LTO/X86/unnamed.ll [new file with mode: 0644]
test/LibDriver/no-inputs.test [new file with mode: 0644]
test/Linker/2003-08-28-TypeResolvesGlobal3.ll
test/Linker/2009-09-03-mdnode.ll
test/Linker/2009-09-03-mdnode2.ll
test/Linker/2011-08-04-DebugLoc.ll
test/Linker/2011-08-04-DebugLoc2.ll
test/Linker/2011-08-04-Metadata.ll
test/Linker/2011-08-04-Metadata2.ll
test/Linker/2011-08-18-unique-class-type.ll
test/Linker/2011-08-18-unique-class-type2.ll
test/Linker/2011-08-18-unique-debug-type.ll
test/Linker/2011-08-18-unique-debug-type2.ll
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/alias-2.ll [new file with mode: 0644]
test/Linker/Inputs/comdat-rm-dst.ll [new file with mode: 0644]
test/Linker/Inputs/comdat16.ll [new file with mode: 0644]
test/Linker/Inputs/dicompositetype-unique.ll [new file with mode: 0644]
test/Linker/Inputs/funcimport2.ll [new file with mode: 0644]
test/Linker/Inputs/funcimport_comdat.ll [new file with mode: 0644]
test/Linker/Inputs/mdlocation.ll
test/Linker/Inputs/odr.ll [new file with mode: 0644]
test/Linker/Inputs/only-needed-debug-metadata.ll
test/Linker/Inputs/only-needed-recurse.ll [new file with mode: 0644]
test/Linker/Inputs/pr26037.ll
test/Linker/Inputs/pr27044.ll [new file with mode: 0644]
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
test/Linker/Inputs/subprogram-linkonce-weak.ll
test/Linker/Inputs/thinlto_funcimport_debug.ll
test/Linker/Inputs/type-unique-inheritance-a.ll
test/Linker/Inputs/type-unique-inheritance-b.ll
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/Inputs/type-unique-simple2-b.ll
test/Linker/alias-2.ll [new file with mode: 0644]
test/Linker/alias-3.ll [new file with mode: 0644]
test/Linker/broken.ll
test/Linker/comdat-rm-dst.ll [new file with mode: 0644]
test/Linker/comdat14.ll
test/Linker/comdat16.ll [new file with mode: 0644]
test/Linker/comdat9.ll
test/Linker/constructor-comdat.ll
test/Linker/debug-info-version-a.ll
test/Linker/dicompositetype-unique.ll [new file with mode: 0644]
test/Linker/funcimport.ll
test/Linker/funcimport2.ll [new file with mode: 0644]
test/Linker/funcimport_appending_global.ll
test/Linker/funcimport_comdat.ll [new file with mode: 0644]
test/Linker/mdlocation.ll
test/Linker/metadata-attach.ll [new file with mode: 0644]
test/Linker/module-flags-4-a.ll
test/Linker/module-flags-4-b.ll
test/Linker/null_mapping_constant.ll [new file with mode: 0644]
test/Linker/odr.ll [new file with mode: 0644]
test/Linker/only-needed-debug-metadata.ll
test/Linker/only-needed-named-metadata.ll
test/Linker/only-needed-recurse.ll [new file with mode: 0644]
test/Linker/pr26037.ll
test/Linker/pr27044.ll [new file with mode: 0644]
test/Linker/replaced-function-matches-first-subprogram.ll
test/Linker/subprogram-linkonce-weak.ll
test/Linker/thinlto_funcimport_debug.ll
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-odr-b.ll
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple-b.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll
test/Linker/type-unique-type-array-a.ll
test/Linker/type-unique-type-array-b.ll
test/MC/AArch64/arm64-advsimd.s
test/MC/AArch64/arm64-aliases.s
test/MC/AArch64/arm64-arithmetic-encoding.s
test/MC/AArch64/arm64-spsel-sysreg.s
test/MC/AArch64/arm64-system-encoding.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/cyclone-crc.s [new file with mode: 0644]
test/MC/AArch64/directive-arch-negative.s [new file with mode: 0644]
test/MC/AArch64/directive-arch.s [new file with mode: 0644]
test/MC/AArch64/directive-cpu.s [new file with mode: 0644]
test/MC/AArch64/error-location.s
test/MC/AArch64/fixup-out-of-range.s [new file with mode: 0644]
test/MC/AArch64/inst-directive.s
test/MC/AArch64/ldr-pseudo-obj-errors.s
test/MC/AArch64/ldr-pseudo.s
test/MC/AArch64/optional-hash.s
test/MC/AArch64/ras-extension.s [new file with mode: 0644]
test/MC/AArch64/single-slash.s
test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
test/MC/AMDGPU/ds-err.s
test/MC/AMDGPU/ds.s
test/MC/AMDGPU/expressions.s [new file with mode: 0644]
test/MC/AMDGPU/flat-scratch.s
test/MC/AMDGPU/flat.s
test/MC/AMDGPU/hsa-exp.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-text.s
test/MC/AMDGPU/hsa.s
test/MC/AMDGPU/labels-branch.s [new file with mode: 0644]
test/MC/AMDGPU/macro-examples.s [new file with mode: 0644]
test/MC/AMDGPU/mimg.s [new file with mode: 0644]
test/MC/AMDGPU/mubuf.s
test/MC/AMDGPU/out-of-range-registers.s
test/MC/AMDGPU/reg-syntax-extra.s [new file with mode: 0644]
test/MC/AMDGPU/regression/bug28413.s [new file with mode: 0644]
test/MC/AMDGPU/regression/bug28538.s [new file with mode: 0644]
test/MC/AMDGPU/regression/lit.local.cfg [new file with mode: 0644]
test/MC/AMDGPU/reloc.s [new file with mode: 0644]
test/MC/AMDGPU/smem.s
test/MC/AMDGPU/smrd-err.s
test/MC/AMDGPU/smrd.s
test/MC/AMDGPU/sop1-err.s
test/MC/AMDGPU/sop1.s
test/MC/AMDGPU/sop2.s
test/MC/AMDGPU/sopc.s
test/MC/AMDGPU/sopk-err.s [new file with mode: 0644]
test/MC/AMDGPU/sopk.s
test/MC/AMDGPU/sopp-err.s [new file with mode: 0644]
test/MC/AMDGPU/sopp.s
test/MC/AMDGPU/symbol_special.s [new file with mode: 0644]
test/MC/AMDGPU/trap.s [new file with mode: 0644]
test/MC/AMDGPU/vop2-err.s
test/MC/AMDGPU/vop2.s
test/MC/AMDGPU/vop3-errs.s
test/MC/AMDGPU/vop3.s
test/MC/AMDGPU/vop_dpp.s [new file with mode: 0644]
test/MC/AMDGPU/vop_sdwa.s [new file with mode: 0644]
test/MC/ARM/aligned-blx.s [new file with mode: 0644]
test/MC/ARM/arm-branch-errors.s [new file with mode: 0644]
test/MC/ARM/arm-branches.s [new file with mode: 0644]
test/MC/ARM/arm11-hint-instr.s
test/MC/ARM/arm_fixups.s
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/directive-align.s
test/MC/ARM/directive-arch-mode-switch.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute.s
test/MC/ARM/eh-directive-pad-diagnostics.s
test/MC/ARM/eh-directive-personality-diagnostics.s
test/MC/ARM/eh-directive-save-diagnostics.s
test/MC/ARM/eh-directive-setfp-diagnostics.s
test/MC/ARM/eh-directive-vsave-diagnostics.s
test/MC/ARM/elf-thumbfunc-reloc2.s
test/MC/ARM/error-location.s
test/MC/ARM/fp-const-errors.s
test/MC/ARM/fullfp16-neg.s [new file with mode: 0644]
test/MC/ARM/fullfp16.s [new file with mode: 0644]
test/MC/ARM/inst-directive-emit.s
test/MC/ARM/ldr-pseudo-cond-darwin.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo-cond.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo-darwin.s
test/MC/ARM/ldr-pseudo-obj-errors.s
test/MC/ARM/ldr-pseudo-unpredictable.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo.s
test/MC/ARM/load-store-acquire-release-v8-thumb.s
test/MC/ARM/load-store-acquire-release-v8.s
test/MC/ARM/ltorg-darwin.s
test/MC/ARM/ltorg.s
test/MC/ARM/macho-movwt.s [new file with mode: 0644]
test/MC/ARM/misaligned-blx.s [new file with mode: 0644]
test/MC/ARM/modified-immediate-fixup-error.s [new file with mode: 0644]
test/MC/ARM/modified-immediate-fixup.s [new file with mode: 0644]
test/MC/ARM/not-armv4.s
test/MC/ARM/pool.s
test/MC/ARM/ras-extension.s [new file with mode: 0644]
test/MC/ARM/symbol-variants.s
test/MC/ARM/thumb-branch-errors.s [new file with mode: 0644]
test/MC/ARM/thumb-movwt-reloc.s [new file with mode: 0644]
test/MC/ARM/thumb1-relax-8m-baseline.s [new file with mode: 0644]
test/MC/ARM/thumb1-relax-bcc.s
test/MC/ARM/thumb2-branches.s
test/MC/ARM/thumb2-diagnostics.s
test/MC/ARM/thumb2-ldrb-ldrh.s
test/MC/ARM/thumbv8m.s [new file with mode: 0644]
test/MC/ARM/tls-directives.s [new file with mode: 0644]
test/MC/AsmParser/comments-x86-darwin.s
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/directive_file-2.s [new file with mode: 0644]
test/MC/AsmParser/directive_file-errors.s [deleted file]
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_space.s
test/MC/AsmParser/expr-shr.s
test/MC/AsmParser/floating-literals.s
test/MC/AsmParser/hash-directive.s [new file with mode: 0644]
test/MC/AsmParser/inline-comments.ll [new file with mode: 0644]
test/MC/AsmParser/macro-irp.s
test/MC/AsmParser/macro-irpc.s
test/MC/AsmParser/macro_parsing.s [new file with mode: 0644]
test/MC/AsmParser/macros-gas.s
test/MC/AsmParser/preserve-comments.s [new file with mode: 0644]
test/MC/AsmParser/uppercase-hex.s [new file with mode: 0644]
test/MC/COFF/cross-section-relative.ll
test/MC/COFF/cv-def-range.s [new file with mode: 0644]
test/MC/COFF/cv-empty-file-table.s [new file with mode: 0644]
test/MC/COFF/cv-empty-linetable.s [new file with mode: 0644]
test/MC/COFF/cv-inline-linetable-infloop.s [new file with mode: 0644]
test/MC/COFF/cv-inline-linetable-unreachable.s [new file with mode: 0644]
test/MC/COFF/cv-inline-linetable.s [new file with mode: 0644]
test/MC/COFF/cv-loc.s [new file with mode: 0644]
test/MC/COFF/pr28462.s [new file with mode: 0644]
test/MC/COFF/relax-reloc.s [new file with mode: 0644]
test/MC/COFF/seh-section-2.s [new file with mode: 0644]
test/MC/COFF/seh-section.s
test/MC/COFF/weak-alias-local.s [new file with mode: 0644]
test/MC/COFF/weak-val.s [new file with mode: 0644]
test/MC/COFF/weak.s
test/MC/Disassembler/AArch64/arm64-advsimd.txt
test/MC/Disassembler/AArch64/arm64-arithmetic.txt
test/MC/Disassembler/AArch64/arm64-system.txt
test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/AArch64/neon-instructions.txt
test/MC/Disassembler/AArch64/ras-extension.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/dpp_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/ds_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/flat_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/mov.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/mubuf_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/nop.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sdwa_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/smem_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/smrd_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sop1_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sop2_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sopc_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sopk_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/sopp_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/trap_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop1.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop1_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop2_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vop3_vi.txt [new file with mode: 0644]
test/MC/Disassembler/AMDGPU/vopc_vi.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-arm-neg.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-thumb-neg.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumb-MSR-MClass.txt
test/MC/Disassembler/ARM/ras-extension-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/ras-extension-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb2-v8m.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/jr.txt
test/MC/Disassembler/Lanai/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/Lanai/v11.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips-dsp/valid-micromips32r3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips-dsp/valid.txt
test/MC/Disassembler/Mips/micromips-dspr2/valid.txt
test/MC/Disassembler/Mips/micromips-dspr3/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid-el.txt
test/MC/Disassembler/Mips/micromips32r3/valid.txt
test/MC/Disassembler/Mips/micromips32r6/valid.txt
test/MC/Disassembler/Mips/micromips64r6/valid.txt
test/MC/Disassembler/Mips/mips2/valid-mips2-el.txt
test/MC/Disassembler/Mips/mips2/valid-mips2.txt
test/MC/Disassembler/Mips/mips3/valid-mips3-el.txt
test/MC/Disassembler/Mips/mips3/valid-mips3.txt
test/MC/Disassembler/Mips/mips32/valid-mips32.txt
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2.txt
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3.txt
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
test/MC/Disassembler/Mips/mips4/valid-mips4-el.txt
test/MC/Disassembler/Mips/mips4/valid-mips4.txt
test/MC/Disassembler/Mips/mips64/valid-mips64.txt
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.txt
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
test/MC/Disassembler/Mips/mips64r6/valid-xfail-mips64r6.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/Sparc/sparc-special-registers.txt
test/MC/Disassembler/Sparc/sparc-v9.txt
test/MC/Disassembler/Sparc/sparc.txt
test/MC/Disassembler/SystemZ/insns-pcrel.txt
test/MC/Disassembler/SystemZ/insns-z13.txt
test/MC/Disassembler/SystemZ/insns.txt
test/MC/Disassembler/X86/intel-syntax.txt
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/ELF/cfi-version.ll
test/MC/ELF/compression.s
test/MC/ELF/got-relaxed-i386.s [new file with mode: 0644]
test/MC/ELF/got-relaxed-no-relax.s [new file with mode: 0644]
test/MC/ELF/got-relaxed-rex.s [new file with mode: 0644]
test/MC/ELF/got-relaxed.s [new file with mode: 0644]
test/MC/ELF/nocompression.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-tls.s [new file with mode: 0644]
test/MC/ELF/relocation.s
test/MC/ELF/section-sym-err.s [deleted file]
test/MC/ELF/section-sym-redefine.s [new file with mode: 0644]
test/MC/ELF/section.s
test/MC/ELF/undefined-directional.s [new file with mode: 0644]
test/MC/Hexagon/align.s [new file with mode: 0644]
test/MC/Hexagon/basic.ll
test/MC/Hexagon/double-vector-producer.s [new file with mode: 0644]
test/MC/Hexagon/duplex-registers.s [new file with mode: 0644]
test/MC/Hexagon/elf-flags.s [new file with mode: 0644]
test/MC/Hexagon/endloop.s
test/MC/Hexagon/fixups.s [new file with mode: 0644]
test/MC/Hexagon/iconst.s [new file with mode: 0644]
test/MC/Hexagon/instructions/system_user.s
test/MC/Hexagon/lcomm.s [new file with mode: 0644]
test/MC/Hexagon/new-value-check.s
test/MC/Hexagon/out_of_range.s
test/MC/Hexagon/register-alt-names.s [new file with mode: 0644]
test/MC/Hexagon/relocations.s [new file with mode: 0644]
test/MC/Hexagon/tprel_noextend.s [new file with mode: 0644]
test/MC/Hexagon/v60-misc.s [new file with mode: 0644]
test/MC/Lanai/conditional_inst.s [new file with mode: 0644]
test/MC/Lanai/ctrl-instructions.s [new file with mode: 0644]
test/MC/Lanai/lit.local.cfg [new file with mode: 0644]
test/MC/Lanai/memory.s [new file with mode: 0644]
test/MC/Lanai/v11.s [new file with mode: 0644]
test/MC/MachO/AArch64/cstexpr-gotpcrel.ll
test/MC/MachO/AArch64/data-in-code.s [new file with mode: 0644]
test/MC/MachO/absolute.s
test/MC/MachO/altentry.s [new file with mode: 0644]
test/MC/MachO/empty-twice.ll
test/MC/MachO/undefined-directional.s [new file with mode: 0644]
test/MC/MachO/variable-exprs.s
test/MC/MachO/x86-data-in-code.ll [deleted file]
test/MC/MachO/x86-data-in-code.s [new file with mode: 0644]
test/MC/MachO/x86_64-reloc-arithmetic.s
test/MC/Mips/cnmips/invalid.s
test/MC/Mips/cpload.s
test/MC/Mips/cprestore-bad.s
test/MC/Mips/cprestore-noreorder-noat.s [new file with mode: 0644]
test/MC/Mips/cprestore-noreorder.s
test/MC/Mips/cprestore-reorder.s
test/MC/Mips/cprestore-warning-unused.s
test/MC/Mips/cpsetup.s
test/MC/Mips/directive-ent.s
test/MC/Mips/do_switch1.s
test/MC/Mips/do_switch2.s
test/MC/Mips/do_switch3.s
test/MC/Mips/double-expand.s [new file with mode: 0644]
test/MC/Mips/dsp/invalid.s
test/MC/Mips/elf_eflags.s
test/MC/Mips/elf_eflags_micromips.s
test/MC/Mips/elf_eflags_micromips2.s [new file with mode: 0644]
test/MC/Mips/elf_st_other.s
test/MC/Mips/eva/invalid-noeva-wrong-error.s
test/MC/Mips/eva/invalid.s
test/MC/Mips/eva/invalid_R6.s
test/MC/Mips/expansion-jal-sym-pic.s
test/MC/Mips/expr1.s
test/MC/Mips/got-rel-expr.s [new file with mode: 0644]
test/MC/Mips/hex-immediates.s [new file with mode: 0644]
test/MC/Mips/higher-highest-addressing.s
test/MC/Mips/init-order-bug.ll [new file with mode: 0644]
test/MC/Mips/insn-directive.s
test/MC/Mips/instalias-imm-expanding.s
test/MC/Mips/instr-analysis.s [new file with mode: 0644]
test/MC/Mips/macro-abs.s [new file with mode: 0644]
test/MC/Mips/macro-ddiv-bad.s
test/MC/Mips/macro-ddiv.s
test/MC/Mips/macro-ddivu-bad.s
test/MC/Mips/macro-ddivu.s
test/MC/Mips/macro-div-bad.s
test/MC/Mips/macro-div.s
test/MC/Mips/macro-divu-bad.s
test/MC/Mips/macro-divu.s
test/MC/Mips/macro-dla-32bit.s [new file with mode: 0644]
test/MC/Mips/macro-la-pic.s [new file with mode: 0644]
test/MC/Mips/macro-la.s
test/MC/Mips/micromips-alias.s
test/MC/Mips/micromips-alu-instructions.s
test/MC/Mips/micromips-dsp/invalid.s
test/MC/Mips/micromips-dsp/valid-micromips32r3.s [new file with mode: 0644]
test/MC/Mips/micromips-dsp/valid.s
test/MC/Mips/micromips-dspr2/invalid.s
test/MC/Mips/micromips-dspr2/valid.s
test/MC/Mips/micromips-dspr3/valid.s [new file with mode: 0644]
test/MC/Mips/micromips-el-fixup-data.s
test/MC/Mips/micromips-expansions.s
test/MC/Mips/micromips-func-addr.s
test/MC/Mips/micromips-invalid.s
test/MC/Mips/micromips-label-test-sections.s
test/MC/Mips/micromips-label-test.s
test/MC/Mips/micromips-relocations.s
test/MC/Mips/micromips-shift-instructions.s
test/MC/Mips/micromips/invalid-wrong-error.s [new file with mode: 0644]
test/MC/Mips/micromips/invalid.s
test/MC/Mips/micromips32r6/invalid-wrong-error.s [new file with mode: 0644]
test/MC/Mips/micromips32r6/invalid.s
test/MC/Mips/micromips32r6/relocations.s [new file with mode: 0644]
test/MC/Mips/micromips32r6/valid.s
test/MC/Mips/micromips64r6/invalid-wrong-error.s [new file with mode: 0644]
test/MC/Mips/micromips64r6/invalid.s
test/MC/Mips/micromips64r6/relocations.s [new file with mode: 0644]
test/MC/Mips/micromips64r6/valid.s
test/MC/Mips/mips-control-instructions.s
test/MC/Mips/mips-cop0-reginfo.s
test/MC/Mips/mips-data-directives.s
test/MC/Mips/mips-expansions-bad.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-pdr.s
test/MC/Mips/mips1/invalid-mips2-wrong-error.s
test/MC/Mips/mips1/invalid-mips3-wrong-error.s
test/MC/Mips/mips1/invalid-mips3.s
test/MC/Mips/mips1/invalid-mips4-wrong-error.s
test/MC/Mips/mips1/invalid-mips4.s
test/MC/Mips/mips1/invalid-mips5.s
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips2/invalid-mips3-wrong-error.s
test/MC/Mips/mips2/invalid-mips3.s
test/MC/Mips/mips2/invalid-mips4-wrong-error.s
test/MC/Mips/mips2/invalid-mips4.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/invalid-dsp.s
test/MC/Mips/mips32r2/invalid-dspr2.s
test/MC/Mips/mips32r2/invalid.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/invalid.s
test/MC/Mips/mips32r5/valid.s
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s
test/MC/Mips/mips32r6/invalid.s
test/MC/Mips/mips32r6/relocations.s
test/MC/Mips/mips32r6/valid-xfail.s [deleted file]
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-expansions.s
test/MC/Mips/mips64/abiflags.s
test/MC/Mips/mips64/invalid-mips64r2.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64extins.ll [deleted file]
test/MC/Mips/mips64extins.s [new file with mode: 0644]
test/MC/Mips/mips64r2/abi-bad.s
test/MC/Mips/mips64r2/abiflags.s
test/MC/Mips/mips64r2/invalid.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r3/abi-bad.s
test/MC/Mips/mips64r3/abiflags.s
test/MC/Mips/mips64r3/invalid.s
test/MC/Mips/mips64r3/valid.s
test/MC/Mips/mips64r5/abi-bad.s
test/MC/Mips/mips64r5/abiflags.s
test/MC/Mips/mips64r5/invalid.s
test/MC/Mips/mips64r5/valid.s
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips3-wrong-error.s
test/MC/Mips/mips64r6/invalid.s
test/MC/Mips/mips64r6/relocations.s
test/MC/Mips/mips64r6/valid-xfail.s [deleted file]
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips64shift.ll
test/MC/Mips/mips_abi_flags_xx.s
test/MC/Mips/mips_directives.s
test/MC/Mips/mips_gprel16.s
test/MC/Mips/msa/invalid.s
test/MC/Mips/msa/test_mi10.s
test/MC/Mips/nacl-mask.s
test/MC/Mips/nooddspreg-cmdarg.s
test/MC/Mips/nooddspreg.s
test/MC/Mips/oddspreg.s
test/MC/Mips/reloc-directive-negative.s [new file with mode: 0644]
test/MC/Mips/reloc-directive.s
test/MC/Mips/relocation-n64.s [new file with mode: 0644]
test/MC/Mips/relocation-xfail.s [new file with mode: 0644]
test/MC/Mips/relocation.s
test/MC/Mips/section-size.s [new file with mode: 0644]
test/MC/Mips/set-arch.s
test/MC/Mips/set-defined-symbol.s
test/MC/Mips/set-push-pop-directives-bad.s
test/MC/Mips/sext_64_32.ll
test/MC/Mips/sort-relocation-table.s
test/MC/Mips/target-soft-float.s
test/MC/Mips/user-macro-argument-separation.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-fixups.s
test/MC/PowerPC/ppc64-initial-cfa.s
test/MC/PowerPC/ppc64-localentry.s
test/MC/PowerPC/st-other-crash.s
test/MC/PowerPC/vsx.s
test/MC/Sparc/leon-instructions.s [new file with mode: 0755]
test/MC/Sparc/sparc-coproc.s [new file with mode: 0644]
test/MC/Sparc/sparc-ctrl-instructions.s
test/MC/Sparc/sparc-directives.s
test/MC/Sparc/sparc-fp-instructions.s
test/MC/Sparc/sparc-pic.s
test/MC/Sparc/sparc-special-registers.s
test/MC/Sparc/sparc-traps.s [new file with mode: 0644]
test/MC/Sparc/sparc-v9-traps.s [new file with mode: 0644]
test/MC/Sparc/sparc64-ctrl-instructions.s
test/MC/SystemZ/insn-bad-z13.s
test/MC/SystemZ/insn-bad-z196.s
test/MC/SystemZ/insn-bad-zEC12.s
test/MC/SystemZ/insn-bad.s
test/MC/SystemZ/insn-good-z13.s
test/MC/SystemZ/insn-good-z196.s
test/MC/SystemZ/insn-good.s
test/MC/SystemZ/word.s [new file with mode: 0644]
test/MC/X86/avx512-encodings.s
test/MC/X86/avx512ifma-encoding.s [new file with mode: 0644]
test/MC/X86/avx512ifmavl-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vbmi-encoding.s [new file with mode: 0644]
test/MC/X86/error-reloc.s [new file with mode: 0644]
test/MC/X86/i386-darwin-frame-register.ll
test/MC/X86/imm-comments.s [new file with mode: 0644]
test/MC/X86/index-operations.s
test/MC/X86/intel-syntax-avx512.s
test/MC/X86/intel-syntax-x86-64-avx.s [new file with mode: 0644]
test/MC/X86/intel-syntax-x86-64-avx512f_vl.s
test/MC/X86/intel-syntax.s
test/MC/X86/invalid_opcode.s [new file with mode: 0644]
test/MC/X86/mpx-encodings.s
test/MC/X86/pr28547.s [new file with mode: 0644]
test/MC/X86/reloc-directive.s [new file with mode: 0644]
test/MC/X86/x86-32.s
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64.s
test/MC/X86/x86-branch-relaxation.s [new file with mode: 0644]
test/MC/X86/x86_errors.s
test/MC/X86/x86_long_nop.s
test/Makefile [deleted file]
test/Makefile.tests [deleted file]
test/Object/AArch64/yaml2obj-elf-aarch64-rel.yaml
test/Object/AMDGPU/elf-definitios.yaml
test/Object/AMDGPU/elf32-unknown.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-relocs.yaml [new file with mode: 0644]
test/Object/AMDGPU/elf64-unknown.yaml [new file with mode: 0644]
test/Object/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Object/AMDGPU/objdump.s [new file with mode: 0644]
test/Object/Inputs/COFF/i386.yaml
test/Object/Inputs/COFF/long-file-symbol.yaml
test/Object/Inputs/COFF/long-section-name.yaml
test/Object/Inputs/COFF/section-aux-symbol.yaml
test/Object/Inputs/COFF/weak-external.yaml
test/Object/Inputs/COFF/weak-externals.yaml [new file with mode: 0644]
test/Object/Inputs/COFF/x86-64.yaml
test/Object/Inputs/dyn-rel.so.elf-mips [new file with mode: 0755]
test/Object/Inputs/invalid-sh_entsize.elf
test/Object/Inputs/macho-invalid-fat [new file with mode: 0644]
test/Object/Inputs/macho-invalid-fat.obj.elf-x86_64 [new file with mode: 0644]
test/Object/Inputs/macho-invalid-too-small-segment-load-command.1 [new file with mode: 0644]
test/Object/Inputs/macho-universal-archive-bad1.x86_64.i386 [new file with mode: 0644]
test/Object/Inputs/macho-universal-archive-bad2.x86_64.i386 [new file with mode: 0644]
test/Object/Inputs/macho-universal-bad1.x86_64.i386 [new file with mode: 0644]
test/Object/Inputs/macho-universal-bad2.x86_64.i386 [new file with mode: 0644]
test/Object/Inputs/macho-universal64-archive.x86_64.i386 [new file with mode: 0644]
test/Object/Inputs/macho-universal64.x86_64.i386 [new file with mode: 0755]
test/Object/Inputs/macho-valid-0-nsyms [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-incomplete-load-command.1 [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-too-small-load-command.1 [new file with mode: 0644]
test/Object/Lanai/lit.local.cfg [new file with mode: 0644]
test/Object/Lanai/yaml2obj-elf-lanai-rel.yaml [new file with mode: 0644]
test/Object/Mips/abi-flags.yaml
test/Object/Mips/elf-abi.yaml
test/Object/Mips/elf-flags.yaml
test/Object/Mips/elf-mips64-rel.yaml
test/Object/Mips/feature.test
test/Object/Mips/objdump-micro-mips.test
test/Object/X86/nm-bitcodeweak.test [new file with mode: 0644]
test/Object/X86/nm-ir.ll
test/Object/X86/yaml2obj-elf-x86-rel.yaml
test/Object/archive-format.test
test/Object/archive-symtab.test
test/Object/archive-thin-read.test [new file with mode: 0644]
test/Object/coff-weak-externals.test [new file with mode: 0644]
test/Object/corrupt.test
test/Object/dyn-rel-relocation.test [new file with mode: 0644]
test/Object/dynamic-reloc.test [new file with mode: 0644]
test/Object/elf-unknown-type.test
test/Object/invalid.test
test/Object/macho-invalid.test
test/Object/nm-archive.test
test/Object/nm-universal-binary.test
test/Object/no-section-table.test
test/Object/obj2yaml-sectiongroup.test
test/Object/obj2yaml.test
test/Object/relocation-executable.test
test/Object/yaml2obj-coff-invalid-alignment.test [new file with mode: 0644]
test/Object/yaml2obj-coff-multi-doc.test
test/Object/yaml2obj-elf-alignment.yaml
test/Object/yaml2obj-elf-bits-endian.test
test/Object/yaml2obj-elf-file-headers-with-e_flags.yaml
test/Object/yaml2obj-elf-file-headers.yaml
test/Object/yaml2obj-elf-multi-doc.test
test/Object/yaml2obj-elf-rel-noref.yaml
test/Object/yaml2obj-elf-rel.yaml
test/Object/yaml2obj-elf-section-basic.yaml
test/Object/yaml2obj-elf-section-invalid-size.yaml
test/Object/yaml2obj-elf-symbol-LocalGlobalWeak.yaml
test/Object/yaml2obj-elf-symbol-basic.yaml
test/Object/yaml2obj-elf-symbol-visibility.yaml
test/ObjectYAML/MachO/bind_opcode.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/bogus_load_command.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/dylib_dylinker_command.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/export_trie.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/fat_macho_i386_x86_64.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/lazy_bind_opcode.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/load_commands.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/mach_header.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/mach_header_32_malformed.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/mach_header_64.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/out_of_order_linkedit.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/rebase_opcode.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/sections.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/symtab.yaml [new file with mode: 0644]
test/ObjectYAML/MachO/weak_bind_opcode.yaml [new file with mode: 0644]
test/ObjectYAML/lit.local.cfg [new file with mode: 0644]
test/Other/ResponseFile.ll
test/Other/X86/opt-bisect-isel.ll [new file with mode: 0644]
test/Other/cleanup-lcssa.ll [new file with mode: 0644]
test/Other/constant-fold-gep.ll
test/Other/loop-pass-ordering.ll [new file with mode: 0644]
test/Other/new-pass-manager.ll
test/Other/opt-bisect-helper.py [new file with mode: 0755]
test/Other/opt-bisect-legacy-pass-manager.ll [new file with mode: 0644]
test/Other/pass-pipeline-parsing.ll
test/Other/pass-pipelines.ll [new file with mode: 0644]
test/Other/statistic.ll [new file with mode: 0644]
test/TableGen/intrinsic-long-name.td
test/TableGen/intrinsic-order.td [deleted file]
test/TableGen/intrinsic-varargs.td
test/TableGen/trydecode-emission.td
test/TableGen/trydecode-emission2.td
test/TableGen/trydecode-emission3.td
test/ThinLTO/X86/Inputs/alias_import.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/alias_resolution.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/cache.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/distributed_indexes.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/drop-debug-info.bc [new file with mode: 0644]
test/ThinLTO/X86/Inputs/drop-debug-info.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/emit_imports.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/funcimport.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/llvm.used.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/referenced_by_constant.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/section.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/select_right_alias_definition1.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/select_right_alias_definition2.ll [new file with mode: 0644]
test/ThinLTO/X86/Inputs/weak_resolution.ll [new file with mode: 0644]
test/ThinLTO/X86/alias_import.ll [new file with mode: 0644]
test/ThinLTO/X86/alias_resolution.ll [new file with mode: 0644]
test/ThinLTO/X86/cache.ll [new file with mode: 0644]
test/ThinLTO/X86/distributed_indexes.ll [new file with mode: 0644]
test/ThinLTO/X86/drop-debug-info.ll [new file with mode: 0644]
test/ThinLTO/X86/emit_imports.ll [new file with mode: 0644]
test/ThinLTO/X86/funcimport.ll [new file with mode: 0644]
test/ThinLTO/X86/internalize.ll [new file with mode: 0644]
test/ThinLTO/X86/lit.local.cfg [new file with mode: 0644]
test/ThinLTO/X86/llvm.used.ll [new file with mode: 0644]
test/ThinLTO/X86/prefix_replace.ll [new file with mode: 0644]
test/ThinLTO/X86/referenced_by_constant.ll [new file with mode: 0644]
test/ThinLTO/X86/section.ll [new file with mode: 0644]
test/ThinLTO/X86/select_right_alias_definition.ll [new file with mode: 0644]
test/ThinLTO/X86/weak_resolution.ll [new file with mode: 0644]
test/ThinLTO/X86/weak_resolution_single.ll [new file with mode: 0644]
test/Transforms/ADCE/debug-info-intrinsic.ll [new file with mode: 0644]
test/Transforms/ADCE/delete-profiling-calls-to-constant.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/call-nested.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/call.ll
test/Transforms/AddDiscriminators/dbg-declare-discriminator.ll
test/Transforms/AddDiscriminators/diamond.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/AddDiscriminators/oneline.ll
test/Transforms/AlignmentFromAssumptions/simple.ll
test/Transforms/AlignmentFromAssumptions/simple32.ll
test/Transforms/AlignmentFromAssumptions/start-unk.ll
test/Transforms/ArgumentPromotion/dbg.ll
test/Transforms/ArgumentPromotion/inalloca.ll
test/Transforms/ArgumentPromotion/pr27568.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/ARM/atomic-expansion-v7.ll
test/Transforms/AtomicExpand/ARM/atomic-expansion-v8.ll
test/Transforms/AtomicExpand/ARM/cmpxchg-weak.ll
test/Transforms/AtomicExpand/SPARC/libcalls.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/SPARC/lit.local.cfg [new file with mode: 0644]
test/Transforms/AtomicExpand/SPARC/partword.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll
test/Transforms/BBVectorize/vector-sel.ll [new file with mode: 0644]
test/Transforms/BDCE/dce-pure.ll
test/Transforms/CodeGenPrepare/AMDGPU/no-sink-addrspacecast.ll
test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll
test/Transforms/CodeGenPrepare/X86/fcmp-sinking.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/pr27536.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/select.ll
test/Transforms/CodeGenPrepare/X86/sink-addrmode.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/builtin-condition.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/dom-tree.ll [new file with mode: 0644]
test/Transforms/ConstProp/calls.ll
test/Transforms/ConstantHoisting/ARM/bad-cases.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/ARM/const-addr-no-neg-offset.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/cast-inst.ll
test/Transforms/ConstantMerge/merge-both.ll
test/Transforms/CorrelatedValuePropagation/basic.ll
test/Transforms/CorrelatedValuePropagation/conflict.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/icmp.ll
test/Transforms/CorrelatedValuePropagation/range.ll
test/Transforms/CorrelatedValuePropagation/sdiv.ll [new file with mode: 0644]
test/Transforms/CorrelatedValuePropagation/select.ll
test/Transforms/CorrelatedValuePropagation/srem.ll [new file with mode: 0644]
test/Transforms/CrossDSOCFI/basic.ll
test/Transforms/DCE/basic.ll [new file with mode: 0644]
test/Transforms/DCE/guards.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/comdat.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/funclet.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/returned.ll
test/Transforms/DeadStoreElimination/OverwriteStoreBegin.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/combined-partial-overwrites.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/fence.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/operand-bundles.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/EarlyCSE/basic.ll
test/Transforms/EarlyCSE/flags.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/guards.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/invariant-loads.ll [new file with mode: 0644]
test/Transforms/EliminateAvailableExternally/visibility.ll
test/Transforms/Float2Int/basic.ll
test/Transforms/FunctionAttrs/assume.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/comdat-ipo.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/convergent.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/norecurse.ll
test/Transforms/FunctionAttrs/noreturn.ll [deleted file]
test/Transforms/FunctionAttrs/operand-bundles-scc.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/optnone.ll
test/Transforms/FunctionAttrs/readattrs.ll
test/Transforms/FunctionImport/Inputs/adjustable_threshold.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/funcimport.ll
test/Transforms/FunctionImport/Inputs/funcimport_debug.ll
test/Transforms/FunctionImport/Inputs/inlineasm.ll [new file with mode: 0644]
test/Transforms/FunctionImport/adjustable_threshold.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport.ll
test/Transforms/FunctionImport/funcimport_alias.ll
test/Transforms/FunctionImport/funcimport_debug.ll
test/Transforms/FunctionImport/inlineasm.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/function-numbering.ll
test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linezero.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/modules.ll
test/Transforms/GCOVProfiling/return-block.ll
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
test/Transforms/GVN/2007-07-26-PhiErasure.ll
test/Transforms/GVN/2007-07-31-NoDomInherit.ll
test/Transforms/GVN/2007-07-31-RedundantPhi.ll
test/Transforms/GVN/2008-02-12-UndefLoad.ll
test/Transforms/GVN/2008-07-02-Unreachable.ll
test/Transforms/GVN/2008-12-09-SelfRemove.ll
test/Transforms/GVN/2009-06-17-InvalidPRE.ll [deleted file]
test/Transforms/GVN/PRE/2009-02-17-LoadPRECrash.ll [moved from test/Transforms/GVN/2009-02-17-LoadPRECrash.ll with 100% similarity]
test/Transforms/GVN/PRE/2009-06-17-InvalidPRE.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/2011-06-01-NonLocalMemdepMiscompile.ll [moved from test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll with 100% similarity]
test/Transforms/GVN/PRE/atomic.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/invariant-load.ll [moved from test/Transforms/GVN/invariant-load.ll with 100% similarity]
test/Transforms/GVN/PRE/load-metadata.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/load-pre-align.ll [moved from test/Transforms/GVN/load-pre-align.ll with 100% similarity]
test/Transforms/GVN/PRE/load-pre-licm.ll [moved from test/Transforms/GVN/load-pre-licm.ll with 100% similarity]
test/Transforms/GVN/PRE/load-pre-nonlocal.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/local-pre.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/lpre-call-wrap-2.ll [moved from test/Transforms/GVN/lpre-call-wrap-2.ll with 100% similarity]
test/Transforms/GVN/PRE/lpre-call-wrap.ll [moved from test/Transforms/GVN/lpre-call-wrap.ll with 100% similarity]
test/Transforms/GVN/PRE/phi-translate.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-basic-add.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-gep-load.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/pre-load.ll [moved from test/Transforms/GVN/pre-load.ll with 100% similarity]
test/Transforms/GVN/PRE/pre-no-cost-phi.ll [moved from test/Transforms/GVN/pre-no-cost-phi.ll with 100% similarity]
test/Transforms/GVN/PRE/pre-single-pred.ll [moved from test/Transforms/GVN/pre-single-pred.ll with 100% similarity]
test/Transforms/GVN/PRE/preserve-tbaa.ll [moved from test/Transforms/GVN/preserve-tbaa.ll with 100% similarity]
test/Transforms/GVN/PRE/rle-phi-translate.ll [moved from test/Transforms/GVN/rle-phi-translate.ll with 100% similarity]
test/Transforms/GVN/PRE/rle-semidominated.ll [new file with mode: 0644]
test/Transforms/GVN/PRE/rle.ll [moved from test/Transforms/GVN/rle.ll with 100% similarity]
test/Transforms/GVN/PRE/volatile.ll [new file with mode: 0644]
test/Transforms/GVN/assume-equal.ll
test/Transforms/GVN/atomic.ll [deleted file]
test/Transforms/GVN/basic.ll
test/Transforms/GVN/big-endian.ll [new file with mode: 0644]
test/Transforms/GVN/bitcast-of-call.ll
test/Transforms/GVN/calls-nonlocal.ll
test/Transforms/GVN/calls-readonly.ll
test/Transforms/GVN/fence.ll [new file with mode: 0644]
test/Transforms/GVN/flags.ll [new file with mode: 0644]
test/Transforms/GVN/fold-const-expr.ll [new file with mode: 0644]
test/Transforms/GVN/hoist-pr20242.ll [new file with mode: 0644]
test/Transforms/GVN/hoist-pr22005.ll [new file with mode: 0644]
test/Transforms/GVN/hoist-pr28606.ll [new file with mode: 0644]
test/Transforms/GVN/hoist.ll [new file with mode: 0644]
test/Transforms/GVN/load-constant-mem.ll
test/Transforms/GVN/load-pre-nonlocal.ll [deleted file]
test/Transforms/GVN/local-pre.ll [deleted file]
test/Transforms/GVN/nonescaping-malloc.ll
test/Transforms/GVN/phi-translate.ll [deleted file]
test/Transforms/GVN/pr28562.ll [new file with mode: 0644]
test/Transforms/GVN/pr28626.ll [new file with mode: 0644]
test/Transforms/GVN/pre-basic-add.ll [deleted file]
test/Transforms/GVN/pre-gep-load.ll [deleted file]
test/Transforms/GVN/rle-must-alias.ll
test/Transforms/GVN/rle-semidominated.ll [deleted file]
test/Transforms/GVN/volatile-nonvolatile.ll [new file with mode: 0644]
test/Transforms/GVN/volatile.ll [deleted file]
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll
test/Transforms/GlobalDCE/basicvariabletest.ll
test/Transforms/GlobalDCE/externally_available.ll
test/Transforms/GlobalDCE/global-ifunc.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/basic.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/2007-05-13-Crash.ll
test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll
test/Transforms/GlobalOpt/GSROA-section.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/MallocSROA-section.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/SROA-section.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/alias-used-address-space.ll
test/Transforms/GlobalOpt/alias-used.ll
test/Transforms/GlobalOpt/assume.ll
test/Transforms/GlobalOpt/basictest.ll
test/Transforms/GlobalOpt/constantexpr-dangle.ll
test/Transforms/GlobalOpt/constantfold-initializers.ll
test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
test/Transforms/GlobalOpt/deadglobal-2.ll
test/Transforms/GlobalOpt/globalsra-partial.ll
test/Transforms/GlobalOpt/globalsra-unknown-index.ll
test/Transforms/GlobalOpt/globalsra.ll
test/Transforms/GlobalOpt/heap-sra-phi.ll
test/Transforms/GlobalOpt/invariant.group.barrier.ll
test/Transforms/GlobalOpt/invoke.ll
test/Transforms/GlobalOpt/iterate.ll
test/Transforms/GlobalOpt/memcpy.ll
test/Transforms/GlobalOpt/phi-select.ll
test/Transforms/GlobalOpt/pr21191.ll
test/Transforms/GlobalOpt/storepointer-compare.ll
test/Transforms/GlobalOpt/storepointer.ll
test/Transforms/GlobalOpt/trivialstore.ll
test/Transforms/GlobalOpt/undef-init.ll
test/Transforms/GlobalOpt/unnamed-addr.ll
test/Transforms/GuardWidening/basic.ll [new file with mode: 0644]
test/Transforms/GuardWidening/range-check-merging.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/comdat-ipo.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/fp-bc-icmp-const-fold.ll [new file with mode: 0644]
test/Transforms/IPConstantProp/global.ll
test/Transforms/IRCE/conjunctive-checks.ll [new file with mode: 0644]
test/Transforms/IRCE/decrementing-loop.ll
test/Transforms/IRCE/only-lower-check.ll
test/Transforms/IRCE/only-upper-check.ll
test/Transforms/IndVarSimplify/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/IndVarSimplify/AMDGPU/no-widen-to-i64.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/backedge-on-min-max.ll
test/Transforms/IndVarSimplify/elim-extend.ll
test/Transforms/IndVarSimplify/iv-widen.ll
test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll
test/Transforms/IndVarSimplify/loop_evaluate10.ll
test/Transforms/IndVarSimplify/overflow-intrinsics.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/overflowcheck.ll [deleted file]
test/Transforms/IndVarSimplify/pr24783.ll
test/Transforms/IndVarSimplify/pr25576.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr26973.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr26974.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr27133.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/rewrite-loop-exit-value.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sharpen-range.ll
test/Transforms/IndVarSimplify/sink-trapping.ll
test/Transforms/IndVarSimplify/udiv.ll
test/Transforms/IndVarSimplify/ult-sub-to-eq.ll
test/Transforms/InferFunctionAttrs/annotate.ll
test/Transforms/InferFunctionAttrs/no-proto.ll [new file with mode: 0644]
test/Transforms/Inline/PR4909.ll
test/Transforms/Inline/alloca-dbgdeclare-merge.ll
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/alloca_test.ll
test/Transforms/Inline/array-alloca.ll [new file with mode: 0644]
test/Transforms/Inline/attributes.ll
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/blockaddress.ll
test/Transforms/Inline/comdat-ipo.ll [new file with mode: 0644]
test/Transforms/Inline/crash2.ll
test/Transforms/Inline/debug-info-duplicate-calls.ll
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/deoptimize-intrinsic-cconv.ll [new file with mode: 0644]
test/Transforms/Inline/deoptimize-intrinsic.ll [new file with mode: 0644]
test/Transforms/Inline/devirtualize-3.ll
test/Transforms/Inline/guard-intrinsic.ll [new file with mode: 0644]
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-cold-callee.ll
test/Transforms/Inline/inline-hot-callee.ll
test/Transforms/Inline/inline-hot-callsite.ll [new file with mode: 0644]
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/inline-optsize.ll
test/Transforms/Inline/inline-threshold.ll [new file with mode: 0644]
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/inline_unreachable-2.ll [new file with mode: 0644]
test/Transforms/Inline/inline_unreachable.ll [new file with mode: 0644]
test/Transforms/Inline/local-as-metadata-undominated-use.ll [new file with mode: 0644]
test/Transforms/Inline/parallel-loop-md.ll [new file with mode: 0644]
test/Transforms/Inline/pr26698.ll [new file with mode: 0644]
test/Transforms/Inline/pr28298.ll [new file with mode: 0644]
test/Transforms/Inline/profile-meta.ll [new file with mode: 0644]
test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll [deleted file]
test/Transforms/InstCombine/2002-05-14-SubFailure.ll [deleted file]
test/Transforms/InstCombine/2002-08-02-CastTest.ll [deleted file]
test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll [deleted file]
test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll
test/Transforms/InstCombine/2007-01-27-AndICmp.ll [deleted file]
test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll [deleted file]
test/Transforms/InstCombine/2008-07-08-AndICmp.ll [deleted file]
test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll
test/Transforms/InstCombine/2008-07-10-CastSextBool.ll
test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll [deleted file]
test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
test/Transforms/InstCombine/2012-05-27-Negative-Shift-Crash.ll [deleted file]
test/Transforms/InstCombine/addrspacecast.ll
test/Transforms/InstCombine/align-attr.ll
test/Transforms/InstCombine/all-bits-shift.ll
test/Transforms/InstCombine/allocsize-32.ll [new file with mode: 0644]
test/Transforms/InstCombine/allocsize.ll [new file with mode: 0644]
test/Transforms/InstCombine/amdgcn-intrinsics.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/and-fcmp.ll
test/Transforms/InstCombine/and-or-icmps.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-or-not.ll
test/Transforms/InstCombine/and-or.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/apint-add.ll [new file with mode: 0644]
test/Transforms/InstCombine/apint-add1.ll [deleted file]
test/Transforms/InstCombine/apint-add2.ll [deleted file]
test/Transforms/InstCombine/apint-and-xor-merge.ll
test/Transforms/InstCombine/apint-select.ll
test/Transforms/InstCombine/assoc-cast-assoc.ll [new file with mode: 0644]
test/Transforms/InstCombine/atomic.ll
test/Transforms/InstCombine/bitcast-bigendian.ll
test/Transforms/InstCombine/bitcast.ll
test/Transforms/InstCombine/bitreverse-fold.ll
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/builtin-object-size-offset.ll [new file with mode: 0644]
test/Transforms/InstCombine/builtin-object-size-ptr.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/compare-udiv.ll [new file with mode: 0644]
test/Transforms/InstCombine/compare-unescaped.ll [new file with mode: 0644]
test/Transforms/InstCombine/convergent.ll [new file with mode: 0644]
test/Transforms/InstCombine/cos-intrinsic.ll [new file with mode: 0644]
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/demorgan-zext.ll
test/Transforms/InstCombine/div-shift.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/dom-conditions.ll [deleted file]
test/Transforms/InstCombine/double-float-shrink-1.ll
test/Transforms/InstCombine/exact.ll
test/Transforms/InstCombine/fabs.ll
test/Transforms/InstCombine/fast-math-scalarization.ll [new file with mode: 0644]
test/Transforms/InstCombine/fcmp-special.ll
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fputs-opt-size.ll [new file with mode: 0644]
test/Transforms/InstCombine/gc.relocate.ll
test/Transforms/InstCombine/getelementptr-folding.ll [new file with mode: 0644]
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-vec.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/indexed-gep-compares.ll [new file with mode: 0644]
test/Transforms/InstCombine/insert-val-extract-elem.ll [new file with mode: 0644]
test/Transforms/InstCombine/lifetime.ll
test/Transforms/InstCombine/load-cmp.ll
test/Transforms/InstCombine/logical-select.ll
test/Transforms/InstCombine/masked_intrinsics.ll [new file with mode: 0644]
test/Transforms/InstCombine/mem-gep-zidx.ll
test/Transforms/InstCombine/memchr.ll
test/Transforms/InstCombine/memset-1.ll
test/Transforms/InstCombine/memset_chk-1.ll
test/Transforms/InstCombine/min-positive.ll [new file with mode: 0644]
test/Transforms/InstCombine/minmax-fp.ll
test/Transforms/InstCombine/misc-2002.ll [new file with mode: 0644]
test/Transforms/InstCombine/mul-masked-bits.ll
test/Transforms/InstCombine/narrow-switch.ll
test/Transforms/InstCombine/opaque.ll [new file with mode: 0644]
test/Transforms/InstCombine/or-fcmp.ll
test/Transforms/InstCombine/or-to-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi-preserve-ir-flags.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pow-4.ll
test/Transforms/InstCombine/pr20678.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr21210.ll
test/Transforms/InstCombine/pr21651.ll
test/Transforms/InstCombine/pr26992.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr26993.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr27236.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr27332.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr28143.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr8547.ll [deleted file]
test/Transforms/InstCombine/prevent-cmp-merge.ll [new file with mode: 0644]
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/printf-2.ll
test/Transforms/InstCombine/r600-intrinsics.ll [deleted file]
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/select-implied.ll [new file with mode: 0644]
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/set.ll
test/Transforms/InstCombine/shift-shift.ll [new file with mode: 0644]
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/shufflevec-constant.ll
test/Transforms/InstCombine/signed-comparison.ll
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/sink-into-catchswitch.ll [new file with mode: 0644]
test/Transforms/InstCombine/stacksaverestore.ll
test/Transforms/InstCombine/strlen-1.ll
test/Transforms/InstCombine/tbaa-store-to-load.ll [new file with mode: 0644]
test/Transforms/InstCombine/trunc.ll
test/Transforms/InstCombine/unpack-fca.ll
test/Transforms/InstCombine/urem.ll
test/Transforms/InstCombine/vararg.ll [new file with mode: 0644]
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/InstCombine/volatile_store.ll
test/Transforms/InstCombine/x86-avx.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-avx2.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-f16c.ll
test/Transforms/InstCombine/x86-masked-memops.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-movmsk.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-pmovsx.ll [deleted file]
test/Transforms/InstCombine/x86-pmovzx.ll [deleted file]
test/Transforms/InstCombine/x86-pshufb.ll
test/Transforms/InstCombine/x86-sse.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-sse2.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-sse41.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-sse4a.ll
test/Transforms/InstCombine/x86-vector-shifts.ll
test/Transforms/InstCombine/x86-xop.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/InstCombine/zero-point-zero-add.ll
test/Transforms/InstCombine/zeroext-and-reduce.ll
test/Transforms/InstCombine/zext-fold.ll
test/Transforms/InstCombine/zext-or-icmp.ll
test/Transforms/InstCombine/zext.ll
test/Transforms/InstMerge/exceptions.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_bugfix_22613.ll
test/Transforms/InstMerge/st_sink_no_barrier_call.ll
test/Transforms/InstSimplify/2010-12-20-Boolean.ll
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/add-mask.ll
test/Transforms/InstSimplify/apint-or.ll
test/Transforms/InstSimplify/assume.ll
test/Transforms/InstSimplify/bswap.ll
test/Transforms/InstSimplify/call.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/InstSimplify/fdiv.ll
test/Transforms/InstSimplify/floating-point-arithmetic.ll
test/Transforms/InstSimplify/floating-point-compare.ll
test/Transforms/InstSimplify/implies.ll
test/Transforms/InstSimplify/load-relative-32.ll [new file with mode: 0644]
test/Transforms/InstSimplify/load-relative.ll [new file with mode: 0644]
test/Transforms/InstSimplify/load.ll
test/Transforms/InstSimplify/maxmin.ll
test/Transforms/InstSimplify/past-the-end.ll
test/Transforms/InstSimplify/phi.ll
test/Transforms/InstSimplify/ptr_diff.ll
test/Transforms/InstSimplify/reassociate.ll
test/Transforms/InstSimplify/rem.ll
test/Transforms/InstSimplify/returned.ll [new file with mode: 0644]
test/Transforms/InstSimplify/shift-128-kb.ll
test/Transforms/InstSimplify/shift-knownbits.ll [new file with mode: 0644]
test/Transforms/InstSimplify/shr-nop.ll
test/Transforms/InstSimplify/undef.ll
test/Transforms/InstSimplify/vec-cmp.ll [new file with mode: 0644]
test/Transforms/InstSimplify/vector_gep.ll
test/Transforms/Internalize/stackguard.ll [new file with mode: 0644]
test/Transforms/Internalize/used.ll
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/crash-assertingvh.ll [new file with mode: 0644]
test/Transforms/JumpThreading/implied-cond.ll
test/Transforms/JumpThreading/induction.ll [new file with mode: 0644]
test/Transforms/JumpThreading/pr26096.ll
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll
test/Transforms/LCSSA/2006-07-09-NoDominator.ll
test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll
test/Transforms/LCSSA/basictest.ll
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/LCSSA/mixed-catch.ll
test/Transforms/LCSSA/unused-phis.ll
test/Transforms/LICM/AliasSetMemSet.ll [new file with mode: 0644]
test/Transforms/LICM/alias-set-tracker-loss.ll [new file with mode: 0644]
test/Transforms/LICM/argmemonly-call.ll
test/Transforms/LICM/assume.ll [new file with mode: 0644]
test/Transforms/LICM/atomics.ll
test/Transforms/LICM/basictest.ll
test/Transforms/LICM/constexpr.ll
test/Transforms/LICM/crash.ll
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/extra-copies.ll
test/Transforms/LICM/funclet.ll
test/Transforms/LICM/hoist-bitcast-load.ll
test/Transforms/LICM/hoist-deref-load.ll
test/Transforms/LICM/hoist-nounwind.ll [new file with mode: 0644]
test/Transforms/LICM/hoist-round.ll [new file with mode: 0644]
test/Transforms/LICM/hoisting.ll
test/Transforms/LICM/lcssa-ssa-promoter.ll
test/Transforms/LICM/no-preheader-test.ll
test/Transforms/LICM/pr26843.ll [new file with mode: 0644]
test/Transforms/LICM/pr27262.ll [new file with mode: 0644]
test/Transforms/LICM/preheader-safe.ll
test/Transforms/LICM/promote-order.ll
test/Transforms/LICM/promote-tls.ll [new file with mode: 0644]
test/Transforms/LICM/scalar-promote-memmodel.ll
test/Transforms/LICM/scalar_promote-unwind.ll [new file with mode: 0644]
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/speculate.ll
test/Transforms/LICM/update-scev.ll [new file with mode: 0644]
test/Transforms/LICM/volatile-alias.ll
test/Transforms/LoadCombine/load-combine-negativegep.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/aa-metadata.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/extended-index.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/insertion-point.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/interleaved-mayalias-store.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores-private.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-stores.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/merge-vectors.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/missing-alignment.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/no-implicit-float.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/optnone.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/pointer-elements.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/AMDGPU/weird-type-accesses.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/correct-order.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/lit.local.cfg [copied from test/Transforms/TailDup/X86/lit.local.cfg with 100% similarity]
test/Transforms/LoadStoreVectorizer/X86/preserve-order32.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/preserve-order64.ll [new file with mode: 0644]
test/Transforms/LoadStoreVectorizer/X86/subchain-interleaved.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/AArch64/kryo-large-stride.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/AArch64/large-stride.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/AArch64/opt-remark.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/PowerPC/basic.ll [new file with mode: 0644]
test/Transforms/LoopDataPrefetch/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopDeletion/multiple-exit-conditions.ll
test/Transforms/LoopDeletion/multiple-exits.ll
test/Transforms/LoopDeletion/update-scev.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/diagnostics-with-hotness-lazy-BFI.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/diagnostics-with-hotness.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/diagnostics.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/metadata.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/pr28443.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/symbolic-stride.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/AMDGPU/popcnt.ll
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopIdiom/nontemporal_store.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/pr28196.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/struct.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/struct_pattern.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/unroll.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/unwind.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/cond-load.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/forward.ll
test/Transforms/LoopLoadElim/loop-simplify-dep.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/non-consecutive.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/opt-size.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/symbolic-stride.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/type-mismatch.ll [new file with mode: 0644]
test/Transforms/LoopReroll/basic.ll
test/Transforms/LoopReroll/basic32iters.ll [new file with mode: 0644]
test/Transforms/LoopReroll/complex_reroll.ll [new file with mode: 0644]
test/Transforms/LoopReroll/indvar_with_ext.ll [new file with mode: 0644]
test/Transforms/LoopReroll/nonconst_lb.ll
test/Transforms/LoopReroll/ptrindvar.ll [new file with mode: 0644]
test/Transforms/LoopReroll/reroll_with_dbg.ll
test/Transforms/LoopRotate/basic.ll
test/Transforms/LoopRotate/convergent.ll [new file with mode: 0644]
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll
test/Transforms/LoopSimplify/basictest.ll
test/Transforms/LoopSimplify/dbg-loc.ll
test/Transforms/LoopSimplify/pr26682.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/single-backedge.ll
test/Transforms/LoopSimplifyCFG/merge-header.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AArch64/lsr-reuse.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AMDGPU/lsr-postinc-pos-addrspace.ll
test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll
test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
test/Transforms/LoopStrengthReduce/pr27056.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
test/Transforms/LoopStrengthReduce/scev-insertpt-bug.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/AArch64/runtime-loop.ll
test/Transforms/LoopUnroll/AMDGPU/unroll-barrier.ll
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll
test/Transforms/LoopUnroll/PowerPC/p7-unrolling.ll
test/Transforms/LoopUnroll/X86/mmx.ll
test/Transforms/LoopUnroll/convergent.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-crashers.ll
test/Transforms/LoopUnroll/full-unroll-heuristics-2.ll
test/Transforms/LoopUnroll/full-unroll-heuristics-cast.ll [deleted file]
test/Transforms/LoopUnroll/full-unroll-heuristics-cmp.ll
test/Transforms/LoopUnroll/full-unroll-heuristics-dce.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics-geps.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll
test/Transforms/LoopUnroll/nsw-tripcount.ll [deleted file]
test/Transforms/LoopUnroll/partial-unroll-const-bounds.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/partial-unroll-optsize.ll [deleted file]
test/Transforms/LoopUnroll/pr27157.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/pr28132.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/rebuild_lcssa.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/runtime-loop4.ll
test/Transforms/LoopUnroll/runtime-loop5.ll
test/Transforms/LoopUnroll/tripcount-overflow.ll
test/Transforms/LoopUnroll/unroll-cleanup.ll
test/Transforms/LoopUnroll/unroll-cleanuppad.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unroll-count.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unroll-opt-attribute.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll
test/Transforms/LoopUnswitch/exponential-behavior.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/guards.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/infinite-loop.ll
test/Transforms/LoopUnswitch/msan.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/backedge-overflow.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/interleaved_cost.ll
test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll
test/Transforms/LoopVectorize/AArch64/max-vf-for-interleaved.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/type-shrinkage-insertelt.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/arm-ieee-vectorize.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/large-loop-rdx.ll
test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll
test/Transforms/LoopVectorize/PowerPC/vectorize-only-for-real.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/vsx-tsvc-s173.ll
test/Transforms/LoopVectorize/X86/avx1.ll
test/Transforms/LoopVectorize/X86/cost-model.ll
test/Transforms/LoopVectorize/X86/force-ifcvt.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/funclet.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/gather_scatter.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/masked_load_store.ll
test/Transforms/LoopVectorize/X86/max-mstore.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/no_fpmath.ll
test/Transforms/LoopVectorize/X86/propagate-metadata.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reg-usage.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/register-assumption.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/scatter_crash.ll [new file with mode: 0755]
test/Transforms/LoopVectorize/X86/uint64_to_fp64-cost-model.ll
test/Transforms/LoopVectorize/X86/uniform-phi.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/uniform_load.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vector_max_bandwidth.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-loopid-dbg.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/X86/vectorize-only-for-real.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/cast-induction.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/gcc-examples.ll
test/Transforms/LoopVectorize/gep_with_bitcast.ll
test/Transforms/LoopVectorize/global_alias.ll
test/Transforms/LoopVectorize/hints-trans.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/induction-step.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/induction_plus.ll
test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/interleaved-accesses.ll
test/Transforms/LoopVectorize/iv_outside_user.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/multiple-strides-vectorization.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_outside_user.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/noalias-md-licm.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/noalias-md.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/phi-hang.ll
test/Transforms/LoopVectorize/pr25281.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/same-base-access.ll
test/Transforms/LoopVectorize/unsafe-dep-remark.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/basic.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/incorrect-phi.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/lcssa.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/noalias-version-twice.ll [new file with mode: 0644]
test/Transforms/LoopVersioning/noalias.ll [new file with mode: 0644]
test/Transforms/LoopVersioningLICM/loopversioningLICM1.ll [new file with mode: 0644]
test/Transforms/LoopVersioningLICM/loopversioningLICM2.ll [new file with mode: 0644]
test/Transforms/LoopVersioningLICM/loopversioningLICM3.ll [new file with mode: 0644]
test/Transforms/LoopVersioningLICM/metadata.ll [new file with mode: 0644]
test/Transforms/LowerAtomic/atomic-load.ll
test/Transforms/LowerBitSets/constant.ll [deleted file]
test/Transforms/LowerBitSets/function-ext.ll [deleted file]
test/Transforms/LowerBitSets/function.ll [deleted file]
test/Transforms/LowerBitSets/layout.ll [deleted file]
test/Transforms/LowerBitSets/nonglobal.ll [deleted file]
test/Transforms/LowerBitSets/nonstring.ll [deleted file]
test/Transforms/LowerBitSets/pr25902.ll [deleted file]
test/Transforms/LowerBitSets/simple.ll [deleted file]
test/Transforms/LowerBitSets/single-offset.ll [deleted file]
test/Transforms/LowerBitSets/unnamed.ll [deleted file]
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerGuardIntrinsic/basic.ll [new file with mode: 0644]
test/Transforms/LowerGuardIntrinsic/with-calling-conv.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/constant.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/function-ext.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/function.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/layout.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/nonstring.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/pr25902.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/section.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/simple.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/single-offset.ll [new file with mode: 0644]
test/Transforms/LowerTypeTests/unnamed.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/Mem2Reg/pr24179.ll
test/Transforms/MemCpyOpt/callslot_throw.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/fca2memcpy.ll
test/Transforms/MemCpyOpt/lifetime.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/loadstore-sret.ll
test/Transforms/MemCpyOpt/profitable-memset.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/smaller.ll
test/Transforms/MergeFunc/alloca.ll
test/Transforms/MergeFunc/merge-weak-crash.ll [new file with mode: 0644]
test/Transforms/MergeFunc/phi-check-blocks.ll [new file with mode: 0644]
test/Transforms/NameAnonFunctions/rename.ll [new file with mode: 0644]
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/comdat-ipo.ll [new file with mode: 0644]
test/Transforms/ObjCARC/contract-marker.ll
test/Transforms/ObjCARC/contract-storestrong.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/tail-call-invariant-enforcement.ll
test/Transforms/ObjCARC/unsafe-claim-rv.ll [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/PR28219.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/branch1.proftext
test/Transforms/PGOProfile/Inputs/branch2.proftext
test/Transforms/PGOProfile/Inputs/criticaledge.proftext
test/Transforms/PGOProfile/Inputs/diag.proftext
test/Transforms/PGOProfile/Inputs/diag_FE.proftext [copied from test/Transforms/PGOProfile/Inputs/diag.proftext with 100% similarity]
test/Transforms/PGOProfile/Inputs/indirect_call.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/landingpad.proftext
test/Transforms/PGOProfile/Inputs/loop1.proftext
test/Transforms/PGOProfile/Inputs/loop2.proftext
test/Transforms/PGOProfile/Inputs/switch.proftext
test/Transforms/PGOProfile/Inputs/thinlto_indirect_call_promotion.ll [new file with mode: 0644]
test/Transforms/PGOProfile/PR28219.ll [new file with mode: 0644]
test/Transforms/PGOProfile/X86/lit.local.cfg [moved from test/Transforms/TailDup/X86/lit.local.cfg with 100% similarity]
test/Transforms/PGOProfile/X86/macho.ll [new file with mode: 0644]
test/Transforms/PGOProfile/branch1.ll
test/Transforms/PGOProfile/branch2.ll
test/Transforms/PGOProfile/comdat_internal.ll [new file with mode: 0644]
test/Transforms/PGOProfile/criticaledge.ll
test/Transforms/PGOProfile/diag_FE_profile.ll [new file with mode: 0644]
test/Transforms/PGOProfile/diag_mismatch.ll
test/Transforms/PGOProfile/diag_no_funcprofdata.ll
test/Transforms/PGOProfile/diag_no_profile.ll
test/Transforms/PGOProfile/do-not-instrument.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_covariant_call_return.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_covariant_invoke_return.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_invoke.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_mismatch_msg.ll [new file with mode: 0644]
test/Transforms/PGOProfile/icp_vararg.ll [new file with mode: 0644]
test/Transforms/PGOProfile/indirect_call_annotation.ll [new file with mode: 0644]
test/Transforms/PGOProfile/indirect_call_profile.ll [new file with mode: 0644]
test/Transforms/PGOProfile/indirect_call_promotion.ll [new file with mode: 0644]
test/Transforms/PGOProfile/landingpad.ll
test/Transforms/PGOProfile/loop1.ll
test/Transforms/PGOProfile/loop2.ll
test/Transforms/PGOProfile/preinline.ll [new file with mode: 0644]
test/Transforms/PGOProfile/single_bb.ll
test/Transforms/PGOProfile/statics_counter_naming.ll [new file with mode: 0644]
test/Transforms/PGOProfile/switch.ll
test/Transforms/PGOProfile/thinlto_indirect_call_promotion.ll [new file with mode: 0644]
test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll
test/Transforms/PhaseOrdering/globalaa-retained.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/basic.ll
test/Transforms/PlaceSafepoints/call-in-loop.ll
test/Transforms/PlaceSafepoints/call_gc_result.ll [deleted file]
test/Transforms/PlaceSafepoints/finite-loops.ll
test/Transforms/PlaceSafepoints/invokes.ll [deleted file]
test/Transforms/PlaceSafepoints/leaf-function.ll [deleted file]
test/Transforms/PlaceSafepoints/memset.ll
test/Transforms/PlaceSafepoints/no-statepoints.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/patchable-statepoints.ll [deleted file]
test/Transforms/PlaceSafepoints/split-backedge.ll
test/Transforms/PlaceSafepoints/statepoint-calling-conventions.ll [deleted file]
test/Transforms/PlaceSafepoints/statepoint-coreclr.ll
test/Transforms/PlaceSafepoints/statepoint-format.ll [deleted file]
test/Transforms/PlaceSafepoints/statepoint-frameescape.ll
test/Transforms/PreISelIntrinsicLowering/load-relative.ll [new file with mode: 0644]
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/prev_insts_canonicalized.ll [new file with mode: 0644]
test/Transforms/Reassociate/reassoc-intermediate-fnegs.ll
test/Transforms/Reassociate/xor_reassoc.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-12.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-13.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
test/Transforms/RewriteStatepointsForGC/base-pointers.ll
test/Transforms/RewriteStatepointsForGC/base-vector.ll
test/Transforms/RewriteStatepointsForGC/basic.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/call-gc-result.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/codegen-cond.ll
test/Transforms/RewriteStatepointsForGC/constants.ll
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/basic.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/codegen-cond.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/deref-pointers.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/liveness-basics.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/patchable-statepoints.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/preprocess.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocate-invoke-result.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/rewrite-invoke.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic-cconv.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-intrinsic.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
test/Transforms/RewriteStatepointsForGC/gc-relocate-creation.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/gc_relocate_creation.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/invokes.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/leaf-function.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/live-vector-nosplit.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/live-vector.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/liveness-basics.ll
test/Transforms/RewriteStatepointsForGC/patchable-statepoints.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll [deleted file]
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
test/Transforms/RewriteStatepointsForGC/rewrite-invoke.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/statepoint-calling-conventions.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/statepoint-coreclr.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/statepoint-format.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/two-invokes-one-landingpad.ll
test/Transforms/SCCP/bitcast.ll [new file with mode: 0644]
test/Transforms/SCCP/comdat-ipo.ll [new file with mode: 0644]
test/Transforms/SCCP/constant-struct.ll [new file with mode: 0644]
test/Transforms/SCCP/global-alias-constprop.ll
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SCCP/pr27712.ll [new file with mode: 0644]
test/Transforms/SCCP/ub-shift.ll [new file with mode: 0644]
test/Transforms/SCCP/undef-resolve.ll
test/Transforms/SLPVectorizer/AArch64/gather-reduce.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/getelementptr.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/minimum-sizes.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/PowerPC/pr27897.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/bitreverse.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/bswap.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/call.ll
test/Transforms/SLPVectorizer/X86/cast.ll
test/Transforms/SLPVectorizer/X86/ctlz.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/ctpop.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/cttz.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/fma.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/fround.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/funclet.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/gep.ll
test/Transforms/SLPVectorizer/X86/gep_mismatch.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/insertvalue.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/ordering.ll
test/Transforms/SLPVectorizer/X86/pr27163.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/sqrt.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/vector_gep.ll [new file with mode: 0644]
test/Transforms/SROA/address-spaces.ll
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/dbg-single-piece.ll [new file with mode: 0644]
test/Transforms/SROA/pr26972.ll [new file with mode: 0644]
test/Transforms/SafeStack/AArch64/abi.ll
test/Transforms/SafeStack/AArch64/abi_ssp.ll [new file with mode: 0644]
test/Transforms/SafeStack/ARM/setjmp.ll
test/Transforms/SafeStack/X86/abi_ssp.ll [new file with mode: 0644]
test/Transforms/SafeStack/X86/ssp.ll [new file with mode: 0644]
test/Transforms/SafeStack/array-aligned.ll
test/Transforms/SafeStack/array.ll
test/Transforms/SafeStack/coloring.ll [new file with mode: 0644]
test/Transforms/SafeStack/coloring2.ll [new file with mode: 0644]
test/Transforms/SafeStack/debug-loc-dynamic.ll [new file with mode: 0644]
test/Transforms/SafeStack/debug-loc.ll
test/Transforms/SafeStack/debug-loc2.ll [new file with mode: 0644]
test/Transforms/SafeStack/dynamic-alloca.ll
test/Transforms/SafeStack/phi.ll [new file with mode: 0644]
test/Transforms/SafeStack/setjmp2.ll
test/Transforms/SafeStack/sink-to-use.ll [new file with mode: 0644]
test/Transforms/SafeStack/struct.ll
test/Transforms/SampleProfile/Inputs/fnptr.binprof
test/Transforms/SampleProfile/Inputs/inline-act.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/inline-combine.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/propagate.prof
test/Transforms/SampleProfile/Inputs/summary.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/cov-zero-samples.ll
test/Transforms/SampleProfile/coverage-warning.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/entry_counts.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/gcc-simple.ll
test/Transforms/SampleProfile/inline-act.ll [new file with mode: 0644]
test/Transforms/SampleProfile/inline-combine.ll [new file with mode: 0644]
test/Transforms/SampleProfile/inline-coverage.ll
test/Transforms/SampleProfile/inline-hint.ll [deleted file]
test/Transforms/SampleProfile/inline.ll
test/Transforms/SampleProfile/nolocinfo.ll
test/Transforms/SampleProfile/offset.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/SampleProfile/remarks.ll
test/Transforms/SampleProfile/summary.ll [new file with mode: 0644]
test/Transforms/SampleProfile/syntax.ll
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll [deleted file]
test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll [deleted file]
test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll [deleted file]
test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll [deleted file]
test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll [deleted file]
test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll [deleted file]
test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll [deleted file]
test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll [deleted file]
test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll [deleted file]
test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll [deleted file]
test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll [deleted file]
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll [deleted file]
test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll [deleted file]
test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll [deleted file]
test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll [deleted file]
test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll [deleted file]
test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll [deleted file]
test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll [deleted file]
test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll [deleted file]
test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll [deleted file]
test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll [deleted file]
test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll [deleted file]
test/Transforms/ScalarRepl/2011-10-22-VectorCrash.ll [deleted file]
test/Transforms/ScalarRepl/2011-11-11-EmptyStruct.ll [deleted file]
test/Transforms/ScalarRepl/AggregatePromote.ll [deleted file]
test/Transforms/ScalarRepl/DifferingTypes.ll [deleted file]
test/Transforms/ScalarRepl/address-space.ll [deleted file]
test/Transforms/ScalarRepl/arraytest.ll [deleted file]
test/Transforms/ScalarRepl/badarray.ll [deleted file]
test/Transforms/ScalarRepl/basictest.ll [deleted file]
test/Transforms/ScalarRepl/bitfield-sroa.ll [deleted file]
test/Transforms/ScalarRepl/copy-aggregate.ll [deleted file]
test/Transforms/ScalarRepl/crash.ll [deleted file]
test/Transforms/ScalarRepl/debuginfo-preserved.ll [deleted file]
test/Transforms/ScalarRepl/inline-vector.ll [deleted file]
test/Transforms/ScalarRepl/lifetime.ll [deleted file]
test/Transforms/ScalarRepl/load-store-aggregate.ll [deleted file]
test/Transforms/ScalarRepl/memcpy-align.ll [deleted file]
test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll [deleted file]
test/Transforms/ScalarRepl/memset-aggregate.ll [deleted file]
test/Transforms/ScalarRepl/negative-memset.ll [deleted file]
test/Transforms/ScalarRepl/nonzero-first-index.ll [deleted file]
test/Transforms/ScalarRepl/not-a-vector.ll [deleted file]
test/Transforms/ScalarRepl/only-memcpy-uses.ll [deleted file]
test/Transforms/ScalarRepl/phi-cycle.ll [deleted file]
test/Transforms/ScalarRepl/phi-select.ll [deleted file]
test/Transforms/ScalarRepl/phinodepromote.ll [deleted file]
test/Transforms/ScalarRepl/select_promote.ll [deleted file]
test/Transforms/ScalarRepl/sroa-fca.ll [deleted file]
test/Transforms/ScalarRepl/sroa_two.ll [deleted file]
test/Transforms/ScalarRepl/union-fp-int.ll [deleted file]
test/Transforms/ScalarRepl/union-packed.ll [deleted file]
test/Transforms/ScalarRepl/union-pointer.ll [deleted file]
test/Transforms/ScalarRepl/vector_memcpy.ll [deleted file]
test/Transforms/ScalarRepl/vector_promote.ll [deleted file]
test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll [deleted file]
test/Transforms/ScalarRepl/volatile.ll [deleted file]
test/Transforms/Scalarizer/crash-bug.ll [new file with mode: 0644]
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/Scalarizer/dbgloc-bug.ll [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/value-tracking-domtree.ll [deleted file]
test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll
test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
test/Transforms/SimplifyCFG/InfLoop.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/PR16069.ll
test/Transforms/SimplifyCFG/PR27615-simplify-cond-br.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/PhiBlockMerge.ll
test/Transforms/SimplifyCFG/PhiEliminate2.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/attr-convergent.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/combine-parallel-mem-md.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/empty-cleanuppad.ll
test/Transforms/SimplifyCFG/guards.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/implied-cond-matching-false-dest.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/implied-cond-matching-imm.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/implied-cond-matching.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/merge-cleanuppads.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/merge-cond-stores-2.ll
test/Transforms/SimplifyCFG/preserve-branchweights.ll
test/Transforms/SimplifyCFG/speculate-store.ll
test/Transforms/SimplifyCFG/switch-masked-bits.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/Transforms/SimplifyCFG/switch_switch_fold.ll
test/Transforms/SimplifyCFG/switch_thread.ll
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/two-entry-phi-return.ll
test/Transforms/SimplifyCFG/unreachable-cleanuppad.ll [new file with mode: 0644]
test/Transforms/Sink/basic.ll
test/Transforms/Sink/call.ll [new file with mode: 0644]
test/Transforms/Sink/convergent.ll
test/Transforms/StraightLineStrengthReduce/slsr-add.ll
test/Transforms/StraightLineStrengthReduce/slsr-gep.ll
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/StructurizeCFG/invert-constantexpr.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/nested-loop-order.ll
test/Transforms/TailCallElim/accum_recursion.ll
test/Transforms/TailCallElim/dont_reorder_load.ll
test/Transforms/TailCallElim/reorder_load.ll
test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll [deleted file]
test/Transforms/Util/MemorySSA/assume.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/atomic-clobber.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/cyclicphi.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/forward-unreachable.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/function-clobber.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/function-mem-attrs.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/livein.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/load-invariant.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/many-dom-backedge.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/many-doms.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/multi-edges.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/multiple-backedges-hal.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/multiple-locations.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/no-disconnected.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/optimize-use.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/phi-translation.ll [new file with mode: 0644]
test/Transforms/Util/MemorySSA/volatile-clobber.ll [new file with mode: 0644]
test/Transforms/Util/simplify-dbg-declare-load.ll
test/Transforms/Util/split-bit-piece.ll
test/Transforms/Util/store-first-op.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/bad-read-from-vtable.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/constant-arg.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/devirt-single-impl-check.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/devirt-single-impl.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/expand-check.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/non-array-vtable.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/non-constant-vtable.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/uniform-retval-invoke.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/uniform-retval.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/unique-retval.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-accesses-memory.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-no-this.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-non-constant-arg.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-too-wide-ints.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-type-mismatch.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/vcp-uses-this.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/virtual-const-prop-begin.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/virtual-const-prop-check.ll [new file with mode: 0644]
test/Transforms/WholeProgramDevirt/virtual-const-prop-end.ll [new file with mode: 0644]
test/Unit/lit.cfg
test/Unit/lit.site.cfg.in
test/Verifier/2010-08-07-PointerIntrinsic.ll
test/Verifier/alias.ll
test/Verifier/alloc-size-failedparse.ll [new file with mode: 0644]
test/Verifier/allocsize.ll [new file with mode: 0644]
test/Verifier/callsite-dbgloc.ll [new file with mode: 0644]
test/Verifier/dbg-difile-crash.ll [new file with mode: 0644]
test/Verifier/dbg-invalid-compileunit.ll [new file with mode: 0644]
test/Verifier/dbg-invalid-retaintypes.ll [new file with mode: 0644]
test/Verifier/dbg-orphaned-compileunit.ll [new file with mode: 0644]
test/Verifier/dbg-typerefs.ll
test/Verifier/deoptimize-intrinsic.ll [new file with mode: 0644]
test/Verifier/dominates.ll
test/Verifier/fpmath.ll
test/Verifier/func-dbg.ll
test/Verifier/guard-intrinsic.ll [new file with mode: 0644]
test/Verifier/invalid-eh.ll
test/Verifier/invoke.ll
test/Verifier/metadata-function-dbg.ll
test/Verifier/metadata-function-prof.ll [new file with mode: 0644]
test/Verifier/operand-bundles.ll
test/Verifier/swifterror.ll [new file with mode: 0644]
test/Verifier/swifterror2.ll [new file with mode: 0644]
test/Verifier/swifterror3.ll [new file with mode: 0644]
test/Verifier/swiftself.ll [new file with mode: 0644]
test/Verifier/unsized-types.ll [new file with mode: 0644]
test/Verifier/writeonly.ll [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg.in
test/tools/dsymutil/ARM/dummy-debug-map.map [new file with mode: 0644]
test/tools/dsymutil/ARM/scattered.c [new file with mode: 0644]
test/tools/dsymutil/ARM/thumb.c [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic-with-libfat-test.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/common.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/frame-dw2.ll
test/tools/dsymutil/Inputs/frame-dw4.ll
test/tools/dsymutil/Inputs/module-warnings/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/module-warnings/Bar.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/module-warnings/Foo.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/module-warnings/libstatic.a [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/Foo.pcm
test/tools/dsymutil/Inputs/scattered-reloc/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/scattered-reloc/1.s [new file with mode: 0644]
test/tools/dsymutil/Inputs/thumb.armv7m [new file with mode: 0755]
test/tools/dsymutil/X86/basic-with-libfat-test.test [new file with mode: 0644]
test/tools/dsymutil/X86/common-sym.test [new file with mode: 0644]
test/tools/dsymutil/X86/mismatch.m
test/tools/dsymutil/X86/module-warnings.test [new file with mode: 0644]
test/tools/dsymutil/absolute_symbol.test
test/tools/dsymutil/arch-option.test
test/tools/dsymutil/basic-linking.test
test/tools/dsymutil/debug-map-parsing.test
test/tools/dsymutil/fat-binary-output.test
test/tools/dsymutil/yaml-object-address-rewrite.test
test/tools/gold/X86/Inputs/common.ll
test/tools/gold/X86/Inputs/common2.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/common3.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/irmover-error.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/linkonce-weak.ll
test/tools/gold/X86/Inputs/start-lib-common.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_alias.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_archive1.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_archive2.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_internalize.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_linkonceresolution.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto_weak_resolution.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/visibility.ll [new file with mode: 0644]
test/tools/gold/X86/coff.ll
test/tools/gold/X86/comdat.ll
test/tools/gold/X86/common.ll
test/tools/gold/X86/disable-verify.ll
test/tools/gold/X86/drop-linkage.ll
test/tools/gold/X86/emit-llvm.ll
test/tools/gold/X86/irmover-error.ll [new file with mode: 0644]
test/tools/gold/X86/linkonce-weak.ll
test/tools/gold/X86/opt-level.ll
test/tools/gold/X86/parallel.ll
test/tools/gold/X86/pr19901.ll
test/tools/gold/X86/pr19901_thinlto.ll [new file with mode: 0644]
test/tools/gold/X86/pr25915.ll
test/tools/gold/X86/relax-relocs.ll [new file with mode: 0644]
test/tools/gold/X86/start-lib-common.ll [new file with mode: 0644]
test/tools/gold/X86/strip_names.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto.ll
test/tools/gold/X86/thinlto_alias.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_archive.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_emit_imports.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_internalize.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_linkonceresolution.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_prefix_replace.ll [new file with mode: 0644]
test/tools/gold/X86/thinlto_weak_resolution.ll [new file with mode: 0644]
test/tools/gold/X86/type-merge2.ll
test/tools/gold/X86/visibility.ll [new file with mode: 0644]
test/tools/llvm-ar/Inputs/coff.yaml [new file with mode: 0644]
test/tools/llvm-ar/Inputs/elf.yaml [new file with mode: 0644]
test/tools/llvm-ar/Inputs/macho.yaml [new file with mode: 0644]
test/tools/llvm-ar/Inputs/msvc-import.lib [new file with mode: 0644]
test/tools/llvm-ar/default-add.test [new file with mode: 0644]
test/tools/llvm-ar/default-coff.test [new file with mode: 0644]
test/tools/llvm-ar/default-elf.test [new file with mode: 0644]
test/tools/llvm-ar/default-macho.test [new file with mode: 0644]
test/tools/llvm-ar/empty-uid-gid.test [new file with mode: 0644]
test/tools/llvm-ar/override.test [new file with mode: 0644]
test/tools/llvm-config/cflags.test [new file with mode: 0644]
test/tools/llvm-config/ldflags.test [new file with mode: 0644]
test/tools/llvm-config/libs.test [new file with mode: 0644]
test/tools/llvm-config/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-config/system-libs.windows.test [new file with mode: 0644]
test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l [new file with mode: 0755]
test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l [new file with mode: 0755]
test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l [new file with mode: 0755]
test/tools/llvm-cov/Inputs/combine_expansions.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/combine_expansions.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/double_dots.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/double_dots.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/elf_binary_comdat.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/gcov47_compatibility.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/gcov47_compatibility.gcno [new file with mode: 0644]
test/tools/llvm-cov/Inputs/highlightedRanges.covmapping
test/tools/llvm-cov/Inputs/instrprof-comdat.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/lineExecutionCounts.covmapping
test/tools/llvm-cov/Inputs/prefer_used_to_unused.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prefer_used_to_unused.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prefer_used_to_unused.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prevent_false_instantiations.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prevent_false_instantiations.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/prevent_false_instantiations.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/regionMarkers.covmapping
test/tools/llvm-cov/Inputs/showExpansions.covmapping
test/tools/llvm-cov/Inputs/templateInstantiations.covmapping
test/tools/llvm-cov/combine_expansions.cpp [new file with mode: 0644]
test/tools/llvm-cov/cov-comdat.test [new file with mode: 0644]
test/tools/llvm-cov/demangle.test [new file with mode: 0644]
test/tools/llvm-cov/double_dots.c [new file with mode: 0644]
test/tools/llvm-cov/gcov47_compatibility.cpp [new file with mode: 0644]
test/tools/llvm-cov/lit.local.cfg
test/tools/llvm-cov/prefer_used_to_unused.h [new file with mode: 0644]
test/tools/llvm-cov/prevent_false_instantiations.h [new file with mode: 0644]
test/tools/llvm-cov/report.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
test/tools/llvm-cov/warnings.h [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/compress/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/compressfail/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/compressfail/compress.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/compressfail/compress.o [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate/ac.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate/bc.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate/c.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate_dwo_name/ac.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate_dwo_name/bc.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/duplicate_dwo_name/c.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/empty.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/empty_compressed_section.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/gcc_type/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/invalid_compressed.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/invalid_cu_index/x.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/invalid_string_form.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/merge/notypes/ab.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/merge/notypes/c.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/missing_tu_index/x.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/multiple_type_sections.dwp [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/non_cu_top_level.dwo [new file with mode: 0644]
test/tools/llvm-dwp/X86/compress.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/compressfail.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/duplicate.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/empty.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/gcc_type.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/invalid_cu_index.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/invalid_string_form.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/merge.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/missing_tu_index.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/multiple_type_sections.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/nocompress.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/non_cu_top_level.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/simple.test
test/tools/llvm-dwp/X86/type_dedup.test
test/tools/llvm-lto/Inputs/empty.bc [new file with mode: 0644]
test/tools/llvm-lto/error.ll
test/tools/llvm-lto/thinlto.ll
test/tools/llvm-nm/X86/Inputs/hello.obj.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/libExample.a.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/posixArchiveMachO.test [new file with mode: 0644]
test/tools/llvm-nm/X86/posixELF.test [new file with mode: 0644]
test/tools/llvm-nm/X86/posixMachO.test
test/tools/llvm-nm/X86/radix.s [new file with mode: 0644]
test/tools/llvm-nm/invalid-input.test [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-symbolized-disassembly.test
test/tools/llvm-objdump/ARM/Inputs/mh_dylib_header.macho-arm [new file with mode: 0755]
test/tools/llvm-objdump/ARM/macho-arm-and-thumb.test
test/tools/llvm-objdump/ARM/macho-symbolized-disassembly.test
test/tools/llvm-objdump/ARM/macho-v7m.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/mh_dylib_header.test [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/LLVM-bundle.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/eh_frame.elf-mipsel [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/empty.macho-armv7 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/file-aux-record.yaml
test/tools/llvm-objdump/Inputs/section.macho-armv7 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/tls.exe.coff-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/codesig.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/hello.exe.stripped.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/macho-universal64.x86_64.i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/stubbed.dylib.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/truncated-section.dylib.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/hex-displacement.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-dis-symname.test
test/tools/llvm-objdump/X86/macho-disassembly-stripped.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-private-headers.test
test/tools/llvm-objdump/X86/macho-universal-x86_64.i386.test
test/tools/llvm-objdump/X86/stubbed-dylib.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/truncated-section.test [new file with mode: 0644]
test/tools/llvm-objdump/coff-private-headers.test
test/tools/llvm-objdump/eh_frame-arm64.test
test/tools/llvm-objdump/eh_frame-mipsel.test [new file with mode: 0644]
test/tools/llvm-objdump/eh_frame_zero_cie.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-LLVM-bundle.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-objc-meta-data.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-sections.test
test/tools/llvm-objdump/malformed-macho.test
test/tools/llvm-pdbdump/class-layout.test
test/tools/llvm-pdbdump/enum-layout.test
test/tools/llvm-pdbdump/load-address.test
test/tools/llvm-pdbdump/regex-filter.test
test/tools/llvm-profdata/Inputs/c-general.profraw
test/tools/llvm-profdata/Inputs/compat.profdata.v4 [new file with mode: 0644]
test/tools/llvm-profdata/c-general.test
test/tools/llvm-profdata/compat.proftext
test/tools/llvm-profdata/general.proftext
test/tools/llvm-profdata/input-filenames.test [new file with mode: 0644]
test/tools/llvm-profdata/multiple-inputs.test
test/tools/llvm-profdata/raw-32-bits-be.test
test/tools/llvm-profdata/raw-32-bits-le.test
test/tools/llvm-profdata/raw-64-bits-be.test
test/tools/llvm-profdata/raw-64-bits-le.test
test/tools/llvm-profdata/raw-two-profiles.test
test/tools/llvm-profdata/value-prof.proftext
test/tools/llvm-profdata/weight-instr.test
test/tools/llvm-readobj/ARM/attribute-0.s
test/tools/llvm-readobj/ARM/attribute-1.s
test/tools/llvm-readobj/Inputs/codeview-inlining.obj.coff [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/codeview-merging-1.obj [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/codeview-merging-2.obj [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/codeview-types.obj [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/codeview-vftable.obj.coff [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/compression.zlib.style.elf-x86-64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dynamic-table-so.aarch64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dynamic-table.c
test/tools/llvm-readobj/Inputs/elf-groups.x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/file-aux-record.yaml
test/tools/llvm-readobj/Inputs/file-multiple-aux-records.yaml
test/tools/llvm-readobj/Inputs/got-over.exe.elf-mips [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/has_pdb.exe [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/options.obj.elf-mipsel [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/phdrs-elf.exe-i386 [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/phdrs-elf.exe-x86_64 [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/relocs.obj.elf-lanai [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/relocs.py
test/tools/llvm-readobj/Inputs/st-other.obj.elf-mips [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/st-other.obj.elf-mips16 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/symbols-proc-specific.elf-hexagon [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/trivial.obj.elf-lanai [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/verneed.elf-x86-64 [new file with mode: 0644]
test/tools/llvm-readobj/codeview-inlining.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-linetables.test
test/tools/llvm-readobj/codeview-merging.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-types.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-vftable.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-debug-directory.test [new file with mode: 0644]
test/tools/llvm-readobj/dynamic.test
test/tools/llvm-readobj/elf-groups.test [new file with mode: 0644]
test/tools/llvm-readobj/elf-hash-histogram.test [new file with mode: 0644]
test/tools/llvm-readobj/elf-sec-compressed.test [new file with mode: 0644]
test/tools/llvm-readobj/elf-sec-flags.test [new file with mode: 0644]
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/gnu-file-headers.test [new file with mode: 0644]
test/tools/llvm-readobj/gnu-phdrs.test [new file with mode: 0644]
test/tools/llvm-readobj/gnu-relocations.test [new file with mode: 0644]
test/tools/llvm-readobj/gnu-sections.test [new file with mode: 0644]
test/tools/llvm-readobj/gnu-symbols.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-got-overlapped.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-options-sec.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-st-other.test [new file with mode: 0644]
test/tools/llvm-readobj/reloc-types.test
test/tools/llvm-size/Inputs/darwin-m.o [new file with mode: 0644]
test/tools/llvm-size/X86/ignore-sections.s [new file with mode: 0644]
test/tools/llvm-size/X86/lit.local.cfg [moved from test/Transforms/TailDup/lit.local.cfg with 100% similarity]
test/tools/llvm-size/X86/test-common.s [new file with mode: 0644]
test/tools/llvm-size/basic.test
test/tools/llvm-size/darwin-m.test [new file with mode: 0644]
test/tools/llvm-split/blockaddress.ll [new file with mode: 0644]
test/tools/llvm-split/extern_linkage.ll [new file with mode: 0644]
test/tools/llvm-split/personality.ll [new file with mode: 0644]
test/tools/llvm-split/preserve-locals.ll [new file with mode: 0644]
test/tools/llvm-split/scc-alias.ll [new file with mode: 0644]
test/tools/llvm-split/scc-callchain.ll [new file with mode: 0644]
test/tools/llvm-split/scc-comdat.ll [new file with mode: 0644]
test/tools/llvm-split/scc-const-alias.ll [new file with mode: 0755]
test/tools/llvm-split/scc-constants.ll [new file with mode: 0644]
test/tools/llvm-split/scc-cycle.ll [new file with mode: 0644]
test/tools/llvm-split/scc-global-alias.ll [new file with mode: 0644]
test/tools/llvm-split/scc-global2global.ll [new file with mode: 0644]
test/tools/llvm-symbolizer/fat.test
test/tools/llvm-symbolizer/pdb/Inputs/missing_pdb.exe [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/Inputs/test.cpp
test/tools/llvm-symbolizer/pdb/Inputs/test.exe
test/tools/llvm-symbolizer/pdb/Inputs/test.pdb
test/tools/llvm-symbolizer/pdb/missing_pdb.test [new file with mode: 0644]
test/tools/llvm-symbolizer/pdb/pdb.test
test/tools/llvm-symbolizer/print_context.c
test/tools/lto/hide-linkonce-odr.ll [new file with mode: 0644]
test/tools/lto/lit.local.cfg
test/tools/lto/opt-level.ll
test/tools/lto/print-stats.ll [new file with mode: 0644]
test/tools/sancov/Inputs/fun_blacklist.txt [moved from test/tools/sancov/Inputs/blacklist.txt with 100% similarity]
test/tools/sancov/Inputs/src_blacklist.txt [new file with mode: 0644]
test/tools/sancov/Inputs/test-linux_x86_64
test/tools/sancov/Inputs/test-linux_x86_64-1.sancov [deleted file]
test/tools/sancov/Inputs/test-linux_x86_64.0.sancov [new file with mode: 0644]
test/tools/sancov/Inputs/test-linux_x86_64.1.sancov [new file with mode: 0644]
test/tools/sancov/Inputs/test-linux_x86_64.sancov [deleted file]
test/tools/sancov/Inputs/test.cpp
test/tools/sancov/blacklist.test
test/tools/sancov/covered_functions.test
test/tools/sancov/html-report.test [new file with mode: 0644]
test/tools/sancov/lit.local.cfg [new file with mode: 0644]
test/tools/sancov/not_covered_functions.test
test/tools/sancov/print.test
test/tools/sancov/print_coverage_pcs.test [new file with mode: 0644]
test/tools/sancov/stats.test [new file with mode: 0644]
test/tools/sanstats/elf.test [new file with mode: 0644]
test/tools/yaml2obj/missing_document_tag.yaml [new file with mode: 0644]
test/tools/yaml2obj/unsupported_document_tag.yaml [new file with mode: 0644]
tools/CMakeLists.txt
tools/Makefile [deleted file]
tools/bugpoint-passes/Makefile [deleted file]
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/Makefile [deleted file]
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/bugpoint.cpp
tools/dsymutil/BinaryHolder.cpp
tools/dsymutil/BinaryHolder.h
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/MachOUtils.cpp
tools/dsymutil/Makefile [deleted file]
tools/dsymutil/NonRelocatableStringpool.h
tools/dsymutil/dsymutil.cpp
tools/gold/CMakeLists.txt
tools/gold/Makefile [deleted file]
tools/gold/gold-plugin.cpp
tools/llc/Makefile [deleted file]
tools/llc/llc.cpp
tools/lli/CMakeLists.txt
tools/lli/ChildTarget/CMakeLists.txt
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/ChildTarget/Makefile [deleted file]
tools/lli/Makefile [deleted file]
tools/lli/OrcLazyJIT.cpp
tools/lli/OrcLazyJIT.h
tools/lli/RemoteJITUtils.h
tools/lli/lli.cpp
tools/llvm-ar/Makefile [deleted file]
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp
tools/llvm-as/Makefile [deleted file]
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/Makefile [deleted file]
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/CMakeLists.txt
tools/llvm-c-test/Makefile [deleted file]
tools/llvm-c-test/calc.c
tools/llvm-c-test/diagnostic.c [new file with mode: 0644]
tools/llvm-c-test/disassemble.c
tools/llvm-c-test/echo.cpp [new file with mode: 0644]
tools/llvm-c-test/helpers.c
tools/llvm-c-test/llvm-c-test.h
tools/llvm-c-test/main.c
tools/llvm-c-test/metadata.c
tools/llvm-c-test/module.c
tools/llvm-c-test/object.c
tools/llvm-c-test/targets.c
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/CMakeLists.txt
tools/llvm-config/Makefile [deleted file]
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageFilters.h
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageReport.h
tools/llvm-cov/CoverageSummaryInfo.h
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/LLVMBuild.txt
tools/llvm-cov/Makefile [deleted file]
tools/llvm-cov/RenderingSupport.h
tools/llvm-cov/SourceCoverageView.cpp
tools/llvm-cov/SourceCoverageView.h
tools/llvm-cov/SourceCoverageViewHTML.cpp [new file with mode: 0644]
tools/llvm-cov/SourceCoverageViewHTML.h [new file with mode: 0644]
tools/llvm-cov/SourceCoverageViewText.cpp [new file with mode: 0644]
tools/llvm-cov/SourceCoverageViewText.h [new file with mode: 0644]
tools/llvm-cov/TestingSupport.cpp
tools/llvm-cov/gcov.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-cxxdump/Error.cpp
tools/llvm-cxxdump/Makefile [deleted file]
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-diff/DiffConsumer.h
tools/llvm-diff/DiffLog.cpp
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-diff/DifferenceEngine.h
tools/llvm-diff/Makefile [deleted file]
tools/llvm-diff/llvm-diff.cpp
tools/llvm-dis/Makefile [deleted file]
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/Makefile [deleted file]
tools/llvm-dwarfdump/fuzzer/llvm-dwarfdump-fuzzer.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-dwp/CMakeLists.txt
tools/llvm-dwp/DWPError.cpp [new file with mode: 0644]
tools/llvm-dwp/DWPError.h [new file with mode: 0644]
tools/llvm-dwp/DWPStringPool.h [new file with mode: 0644]
tools/llvm-dwp/Makefile [deleted file]
tools/llvm-dwp/llvm-dwp.cpp
tools/llvm-extract/Makefile [deleted file]
tools/llvm-extract/llvm-extract.cpp
tools/llvm-go/Makefile [deleted file]
tools/llvm-go/llvm-go.go
tools/llvm-jitlistener/Makefile [deleted file]
tools/llvm-jitlistener/llvm-jitlistener.cpp
tools/llvm-link/CMakeLists.txt
tools/llvm-link/LLVMBuild.txt
tools/llvm-link/Makefile [deleted file]
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/LLVMBuild.txt
tools/llvm-lto/Makefile [deleted file]
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc-fuzzer/CMakeLists.txt
tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/Makefile [deleted file]
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/Makefile [deleted file]
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
tools/llvm-nm/Makefile [deleted file]
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/Makefile [deleted file]
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-pdbdump/BuiltinDumper.cpp
tools/llvm-pdbdump/BuiltinDumper.h
tools/llvm-pdbdump/CMakeLists.txt
tools/llvm-pdbdump/ClassDefinitionDumper.cpp
tools/llvm-pdbdump/ClassDefinitionDumper.h
tools/llvm-pdbdump/CompilandDumper.cpp
tools/llvm-pdbdump/CompilandDumper.h
tools/llvm-pdbdump/EnumDumper.cpp
tools/llvm-pdbdump/EnumDumper.h
tools/llvm-pdbdump/ExternalSymbolDumper.cpp
tools/llvm-pdbdump/ExternalSymbolDumper.h
tools/llvm-pdbdump/FunctionDumper.cpp
tools/llvm-pdbdump/FunctionDumper.h
tools/llvm-pdbdump/LLVMOutputStyle.cpp [new file with mode: 0644]
tools/llvm-pdbdump/LLVMOutputStyle.h [new file with mode: 0644]
tools/llvm-pdbdump/LinePrinter.cpp
tools/llvm-pdbdump/LinePrinter.h
tools/llvm-pdbdump/Makefile [deleted file]
tools/llvm-pdbdump/OutputStyle.h [new file with mode: 0644]
tools/llvm-pdbdump/PdbYaml.cpp [new file with mode: 0644]
tools/llvm-pdbdump/PdbYaml.h [new file with mode: 0644]
tools/llvm-pdbdump/TypeDumper.cpp
tools/llvm-pdbdump/TypeDumper.h
tools/llvm-pdbdump/TypedefDumper.cpp
tools/llvm-pdbdump/TypedefDumper.h
tools/llvm-pdbdump/VariableDumper.cpp
tools/llvm-pdbdump/VariableDumper.h
tools/llvm-pdbdump/YAMLOutputStyle.cpp [new file with mode: 0644]
tools/llvm-pdbdump/YAMLOutputStyle.h [new file with mode: 0644]
tools/llvm-pdbdump/fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp [new file with mode: 0644]
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-pdbdump/llvm-pdbdump.h
tools/llvm-profdata/Makefile [deleted file]
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ARMAttributeParser.cpp
tools/llvm-readobj/ARMAttributeParser.h
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/ARMWinEHPrinter.h
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/CodeView.h [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/Error.cpp
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/Makefile [deleted file]
tools/llvm-readobj/ObjDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StreamWriter.cpp [deleted file]
tools/llvm-readobj/StreamWriter.h [deleted file]
tools/llvm-readobj/Win64EHDumper.cpp
tools/llvm-readobj/Win64EHDumper.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/Makefile [deleted file]
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-shlib/Makefile [deleted file]
tools/llvm-shlib/libllvm.cpp
tools/llvm-size/Makefile [deleted file]
tools/llvm-size/llvm-size.cpp
tools/llvm-split/Makefile [deleted file]
tools/llvm-split/llvm-split.cpp
tools/llvm-stress/Makefile [deleted file]
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/Makefile [deleted file]
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/CMakeLists.txt
tools/lto/Makefile [deleted file]
tools/lto/lto.cpp
tools/lto/lto.exports
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/Error.cpp
tools/obj2yaml/Error.h
tools/obj2yaml/Makefile [deleted file]
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/macho2yaml.cpp [new file with mode: 0644]
tools/obj2yaml/obj2yaml.cpp
tools/obj2yaml/obj2yaml.h
tools/opt/AnalysisWrappers.cpp
tools/opt/BreakpointPrinter.cpp
tools/opt/Makefile [deleted file]
tools/opt/NewPMDriver.cpp
tools/opt/NewPMDriver.h
tools/opt/opt.cpp
tools/sancov/Makefile [deleted file]
tools/sancov/sancov.cc
tools/sanstats/CMakeLists.txt [new file with mode: 0644]
tools/sanstats/sanstats.cpp [new file with mode: 0644]
tools/verify-uselistorder/Makefile [deleted file]
tools/verify-uselistorder/verify-uselistorder.cpp
tools/xcode-toolchain/CMakeLists.txt
tools/yaml2obj/CMakeLists.txt
tools/yaml2obj/Makefile [deleted file]
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2macho.cpp [new file with mode: 0644]
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2obj.h
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/BitVectorTest.cpp
unittests/ADT/BitmaskEnumTest.cpp [new file with mode: 0644]
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/FoldingSet.cpp
unittests/ADT/ImmutableSetTest.cpp
unittests/ADT/Makefile [deleted file]
unittests/ADT/PointerEmbeddedIntTest.cpp
unittests/ADT/PriorityWorklistTest.cpp [new file with mode: 0644]
unittests/ADT/SequenceTest.cpp [new file with mode: 0644]
unittests/ADT/SetVectorTest.cpp [new file with mode: 0644]
unittests/ADT/SmallPtrSetTest.cpp
unittests/ADT/SmallVectorTest.cpp
unittests/ADT/SparseSetTest.cpp
unittests/ADT/StringMapTest.cpp
unittests/ADT/StringRefTest.cpp
unittests/ADT/TinyPtrVectorTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp
unittests/Analysis/BlockFrequencyInfoTest.cpp [new file with mode: 0644]
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CGSCCPassManagerTest.cpp [new file with mode: 0644]
unittests/Analysis/CMakeLists.txt
unittests/Analysis/CallGraphTest.cpp
unittests/Analysis/LazyCallGraphTest.cpp
unittests/Analysis/LoopPassManagerTest.cpp [new file with mode: 0644]
unittests/Analysis/Makefile [deleted file]
unittests/Analysis/MixedTBAATest.cpp
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/Analysis/UnrollAnalyzer.cpp [new file with mode: 0644]
unittests/Analysis/ValueTrackingTest.cpp
unittests/AsmParser/AsmParserTest.cpp
unittests/AsmParser/Makefile [deleted file]
unittests/Bitcode/BitReaderTest.cpp
unittests/Bitcode/BitstreamReaderTest.cpp
unittests/Bitcode/BitstreamWriterTest.cpp [new file with mode: 0644]
unittests/Bitcode/CMakeLists.txt
unittests/Bitcode/Makefile [deleted file]
unittests/CMakeLists.txt
unittests/CodeGen/DIEHashTest.cpp
unittests/CodeGen/Makefile [deleted file]
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
unittests/DebugInfo/DWARF/Makefile [deleted file]
unittests/DebugInfo/Makefile [deleted file]
unittests/DebugInfo/PDB/CMakeLists.txt
unittests/DebugInfo/PDB/ErrorChecking.h [new file with mode: 0644]
unittests/DebugInfo/PDB/Makefile [deleted file]
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp [new file with mode: 0644]
unittests/DebugInfo/PDB/MsfBuilderTest.cpp [new file with mode: 0644]
unittests/DebugInfo/PDB/PDBApiTest.cpp
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/MCJIT/Makefile [deleted file]
unittests/ExecutionEngine/Makefile [deleted file]
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
unittests/ExecutionEngine/Orc/Makefile [deleted file]
unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
unittests/ExecutionEngine/Orc/OrcTestCommon.h
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
unittests/IR/AttributesTest.cpp
unittests/IR/CMakeLists.txt
unittests/IR/ConstantRangeTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugTypeODRUniquingTest.cpp [new file with mode: 0644]
unittests/IR/DominatorTreeTest.cpp
unittests/IR/FunctionTest.cpp [new file with mode: 0644]
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/IntrinsicsTest.cpp [new file with mode: 0644]
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/Makefile [deleted file]
unittests/IR/MetadataTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/PatternMatch.cpp
unittests/IR/TypeBuilderTest.cpp
unittests/IR/UserTest.cpp
unittests/IR/ValueHandleTest.cpp
unittests/IR/ValueMapTest.cpp
unittests/IR/ValueTest.cpp
unittests/IR/VerifierTest.cpp
unittests/IR/WaymarkTest.cpp
unittests/LineEditor/Makefile [deleted file]
unittests/Linker/LinkModulesTest.cpp
unittests/Linker/Makefile [deleted file]
unittests/MC/CMakeLists.txt
unittests/MC/DwarfLineTables.cpp [new file with mode: 0644]
unittests/MC/Makefile [deleted file]
unittests/MC/StringTableBuilderTest.cpp
unittests/MC/TargetRegistry.cpp [new file with mode: 0644]
unittests/MC/YAMLTest.cpp [deleted file]
unittests/MI/CMakeLists.txt [new file with mode: 0644]
unittests/MI/LiveIntervalTest.cpp [new file with mode: 0644]
unittests/Makefile [deleted file]
unittests/Makefile.unittest [deleted file]
unittests/ObjectYAML/CMakeLists.txt [new file with mode: 0644]
unittests/ObjectYAML/YAMLTest.cpp [new file with mode: 0644]
unittests/Option/Makefile [deleted file]
unittests/Option/OptionParsingTest.cpp
unittests/Option/Opts.td
unittests/ProfileData/CMakeLists.txt
unittests/ProfileData/CoverageMappingTest.cpp
unittests/ProfileData/InstrProfTest.cpp
unittests/ProfileData/Makefile [deleted file]
unittests/ProfileData/SampleProfTest.cpp
unittests/Support/AlignOfTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CommandLineTest.cpp
unittests/Support/ConvertUTFTest.cpp
unittests/Support/EndianStreamTest.cpp
unittests/Support/ErrorOrTest.cpp
unittests/Support/ErrorTest.cpp [new file with mode: 0644]
unittests/Support/Makefile [deleted file]
unittests/Support/MathExtrasTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/StreamingMemoryObject.cpp [deleted file]
unittests/Support/StreamingMemoryObjectTest.cpp [new file with mode: 0644]
unittests/Support/TargetParserTest.cpp [new file with mode: 0644]
unittests/Support/TargetRegistry.cpp [deleted file]
unittests/Support/ThreadPool.cpp
unittests/Support/TrailingObjectsTest.cpp
unittests/Support/TypeNameTest.cpp [new file with mode: 0644]
unittests/Support/YAMLIOTest.cpp
unittests/Support/YAMLParserTest.cpp
unittests/Support/raw_ostream_test.cpp
unittests/Support/raw_sha1_ostream_test.cpp [new file with mode: 0644]
unittests/Transforms/IPO/CMakeLists.txt
unittests/Transforms/IPO/LowerBitSets.cpp [deleted file]
unittests/Transforms/IPO/LowerTypeTests.cpp [new file with mode: 0644]
unittests/Transforms/IPO/Makefile [deleted file]
unittests/Transforms/IPO/WholeProgramDevirt.cpp [new file with mode: 0644]
unittests/Transforms/Makefile [deleted file]
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/IntegerDivision.cpp
unittests/Transforms/Utils/Local.cpp
unittests/Transforms/Utils/Makefile [deleted file]
unittests/Transforms/Utils/MemorySSA.cpp [new file with mode: 0644]
unittests/Transforms/Utils/ValueMapperTest.cpp
utils/FileCheck/FileCheck.cpp
utils/FileCheck/Makefile [deleted file]
utils/GenLibDeps.pl
utils/KillTheDoctor/KillTheDoctor.cpp
utils/LLVMVisualizers/CMakeLists.txt [new file with mode: 0644]
utils/LLVMVisualizers/llvm.natvis [new file with mode: 0644]
utils/Makefile [deleted file]
utils/Misc/mergefunctions.clang.svn.patch [deleted file]
utils/PerfectShuffle/Makefile [deleted file]
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/AsmWriterInst.h
utils/TableGen/Attributes.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp
utils/TableGen/DFAPacketizerEmitter.cpp
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/Makefile [deleted file]
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SearchableTableEmitter.cpp [new file with mode: 0644]
utils/TableGen/SequenceToOffsetTable.h
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/TableGen/module.modulemap [deleted file]
utils/abtest/abtest.py [new file with mode: 0755]
utils/abtest/mark_aarch64fns.py [new file with mode: 0755]
utils/abtest/mark_armfns.py [new file with mode: 0755]
utils/buildit/GNUmakefile [deleted file]
utils/buildit/build_llvm [deleted file]
utils/count/Makefile [deleted file]
utils/extract_symbols.py [new file with mode: 0755]
utils/findoptdiff
utils/fpcmp/Makefile [deleted file]
utils/gdb-scripts/prettyprinters.py [new file with mode: 0644]
utils/lit/lit/Test.py
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/formats/googletest.py
utils/lit/lit/main.py
utils/lit/lit/run.py
utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/OneTest [new file with mode: 0755]
utils/lit/tests/Inputs/googletest-upstream-format/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/requires-any-missing.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/requires-any-present.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-output-printing/basic.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-output-printing/lit.cfg [new file with mode: 0644]
utils/lit/tests/googletest-upstream-format.py [new file with mode: 0644]
utils/lit/tests/shtest-format.py
utils/lit/tests/shtest-output-printing.py [new file with mode: 0644]
utils/lit/tests/shtest-shell.py
utils/llvm-build/llvmbuild/main.py
utils/llvm-lit/Makefile [deleted file]
utils/llvm.natvis [deleted file]
utils/not/Makefile [deleted file]
utils/prepare-code-coverage-artifact.py [new file with mode: 0644]
utils/release/build_llvm_package.bat
utils/release/export.sh
utils/release/merge.sh
utils/release/tag.sh
utils/release/test-release.sh
utils/unittest/Makefile [deleted file]
utils/unittest/UnitTestMain/Makefile [deleted file]
utils/unittest/UnitTestMain/TestMain.cpp
utils/unittest/googletest/Makefile [deleted file]
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/include/gtest/internal/gtest-port.h
utils/update_llc_test_checks.py
utils/update_test_checks.py [new file with mode: 0755]
utils/vim/syntax/llvm.vim
utils/yaml-bench/Makefile [deleted file]