OSDN Git Service

Update aosp/master LLVM for rebase to r256229
authorPirama Arumuga Nainar <pirama@google.com>
Thu, 3 Mar 2016 23:48:50 +0000 (15:48 -0800)
committerStephen Hines <srhines@google.com>
Mon, 21 Mar 2016 05:59:26 +0000 (22:59 -0700)
commitcddc3e03e4ec99c0268c03a126195173e519ed58
treeb335b029f55ecd8145638c9d723e3680f098d516
parent4310bcf018d080c679c61f59d2db434ccf06a412
Update aosp/master LLVM for rebase to r256229

http://b/26987366

(cherry picked from commit f3ef5332fa3f4d5ec72c178a2b19dac363a19383)

Change-Id: Ic75dcb63191d65df1b69724576392c0aaeb47728
6999 files changed:
.clang-tidy
.gitignore
Android.mk
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
Makefile.config.in
Makefile.rules
README.txt
android_test.sh
autoconf/config.guess
autoconf/configure.ac
autoconf/m4/rand48.m4 [deleted file]
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/IRBindings.cpp
bindings/go/llvm/IRBindings.h
bindings/go/llvm/analysis.go
bindings/go/llvm/bitreader.go
bindings/go/llvm/dibuilder.go
bindings/go/llvm/executionengine.go
bindings/go/llvm/ir.go
bindings/go/llvm/ir_test.go
bindings/go/llvm/linker.go
bindings/go/llvm/target.go
bindings/ocaml/Makefile.ocaml
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/linker/linker_ocaml.c
bindings/ocaml/linker/llvm_linker.ml
bindings/ocaml/linker/llvm_linker.mli
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
bindings/python/llvm/bit_reader.py
bindings/python/llvm/core.py
bindings/python/llvm/object.py
cmake/config-ix.cmake
cmake/dummy.cpp [new file with mode: 0644]
cmake/modules/AddLLVM.cmake
cmake/modules/AddLLVMDefinitions.cmake
cmake/modules/CheckAtomic.cmake
cmake/modules/CrossCompile.cmake
cmake/modules/DetermineGCCCompatible.cmake [new file with mode: 0644]
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/HandleLLVMStdlib.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMExternalProjectUtils.cmake [new file with mode: 0644]
cmake/modules/LLVMInstallSymlink.cmake [new file with mode: 0644]
cmake/modules/LLVMParseArguments.cmake [deleted file]
cmake/modules/Makefile
cmake/modules/TableGen.cmake
configure
device/include/llvm/Config/config.h
device/include/llvm/Config/llvm-config.h
docs/AMDGPUUsage.rst
docs/AliasAnalysis.rst
docs/Atomics.rst
docs/BitCodeFormat.rst
docs/BitSets.rst
docs/BranchWeightMetadata.rst
docs/BuildingLLVMWithAutotools.rst
docs/CMake.rst
docs/CMakeLists.txt
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/index.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/lli.rst
docs/CommandGuide/llvm-dwarfdump.rst
docs/CommandGuide/llvm-lib.rst [new file with mode: 0644]
docs/CommandGuide/llvm-profdata.rst
docs/CommandGuide/llvm-symbolizer.rst
docs/CommandLine.rst
docs/CompileCudaWithLLVM.rst [new file with mode: 0644]
docs/CompilerWriterInfo.rst
docs/CoverageMappingFormat.rst
docs/DeveloperPolicy.rst
docs/ExceptionHandling.rst
docs/ExtendingLLVM.rst
docs/FaultMaps.rst
docs/Frontend/PerformanceTips.rst
docs/GettingStarted.rst
docs/HowToBuildOnARM.rst
docs/HowToReleaseLLVM.rst
docs/LangRef.rst
docs/LibFuzzer.rst
docs/MIRLangRef.rst [new file with mode: 0644]
docs/Makefile
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/Projects.rst
docs/README.txt
docs/ReleaseNotes.rst
docs/ReleaseProcess.rst
docs/SourceLevelDebugging.rst
docs/StackMaps.rst
docs/Statepoints.rst
docs/TableGen/LangIntro.rst
docs/TableGen/LangRef.rst
docs/TestingGuide.rst
docs/WritingAnLLVMPass.rst
docs/_ocamldoc/style.css [new file with mode: 0644]
docs/conf.py
docs/doxygen.cfg.in
docs/index.rst
docs/tutorial/LangImpl1.rst
docs/tutorial/LangImpl2.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/LangImpl8.rst
docs/tutorial/LangImpl9.rst
docs/tutorial/OCamlLangImpl1.rst
docs/tutorial/OCamlLangImpl2.rst
docs/tutorial/OCamlLangImpl3.rst
docs/tutorial/OCamlLangImpl4.rst
docs/tutorial/OCamlLangImpl5.rst
docs/tutorial/OCamlLangImpl6.rst
docs/tutorial/OCamlLangImpl7.rst
docs/tutorial/OCamlLangImpl8.rst
docs/yaml2obj.rst
examples/BrainF/BrainF.cpp
examples/BrainF/BrainFDriver.cpp
examples/CMakeLists.txt
examples/ExceptionDemo/CMakeLists.txt
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/Kaleidoscope/Chapter2/CMakeLists.txt
examples/Kaleidoscope/Chapter2/Makefile
examples/Kaleidoscope/Chapter2/toy.cpp
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
examples/Kaleidoscope/Orc/initial/toy.cpp
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp
examples/Kaleidoscope/include/KaleidoscopeJIT.h [new file with mode: 0644]
examples/ParallelJIT/ParallelJIT.cpp
host/include/llvm/Config/config.h
host/include/llvm/Config/llvm-config.h
include/llvm-c/Analysis.h
include/llvm-c/BitReader.h
include/llvm-c/BitWriter.h
include/llvm-c/Core.h
include/llvm-c/ErrorHandling.h [new file with mode: 0644]
include/llvm-c/ExecutionEngine.h
include/llvm-c/IRReader.h
include/llvm-c/Initialization.h
include/llvm-c/Linker.h
include/llvm-c/Object.h
include/llvm-c/OrcBindings.h [new file with mode: 0644]
include/llvm-c/Support.h
include/llvm-c/Target.h
include/llvm-c/TargetMachine.h
include/llvm-c/Transforms/IPO.h
include/llvm-c/Transforms/PassManagerBuilder.h
include/llvm-c/Transforms/Scalar.h
include/llvm-c/Transforms/Vectorize.h
include/llvm-c/Types.h [new file with mode: 0644]
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DeltaAlgorithm.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseMapInfo.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PackedVector.h
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/SetOperations.h
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/SparseBitVector.h
include/llvm/ADT/Statistic.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/StringSet.h
include/llvm/ADT/StringSwitch.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/UniqueVector.h
include/llvm/ADT/edit_distance.h
include/llvm/ADT/ilist.h
include/llvm/ADT/ilist_node.h
include/llvm/ADT/iterator.h
include/llvm/ADT/iterator_range.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/AssumptionCache.h
include/llvm/Analysis/BasicAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CFG.h
include/llvm/Analysis/CFLAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CallGraphSCCPass.h
include/llvm/Analysis/CaptureTracking.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DemandedBits.h [new file with mode: 0644]
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DivergenceAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/EHPersonalities.h [new file with mode: 0644]
include/llvm/Analysis/GlobalsModRef.h [new file with mode: 0644]
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/IteratedDominanceFrontier.h
include/llvm/Analysis/JumpInstrTableInfo.h [deleted file]
include/llvm/Analysis/LazyCallGraph.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallAliasAnalysis.h [deleted file]
include/llvm/Analysis/LibCallSemantics.h [deleted file]
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/MemoryDependenceAnalysis.h
include/llvm/Analysis/MemoryLocation.h
include/llvm/Analysis/ObjCARCAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/ObjCARCAnalysisUtils.h [new file with mode: 0644]
include/llvm/Analysis/ObjCARCInstKind.h [new file with mode: 0644]
include/llvm/Analysis/OrderedBasicBlock.h [new file with mode: 0644]
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
include/llvm/Analysis/RegionPrinter.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/ScopedNoAliasAA.h [new file with mode: 0644]
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 [new file with mode: 0644]
include/llvm/Analysis/ValueTracking.h
include/llvm/Analysis/VectorUtils.h [new file with mode: 0644]
include/llvm/AsmParser/Parser.h
include/llvm/AsmParser/SlotMapping.h [new file with mode: 0644]
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/AtomicExpandUtils.h [new file with mode: 0644]
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FaultMaps.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/IntrinsicLowering.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/MIRParser/MIRParser.h
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBranchProbabilityInfo.h
include/llvm/CodeGen/MachineCombinerPattern.h
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineInstrBundle.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineModuleInfoImpls.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRegionInfo.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/ParallelCG.h [new file with mode: 0644]
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegAllocRegistry.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/SchedulerRegistry.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetSchedule.h
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
include/llvm/Config/llvm-config.h.cmake
include/llvm/Config/llvm-config.h.in
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBContext.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/DebugInfo/Symbolize/DIPrinter.h [new file with mode: 0644]
include/llvm/DebugInfo/Symbolize/SymbolizableModule.h [new file with mode: 0644]
include/llvm/DebugInfo/Symbolize/Symbolize.h [new file with mode: 0644]
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/Interpreter.h
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/CompileUtils.h
include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/LogicalDylib.h
include/llvm/ExecutionEngine/Orc/NullResolver.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/IR/Argument.h
include/llvm/IR/AssemblyAnnotationWriter.h
include/llvm/IR/Attributes.h
include/llvm/IR/Attributes.td [new file with mode: 0644]
include/llvm/IR/BasicBlock.h
include/llvm/IR/CFG.h
include/llvm/IR/CMakeLists.txt
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/DiagnosticPrinter.h
include/llvm/IR/Dominators.h
include/llvm/IR/Function.h
include/llvm/IR/FunctionInfo.h [new file with mode: 0644]
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GetElementPtrTypeIterator.h
include/llvm/IR/GlobalAlias.h
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/InstIterator.h
include/llvm/IR/InstVisitor.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.def
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 [new file with mode: 0644]
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsR600.td [deleted file]
include/llvm/IR/IntrinsicsWebAssembly.td [new file with mode: 0644]
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/MDBuilder.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 [new file with mode: 0644]
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/Statepoint.h
include/llvm/IR/SymbolTableListTraits.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 [new file with mode: 0644]
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h
include/llvm/IR/ValueMap.h
include/llvm/IR/ValueSymbolTable.h
include/llvm/IRReader/IRReader.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LTO/LTOModule.h
include/llvm/LibDriver/LibDriver.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/IRMover.h [new file with mode: 0644]
include/llvm/Linker/Linker.h
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDirectives.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCFixedLenDisassembler.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCInstrItineraries.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/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCParser/MCAsmParserUtils.h [new file with mode: 0644]
include/llvm/MC/MCParser/MCParsedAsmOperand.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolELF.h
include/llvm/MC/MCSymbolMachO.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
include/llvm/MC/MCValue.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/MachineLocation.h
include/llvm/MC/SectionKind.h
include/llvm/MC/StringTableBuilder.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Object/Archive.h
include/llvm/Object/ArchiveWriter.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFImportFile.h [new file with mode: 0644]
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/Error.h
include/llvm/Object/FunctionIndexObjectFile.h [new file with mode: 0644]
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/StackMapParser.h [new file with mode: 0644]
include/llvm/Object/SymbolSize.h [new file with mode: 0644]
include/llvm/Object/SymbolicFile.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassInfo.h
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/CoverageMappingReader.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc [new file with mode: 0644]
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/ProfileData/SampleProfWriter.h
include/llvm/Support/ARMTargetParser.def [new file with mode: 0644]
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/BlockFrequency.h
include/llvm/Support/BranchProbability.h
include/llvm/Support/CBindingWrapping.h
include/llvm/Support/COFF.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DOTGraphTraits.h
include/llvm/Support/DataStream.h
include/llvm/Support/Debug.h
include/llvm/Support/Dwarf.def
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/ELFRelocs/AVR.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/PowerPC.def
include/llvm/Support/ELFRelocs/PowerPC64.def
include/llvm/Support/ELFRelocs/Sparc.def
include/llvm/Support/Endian.h
include/llvm/Support/ErrorHandling.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/Format.h
include/llvm/Support/GCOV.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/JamCRC.h [new file with mode: 0644]
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/Memory.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/Options.h
include/llvm/Support/OutputBuffer.h [deleted file]
include/llvm/Support/Path.h
include/llvm/Support/PointerLikeTypeTraits.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Printable.h [new file with mode: 0644]
include/llvm/Support/Program.h
include/llvm/Support/Recycler.h
include/llvm/Support/Registry.h
include/llvm/Support/SMLoc.h
include/llvm/Support/ScaledNumber.h
include/llvm/Support/Signals.h
include/llvm/Support/StreamingMemoryObject.h
include/llvm/Support/StringSaver.h
include/llvm/Support/TargetParser.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/TargetSelect.h
include/llvm/Support/ThreadPool.h [new file with mode: 0644]
include/llvm/Support/Threading.h
include/llvm/Support/Timer.h
include/llvm/Support/TrailingObjects.h [new file with mode: 0644]
include/llvm/Support/UnicodeCharRanges.h
include/llvm/Support/Valgrind.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/circular_raw_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/thread.h [new file with mode: 0644]
include/llvm/Support/type_traits.h
include/llvm/TableGen/Record.h
include/llvm/Target/CostTable.h
include/llvm/Target/Target.td
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetItinerary.td
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRecip.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/FunctionImport.h [new file with mode: 0644]
include/llvm/Transforms/IPO/LowerBitSets.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/IPO/StripDeadPrototypes.h [new file with mode: 0644]
include/llvm/Transforms/InstCombine/InstCombineWorklist.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/ADCE.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/SROA.h [new file with mode: 0644]
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/LoopVersioning.h [new file with mode: 0644]
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
include/llvm/Transforms/Utils/SimplifyIndVar.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/SplitModule.h [new file with mode: 0644]
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Utils/VectorUtils.h [deleted file]
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisCounter.cpp [deleted file]
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasDebugger.cpp [deleted file]
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CFLAliasAnalysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CallGraph.cpp [new file with mode: 0644]
lib/Analysis/CallGraphSCCPass.cpp [new file with mode: 0644]
lib/Analysis/CallPrinter.cpp [moved from lib/Analysis/IPA/CallPrinter.cpp with 100% similarity]
lib/Analysis/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/Delinearization.cpp
lib/Analysis/DemandedBits.cpp [new file with mode: 0644]
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/DivergenceAnalysis.cpp
lib/Analysis/EHPersonalities.cpp [new file with mode: 0644]
lib/Analysis/GlobalsModRef.cpp [new file with mode: 0644]
lib/Analysis/IPA/Android.mk [deleted file]
lib/Analysis/IPA/CMakeLists.txt [deleted file]
lib/Analysis/IPA/CallGraph.cpp [deleted file]
lib/Analysis/IPA/CallGraphSCCPass.cpp [deleted file]
lib/Analysis/IPA/GlobalsModRef.cpp [deleted file]
lib/Analysis/IPA/IPA.cpp [deleted file]
lib/Analysis/IPA/InlineCost.cpp [deleted file]
lib/Analysis/IPA/LLVMBuild.txt [deleted file]
lib/Analysis/IPA/Makefile [deleted file]
lib/Analysis/IVUsers.cpp
lib/Analysis/InlineCost.cpp [new file with mode: 0644]
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/LLVMBuild.txt
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/LibCallAliasAnalysis.cpp [deleted file]
lib/Analysis/LibCallSemantics.cpp [deleted file]
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/Makefile
lib/Analysis/MemDepPrinter.cpp
lib/Analysis/MemDerefPrinter.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/MemoryLocation.cpp
lib/Analysis/NoAliasAnalysis.cpp [deleted file]
lib/Analysis/ObjCARCAliasAnalysis.cpp [new file with mode: 0644]
lib/Analysis/ObjCARCAnalysisUtils.cpp [new file with mode: 0644]
lib/Analysis/ObjCARCInstKind.cpp [new file with mode: 0644]
lib/Analysis/OrderedBasicBlock.cpp [new file with mode: 0644]
lib/Analysis/PHITransAddr.cpp
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/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/Analysis/VectorUtils.cpp [new file with mode: 0644]
lib/AsmParser/Android.mk
lib/AsmParser/CMakeLists.txt
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/Android.mk
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/Android.mk
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/CMakeLists.txt
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AllocationOrder.cpp
lib/CodeGen/AllocationOrder.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AntiDepBreaker.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/Android.mk
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/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DebugLocStream.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DebugLocStream.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
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/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
lib/CodeGen/AsmPrinter/WinException.cpp
lib/CodeGen/AsmPrinter/WinException.h
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandISelPseudos.cpp
lib/CodeGen/FaultMaps.cpp
lib/CodeGen/FuncletLayout.cpp [new file with mode: 0644]
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/ImplicitNullChecks.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/InterleavedAccessPass.cpp [new file with mode: 0644]
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMBuild.txt
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveDebugValues.cpp [new file with mode: 0644]
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/LiveRegMatrix.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/LowerEmuTLS.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/Android.mk
lib/CodeGen/MIRParser/CMakeLists.txt
lib/CodeGen/MIRParser/LLVMBuild.txt
lib/CodeGen/MIRParser/MILexer.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/MILexer.h [new file with mode: 0644]
lib/CodeGen/MIRParser/MIParser.cpp [new file with mode: 0644]
lib/CodeGen/MIRParser/MIParser.h [new file with mode: 0644]
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp [new file with mode: 0644]
lib/CodeGen/MIRPrinter.h [new file with mode: 0644]
lib/CodeGen/MIRPrintingPass.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/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/MachineRegisterInfo.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIEliminationUtils.cpp
lib/CodeGen/ParallelCG.cpp [new file with mode: 0644]
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/SelectionDAG/Android.mk
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/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
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/SelectionDAGPrinter.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
lib/CodeGen/ShadowStackGCLowering.cpp
lib/CodeGen/ShrinkWrap.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
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/DebugInfo/CMakeLists.txt
lib/DebugInfo/DWARF/Android.mk
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARF/DWARFDebugMacro.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/DWARF/DWARFUnit.cpp
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp
lib/DebugInfo/DWARF/SyntaxHighlighting.h
lib/DebugInfo/LLVMBuild.txt
lib/DebugInfo/Makefile
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBContext.cpp
lib/DebugInfo/Symbolize/Android.mk [new file with mode: 0644]
lib/DebugInfo/Symbolize/CMakeLists.txt [new file with mode: 0644]
lib/DebugInfo/Symbolize/DIPrinter.cpp [new file with mode: 0644]
lib/DebugInfo/Symbolize/LLVMBuild.txt [new file with mode: 0644]
lib/DebugInfo/Symbolize/Makefile [new file with mode: 0644]
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp [new file with mode: 0644]
lib/DebugInfo/Symbolize/SymbolizableObjectFile.h [new file with mode: 0644]
lib/DebugInfo/Symbolize/Symbolize.cpp [new file with mode: 0644]
lib/ExecutionEngine/Android.mk
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
lib/ExecutionEngine/Interpreter/Android.mk
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/MCJIT/Android.mk
lib/ExecutionEngine/MCJIT/CMakeLists.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/Orc/Android.mk
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/NullResolver.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcCBindings.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcCBindingsStack.h [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
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 [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/SectionMemoryManager.cpp
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerCrossOver.cpp
lib/Fuzzer/FuzzerDFSan.h [new file with mode: 0644]
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInterface.cpp
lib/Fuzzer/FuzzerInterface.h
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp
lib/Fuzzer/FuzzerMutate.cpp
lib/Fuzzer/FuzzerTraceState.cpp
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/cxx.dict [new file with mode: 0644]
lib/Fuzzer/cxx_fuzzer_tokens.txt [deleted file]
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CallerCalleeTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/CounterTest.cpp
lib/Fuzzer/test/CxxTokensTest.cpp [deleted file]
lib/Fuzzer/test/DFSanMemcmpTest.cpp [deleted file]
lib/Fuzzer/test/DFSanSimpleCmpTest.cpp [deleted file]
lib/Fuzzer/test/FourIndependentBranchesTest.cpp
lib/Fuzzer/test/FullCoverageSetTest.cpp
lib/Fuzzer/test/FuzzerUnittest.cpp
lib/Fuzzer/test/InfiniteTest.cpp [deleted file]
lib/Fuzzer/test/MemcmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/NullDerefTest.cpp
lib/Fuzzer/test/SimpleCmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleDictionaryTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleHashTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleTest.cpp
lib/Fuzzer/test/StrcmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/StrncmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SwitchTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/TimeoutTest.cpp
lib/Fuzzer/test/UninstrumentedTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp
lib/Fuzzer/test/dict1.txt [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-dfsan.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-drill.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-timeout.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer-traces.test [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test
lib/Fuzzer/test/hi.txt [new file with mode: 0644]
lib/Fuzzer/test/lit.cfg
lib/Fuzzer/test/merge.test [new file with mode: 0644]
lib/Fuzzer/test/trace-bb/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/uninstrumented/CMakeLists.txt [new file with mode: 0644]
lib/IR/Android.mk
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/ConstantFold.cpp
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/DiagnosticInfo.cpp
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/FunctionInfo.cpp [new file with mode: 0644]
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Makefile
lib/IR/Mangler.cpp
lib/IR/Metadata.cpp
lib/IR/MetadataImpl.h
lib/IR/Module.cpp
lib/IR/SymbolTableListTraitsImpl.h
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/User.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/IRReader/Android.mk
lib/IRReader/CMakeLists.txt
lib/IRReader/IRReader.cpp
lib/LTO/Android.mk
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LibDriver/LibDriver.cpp
lib/LibDriver/Options.td
lib/Linker/Android.mk
lib/Linker/CMakeLists.txt
lib/Linker/IRMover.cpp [new file with mode: 0644]
lib/Linker/LinkDiagnosticInfo.h [new file with mode: 0644]
lib/Linker/LinkModules.cpp
lib/MC/Android.mk
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInst.cpp
lib/MC/MCInstrDesc.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCObjectWriter.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/CMakeLists.txt
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCParser/MCAsmLexer.cpp
lib/MC/MCParser/MCTargetAsmParser.cpp
lib/MC/MCSchedule.cpp [new file with mode: 0644]
lib/MC/MCSection.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCSectionMachO.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCSymbol.cpp
lib/MC/MCSymbolELF.cpp
lib/MC/MCTargetOptions.cpp
lib/MC/MCWinEH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/StringTableBuilder.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Object/Android.mk
lib/Object/Archive.cpp
lib/Object/ArchiveWriter.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/COFFYAML.cpp
lib/Object/ELF.cpp
lib/Object/ELFYAML.cpp
lib/Object/Error.cpp
lib/Object/FunctionIndexObjectFile.cpp [new file with mode: 0644]
lib/Object/IRObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolSize.cpp [new file with mode: 0644]
lib/Object/SymbolicFile.cpp
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Passes/Android.mk
lib/Passes/LLVMBuild.txt
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/ProfileData/Android.mk
lib/ProfileData/CMakeLists.txt
lib/ProfileData/CoverageMapping.cpp
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfIndexed.h [deleted file]
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/ProfileData/SampleProf.cpp
lib/ProfileData/SampleProfReader.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Support/APFloat.cpp
lib/Support/APSInt.cpp
lib/Support/Android.mk
lib/Support/BlockFrequency.cpp
lib/Support/BranchProbability.cpp
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/DataStream.cpp
lib/Support/Dwarf.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FoldingSet.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/JamCRC.cpp [new file with mode: 0644]
lib/Support/Locale.cpp
lib/Support/LockFileManager.cpp
lib/Support/ManagedStatic.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Path.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Signals.cpp
lib/Support/Statistic.cpp
lib/Support/StreamingMemoryObject.cpp
lib/Support/StringRef.cpp
lib/Support/StringSaver.cpp
lib/Support/TargetParser.cpp
lib/Support/ThreadPool.cpp [new file with mode: 0644]
lib/Support/TimeValue.cpp
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Unix/Unix.h
lib/Support/Valgrind.cpp
lib/Support/Windows/COM.inc
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Memory.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.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/Record.cpp
lib/TableGen/SetTheory.cpp
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.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/AArch64CallingConvention.h
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/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/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64MachineCombinerPattern.h [deleted file]
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.h
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AArch64/Android.mk
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
lib/Target/AArch64/Disassembler/Android.mk
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h
lib/Target/AArch64/MCTargetDesc/Android.mk
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AMDGPU/AMDGPU.h
lib/Target/AMDGPU/AMDGPU.td
lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUAsmPrinter.h
lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h [new file with mode: 0644]
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/AMDGPUIntrinsics.td
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
lib/Target/AMDGPU/AMDGPUMachineFunction.h
lib/Target/AMDGPU/AMDGPUOpenCLImageTypeLoweringPass.cpp [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
lib/Target/AMDGPU/AMDGPURegisterInfo.h
lib/Target/AMDGPU/AMDGPURegisterInfo.td
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 [new file with mode: 0644]
lib/Target/AMDGPU/AMDGPUTargetObjectFile.h [new file with mode: 0644]
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/LLVMBuild.txt
lib/Target/AMDGPU/CIInstructions.td
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/CaymanInstructions.td
lib/Target/AMDGPU/EvergreenInstructions.td
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/AMDGPU/LLVMBuild.txt
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUFixupKinds.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h [new file with mode: 0644]
lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt
lib/Target/AMDGPU/MCTargetDesc/LLVMBuild.txt
lib/Target/AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/AMDGPU/Makefile
lib/Target/AMDGPU/Processors.td
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
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/R600OptimizeVectorRegisters.cpp
lib/Target/AMDGPU/R600Packetizer.cpp
lib/Target/AMDGPU/R600RegisterInfo.h
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
lib/Target/AMDGPU/SIDefines.h
lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIFrameLowering.cpp [new file with mode: 0644]
lib/Target/AMDGPU/SIFrameLowering.h [new file with mode: 0644]
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/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/SIPrepareScratchRegs.cpp [deleted file]
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/Utils/AMDGPUBaseInfo.cpp [new file with mode: 0644]
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h [new file with mode: 0644]
lib/Target/AMDGPU/Utils/CMakeLists.txt [new file with mode: 0644]
lib/Target/AMDGPU/Utils/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AMDGPU/Utils/Makefile [new file with mode: 0644]
lib/Target/AMDGPU/VIInstructions.td
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/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMRegisterInfo.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/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/ARM/Android.mk
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
lib/Target/ARM/MCTargetDesc/Android.mk
lib/Target/ARM/README.txt
lib/Target/ARM/TargetInfo/Android.mk
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/AVR/AVR.td [new file with mode: 0644]
lib/Target/AVR/AVRCallingConv.td [new file with mode: 0644]
lib/Target/AVR/AVRConfig.h [new file with mode: 0644]
lib/Target/AVR/AVRMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/AVR/AVRRegisterInfo.td [new file with mode: 0644]
lib/Target/AVR/AVRTargetMachine.cpp [new file with mode: 0644]
lib/Target/AVR/CMakeLists.txt [new file with mode: 0644]
lib/Target/AVR/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AVR/Makefile [new file with mode: 0644]
lib/Target/AVR/TargetInfo/AVRTargetInfo.cpp [new file with mode: 0644]
lib/Target/AVR/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/AVR/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/AVR/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Android.mk
lib/Target/BPF/BPF.td
lib/Target/BPF/BPFFrameLowering.cpp
lib/Target/BPF/BPFFrameLowering.h
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/BPF/BPFInstrInfo.td
lib/Target/BPF/BPFRegisterInfo.cpp
lib/Target/BPF/BPFSubtarget.cpp
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/Hexagon/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp [new file with mode: 0644]
lib/Target/Hexagon/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Hexagon/AsmParser/Makefile [new file with mode: 0644]
lib/Target/Hexagon/BitTracker.cpp [new file with mode: 0644]
lib/Target/Hexagon/BitTracker.h [new file with mode: 0644]
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
lib/Target/Hexagon/Disassembler/LLVMBuild.txt
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/Hexagon/HexagonBitSimplify.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonBitTracker.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonBitTracker.h [new file with mode: 0644]
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCommonGEP.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonEarlyIfConv.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonExpandCondsets.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonGenExtract.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonGenInsert.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonGenMux.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonGenPredicate.cpp [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrEnc.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV4.td
lib/Target/Hexagon/HexagonInstrFormatsV60.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonInstrInfoV5.td
lib/Target/Hexagon/HexagonInstrInfoV60.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonInstrInfoVector.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV60.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp [deleted file]
lib/Target/Hexagon/HexagonSchedule.td
lib/Target/Hexagon/HexagonScheduleV4.td
lib/Target/Hexagon/HexagonScheduleV55.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonScheduleV60.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
lib/Target/Hexagon/HexagonSelectionDAGInfo.h
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitDouble.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonStoreWidening.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetStreamer.h [new file with mode: 0644]
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonTargetTransformInfo.h [new file with mode: 0644]
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.h [new file with mode: 0644]
lib/Target/Hexagon/LLVMBuild.txt
lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
lib/Target/Hexagon/Makefile
lib/Target/LLVMBuild.txt
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430MachineFunctionInfo.cpp
lib/Target/MSP430/MSP430MachineFunctionInfo.h
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430SelectionDAGInfo.cpp [deleted file]
lib/Target/MSP430/MSP430SelectionDAGInfo.h [deleted file]
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/README.txt
lib/Target/Mips/Android.mk
lib/Target/Mips/AsmParser/Android.mk
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/Android.mk
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/Android.mk
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/MCTargetDesc/Android.mk
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/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMips32r6InstrFormats.td
lib/Target/Mips/MicroMips32r6InstrInfo.td
lib/Target/Mips/MicroMips64r6InstrFormats.td [new file with mode: 0644]
lib/Target/Mips/MicroMips64r6InstrInfo.td [new file with mode: 0644]
lib/Target/Mips/MicroMipsDSPInstrFormats.td [new file with mode: 0644]
lib/Target/Mips/MicroMipsDSPInstrInfo.td [new file with mode: 0644]
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsCCState.cpp
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDSPInstrFormats.td
lib/Target/Mips/MipsDSPInstrInfo.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsEVAInstrFormats.td [new file with mode: 0644]
lib/Target/Mips/MipsEVAInstrInfo.td [new file with mode: 0644]
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
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.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsOptionRecord.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelLowering.cpp
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 [new file with mode: 0644]
lib/Target/Mips/MipsSelectionDAGInfo.cpp [deleted file]
lib/Target/Mips/MipsSelectionDAGInfo.h [deleted file]
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/Mips/TargetInfo/Android.mk
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
lib/Target/NVPTX/NVPTXLowerAlloca.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXPeephole.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.td
lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
lib/Target/NVPTX/NVPTXSection.h
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXTargetMachine.cpp
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/NVPTXVector.td
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBoolRetToInt.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCBranchSelector.cpp
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/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/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrQPX.td
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopDataPrefetch.cpp
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMIPeephole.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCScheduleP7.td
lib/Target/PowerPC/PPCScheduleP8.td
lib/Target/PowerPC/PPCSelectionDAGInfo.cpp [deleted file]
lib/Target/PowerPC/PPCSelectionDAGInfo.h [deleted file]
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
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/README.txt
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcCallingConv.td
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/SparcInstrAliases.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcSelectionDAGInfo.cpp [deleted file]
lib/Target/Sparc/SparcSelectionDAGInfo.h [deleted file]
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/README.txt
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
lib/Target/SystemZ/SystemZConstantPoolValue.h
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/SystemZMachineFunctionInfo.cpp
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
lib/Target/SystemZ/SystemZTargetTransformInfo.h
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 [new file with mode: 0644]
lib/Target/WebAssembly/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/WebAssembly/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp [new file with mode: 0644]
lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h [new file with mode: 0644]
lib/Target/WebAssembly/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/Makefile [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h [new file with mode: 0644]
lib/Target/WebAssembly/Makefile [new file with mode: 0644]
lib/Target/WebAssembly/README.txt [new file with mode: 0644]
lib/Target/WebAssembly/Relooper.cpp [new file with mode: 0644]
lib/Target/WebAssembly/Relooper.h [new file with mode: 0644]
lib/Target/WebAssembly/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/WebAssembly/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/WebAssembly/TargetInfo/WebAssemblyTargetInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssembly.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssembly.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyArgumentMove.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyFastISel.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyFrameLowering.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyISD.def [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyISelLowering.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrCall.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrControl.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrConv.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrFloat.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrFormats.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrInfo.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrInteger.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrMemory.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyLowerBrUnless.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMCInstLower.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyOptimizeReturned.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyPEI.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyPeephole.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegisterInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyStoreResults.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblySubtarget.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblySubtarget.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetMachine.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetObjectFile.h [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h [new file with mode: 0644]
lib/Target/WebAssembly/known_gcc_test_failures.txt [new file with mode: 0644]
lib/Target/X86/Android.mk
lib/Target/X86/AsmParser/Android.mk
lib/Target/X86/AsmParser/CMakeLists.txt
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.h
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/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
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/X86CompilationCallback_Win64.asm [deleted file]
lib/Target/X86/X86ExpandPseudo.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
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/X86InstrArithmetic.td
lib/Target/X86/X86InstrBuilder.h
lib/Target/X86/X86InstrCMovSetCC.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.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/X86InstrSSE.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MachineFunctionInfo.cpp
lib/Target/X86/X86MachineFunctionInfo.h
lib/Target/X86/X86OptimizeLEAs.cpp [new file with mode: 0644]
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Target/X86/X86WinEHState.cpp
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreMachineFunctionInfo.cpp
lib/Target/XCore/XCoreMachineFunctionInfo.h
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.h
lib/Target/XCore/XCoreSubtarget.cpp
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetObjectFile.h
lib/Target/XCore/XCoreTargetTransformInfo.h
lib/Transforms/Hello/Android.mk
lib/Transforms/Hello/CMakeLists.txt
lib/Transforms/IPO/Android.mk
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/CrossDSOCFI.cpp [new file with mode: 0644]
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ElimAvailExtern.cpp [new file with mode: 0644]
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/FunctionImport.cpp [new file with mode: 0644]
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPO.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
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 [new file with mode: 0644]
lib/Transforms/IPO/StripDeadPrototypes.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/Android.mk
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/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/Android.mk
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CFGMST.h [new file with mode: 0644]
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/LLVMBuild.txt
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/SafeStack.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCInstKind.cpp [deleted file]
lib/Transforms/ObjCARC/ARCInstKind.h [deleted file]
lib/Transforms/ObjCARC/Android.mk
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARC.cpp
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp [deleted file]
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h [deleted file]
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.h
lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp
lib/Transforms/ObjCARC/PtrState.cpp
lib/Transforms/ObjCARC/PtrState.h
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/BDCE.cpp
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/FlattenCFGPass.cpp
lib/Transforms/Scalar/Float2Int.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LLVMBuild.txt
lib/Transforms/Scalar/LoadCombine.cpp
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 [new file with mode: 0644]
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LowerAtomic.cpp
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
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/SampleProfile.cpp [deleted file]
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
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/Android.mk
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/BypassSlowDivision.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/CtorUtils.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/LLVMBuild.txt
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 [new file with mode: 0644]
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/MetaRenamer.cpp
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
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 [new file with mode: 0644]
lib/Transforms/Utils/SymbolRewriter.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/Android.mk
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm-gen-attributes.mk [new file with mode: 0644]
llvm-host-build.mk
llvm.mk
llvm.spec.in
projects/CMakeLists.txt
shared_llvm.mk
test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
test/Analysis/BasicAA/bug.23540.ll [new file with mode: 0644]
test/Analysis/BasicAA/bug.23626.ll [new file with mode: 0644]
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/full-store-partial-alias.ll
test/Analysis/BasicAA/gep-alias.ll
test/Analysis/BasicAA/intrinsics.ll
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/noalias-bugs.ll
test/Analysis/BasicAA/phi-loop.ll [new file with mode: 0644]
test/Analysis/BasicAA/q.bad.ll [new file with mode: 0644]
test/Analysis/BasicAA/sequential-gep.ll [new file with mode: 0644]
test/Analysis/BasicAA/zext.ll
test/Analysis/BlockFrequencyInfo/bad_input.ll
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BlockFrequencyInfo/irreducible.ll
test/Analysis/BlockFrequencyInfo/irreducible_loop_crash.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/BranchProbabilityInfo/loop.ll
test/Analysis/BranchProbabilityInfo/noreturn.ll
test/Analysis/BranchProbabilityInfo/pr18705.ll
test/Analysis/BranchProbabilityInfo/pr22718.ll
test/Analysis/CFLAliasAnalysis/arguments-globals.ll
test/Analysis/CFLAliasAnalysis/basic-interproc.ll
test/Analysis/CFLAliasAnalysis/branch-alias.ll
test/Analysis/CFLAliasAnalysis/const-expr-gep.ll
test/Analysis/CFLAliasAnalysis/full-store-partial-alias.ll
test/Analysis/CFLAliasAnalysis/gep-signed-arithmetic.ll
test/Analysis/CFLAliasAnalysis/multilevel-combine.ll
test/Analysis/CFLAliasAnalysis/must-and-partial.ll
test/Analysis/CFLAliasAnalysis/opaque-call-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/va.ll
test/Analysis/CallGraph/do-nothing-intrinsic.ll
test/Analysis/CallGraph/non-leaf-intrinsics.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/select.ll
test/Analysis/CostModel/AMDGPU/br.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/extractelement.ll [new file with mode: 0644]
test/Analysis/CostModel/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Analysis/CostModel/ARM/cast.ll
test/Analysis/CostModel/ARM/gep.ll
test/Analysis/CostModel/ARM/select.ll
test/Analysis/CostModel/PowerPC/load_store.ll
test/Analysis/CostModel/PowerPC/unal-vec-ldst.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/arith.ll
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/reduction.ll
test/Analysis/CostModel/X86/sitofp.ll
test/Analysis/CostModel/X86/sse-itoi.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/testshiftashr.ll
test/Analysis/CostModel/X86/testshiftlshr.ll
test/Analysis/CostModel/X86/testshiftshl.ll
test/Analysis/CostModel/X86/uitofp.ll
test/Analysis/CostModel/X86/vector_gep.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vshift-ashr-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vshift-cost.ll [deleted file]
test/Analysis/CostModel/X86/vshift-lshr-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vshift-shl-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/no_info.ll
test/Analysis/Delinearization/a.ll
test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll
test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_nts_3d.ll
test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll
test/Analysis/Delinearization/parameter_addrec_product.ll [new file with mode: 0644]
test/Analysis/DemandedBits/basic.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/NonAffineExpr.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/PR21585.ll
test/Analysis/DivergenceAnalysis/AMDGPU/kernel-args.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll
test/Analysis/Dominators/invoke.ll
test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
test/Analysis/GlobalsModRef/aliastest.ll
test/Analysis/GlobalsModRef/argmemonly-escape.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/atomic-instrs.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/chaining-analysis.ll
test/Analysis/GlobalsModRef/indirect-global.ll
test/Analysis/GlobalsModRef/memset-escape.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/modreftest.ll
test/Analysis/GlobalsModRef/nocapture.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/nonescaping-noalias.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/pr12351.ll
test/Analysis/GlobalsModRef/pr25309.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/purecse.ll
test/Analysis/GlobalsModRef/weak-interposition.ll [new file with mode: 0644]
test/Analysis/LazyCallGraph/basic.ll
test/Analysis/LazyCallGraph/non-leaf-intrinsics.ll [new file with mode: 0644]
test/Analysis/Lint/cppeh-catch-intrinsics-clean.ll
test/Analysis/Lint/cppeh-catch-intrinsics.ll [deleted file]
test/Analysis/LoopAccessAnalysis/forward-loop-carried.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/non-wrapping-pointer.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/nullptr.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/number-of-memchecks.ll
test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/resort-to-memchecks-only.ll
test/Analysis/LoopAccessAnalysis/reverse-memcheck-bounds.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/safe-no-checks.ll
test/Analysis/LoopAccessAnalysis/stride-access-dependence.ll
test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
test/Analysis/MemoryDependenceAnalysis/memdep-block-scan-limit.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/avoid-assume-hang.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/constant_condition.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/flags-from-poison.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/infer-prestart-no-wrap.ll
test/Analysis/ScalarEvolution/min-max-exprs.ll
test/Analysis/ScalarEvolution/no-wrap-add-exprs.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/non-IV-phi.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr24757.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr25369.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-aa.ll
test/Analysis/ScalarEvolution/shift-op.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/smax-br-phi-idioms.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/zext-wrap.ll
test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
test/Analysis/TypeBasedAliasAnalysis/licm.ll
test/Analysis/TypeBasedAliasAnalysis/precedence.ll
test/Analysis/ValueTracking/known-bits-from-range-md.ll [new file with mode: 0644]
test/Analysis/ValueTracking/known-non-equal.ll [new file with mode: 0644]
test/Analysis/ValueTracking/knownnonzero-shift.ll [new file with mode: 0644]
test/Analysis/ValueTracking/knownzero-shift.ll [new file with mode: 0644]
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Analysis/ValueTracking/monotonic-phi.ll [new file with mode: 0644]
test/Analysis/ValueTracking/pr24866.ll [new file with mode: 0644]
test/Assembler/2007-09-10-AliasFwdRef.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprFoldCast.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/addrspacecast-alias.ll
test/Assembler/alias-redefinition.ll
test/Assembler/alias-use-list-order.ll
test/Assembler/anon-functions.ll
test/Assembler/debug-info.ll
test/Assembler/dicompileunit.ll
test/Assembler/diimportedentity.ll
test/Assembler/dilexicalblock.ll
test/Assembler/dilocalvariable-arg-large.ll
test/Assembler/dilocalvariable.ll
test/Assembler/dilocation.ll
test/Assembler/dimodule.ll [new file with mode: 0644]
test/Assembler/disubprogram.ll
test/Assembler/drop-debug-info.ll
test/Assembler/getelementptr_vec_idx1.ll
test/Assembler/getelementptr_vec_idx2.ll
test/Assembler/getelementptr_vec_idx3.ll
test/Assembler/global-addrspace-forwardref.ll
test/Assembler/incorrect-tdep-attrs-parsing.ll [new file with mode: 0644]
test/Assembler/internal-hidden-alias.ll
test/Assembler/internal-protected-alias.ll
test/Assembler/invalid-alias-mismatched-explicit-type.ll [new file with mode: 0644]
test/Assembler/invalid-dicompileunit-language-bad.ll
test/Assembler/invalid-dicompileunit-language-overflow.ll
test/Assembler/invalid-dicompileunit-missing-language.ll
test/Assembler/invalid-dicompileunit-null-file.ll
test/Assembler/invalid-dicompileunit-uniqued.ll [new file with mode: 0644]
test/Assembler/invalid-dilocalvariable-arg-large.ll
test/Assembler/invalid-dilocalvariable-arg-negative.ll
test/Assembler/invalid-dilocalvariable-missing-scope.ll
test/Assembler/invalid-dilocalvariable-missing-tag.ll [deleted file]
test/Assembler/invalid-disubprogram-uniqued-definition.ll [new file with mode: 0644]
test/Assembler/invalid-fp80hex.ll [new file with mode: 0644]
test/Assembler/invalid-fwdref2.ll
test/Assembler/invalid-inline-constraint.ll [new file with mode: 0644]
test/Assembler/invalid-landingpad.ll
test/Assembler/invalid-safestack-param.ll [new file with mode: 0644]
test/Assembler/invalid-safestack-return.ll [new file with mode: 0644]
test/Assembler/invalid-untyped-metadata.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-duplicated.ll
test/Assembler/invalid-uselistorder-indexes-one.ll
test/Assembler/invalid-uselistorder-indexes-ordered.ll
test/Assembler/invalid-uselistorder-indexes-range.ll
test/Assembler/invalid-uselistorder-indexes-toofew.ll
test/Assembler/invalid-uselistorder-indexes-toomany.ll
test/Assembler/metadata.ll
test/Assembler/private-hidden-alias.ll
test/Assembler/private-protected-alias.ll
test/Assembler/token.ll [new file with mode: 0644]
test/Assembler/unnamed-alias.ll [new file with mode: 0644]
test/Assembler/uselistorder.ll
test/Bindings/Go/go.test
test/Bindings/Go/lit.local.cfg
test/Bindings/OCaml/analysis.ml
test/Bindings/OCaml/bitreader.ml
test/Bindings/OCaml/bitwriter.ml
test/Bindings/OCaml/core.ml
test/Bindings/OCaml/executionengine.ml
test/Bindings/OCaml/ext_exc.ml
test/Bindings/OCaml/ipo.ml
test/Bindings/OCaml/irreader.ml
test/Bindings/OCaml/linker.ml
test/Bindings/OCaml/passmgr_builder.ml
test/Bindings/OCaml/scalar_opts.ml
test/Bindings/OCaml/target.ml
test/Bindings/OCaml/transform_utils.ml
test/Bindings/OCaml/vectorize.ml
test/Bindings/llvm-c/ARM/disassemble.test [new file with mode: 0644]
test/Bindings/llvm-c/ARM/lit.local.cfg [new file with mode: 0644]
test/Bindings/llvm-c/Inputs/invalid.ll.bc
test/Bindings/llvm-c/X86/disassemble.test [new file with mode: 0644]
test/Bindings/llvm-c/X86/lit.local.cfg [new file with mode: 0644]
test/Bindings/llvm-c/disassemble.test [deleted file]
test/Bindings/llvm-c/functions.ll
test/Bindings/llvm-c/invalid-bitcode.test
test/Bindings/llvm-c/lit.local.cfg [deleted file]
test/Bitcode/DICompileUnit-no-DWOId.ll
test/Bitcode/DILocalVariable-explicit-tags.ll [new file with mode: 0644]
test/Bitcode/DILocalVariable-explicit-tags.ll.bc [new file with mode: 0644]
test/Bitcode/DISubprogram-distinct-definitions.ll [new file with mode: 0644]
test/Bitcode/DISubprogram-distinct-definitions.ll.bc [new file with mode: 0644]
test/Bitcode/Inputs/PR23310.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-abbrev.bc
test/Bitcode/Inputs/invalid-cast.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-name-with-0-byte.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-no-function-block.bc [new file with mode: 0644]
test/Bitcode/Inputs/padding-garbage.bc [new file with mode: 0644]
test/Bitcode/Inputs/padding.bc [new file with mode: 0644]
test/Bitcode/PR23310.test [new file with mode: 0644]
test/Bitcode/anon-functions.ll [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/compatibility-3.6.ll [new file with mode: 0644]
test/Bitcode/compatibility-3.6.ll.bc [new file with mode: 0644]
test/Bitcode/compatibility-3.7.ll [new file with mode: 0644]
test/Bitcode/compatibility-3.7.ll.bc [new file with mode: 0644]
test/Bitcode/compatibility.ll [new file with mode: 0644]
test/Bitcode/constant-sequence.ll [new file with mode: 0644]
test/Bitcode/debug-loc-again.ll
test/Bitcode/fcmp-fast.ll [new file with mode: 0644]
test/Bitcode/highLevelStructure.3.2.ll
test/Bitcode/identification.ll [new file with mode: 0644]
test/Bitcode/invalid.ll
test/Bitcode/invalid.ll.bc
test/Bitcode/invalid.test
test/Bitcode/local-linkage-default-visibility.3.4.ll
test/Bitcode/miscInstructions.3.2.ll
test/Bitcode/old-aliases.ll
test/Bitcode/operand-bundles.ll [new file with mode: 0644]
test/Bitcode/padding.test [new file with mode: 0644]
test/Bitcode/select.ll
test/Bitcode/tailcall.ll
test/Bitcode/thinlto-function-summary.ll [new file with mode: 0644]
test/Bitcode/upgrade-subprogram.ll [new file with mode: 0644]
test/Bitcode/upgrade-subprogram.ll.bc [new file with mode: 0644]
test/Bitcode/use-list-order.ll
test/Bitcode/use-list-order2.ll [new file with mode: 0644]
test/Bitcode/vst-forward-declaration.ll [new file with mode: 0644]
test/BugPoint/metadata.ll
test/BugPoint/named-md.ll [new file with mode: 0644]
test/BugPoint/remove_arguments_test.ll
test/BugPoint/replace-funcs-with-null.ll
test/CMakeLists.txt
test/CodeGen/AArch64/aarch-multipart.ll [new file with mode: 0644]
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-addv.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-deferred-spilling.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
test/CodeGen/AArch64/aarch64-interleaved-accesses.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-loop-gep-opt.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-minmaxv.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-smax-constantfold.ll [new file with mode: 0644]
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-aapcs-be.ll
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-addr-type-promotion.ll
test/CodeGen/AArch64/arm64-arith.ll
test/CodeGen/AArch64/arm64-atomic-128.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-big-endian-eh.ll
test/CodeGen/AArch64/arm64-builtins-linux.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-ccmp-heuristics.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-coalescing-MOVi32imm.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-codegen-prepare-extload.ll
test/CodeGen/AArch64/arm64-collect-loh.ll
test/CodeGen/AArch64/arm64-fast-isel-br.ll
test/CodeGen/AArch64/arm64-fmax-safe.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-fmax.ll
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-hello.ll
test/CodeGen/AArch64/arm64-indexed-memory.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
test/CodeGen/AArch64/arm64-inline-asm.ll
test/CodeGen/AArch64/arm64-join-reserved.ll
test/CodeGen/AArch64/arm64-large-frame.ll
test/CodeGen/AArch64/arm64-ldp.ll
test/CodeGen/AArch64/arm64-long-shift.ll
test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
test/CodeGen/AArch64/arm64-narrow-ldst-merge.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-neon-2velem-high.ll
test/CodeGen/AArch64/arm64-neon-2velem.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-nvcast.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
test/CodeGen/AArch64/arm64-platform-reg.ll
test/CodeGen/AArch64/arm64-popcnt.ll
test/CodeGen/AArch64/arm64-rounding.ll
test/CodeGen/AArch64/arm64-shrink-wrapping.ll
test/CodeGen/AArch64/arm64-spill-lr.ll
test/CodeGen/AArch64/arm64-stackmap.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-strict-align.ll
test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
test/CodeGen/AArch64/arm64-trunc-store.ll
test/CodeGen/AArch64/arm64-vabs.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/AArch64/arm64-vector-ext.ll
test/CodeGen/AArch64/arm64-vminmaxnm.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/bitcast-v2i8.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/bitreverse.ll [new file with mode: 0644]
test/CodeGen/AArch64/br-to-eh-lpad.ll
test/CodeGen/AArch64/combine-comparisons-by-cse.ll
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/cxx-tlscc.ll [new file with mode: 0644]
test/CodeGen/AArch64/dag-combine-select.ll [new file with mode: 0644]
test/CodeGen/AArch64/divrem.ll [new file with mode: 0644]
test/CodeGen/AArch64/emutls.ll [new file with mode: 0644]
test/CodeGen/AArch64/emutls_generic.ll [new file with mode: 0644]
test/CodeGen/AArch64/eon.ll [new file with mode: 0644]
test/CodeGen/AArch64/f16-instructions.ll
test/CodeGen/AArch64/fast-isel-branch-cond-mask.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
test/CodeGen/AArch64/fast-isel-cmp-vec.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-folded-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-logic-op.ll
test/CodeGen/AArch64/fastcc-reserved.ll
test/CodeGen/AArch64/fastcc.ll
test/CodeGen/AArch64/fcvt_combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/fdiv_combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/fold-constants.ll
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-v8-instructions.ll
test/CodeGen/AArch64/free-zext.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/global-alignment.ll
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/AArch64/global-merge-4.ll
test/CodeGen/AArch64/global-merge-group-by-use.ll
test/CodeGen/AArch64/global-merge-ignore-single-use-minsize.ll
test/CodeGen/AArch64/global-merge-ignore-single-use.ll
test/CodeGen/AArch64/ifcvt-select.ll [new file with mode: 0644]
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/merge-store.ll
test/CodeGen/AArch64/misched-fusion.ll [new file with mode: 0644]
test/CodeGen/AArch64/mul-lohi.ll
test/CodeGen/AArch64/nest-register.ll [new file with mode: 0644]
test/CodeGen/AArch64/nontemporal.ll [new file with mode: 0644]
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/readcyclecounter.ll [new file with mode: 0644]
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/rotate.ll [new file with mode: 0644]
test/CodeGen/AArch64/round-conv.ll [new file with mode: 0644]
test/CodeGen/AArch64/shrink-wrap.ll [new file with mode: 0755]
test/CodeGen/AArch64/stackmap-frame-setup.ll [new file with mode: 0644]
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tailcall-explicit-sret.ll
test/CodeGen/AArch64/tbi.ll [new file with mode: 0644]
test/CodeGen/AArch64/vector-fcopysign.ll [new file with mode: 0644]
test/CodeGen/AArch64/xbfiz.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/add.ll
test/CodeGen/AMDGPU/address-space.ll
test/CodeGen/AMDGPU/addrspacecast.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/and.ll
test/CodeGen/AMDGPU/annotate-kernel-features.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/array-ptr-calc-i32.ll
test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
test/CodeGen/AMDGPU/bitreverse.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/calling-conventions.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cgp-addressing-modes-flat.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/cgp-addressing-modes.ll
test/CodeGen/AMDGPU/commute-shifts.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ctpop64.ll
test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
test/CodeGen/AMDGPU/drop-mem-operand-move-smrd.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/AMDGPU/ds-sub-offset.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_read2.ll
test/CodeGen/AMDGPU/ds_read2_offset_order.ll
test/CodeGen/AMDGPU/ds_read2_superreg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/ds_read2st64.ll
test/CodeGen/AMDGPU/ds_write2.ll
test/CodeGen/AMDGPU/ds_write2st64.ll
test/CodeGen/AMDGPU/dynamic_stackalloc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/elf.ll
test/CodeGen/AMDGPU/extract-vector-elt-i64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fadd64.ll
test/CodeGen/AMDGPU/fceil64.ll
test/CodeGen/AMDGPU/fcmp.ll
test/CodeGen/AMDGPU/flat-address-space.ll
test/CodeGen/AMDGPU/flat-scratch-reg.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fma-combine.ll
test/CodeGen/AMDGPU/fmax_legacy.ll
test/CodeGen/AMDGPU/fmin_legacy.ll
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fmuladd.ll
test/CodeGen/AMDGPU/fneg-fabs.ll
test/CodeGen/AMDGPU/ftrunc.f64.ll
test/CodeGen/AMDGPU/gep-address-space.ll
test/CodeGen/AMDGPU/global-constant.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/global-extload-i32.ll
test/CodeGen/AMDGPU/global_atomics.ll
test/CodeGen/AMDGPU/gv-const-addrspace.ll
test/CodeGen/AMDGPU/half.ll
test/CodeGen/AMDGPU/hsa-globals.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa-group-segment.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/hsa.ll
test/CodeGen/AMDGPU/image-attributes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/image-resource-id.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/imm.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/indirect-private-64.ll
test/CodeGen/AMDGPU/inline-constraints.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/insert_vector_elt.ll
test/CodeGen/AMDGPU/invariant-load-no-alias-store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/kernel-args.ll
test/CodeGen/AMDGPU/large-alloca-compute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-alloca-graphics.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/large-alloca.ll [deleted file]
test/CodeGen/AMDGPU/literals.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.abs.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.brev.ll [deleted file]
test/CodeGen/AMDGPU/llvm.AMDGPU.class.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.div_fmas.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.fract.f64.ll
test/CodeGen/AMDGPU/llvm.AMDGPU.read.workdim.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.AMDGPU.trunc.ll
test/CodeGen/AMDGPU/llvm.SI.packf16.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.sc.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.vol.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.dispatch.ptr.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.inv.vol.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgcn.s.dcache.wb.vol.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.amdgpu.lrp.ll
test/CodeGen/AMDGPU/llvm.dbg.value.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.memcpy.ll
test/CodeGen/AMDGPU/llvm.r600.read.local.size.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/llvm.round.f64.ll
test/CodeGen/AMDGPU/llvm.round.ll
test/CodeGen/AMDGPU/load.ll
test/CodeGen/AMDGPU/local-memory-two-objects.ll
test/CodeGen/AMDGPU/local-memory.ll
test/CodeGen/AMDGPU/mad-combine.ll
test/CodeGen/AMDGPU/mad-sub.ll
test/CodeGen/AMDGPU/madak.ll
test/CodeGen/AMDGPU/madmk.ll
test/CodeGen/AMDGPU/max.ll
test/CodeGen/AMDGPU/merge-stores.ll
test/CodeGen/AMDGPU/min.ll
test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/move-to-valu-atomicrmw.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/mul_uint24.ll
test/CodeGen/AMDGPU/no-hsa-graphics-shaders.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/no-shrink-extloads.ll
test/CodeGen/AMDGPU/opencl-image-metadata.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/operand-folding.ll
test/CodeGen/AMDGPU/or.ll
test/CodeGen/AMDGPU/partially-dead-super-register-immediate.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/private-memory.ll
test/CodeGen/AMDGPU/promote-alloca-bitcast-function.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/promote-alloca-stored-pointer-value.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/register-count-comments.ll
test/CodeGen/AMDGPU/reorder-stores.ll
test/CodeGen/AMDGPU/s_movk_i32.ll
test/CodeGen/AMDGPU/salu-to-valu.ll
test/CodeGen/AMDGPU/sampler-resource-id.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/AMDGPU/scratch-buffer.ll
test/CodeGen/AMDGPU/select-vectors.ll
test/CodeGen/AMDGPU/select64.ll
test/CodeGen/AMDGPU/set-dx10.ll
test/CodeGen/AMDGPU/setcc-opt.ll
test/CodeGen/AMDGPU/sext-in-reg.ll
test/CodeGen/AMDGPU/shl.ll
test/CodeGen/AMDGPU/shl_add_constant.ll
test/CodeGen/AMDGPU/shl_add_ptr.ll
test/CodeGen/AMDGPU/si-instr-info-correct-implicit-operands.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-literal-folding.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/si-sgpr-spill.ll
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
test/CodeGen/AMDGPU/sint_to_fp.f64.ll
test/CodeGen/AMDGPU/sminmax.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/smrd.ll
test/CodeGen/AMDGPU/split-scalar-i64-add.ll
test/CodeGen/AMDGPU/split-vector-memoperand-offsets.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sra.ll
test/CodeGen/AMDGPU/srl.ll
test/CodeGen/AMDGPU/store-barrier.ll
test/CodeGen/AMDGPU/store.ll
test/CodeGen/AMDGPU/store_typed.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/sub.ll
test/CodeGen/AMDGPU/subreg-coalescer-undef-use.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc-store.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/trunc.ll
test/CodeGen/AMDGPU/udivrem.ll
test/CodeGen/AMDGPU/uint_to_fp.f64.ll
test/CodeGen/AMDGPU/unsupported-cc.ll
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
test/CodeGen/AMDGPU/v_mac.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/valu-i1.ll
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.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/work-item-intrinsics.ll
test/CodeGen/AMDGPU/xor.ll
test/CodeGen/AMDGPU/zero_extend.ll
test/CodeGen/ARM/2007-03-13-InstrSched.ll
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-05-20-NEONSpillCrash.ll
test/CodeGen/ARM/2010-05-21-BuildVector.ll
test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
test/CodeGen/ARM/2010-08-04-EHCrash.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
test/CodeGen/ARM/2011-10-26-memset-inline.ll
test/CodeGen/ARM/2011-12-19-sjlj-clobber.ll
test/CodeGen/ARM/2012-01-24-RegSequenceLiveRange.ll
test/CodeGen/ARM/2012-04-24-SplitEHCriticalEdge.ll
test/CodeGen/ARM/2012-05-10-PreferVMOVtoVDUP32.ll
test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll
test/CodeGen/ARM/2012-11-14-subs_carry.ll
test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll
test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding2.ll
test/CodeGen/ARM/2013-10-11-select-stalls.ll
test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll
test/CodeGen/ARM/2014-05-14-DwarfEHCrash.ll
test/CodeGen/ARM/MachO-subtypes.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/division.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/hard-float.ll
test/CodeGen/ARM/Windows/integer-floating-point-conversion.ll [deleted file]
test/CodeGen/ARM/Windows/libcalls.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/long-calls.ll
test/CodeGen/ARM/Windows/no-arm-mode.ll
test/CodeGen/ARM/Windows/no-eabi.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/no-frame-register.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/overflow.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/pic.ll
test/CodeGen/ARM/Windows/structors.ll
test/CodeGen/ARM/Windows/trivial-gnu-object.ll [new file with mode: 0644]
test/CodeGen/ARM/adv-copy-opt.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/align-sp-adjustment.ll [new file with mode: 0644]
test/CodeGen/ARM/apcs-vfp.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-eabi.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-interleaved-accesses.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-returnaddr.ll
test/CodeGen/ARM/arm-shrink-wrapping-linux.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-ttype-target2.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-cmp.ll
test/CodeGen/ARM/atomic-cmpxchg.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/bfi.ll
test/CodeGen/ARM/big-endian-eh-unwind.ll
test/CodeGen/ARM/build-attributes-optimization-minsize.ll [new file with mode: 0644]
test/CodeGen/ARM/build-attributes-optimization-mixed.ll [new file with mode: 0644]
test/CodeGen/ARM/build-attributes-optimization-optnone.ll [new file with mode: 0644]
test/CodeGen/ARM/build-attributes-optimization-optsize.ll [new file with mode: 0644]
test/CodeGen/ARM/build-attributes-optimization.ll [new file with mode: 0644]
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/byval-align.ll
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/cfi-alignment.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/coalesce-subregs.ll
test/CodeGen/ARM/combine-vmovdrr.ll [new file with mode: 0644]
test/CodeGen/ARM/constants.ll
test/CodeGen/ARM/crash.ll
test/CodeGen/ARM/cttz.ll [new file with mode: 0644]
test/CodeGen/ARM/cttz_vector.ll [new file with mode: 0644]
test/CodeGen/ARM/ctz.ll [deleted file]
test/CodeGen/ARM/dagcombine-concatvector.ll
test/CodeGen/ARM/debug-frame-no-debug.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 [new file with mode: 0644]
test/CodeGen/ARM/div.ll
test/CodeGen/ARM/divmod-eabi.ll
test/CodeGen/ARM/dwarf-eh.ll
test/CodeGen/ARM/eh-dispcont.ll
test/CodeGen/ARM/eh-resume-darwin.ll
test/CodeGen/ARM/ehabi-filters.ll
test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll
test/CodeGen/ARM/ehabi-handlerdata.ll
test/CodeGen/ARM/ehabi.ll
test/CodeGen/ARM/emutls.ll [new file with mode: 0644]
test/CodeGen/ARM/emutls1.ll [new file with mode: 0644]
test/CodeGen/ARM/emutls_generic.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-align.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-ext.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-mvn.ll
test/CodeGen/ARM/fast-isel-pic.ll
test/CodeGen/ARM/fast-isel-static.ll
test/CodeGen/ARM/fnattr-trap.ll [new file with mode: 0644]
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/fp16-args.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16-promote.ll
test/CodeGen/ARM/fp16-v3.ll [new file with mode: 0644]
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fparith.ll
test/CodeGen/ARM/gep-optimization.ll [new file with mode: 0644]
test/CodeGen/ARM/global-merge-1.ll
test/CodeGen/ARM/global-merge-external.ll [new file with mode: 0644]
test/CodeGen/ARM/global-merge.ll
test/CodeGen/ARM/globals.ll
test/CodeGen/ARM/gv-stubs-crash.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/ifcvt-iter-indbr.ll
test/CodeGen/ARM/ifcvt4.ll
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/ifcvt6.ll
test/CodeGen/ARM/ifcvt8.ll
test/CodeGen/ARM/inlineasm-switch-mode.ll
test/CodeGen/ARM/invoke-donothing-assert.ll
test/CodeGen/ARM/ldm-stm-base-materialization.ll [new file with mode: 0644]
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/legalize-unaligned-load.ll [new file with mode: 0644]
test/CodeGen/ARM/load-global.ll
test/CodeGen/ARM/load-store-flags.ll [new file with mode: 0644]
test/CodeGen/ARM/load.ll
test/CodeGen/ARM/machine-cse-cmp.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memcpy-ldm-stm.ll [new file with mode: 0644]
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/memset-inline.ll
test/CodeGen/ARM/minmax.ll [new file with mode: 0644]
test/CodeGen/ARM/neon_minmax.ll
test/CodeGen/ARM/neon_spill.ll
test/CodeGen/ARM/neon_vabs.ll
test/CodeGen/ARM/neon_vshl_minint.ll [new file with mode: 0644]
test/CodeGen/ARM/nest-register.ll [new file with mode: 0644]
test/CodeGen/ARM/out-of-registers.ll
test/CodeGen/ARM/pr25317.ll [new file with mode: 0644]
test/CodeGen/ARM/pr25838.ll [new file with mode: 0644]
test/CodeGen/ARM/rbit.ll
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/rotate.ll [new file with mode: 0644]
test/CodeGen/ARM/sat-arith.ll [new file with mode: 0644]
test/CodeGen/ARM/sched-it-debug-nodes.ll [deleted file]
test/CodeGen/ARM/setjmp_longjmp.ll [new file with mode: 0644]
test/CodeGen/ARM/shifter_operand.ll
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll
test/CodeGen/ARM/sjljehprepare-lower-empty-struct.ll
test/CodeGen/ARM/softfp-fabs-fneg.ll [new file with mode: 0644]
test/CodeGen/ARM/special-reg-mcore.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/ssat-lower.ll [new file with mode: 0644]
test/CodeGen/ARM/ssat-upper.ll [new file with mode: 0644]
test/CodeGen/ARM/subtarget-features-long-calls.ll [new file with mode: 0644]
test/CodeGen/ARM/subtarget-no-movt.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-merge-branch-weight.ll
test/CodeGen/ARM/taildup-branch-weight.ll
test/CodeGen/ARM/test-sharedidx.ll
test/CodeGen/ARM/thumb-alignment.ll
test/CodeGen/ARM/thumb1-ldst-opt.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb1_return_sequence.ll
test/CodeGen/ARM/thumb2-it-block.ll
test/CodeGen/ARM/thumb_indirect_calls.ll
test/CodeGen/ARM/tls-models.ll
test/CodeGen/ARM/tls3.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/unaligned_load_store_vfp.ll [new file with mode: 0644]
test/CodeGen/ARM/usat-lower.ll [new file with mode: 0644]
test/CodeGen/ARM/usat-upper.ll [new file with mode: 0644]
test/CodeGen/ARM/v7k-abi-align.ll [new file with mode: 0644]
test/CodeGen/ARM/v7k-libcalls.ll [new file with mode: 0644]
test/CodeGen/ARM/v7k-sincos.ll [new file with mode: 0644]
test/CodeGen/ARM/vcge.ll
test/CodeGen/ARM/vcombine.ll
test/CodeGen/ARM/vcvt_combine.ll
test/CodeGen/ARM/vdiv_combine.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vector-DAGCombine.ll
test/CodeGen/ARM/vector-load.ll
test/CodeGen/ARM/vector-store.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vfp-reg-stride.ll [new file with mode: 0644]
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vld-vst-upgrade.ll [new file with mode: 0644]
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vld2.ll
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vlddup.ll
test/CodeGen/ARM/vldlane.ll
test/CodeGen/ARM/vminmaxnm-safe.ll [new file with mode: 0644]
test/CodeGen/ARM/vminmaxnm.ll
test/CodeGen/ARM/vmov.ll
test/CodeGen/ARM/vmul.ll
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vselect_imax.ll
test/CodeGen/ARM/vst1.ll
test/CodeGen/ARM/vst2.ll
test/CodeGen/ARM/vst3.ll
test/CodeGen/ARM/vst4.ll
test/CodeGen/ARM/vstlane.ll
test/CodeGen/ARM/vtrn.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/vzip.ll
test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
test/CodeGen/BPF/fi_ri.ll [new file with mode: 0644]
test/CodeGen/BPF/sockex2.ll
test/CodeGen/BPF/undef.ll [new file with mode: 0644]
test/CodeGen/CPP/gep.ll [new file with mode: 0644]
test/CodeGen/Generic/2007-02-25-invoke.ll
test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll
test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
test/CodeGen/Generic/ForceStackAlign.ll [new file with mode: 0644]
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/donothing.ll
test/CodeGen/Generic/exception-handling.ll
test/CodeGen/Generic/lit.local.cfg [new file with mode: 0644]
test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll
test/CodeGen/Generic/run-pass.ll [new file with mode: 0644]
test/CodeGen/Generic/vector-casts.ll
test/CodeGen/Generic/vector.ll
test/CodeGen/Hexagon/Atomics.ll [new file with mode: 0644]
test/CodeGen/Hexagon/NVJumpCmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/absaddr-store.ll
test/CodeGen/Hexagon/adde.ll
test/CodeGen/Hexagon/alu64.ll
test/CodeGen/Hexagon/always-ext.ll
test/CodeGen/Hexagon/bit-eval.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bit-loop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/bugAsmHWloop.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-valid-packet1.ll
test/CodeGen/Hexagon/cext-valid-packet2.ll
test/CodeGen/Hexagon/cext.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cexti16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cfi-late.ll [new file with mode: 0644]
test/CodeGen/Hexagon/checktabs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/clr_set_toggle.ll
test/CodeGen/Hexagon/cmp-extend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp-promote.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp-to-genreg.ll
test/CodeGen/Hexagon/cmp-to-predreg.ll
test/CodeGen/Hexagon/cmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp_pred.ll
test/CodeGen/Hexagon/cmp_pred_reg.ll
test/CodeGen/Hexagon/cmpb-eq.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmpb_pred.ll
test/CodeGen/Hexagon/combine.ll
test/CodeGen/Hexagon/combine_ir.ll
test/CodeGen/Hexagon/common-gep-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/common-gep-icm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-conversion-bug1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-phi-i1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/early-if-spare.ll [new file with mode: 0644]
test/CodeGen/Hexagon/early-if.ll [new file with mode: 0644]
test/CodeGen/Hexagon/eh_return.ll [new file with mode: 0644]
test/CodeGen/Hexagon/extload-combine.ll
test/CodeGen/Hexagon/extract-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/fusedandshift.ll
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/hwloop-lt.ll
test/CodeGen/Hexagon/hwloop-lt1.ll
test/CodeGen/Hexagon/i16_VarArg.ll
test/CodeGen/Hexagon/i1_VarArg.ll
test/CodeGen/Hexagon/i8_VarArg.ll
test/CodeGen/Hexagon/ifcvt-edge-weight.ll [new file with mode: 0644]
test/CodeGen/Hexagon/insert-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1-G0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1-v4-G0.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1-v4.ll [new file with mode: 0644]
test/CodeGen/Hexagon/loadi1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxd.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxud.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxuw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/maxw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/memcpy-likely-aligned.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mind.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minu-zext-16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minu-zext-8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minud.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minuw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/minw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/mux-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/opt-fabs.ll
test/CodeGen/Hexagon/pic-jumptables.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-simple.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pic-static.ll [new file with mode: 0644]
test/CodeGen/Hexagon/postinc-offset.ll [new file with mode: 0644]
test/CodeGen/Hexagon/predicate-logical.ll [new file with mode: 0644]
test/CodeGen/Hexagon/predicate-rcmp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/relax.ll
test/CodeGen/Hexagon/sdr-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sdr-shr32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/simple_addend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-widen-aliased-load.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-widen-negv.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-widen-negv2.ll [new file with mode: 0644]
test/CodeGen/Hexagon/store-widen.ll [new file with mode: 0644]
test/CodeGen/Hexagon/struct_args.ll
test/CodeGen/Hexagon/sube.ll
test/CodeGen/Hexagon/tail-dup-subreg-abort.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tfr-to-combine.ll
test/CodeGen/Hexagon/union-1.ll
test/CodeGen/Hexagon/usr-ovf-dep.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60Intrins.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60Vasr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/v60small.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll
test/CodeGen/Hexagon/vect/vect-loadv4i16.ll
test/CodeGen/Hexagon/vect/vect-shuffle.ll
test/CodeGen/Hexagon/vect/vect-splat.ll
test/CodeGen/Hexagon/vect/vect-xor.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MIR/AArch64/cfi-def-cfa.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/expected-target-flag-name.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/invalid-target-flag-name.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/AArch64/multiple-lhs-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/stack-object-local-offset.mir [new file with mode: 0644]
test/CodeGen/MIR/AArch64/target-flags.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/expected-target-index-name.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/invalid-target-index-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/AMDGPU/target-index-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/bundled-instructions.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/cfi-same-value.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/expected-closing-brace.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/extraneous-closing-brace-error.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/ARM/nested-instruction-bundle-error.mir [new file with mode: 0644]
test/CodeGen/MIR/ARM/sched-it-debug-nodes.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/basic-blocks.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/expected-colon-after-basic-block.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/frame-info.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/function-missing-machine-function.mir [moved from test/CodeGen/MIR/function-missing-machine-function.mir with 100% similarity]
test/CodeGen/MIR/Generic/invalid-jump-table-kind.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/Generic/llvm-ir-error-reported.mir [moved from test/CodeGen/MIR/llvm-ir-error-reported.mir with 100% similarity]
test/CodeGen/MIR/Generic/llvmIR.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/llvmIRMissing.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-basic-block-ir-block-reference.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-basic-block-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-basic-block-undefined-ir-block.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-basic-block-unknown-name.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-function-missing-function.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-function-missing-name.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-function-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/machine-function.mir [new file with mode: 0644]
test/CodeGen/MIR/Generic/register-info.mir [new file with mode: 0644]
test/CodeGen/MIR/Mips/expected-global-value-or-symbol-after-call-entry.mir [new file with mode: 0644]
test/CodeGen/MIR/Mips/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/Mips/memory-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/expected-floating-point-literal.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/floating-point-invalid-type-error.mir [new file with mode: 0644]
test/CodeGen/MIR/NVPTX/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/PowerPC/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/PowerPC/unordered-implicit-registers.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/basic-block-liveins.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/basic-block-not-at-start-of-line-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/block-address-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/callee-saved-info.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/cfi-def-cfa-offset.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/cfi-def-cfa-register.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/cfi-offset.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/constant-pool-item-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/constant-pool.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/constant-value-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/dead-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/def-register-already-tied-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/duplicate-memory-operand-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/duplicate-register-flag-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/early-clobber-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-align-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-alignment-after-align-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-basic-block-at-start-of-body.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-block-reference-in-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-comma-after-cfi-register.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-different-implicit-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-different-implicit-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-from-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-function-reference-after-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-global-value-after-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-integer-after-offset-sign.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-integer-after-tied-def.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-integer-in-successor-weight.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-load-or-store-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-machine-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-metadata-node-after-exclaim.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-metadata-node-in-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-named-register-in-allocation-hint.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-named-register-in-callee-saved-register.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-named-register-in-functions-livein.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-named-register-livein.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-newline-at-end-of-list.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-number-after-bb.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-offset-after-cfi-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-pointer-value-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-positive-alignment-after-align.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-register-after-cfi-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-register-after-flags.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-subregister-after-colon.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-target-flag-name.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-tied-def-after-lparen.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-value-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-virtual-register-in-functions-livein.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/external-symbol-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-object-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/fixed-stack-objects.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/frame-info-save-restore-points.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/frame-info-stack-references.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/frame-setup-instruction-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/function-liveins.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/global-value-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/immediate-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/implicit-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/inline-asm-registers.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/instructions-debug-location.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/invalid-constant-pool-item.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/invalid-metadata-node-type.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/invalid-target-flag-name.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/invalid-tied-def-index-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/jump-table-info.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/jump-table-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/killed-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-cfi-offset-number-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-immediate-operand-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-index-number-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-offset-number-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/large-size-in-memory-operand-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/lit.local.cfg [new file with mode: 0644]
test/CodeGen/MIR/X86/liveout-register-mask.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/machine-basic-block-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/machine-instructions.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/machine-verifier.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/memory-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/metadata-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/missing-closing-quote.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/missing-comma.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/missing-implicit-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/named-registers.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/newline-handling.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/null-register-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/register-mask-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/register-operands-target-flag-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/simple-register-allocation-hints.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-aliased.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-debug-info.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-invalid-name.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-operand-name-mismatch-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-objects.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/standalone-register-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/subregister-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/successor-basic-blocks.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/tied-def-operand-invalid.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undef-register-flag.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-global-value.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-ir-block-in-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-ir-block-slot-in-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-jump-table-id.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-named-global-value.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-register-class.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-value-in-memory-operand.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-virtual-register.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-instruction.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-machine-basic-block.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-metadata-keyword.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-metadata-node.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-named-machine-basic-block.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-register.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unknown-subregister-index.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/unrecognized-character.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/used-physical-register-info.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/variable-sized-stack-object-size-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/virtual-register-redefinition-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/virtual-registers.mir [new file with mode: 0644]
test/CodeGen/MIR/llvmIR.mir [deleted file]
test/CodeGen/MIR/llvmIRMissing.mir [deleted file]
test/CodeGen/MIR/machine-function-missing-name.mir [deleted file]
test/CodeGen/MIR/machine-function.mir [deleted file]
test/CodeGen/Mips/Fast-ISel/br1.ll
test/CodeGen/Mips/Fast-ISel/bswap1.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/constexpr-address.ll
test/CodeGen/Mips/Fast-ISel/div1.ll
test/CodeGen/Mips/Fast-ISel/fastalloca.ll
test/CodeGen/Mips/Fast-ISel/fastcc-miss.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll
test/CodeGen/Mips/Fast-ISel/fpext.ll
test/CodeGen/Mips/Fast-ISel/fpintconv.ll
test/CodeGen/Mips/Fast-ISel/fptrunc.ll
test/CodeGen/Mips/Fast-ISel/icmpa.ll
test/CodeGen/Mips/Fast-ISel/loadstore2.ll
test/CodeGen/Mips/Fast-ISel/loadstoreconv.ll
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll
test/CodeGen/Mips/Fast-ISel/logopm.ll
test/CodeGen/Mips/Fast-ISel/memtest1.ll
test/CodeGen/Mips/Fast-ISel/mul1.ll
test/CodeGen/Mips/Fast-ISel/nullvoid.ll
test/CodeGen/Mips/Fast-ISel/overflt.ll
test/CodeGen/Mips/Fast-ISel/rem1.ll
test/CodeGen/Mips/Fast-ISel/retabi.ll
test/CodeGen/Mips/Fast-ISel/sel1.ll
test/CodeGen/Mips/Fast-ISel/shftopm.ll
test/CodeGen/Mips/Fast-ISel/shift.ll
test/CodeGen/Mips/Fast-ISel/simplestore.ll
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll
test/CodeGen/Mips/Fast-ISel/simplestorei.ll
test/CodeGen/Mips/addi.ll
test/CodeGen/Mips/adjust-callstack-sp.ll
test/CodeGen/Mips/align16.ll
test/CodeGen/Mips/alloca16.ll
test/CodeGen/Mips/and1.ll
test/CodeGen/Mips/asm-large-immediate.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/beqzc.ll
test/CodeGen/Mips/beqzc1.ll
test/CodeGen/Mips/br-jmp.ll
test/CodeGen/Mips/brconeq.ll
test/CodeGen/Mips/brconeqk.ll
test/CodeGen/Mips/brconeqz.ll
test/CodeGen/Mips/brconge.ll
test/CodeGen/Mips/brcongt.ll
test/CodeGen/Mips/brconle.ll
test/CodeGen/Mips/brconlt.ll
test/CodeGen/Mips/brconne.ll
test/CodeGen/Mips/brconnek.ll
test/CodeGen/Mips/brconnez.ll
test/CodeGen/Mips/brind.ll
test/CodeGen/Mips/brsize3.ll
test/CodeGen/Mips/brsize3a.ll
test/CodeGen/Mips/cconv/arguments-varargs.ll
test/CodeGen/Mips/cconv/callee-saved.ll
test/CodeGen/Mips/ci2.ll
test/CodeGen/Mips/cmplarge.ll
test/CodeGen/Mips/const1.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/const6.ll
test/CodeGen/Mips/const6a.ll
test/CodeGen/Mips/delay-slot-kill.ll
test/CodeGen/Mips/div.ll
test/CodeGen/Mips/div_rem.ll
test/CodeGen/Mips/divu.ll
test/CodeGen/Mips/divu_remu.ll
test/CodeGen/Mips/eh.ll
test/CodeGen/Mips/ehframe-indirect.ll
test/CodeGen/Mips/emergency-spill-slot-near-fp.ll
test/CodeGen/Mips/emutls_generic.ll [new file with mode: 0644]
test/CodeGen/Mips/ex2.ll
test/CodeGen/Mips/extins.ll
test/CodeGen/Mips/f16abs.ll
test/CodeGen/Mips/fixdfsf.ll
test/CodeGen/Mips/fp16instrinsmc.ll
test/CodeGen/Mips/fp16mix.ll
test/CodeGen/Mips/fp16static.ll
test/CodeGen/Mips/helloworld.ll
test/CodeGen/Mips/hf16_1.ll
test/CodeGen/Mips/hf16call32.ll
test/CodeGen/Mips/hf16call32_body.ll
test/CodeGen/Mips/hf1_body.ll
test/CodeGen/Mips/hfptrcall.ll
test/CodeGen/Mips/i32k.ll
test/CodeGen/Mips/inlineasm-assembler-directives.ll
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
test/CodeGen/Mips/inlineasm-cnstrnt-reg64.ll
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/inlineasm_constraint.ll
test/CodeGen/Mips/inlineasmmemop.ll
test/CodeGen/Mips/insn-zero-size-bb.ll
test/CodeGen/Mips/interrupt-attr-64-error.ll [new file with mode: 0644]
test/CodeGen/Mips/interrupt-attr-args-error.ll [new file with mode: 0644]
test/CodeGen/Mips/interrupt-attr-error.ll [new file with mode: 0644]
test/CodeGen/Mips/interrupt-attr.ll [new file with mode: 0644]
test/CodeGen/Mips/jtstat.ll
test/CodeGen/Mips/l3mc.ll
test/CodeGen/Mips/lb1.ll
test/CodeGen/Mips/lbu1.ll
test/CodeGen/Mips/lcb2.ll
test/CodeGen/Mips/lcb3c.ll
test/CodeGen/Mips/lcb4a.ll
test/CodeGen/Mips/lcb5.ll
test/CodeGen/Mips/lh1.ll
test/CodeGen/Mips/lhu1.ll
test/CodeGen/Mips/llcarry.ll
test/CodeGen/Mips/llvm-ir/addrspacecast.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/and.ll
test/CodeGen/Mips/llvm-ir/atomicrmx.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/extractelement.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/load-atomic.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/or.ll
test/CodeGen/Mips/llvm-ir/sqrt.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/store-atomic.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/xor.ll
test/CodeGen/Mips/madd-msub.ll
test/CodeGen/Mips/mbrsize4a.ll
test/CodeGen/Mips/micromips-zero-mat-uses.ll [new file with mode: 0644]
test/CodeGen/Mips/mips16-hf-attr-2.ll
test/CodeGen/Mips/mips16-hf-attr.ll
test/CodeGen/Mips/mips16_32_1.ll
test/CodeGen/Mips/mips16_32_10.ll
test/CodeGen/Mips/mips16_32_3.ll
test/CodeGen/Mips/mips16_32_4.ll
test/CodeGen/Mips/mips16_32_5.ll
test/CodeGen/Mips/mips16_32_6.ll
test/CodeGen/Mips/mips16_32_7.ll
test/CodeGen/Mips/mips16_fpret.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/mips16fpe.ll
test/CodeGen/Mips/misha.ll
test/CodeGen/Mips/msa/elm_copy.ll
test/CodeGen/Mips/mul.ll
test/CodeGen/Mips/mulll.ll
test/CodeGen/Mips/mulull.ll
test/CodeGen/Mips/nacl-align.ll
test/CodeGen/Mips/neg1.ll
test/CodeGen/Mips/no-odd-spreg-msa.ll
test/CodeGen/Mips/nomips16.ll
test/CodeGen/Mips/not1.ll
test/CodeGen/Mips/null.ll
test/CodeGen/Mips/or1.ll
test/CodeGen/Mips/powif64_16.ll
test/CodeGen/Mips/rem.ll
test/CodeGen/Mips/remu.ll
test/CodeGen/Mips/s2rem.ll
test/CodeGen/Mips/sb1.ll
test/CodeGen/Mips/sel1c.ll
test/CodeGen/Mips/sel2c.ll
test/CodeGen/Mips/selTBteqzCmpi.ll
test/CodeGen/Mips/selTBtnezCmpi.ll
test/CodeGen/Mips/selTBtnezSlti.ll
test/CodeGen/Mips/seleq.ll
test/CodeGen/Mips/seleqk.ll
test/CodeGen/Mips/selgek.ll
test/CodeGen/Mips/selgt.ll
test/CodeGen/Mips/selle.ll
test/CodeGen/Mips/selltk.ll
test/CodeGen/Mips/selne.ll
test/CodeGen/Mips/selnek.ll
test/CodeGen/Mips/selpat.ll
test/CodeGen/Mips/seteq.ll
test/CodeGen/Mips/seteqz.ll
test/CodeGen/Mips/setge.ll
test/CodeGen/Mips/setgek.ll
test/CodeGen/Mips/setle.ll
test/CodeGen/Mips/setlt.ll
test/CodeGen/Mips/setltk.ll
test/CodeGen/Mips/setne.ll
test/CodeGen/Mips/setuge.ll
test/CodeGen/Mips/setugt.ll
test/CodeGen/Mips/setule.ll
test/CodeGen/Mips/setult.ll
test/CodeGen/Mips/setultk.ll
test/CodeGen/Mips/sh1.ll
test/CodeGen/Mips/simplebr.ll
test/CodeGen/Mips/sitofp-selectcc-opt.ll
test/CodeGen/Mips/sll1.ll
test/CodeGen/Mips/sll2.ll
test/CodeGen/Mips/sr1.ll
test/CodeGen/Mips/sra1.ll
test/CodeGen/Mips/sra2.ll
test/CodeGen/Mips/srl1.ll
test/CodeGen/Mips/srl2.ll
test/CodeGen/Mips/stchar.ll
test/CodeGen/Mips/stldst.ll
test/CodeGen/Mips/sub1.ll
test/CodeGen/Mips/sub2.ll
test/CodeGen/Mips/tail16.ll
test/CodeGen/Mips/tailcall.ll
test/CodeGen/Mips/tls-alias.ll
test/CodeGen/Mips/tls16.ll
test/CodeGen/Mips/tls16_2.ll
test/CodeGen/Mips/trap1.ll
test/CodeGen/Mips/ul1.ll
test/CodeGen/Mips/xor1.ll
test/CodeGen/NVPTX/branch-fold.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bypass-div.ll [new file with mode: 0644]
test/CodeGen/NVPTX/call-with-alloca-buffer.ll
test/CodeGen/NVPTX/combine-min-max.ll [new file with mode: 0644]
test/CodeGen/NVPTX/extloadv.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fma-assoc.ll
test/CodeGen/NVPTX/global-addrspace.ll [new file with mode: 0644]
test/CodeGen/NVPTX/globals_lowering.ll [new file with mode: 0644]
test/CodeGen/NVPTX/intrin-nocapture.ll
test/CodeGen/NVPTX/intrinsics.ll
test/CodeGen/NVPTX/load-with-non-coherent-cache.ll [new file with mode: 0644]
test/CodeGen/NVPTX/local-stack-frame.ll
test/CodeGen/NVPTX/loop-vectorize.ll [new file with mode: 0644]
test/CodeGen/NVPTX/lower-aggr-copies.ll [new file with mode: 0644]
test/CodeGen/NVPTX/lower-alloca.ll [new file with mode: 0644]
test/CodeGen/NVPTX/lower-kernel-ptr-arg.ll
test/CodeGen/NVPTX/reg-copy.ll [new file with mode: 0644]
test/CodeGen/NVPTX/symbol-naming.ll
test/CodeGen/NVPTX/vector-call.ll
test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll
test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll
test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
test/CodeGen/PowerPC/BoolRetToIntTest.ll [new file with mode: 0644]
test/CodeGen/PowerPC/BreakableToken-reduced.ll [new file with mode: 0644]
test/CodeGen/PowerPC/aantidep-def-ec.mir [new file with mode: 0644]
test/CodeGen/PowerPC/aantidep-inline-asm-use.ll [new file with mode: 0644]
test/CodeGen/PowerPC/addisdtprelha-nonr3.mir [new file with mode: 0644]
test/CodeGen/PowerPC/alias.ll
test/CodeGen/PowerPC/bitcasts-direct-move.ll [new file with mode: 0644]
test/CodeGen/PowerPC/bitreverse.ll [new file with mode: 0644]
test/CodeGen/PowerPC/branch-hint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/builtins-ppc-elf2-abi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/coal-sections.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crbit-asm-disabled.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crbit-asm.ll
test/CodeGen/PowerPC/ctr-loop-tls-const.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-intrin.ll [new file with mode: 0644]
test/CodeGen/PowerPC/cttz.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/dyn-alloca-offset.ll [new file with mode: 0644]
test/CodeGen/PowerPC/e500-1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/emutls_generic.ll [new file with mode: 0644]
test/CodeGen/PowerPC/extra-toc-reg-deps.ll
test/CodeGen/PowerPC/fast-isel-binary.ll
test/CodeGen/PowerPC/fast-isel-br-const.ll
test/CodeGen/PowerPC/fast-isel-call.ll
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
test/CodeGen/PowerPC/fast-isel-const.ll
test/CodeGen/PowerPC/fast-isel-conversion-p5.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/fast-isel-crash.ll
test/CodeGen/PowerPC/fast-isel-ext.ll
test/CodeGen/PowerPC/fast-isel-fold.ll
test/CodeGen/PowerPC/fast-isel-icmp-split.ll
test/CodeGen/PowerPC/fast-isel-indirectbr.ll
test/CodeGen/PowerPC/fast-isel-load-store.ll
test/CodeGen/PowerPC/fast-isel-redefinition.ll
test/CodeGen/PowerPC/fast-isel-ret.ll
test/CodeGen/PowerPC/fast-isel-shifter.ll
test/CodeGen/PowerPC/fastisel-gep-promote-before-add.ll
test/CodeGen/PowerPC/fma-mutate-register-constraint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll
test/CodeGen/PowerPC/fp128-bitcast-after-operation.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp2int2fp-ppcfp128.ll [new file with mode: 0644]
test/CodeGen/PowerPC/glob-comp-aa-crash.ll
test/CodeGen/PowerPC/hello-reloc.s
test/CodeGen/PowerPC/load-shift-combine.ll
test/CodeGen/PowerPC/long-compare.ll
test/CodeGen/PowerPC/lxvw4x-bug.ll [new file with mode: 0644]
test/CodeGen/PowerPC/machine-combiner.ll [new file with mode: 0644]
test/CodeGen/PowerPC/mc-instrlat.ll [new file with mode: 0644]
test/CodeGen/PowerPC/mcm-13.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memcpy-vec.ll
test/CodeGen/PowerPC/merge-st-chain-op.ll [new file with mode: 0644]
test/CodeGen/PowerPC/mftb.ll [new file with mode: 0644]
test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir [new file with mode: 0644]
test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll [new file with mode: 0644]
test/CodeGen/PowerPC/p8altivec-shuffles-pred.ll [new file with mode: 0644]
test/CodeGen/PowerPC/peephole-align.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc-crbits-onoff.ll
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll
test/CodeGen/PowerPC/ppc32-nest.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-anyregcc.ll
test/CodeGen/PowerPC/ppc64-fastcc-fast-isel.ll
test/CodeGen/PowerPC/ppc64-fastcc.ll
test/CodeGen/PowerPC/ppc64-icbt-pwr7.ll
test/CodeGen/PowerPC/ppc64-nest.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-patchpoint.ll
test/CodeGen/PowerPC/ppc64-stackmap.ll
test/CodeGen/PowerPC/ppcsoftops.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr18663-2.ll
test/CodeGen/PowerPC/pr24216.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr24546.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr24636.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr25157-peephole.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr25157.ll [new file with mode: 0644]
test/CodeGen/PowerPC/preincprep-invoke.ll
test/CodeGen/PowerPC/preincprep-nontrans-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-unal-cons-lds.ll [new file with mode: 0644]
test/CodeGen/PowerPC/recipest.ll
test/CodeGen/PowerPC/retaddr2.ll
test/CodeGen/PowerPC/rlwimi-and-or-bits.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rm-zext.ll
test/CodeGen/PowerPC/rotl-rotr-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/sdiv-pow2.ll
test/CodeGen/PowerPC/select-i1-vs-i1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/selectiondag-extload-computeknownbits.ll [new file with mode: 0644]
test/CodeGen/PowerPC/seteq-0.ll
test/CodeGen/PowerPC/sjlj.ll
test/CodeGen/PowerPC/stack-realign.ll
test/CodeGen/PowerPC/stackmap-frame-setup.ll [new file with mode: 0644]
test/CodeGen/PowerPC/swaps-le-3.ll [new file with mode: 0644]
test/CodeGen/PowerPC/swaps-le-4.ll [new file with mode: 0644]
test/CodeGen/PowerPC/swaps-le-5.ll [new file with mode: 0644]
test/CodeGen/PowerPC/swaps-le-6.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls-store2.ll
test/CodeGen/PowerPC/unal-vec-ldst.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal-vec-negarith.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/variable_elem_vec_extracts.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec-asm-disabled.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_add_sub_quadword.ll
test/CodeGen/PowerPC/vec_mergeow.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_shuffle_le.ll
test/CodeGen/PowerPC/vector-merge-store-fp-constants.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-elementary-arith.ll
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-fma-mutate-trivial-copy.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-fma-mutate-undef.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-fma-sp.ll
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsx_insert_extract_le.ll
test/CodeGen/PowerPC/vsx_scalar_ld_st.ll
test/CodeGen/PowerPC/vsx_shuffle_le.ll
test/CodeGen/PowerPC/xvcmpeqdp-v2f64.ll [new file with mode: 0644]
test/CodeGen/SPARC/2011-01-22-SRet.ll
test/CodeGen/SPARC/32abi.ll [new file with mode: 0644]
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/basictest.ll
test/CodeGen/SPARC/exception.ll
test/CodeGen/SPARC/float-constants.ll [new file with mode: 0644]
test/CodeGen/SPARC/float.ll
test/CodeGen/SPARC/fp128.ll
test/CodeGen/SPARC/inlineasm.ll
test/CodeGen/SPARC/missing-sret.ll [new file with mode: 0644]
test/CodeGen/SPARC/multiple-div.ll [new file with mode: 0644]
test/CodeGen/SPARC/obj-relocs.ll
test/CodeGen/SPARC/reserved-regs.ll [new file with mode: 0644]
test/CodeGen/SPARC/select-mask.ll [new file with mode: 0644]
test/CodeGen/SPARC/spill.ll [new file with mode: 0644]
test/CodeGen/SPARC/stack-align.ll [new file with mode: 0644]
test/CodeGen/SPARC/tls.ll
test/CodeGen/SPARC/varargs.ll
test/CodeGen/SystemZ/alloca-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/alloca-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-01.ll
test/CodeGen/SystemZ/args-02.ll
test/CodeGen/SystemZ/args-03.ll
test/CodeGen/SystemZ/args-04.ll
test/CodeGen/SystemZ/args-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/asm-17.ll
test/CodeGen/SystemZ/asm-18.ll
test/CodeGen/SystemZ/dag-combine-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-abs-01.ll
test/CodeGen/SystemZ/fp-abs-02.ll
test/CodeGen/SystemZ/fp-add-02.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-cmp-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-02.ll
test/CodeGen/SystemZ/fp-libcall.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-move-05.ll
test/CodeGen/SystemZ/fp-neg-01.ll
test/CodeGen/SystemZ/fp-sincos-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/insert-05.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-51.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-52.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memchr-01.ll
test/CodeGen/SystemZ/spill-01.ll
test/CodeGen/SystemZ/vec-args-04.ll
test/CodeGen/SystemZ/vec-args-05.ll
test/CodeGen/SystemZ/vec-args-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-args-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-12.ll [new file with mode: 0644]
test/CodeGen/SystemZ/vec-perm-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-01.ll
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/cortex-m0-unaligned-access.ll
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/ldm-stm-base-materialization-thumb2.ll [new file with mode: 0644]
test/CodeGen/Thumb/ldm-stm-base-materialization.ll
test/CodeGen/Thumb/pop.ll
test/CodeGen/Thumb/segmented-stacks.ll
test/CodeGen/Thumb/sjljehprepare-lower-vector.ll
test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll [deleted file]
test/CodeGen/Thumb/thumb-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/aapcs.ll
test/CodeGen/Thumb2/constant-islands.ll
test/CodeGen/Thumb2/crash.ll
test/CodeGen/Thumb2/emit-unwinding.ll [new file with mode: 0644]
test/CodeGen/Thumb2/float-cmp.ll
test/CodeGen/Thumb2/float-intrinsics-double.ll
test/CodeGen/Thumb2/float-intrinsics-float.ll
test/CodeGen/Thumb2/float-ops.ll
test/CodeGen/Thumb2/ifcvt-compare.ll
test/CodeGen/Thumb2/machine-licm.ll
test/CodeGen/Thumb2/pic-load.ll
test/CodeGen/Thumb2/setjmp_longjmp.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-ifcvt1.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-mulhi.ll
test/CodeGen/Thumb2/thumb2-smla.ll
test/CodeGen/Thumb2/thumb2-smul.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-uxt_rot.ll
test/CodeGen/Thumb2/v8_IT_1.ll
test/CodeGen/Thumb2/v8_IT_3.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/WebAssembly/call.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/cfg-stackify.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/comparisons_f32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/comparisons_f64.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/comparisons_i32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/comparisons_i64.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/conv.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/copysign-casts.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/cpus.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/dead-vreg.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/f32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/f64.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/fast-isel.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/frem.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/func.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/global.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/globl.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/i64.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/ident.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/immediates.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/inline-asm.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/legalize.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/lit.local.cfg [new file with mode: 0644]
test/CodeGen/WebAssembly/load-ext.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/load-store-i1.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/load.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/loop-idiom.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/memory-addr32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/memory-addr64.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/offset-folding.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/offset.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/phi.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/reg-stackify.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/return-int32.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/return-void.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/returned.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/select.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/signext-zeroext.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/store-results.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/store-trunc.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/store.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/switch.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/unreachable.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/unused-argument.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/userstack.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/varargs.ll [new file with mode: 0644]
test/CodeGen/WebAssembly/vtable.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-alloca-sink.ll [deleted file]
test/CodeGen/WinEH/cppeh-catch-all.ll [deleted file]
test/CodeGen/WinEH/cppeh-catch-and-throw.ll [deleted file]
test/CodeGen/WinEH/cppeh-catch-scalar.ll [deleted file]
test/CodeGen/WinEH/cppeh-catch-unwind.ll [deleted file]
test/CodeGen/WinEH/cppeh-cleanup-invoke.ll [deleted file]
test/CodeGen/WinEH/cppeh-demote-liveout.ll [deleted file]
test/CodeGen/WinEH/cppeh-frame-vars.ll [deleted file]
test/CodeGen/WinEH/cppeh-inalloca.ll [deleted file]
test/CodeGen/WinEH/cppeh-min-unwind.ll [deleted file]
test/CodeGen/WinEH/cppeh-mixed-catch-and-cleanup.ll [deleted file]
test/CodeGen/WinEH/cppeh-multi-catch.ll [deleted file]
test/CodeGen/WinEH/cppeh-nested-1.ll [deleted file]
test/CodeGen/WinEH/cppeh-nested-2.ll [deleted file]
test/CodeGen/WinEH/cppeh-nested-3.ll [deleted file]
test/CodeGen/WinEH/cppeh-nested-rethrow.ll [deleted file]
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll [deleted file]
test/CodeGen/WinEH/cppeh-prepared-catch-all.ll [deleted file]
test/CodeGen/WinEH/cppeh-prepared-catch-reordered.ll [deleted file]
test/CodeGen/WinEH/cppeh-prepared-catch.ll [deleted file]
test/CodeGen/WinEH/cppeh-prepared-cleanups.ll [deleted file]
test/CodeGen/WinEH/cppeh-shared-empty-catch.ll [deleted file]
test/CodeGen/WinEH/cppeh-similar-catch-blocks.ll [deleted file]
test/CodeGen/WinEH/cppeh-state-calc-1.ll [deleted file]
test/CodeGen/WinEH/seh-catch-all.ll [deleted file]
test/CodeGen/WinEH/seh-inlined-finally.ll [deleted file]
test/CodeGen/WinEH/seh-outlined-finally.ll [deleted file]
test/CodeGen/WinEH/seh-prepared-basic.ll [deleted file]
test/CodeGen/WinEH/seh-resume-phi.ll [deleted file]
test/CodeGen/WinEH/seh-simple.ll [deleted file]
test/CodeGen/WinEH/wineh-cloning.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-demotion.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-intrinsics-invalid.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-intrinsics.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-no-demotion.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll [new file with mode: 0644]
test/CodeGen/WinEH/wineh-statenumbering.ll [new file with mode: 0644]
test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
test/CodeGen/X86/2007-05-05-Personality.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
test/CodeGen/X86/2008-03-14-SpillerCrash.ll
test/CodeGen/X86/2008-04-17-CoalescerBug.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-03-13-PHIElimBug.ll
test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll
test/CodeGen/X86/2009-06-06-ConcatVectors.ll
test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2009-11-25-ImpDefBug.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.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-MingWCrash.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-10-21-widen-cmp.ll
test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
test/CodeGen/X86/2011-20-21-zext-ui2fp.ll
test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-05-19-CoalescerCrash.ll
test/CodeGen/X86/2012-08-17-legalizer-crash.ll
test/CodeGen/X86/2012-1-10-buildvector.ll
test/CodeGen/X86/2012-11-28-merge-store-alias.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/3dnow-intrinsics.ll
test/CodeGen/X86/GC/alloc_loop.ll
test/CodeGen/X86/GC/cg-O0.ll
test/CodeGen/X86/GC/dynamic-frame-size.ll
test/CodeGen/X86/GC/lower_gcroot.ll
test/CodeGen/X86/MachineBranchProb.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/add-nsw-sext.ll [new file with mode: 0644]
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/and-encoding.ll [new file with mode: 0644]
test/CodeGen/X86/asm-label2.ll
test/CodeGen/X86/asm-mismatched-types.ll [new file with mode: 0644]
test/CodeGen/X86/asm-reject-reg-type-mismatch.ll
test/CodeGen/X86/atomic-flags.ll [new file with mode: 0644]
test/CodeGen/X86/atomic-minmax-i6432.ll
test/CodeGen/X86/atomic-non-integer.ll [new file with mode: 0644]
test/CodeGen/X86/atomic128.ll
test/CodeGen/X86/atomic_mi.ll
test/CodeGen/X86/avg.ll [new file with mode: 0644]
test/CodeGen/X86/avx-cvt-2.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-isa-check.ll [new file with mode: 0644]
test/CodeGen/X86/avx-load-store.ll
test/CodeGen/X86/avx-logic.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-vbroadcast.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx-win64.ll
test/CodeGen/X86/avx.ll
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-nontemporal.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-bugfix-25270.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-ext.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-extract-subvector.ll [new file with mode: 0644]
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-insert-extract.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-logic.ll
test/CodeGen/X86/avx512-mask-bugfix.ll [changed mode: 0755->0644]
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-shuffle.ll [deleted file]
test/CodeGen/X86/avx512-skx-insert-subvec.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-trunc-ext.ll [deleted file]
test/CodeGen/X86/avx512-trunc.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512cd-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512cdvl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512dq-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512dqvl-intrinsics.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/bitreverse.ll [new file with mode: 0644]
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/branchfolding-catchpads.ll [new file with mode: 0644]
test/CodeGen/X86/branchfolding-landingpads.ll
test/CodeGen/X86/buildvec-insertvec.ll
test/CodeGen/X86/catch.ll
test/CodeGen/X86/catchpad-realign-savexmm.ll [new file with mode: 0644]
test/CodeGen/X86/catchpad-regmask.ll [new file with mode: 0644]
test/CodeGen/X86/catchpad-weight.ll [new file with mode: 0644]
test/CodeGen/X86/catchret-empty-fallthrough.ll [new file with mode: 0644]
test/CodeGen/X86/catchret-fallthrough.ll [new file with mode: 0644]
test/CodeGen/X86/cfi.ll
test/CodeGen/X86/cleanuppad-inalloca.ll [new file with mode: 0644]
test/CodeGen/X86/cleanuppad-large-codemodel.ll [new file with mode: 0644]
test/CodeGen/X86/cleanuppad-realign.ll [new file with mode: 0644]
test/CodeGen/X86/clz.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/coal-sections.ll [new file with mode: 0644]
test/CodeGen/X86/coalescer-win64.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement_cold_loop_blocks.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement_eh.ll
test/CodeGen/X86/code_placement_ignore_succ_in_inner_loop.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement_loop_rotation.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement_loop_rotation2.ll [new file with mode: 0644]
test/CodeGen/X86/codegen-prepare-cast.ll
test/CodeGen/X86/codegen-prepare-extload.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-weak.ll [new file with mode: 0644]
test/CodeGen/X86/combine-and.ll
test/CodeGen/X86/combine-avx-intrinsics.ll
test/CodeGen/X86/combine-avx2-intrinsics.ll
test/CodeGen/X86/combine-multiplies.ll [new file with mode: 0644]
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/combine-sse2-intrinsics.ll [deleted file]
test/CodeGen/X86/combine-sse41-intrinsics.ll
test/CodeGen/X86/constant-hoisting-and.ll [new file with mode: 0644]
test/CodeGen/X86/constant-hoisting-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/copysign-constant-magnitude.ll
test/CodeGen/X86/cxx_tlscc64.ll [new file with mode: 0644]
test/CodeGen/X86/dag-fmf-cse.ll [new file with mode: 0644]
test/CodeGen/X86/dag-merge-fast-accesses.ll [new file with mode: 0644]
test/CodeGen/X86/darwin-tls.ll [new file with mode: 0644]
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/dbg-combine.ll
test/CodeGen/X86/debugloc-argsize.ll [new file with mode: 0644]
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dwarf-eh-prepare.ll
test/CodeGen/X86/dynamic-allocas-VLAs.ll
test/CodeGen/X86/eh-label.ll
test/CodeGen/X86/eh-nolandingpads.ll [new file with mode: 0644]
test/CodeGen/X86/eh-null-personality.ll [new file with mode: 0644]
test/CodeGen/X86/eh_frame.ll
test/CodeGen/X86/emutls-pic.ll [new file with mode: 0644]
test/CodeGen/X86/emutls-pie.ll [new file with mode: 0644]
test/CodeGen/X86/emutls.ll [new file with mode: 0644]
test/CodeGen/X86/emutls_generic.ll [new file with mode: 0644]
test/CodeGen/X86/exception-label.ll
test/CodeGen/X86/exedeps-movq.ll
test/CodeGen/X86/expand-vr64-gr64-copy.mir [new file with mode: 0644]
test/CodeGen/X86/extractelement-legalization-cycle.ll [new file with mode: 0644]
test/CodeGen/X86/extractelement-shuffle.ll
test/CodeGen/X86/fadd-combines.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-bitcasts-avx.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-bitcasts.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-cmp-branch.ll
test/CodeGen/X86/fast-isel-deadcode.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-emutls.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-gep.ll
test/CodeGen/X86/fast-isel-nontemporal.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-stackcheck.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fdiv-combine.ll
test/CodeGen/X86/fdiv.ll
test/CodeGen/X86/fixup-lea.ll [new file with mode: 0644]
test/CodeGen/X86/float-asmprint.ll
test/CodeGen/X86/floor-soft-float.ll
test/CodeGen/X86/fma-commute-x86.ll [new file with mode: 0644]
test/CodeGen/X86/fma-do-not-commute.ll
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-x86_64.ll [deleted file]
test/CodeGen/X86/fma-phi-213-to-231.ll
test/CodeGen/X86/fma-scalar-memfold.ll [new file with mode: 0644]
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma3-intrinsics.ll [deleted file]
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fma_patterns_wide.ll
test/CodeGen/X86/fmaxnum.ll
test/CodeGen/X86/fminnum.ll
test/CodeGen/X86/fmul-combines.ll
test/CodeGen/X86/fold-load-binops.ll [new file with mode: 0644]
test/CodeGen/X86/fold-load-unops.ll
test/CodeGen/X86/fold-push.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-sext-crash2.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-shl-crash.ll [new file with mode: 0644]
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/force-align-stack.ll
test/CodeGen/X86/fp-fast.ll
test/CodeGen/X86/fp-logic.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-calling-conv.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-cast.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-compare.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-i128.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-libcalls.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-load.ll [new file with mode: 0644]
test/CodeGen/X86/fp128-store.ll [new file with mode: 0644]
test/CodeGen/X86/fpcmp-soft-fp.ll [new file with mode: 0644]
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frameescape.ll [deleted file]
test/CodeGen/X86/frameregister.ll [new file with mode: 0644]
test/CodeGen/X86/frem-msvc32.ll [new file with mode: 0644]
test/CodeGen/X86/funclet-layout.ll [new file with mode: 0644]
test/CodeGen/X86/function-alias.ll [new file with mode: 0644]
test/CodeGen/X86/gcc_except_table.ll
test/CodeGen/X86/gcc_except_table_functions.ll
test/CodeGen/X86/global-fill.ll [new file with mode: 0644]
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/h-register-store.ll
test/CodeGen/X86/h-registers-0.ll
test/CodeGen/X86/h-registers-1.ll
test/CodeGen/X86/h-registers-3.ll
test/CodeGen/X86/half.ll
test/CodeGen/X86/hhvm-cc.ll [new file with mode: 0644]
test/CodeGen/X86/i386-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/X86/immediate_merging.ll [new file with mode: 0644]
test/CodeGen/X86/implicit-null-check-negative.ll
test/CodeGen/X86/implicit-null-check.ll
test/CodeGen/X86/imul.ll
test/CodeGen/X86/inalloca-invoke.ll
test/CodeGen/X86/inalloca-stdcall.ll
test/CodeGen/X86/inalloca.ll
test/CodeGen/X86/inconsistent_landingpad.ll [new file with mode: 0644]
test/CodeGen/X86/indirect-hidden.ll
test/CodeGen/X86/inline-asm-bad-constraint-n.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-sp-clobber-memcpy.ll
test/CodeGen/X86/inline-sse.ll [new file with mode: 0644]
test/CodeGen/X86/insertps-from-constantpool.ll [new file with mode: 0644]
test/CodeGen/X86/insertps-unfold-load-bug.ll [new file with mode: 0644]
test/CodeGen/X86/int-intrinsic.ll
test/CodeGen/X86/large-gep-chain.ll
test/CodeGen/X86/late-address-taken.ll [new file with mode: 0644]
test/CodeGen/X86/lea-opt.ll [new file with mode: 0644]
test/CodeGen/X86/legalize-shl-vec.ll [new file with mode: 0644]
test/CodeGen/X86/lit.local.cfg
test/CodeGen/X86/localescape.ll [new file with mode: 0644]
test/CodeGen/X86/lower-vec-shift-2.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/machine-combiner-int-vec.ll [new file with mode: 0644]
test/CodeGen/X86/machine-combiner-int.ll [new file with mode: 0644]
test/CodeGen/X86/machine-combiner.ll [new file with mode: 0644]
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/machine-trace-metrics-crash.ll [new file with mode: 0644]
test/CodeGen/X86/masked_gather_scatter.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/materialize.ll [new file with mode: 0644]
test/CodeGen/X86/mcu-abi.ll [new file with mode: 0644]
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/merge-store-partially-alias-loads.ll [new file with mode: 0644]
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/mmx-arg-passing-x86-64.ll
test/CodeGen/X86/mmx-arg-passing.ll
test/CodeGen/X86/mmx-coalescing.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-intrinsics.ll
test/CodeGen/X86/mmx-only.ll [new file with mode: 0644]
test/CodeGen/X86/movntdq-no-avx.ll
test/CodeGen/X86/movpc32-check.ll [new file with mode: 0644]
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/mult-alt-x86.ll
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/nontemporal.ll
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/opt-ext-uses.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/or-lea.ll [new file with mode: 0644]
test/CodeGen/X86/palignr.ll
test/CodeGen/X86/patchpoint-invoke.ll
test/CodeGen/X86/patchpoint-verifiable.mir [new file with mode: 0644]
test/CodeGen/X86/peephole-na-phys-copy-folding.ll [new file with mode: 0644]
test/CodeGen/X86/personality.ll
test/CodeGen/X86/personality_size.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pop-stack-cleanup.ll [new file with mode: 0644]
test/CodeGen/X86/powi.ll
test/CodeGen/X86/pr11468.ll
test/CodeGen/X86/pr11985.ll
test/CodeGen/X86/pr13577.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr17631.ll
test/CodeGen/X86/pr21529.ll [deleted file]
test/CodeGen/X86/pr22019.ll
test/CodeGen/X86/pr24139.ll [new file with mode: 0644]
test/CodeGen/X86/pr24374.ll [new file with mode: 0644]
test/CodeGen/X86/pr24602.ll [new file with mode: 0644]
test/CodeGen/X86/pr25828.ll [new file with mode: 0644]
test/CodeGen/X86/pr2656.ll
test/CodeGen/X86/pr3522.ll
test/CodeGen/X86/prolog-push-seq.ll [new file with mode: 0644]
test/CodeGen/X86/pseudo_cmov_lower.ll [new file with mode: 0644]
test/CodeGen/X86/pseudo_cmov_lower1.ll [new file with mode: 0644]
test/CodeGen/X86/pseudo_cmov_lower2.ll [new file with mode: 0644]
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/push-cfi-debug.ll [new file with mode: 0644]
test/CodeGen/X86/push-cfi-obj.ll [new file with mode: 0644]
test/CodeGen/X86/push-cfi.ll [new file with mode: 0644]
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/read-fp-no-frame-pointer.ll [new file with mode: 0644]
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/rem_crash.ll [new file with mode: 0644]
test/CodeGen/X86/remat-invalid-liveness.ll [deleted file]
test/CodeGen/X86/rodata-relocs.ll
test/CodeGen/X86/rounding-ops.ll
test/CodeGen/X86/rrlist-livereg-corrutpion.ll [new file with mode: 0644]
test/CodeGen/X86/safestack.ll [new file with mode: 0644]
test/CodeGen/X86/sar_fold.ll [new file with mode: 0644]
test/CodeGen/X86/sar_fold64.ll [new file with mode: 0644]
test/CodeGen/X86/scalar-fp-to-i64.ll [new file with mode: 0644]
test/CodeGen/X86/scalar-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/X86/scev-interchange.ll
test/CodeGen/X86/sdiv-exact.ll
test/CodeGen/X86/sdiv-pow2.ll [new file with mode: 0644]
test/CodeGen/X86/seh-catch-all-win32.ll
test/CodeGen/X86/seh-catch-all.ll
test/CodeGen/X86/seh-catchpad.ll [new file with mode: 0644]
test/CodeGen/X86/seh-except-finally.ll
test/CodeGen/X86/seh-exception-code.ll [new file with mode: 0644]
test/CodeGen/X86/seh-filter-no-personality.ll [new file with mode: 0644]
test/CodeGen/X86/seh-filter.ll [deleted file]
test/CodeGen/X86/seh-finally.ll
test/CodeGen/X86/seh-safe-div-win32.ll
test/CodeGen/X86/seh-safe-div.ll
test/CodeGen/X86/seh-stack-realign.ll [new file with mode: 0644]
test/CodeGen/X86/setcc-lowering.ll [new file with mode: 0644]
test/CodeGen/X86/setcc.ll
test/CodeGen/X86/setjmp-spills.ll
test/CodeGen/X86/shift-avx2-crash.ll [changed mode: 0755->0644]
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shrink-wrap-chkstk.ll [new file with mode: 0644]
test/CodeGen/X86/slow-div.ll
test/CodeGen/X86/slow-unaligned-mem.ll [new file with mode: 0644]
test/CodeGen/X86/soft-fp.ll
test/CodeGen/X86/soft-sitofp.ll [new file with mode: 0644]
test/CodeGen/X86/splat-for-size.ll
test/CodeGen/X86/split-eh-lpad-edges.ll
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-fcopysign.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse-only.ll [new file with mode: 0644]
test/CodeGen/X86/sse-scalar-fp-arith-unary.ll
test/CodeGen/X86/sse2-vector-shifts.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 [new file with mode: 0644]
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse4a-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/sse_partial_update.ll
test/CodeGen/X86/ssse3-intrinsics-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/stack-align-memcpy.ll
test/CodeGen/X86/stack-folding-adx-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-fp-avx1.ll
test/CodeGen/X86/stack-folding-fp-sse42.ll
test/CodeGen/X86/stack-folding-int-avx1.ll
test/CodeGen/X86/stack-folding-int-avx2.ll
test/CodeGen/X86/stack-folding-int-sse42.ll
test/CodeGen/X86/stack-folding-mmx.ll
test/CodeGen/X86/stack-folding-x86_64.ll
test/CodeGen/X86/stack-folding-xop.ll
test/CodeGen/X86/stack-probe-size.ll
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack-protector-weight.ll
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stackmap-frame-setup.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-allocas.ll
test/CodeGen/X86/statepoint-call-lowering.ll
test/CodeGen/X86/statepoint-gctransition-call-lowering.ll
test/CodeGen/X86/statepoint-invoke.ll
test/CodeGen/X86/statepoint-stack-usage.ll
test/CodeGen/X86/statepoint-stackmap-format.ll
test/CodeGen/X86/stdarg.ll
test/CodeGen/X86/stores-merging.ll
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-edge-weight.ll [new file with mode: 0644]
test/CodeGen/X86/switch-jump-table.ll
test/CodeGen/X86/switch-order-weight.ll
test/CodeGen/X86/switch.ll
test/CodeGen/X86/swizzle-2.ll
test/CodeGen/X86/system-intrinsics-64-xsave.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-64-xsavec.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-64-xsaveopt.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-64-xsaves.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-64.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-xsave.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-xsavec.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-xsaveopt.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics-xsaves.ll [new file with mode: 0644]
test/CodeGen/X86/system-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/tail-dup-catchret.ll [new file with mode: 0644]
test/CodeGen/X86/tail-merge-wineh.ll [new file with mode: 0644]
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-mem-intrinsics.ll
test/CodeGen/X86/tailcall-msvc-conventions.ll [new file with mode: 0644]
test/CodeGen/X86/tailcall-readnone.ll [new file with mode: 0644]
test/CodeGen/X86/tls-android-negative.ll [new file with mode: 0644]
test/CodeGen/X86/tls-android.ll [new file with mode: 0644]
test/CodeGen/X86/tls-models.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/token_landingpad.ll [new file with mode: 0644]
test/CodeGen/X86/trunc-store.ll [new file with mode: 0644]
test/CodeGen/X86/twoaddr-lea.ll
test/CodeGen/X86/unaligned-32-byte-memops.ll
test/CodeGen/X86/unaligned-spill-folding.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_cmp_sint-128.ll [new file with mode: 0644]
test/CodeGen/X86/vec_cmp_uint-128.ll [new file with mode: 0644]
test/CodeGen/X86/vec_ctbits.ll
test/CodeGen/X86/vec_extract-avx.ll
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_fp_to_int.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_int_to_fp.ll
test/CodeGen/X86/vec_minmax_sint.ll [new file with mode: 0644]
test/CodeGen/X86/vec_minmax_uint.ll [new file with mode: 0644]
test/CodeGen/X86/vec_sdiv_to_shift.ll
test/CodeGen/X86/vec_shift8.ll [deleted file]
test/CodeGen/X86/vec_trunc_sext.ll
test/CodeGen/X86/vec_uint_to_fp-fastmath.ll [new file with mode: 0644]
test/CodeGen/X86/vec_uint_to_fp.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-gep.ll
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 [new file with mode: 0644]
test/CodeGen/X86/vector-merge-store-fp-constants.ll [new file with mode: 0644]
test/CodeGen/X86/vector-popcnt-128.ll
test/CodeGen/X86/vector-popcnt-256.ll
test/CodeGen/X86/vector-popcnt-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-rotate-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-rotate-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shift-ashr-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-ashr-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-ashr-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-lshr-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-lshr-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-lshr-512.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-shl-128.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-shl-256.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shift-shl-512.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-shuffle-mmx.ll
test/CodeGen/X86/vector-shuffle-sse1.ll
test/CodeGen/X86/vector-shuffle-sse4a.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-v1.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 [new file with mode: 0644]
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vector-zmov.ll
test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll [new file with mode: 0644]
test/CodeGen/X86/visibility.ll
test/CodeGen/X86/vmovq.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-2.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/vshift-3.ll
test/CodeGen/X86/vshift_scalar.ll
test/CodeGen/X86/webkit-jscc.ll [new file with mode: 0644]
test/CodeGen/X86/wide-integer-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/widen_conv-2.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/win-catchpad-csrs.ll [new file with mode: 0644]
test/CodeGen/X86/win-catchpad-nested-cxx.ll [new file with mode: 0644]
test/CodeGen/X86/win-catchpad-nested.ll [new file with mode: 0644]
test/CodeGen/X86/win-catchpad-varargs.ll [new file with mode: 0644]
test/CodeGen/X86/win-catchpad.ll [new file with mode: 0644]
test/CodeGen/X86/win-cleanuppad.ll [new file with mode: 0644]
test/CodeGen/X86/win-funclet-cfi.ll [new file with mode: 0644]
test/CodeGen/X86/win-mixed-ehpersonality.ll [new file with mode: 0644]
test/CodeGen/X86/win32-eh-states.ll
test/CodeGen/X86/win32-eh.ll
test/CodeGen/X86/win32-pic-jumptable.ll
test/CodeGen/X86/win32-seh-catchpad-realign.ll [new file with mode: 0644]
test/CodeGen/X86/win32-seh-catchpad.ll [new file with mode: 0644]
test/CodeGen/X86/win32-seh-nested-finally.ll [new file with mode: 0644]
test/CodeGen/X86/win32-spill-xmm.ll [new file with mode: 0644]
test/CodeGen/X86/win64_call_epi.ll
test/CodeGen/X86/win64_eh.ll
test/CodeGen/X86/win64_frame.ll
test/CodeGen/X86/win64_params.ll
test/CodeGen/X86/win64_sibcall.ll [new file with mode: 0644]
test/CodeGen/X86/win_coreclr_chkstk.ll [new file with mode: 0644]
test/CodeGen/X86/win_cst_pool.ll
test/CodeGen/X86/win_eh_prepare.ll [deleted file]
test/CodeGen/X86/win_ftol2.ll [deleted file]
test/CodeGen/X86/wineh-coreclr.ll [new file with mode: 0644]
test/CodeGen/X86/wineh-exceptionpointer.ll [new file with mode: 0644]
test/CodeGen/X86/wineh-no-ehpads.ll [new file with mode: 0644]
test/CodeGen/X86/x32-function_pointer-3.ll
test/CodeGen/X86/x32-indirectbr.ll [new file with mode: 0644]
test/CodeGen/X86/x32-landingpad.ll [new file with mode: 0644]
test/CodeGen/X86/x32-va_start.ll [new file with mode: 0644]
test/CodeGen/X86/x86-32-intrcc.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-baseptr.ll
test/CodeGen/X86/x86-64-double-precision-shift-left.ll
test/CodeGen/X86/x86-64-double-precision-shift-right.ll
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
test/CodeGen/X86/x86-64-intrcc.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-ms_abi-vararg.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-pic-10.ll
test/CodeGen/X86/x86-fold-pshufb.ll
test/CodeGen/X86/x86-sanitizer-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll
test/CodeGen/X86/x86-shrink-wrap-unwind.ll [new file with mode: 0644]
test/CodeGen/X86/x86-shrink-wrapping.ll
test/CodeGen/X86/x86-win64-shrink-wrapping.ll [new file with mode: 0644]
test/CodeGen/X86/xop-intrinsics-x86_64.ll
test/CodeGen/X86/xop-pcmov.ll [new file with mode: 0644]
test/CodeGen/X86/xor.ll
test/CodeGen/XCore/aliases.ll
test/CodeGen/XCore/dwarf_debug.ll
test/CodeGen/XCore/exception.ll
test/DebugInfo/2009-11-03-InsertExtractValue.ll [deleted file]
test/DebugInfo/2009-11-05-DeadGlobalVariable.ll [deleted file]
test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll [deleted file]
test/DebugInfo/2009-11-10-CurrentFn.ll [deleted file]
test/DebugInfo/2010-01-05-DbgScope.ll [deleted file]
test/DebugInfo/2010-03-12-llc-crash.ll [deleted file]
test/DebugInfo/2010-03-19-DbgDeclare.ll [deleted file]
test/DebugInfo/2010-03-24-MemberFn.ll [deleted file]
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll [deleted file]
test/DebugInfo/2010-04-19-FramePtr.ll [deleted file]
test/DebugInfo/2010-05-03-DisableFramePtr.ll [deleted file]
test/DebugInfo/2010-05-03-OriginDIE.ll [deleted file]
test/DebugInfo/2010-05-10-MultipleCU.ll [deleted file]
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll [deleted file]
test/DebugInfo/2010-07-19-Crash.ll [deleted file]
test/DebugInfo/2010-10-01-crash.ll [deleted file]
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/bitfields.ll [new file with mode: 0644]
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/eh_frame_personality.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/prologue_end.ll [new file with mode: 0644]
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/bitfield.ll [new file with mode: 0644]
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/constant-dbgloc.ll
test/DebugInfo/ARM/float-args.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/selectiondag-deadcode.ll
test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll
test/DebugInfo/ARM/tls.ll
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/asan-module-without-functions.ll
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/cpp-mangling.ll
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/Generic/2009-10-16-Phi.ll [moved from test/DebugInfo/2009-10-16-Phi.ll with 100% similarity]
test/DebugInfo/Generic/2009-11-03-InsertExtractValue.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-06-NamelessGlobalVariable.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-10-CurrentFn.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-01-05-DbgScope.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-03-12-llc-crash.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-03-19-DbgDeclare.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-03-24-MemberFn.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-04-06-NestedFnDbgInfo.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-04-19-FramePtr.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-05-03-DisableFramePtr.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-05-03-OriginDIE.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-05-10-MultipleCU.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-07-19-Crash.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-10-01-crash.ll [new file with mode: 0644]
test/DebugInfo/Generic/Inputs/gmlt.ll [new file with mode: 0644]
test/DebugInfo/Generic/PR20038.ll [new file with mode: 0644]
test/DebugInfo/Generic/accel-table-hash-collisions.ll [new file with mode: 0644]
test/DebugInfo/Generic/array.ll [new file with mode: 0644]
test/DebugInfo/Generic/block-asan.ll [new file with mode: 0644]
test/DebugInfo/Generic/bug_null_debuginfo.ll [new file with mode: 0644]
test/DebugInfo/Generic/constant-pointers.ll [new file with mode: 0644]
test/DebugInfo/Generic/constant-sdnodes-have-dbg-location.ll [new file with mode: 0644]
test/DebugInfo/Generic/constantfp-sdnodes-have-dbg-location.ll [new file with mode: 0644]
test/DebugInfo/Generic/cross-cu-inlining.ll [new file with mode: 0644]
test/DebugInfo/Generic/cross-cu-linkonce-distinct.ll [new file with mode: 0644]
test/DebugInfo/Generic/cross-cu-linkonce.ll [new file with mode: 0644]
test/DebugInfo/Generic/cu-range-hole.ll [new file with mode: 0644]
test/DebugInfo/Generic/cu-ranges.ll [new file with mode: 0644]
test/DebugInfo/Generic/dbg-at-specficiation.ll [new file with mode: 0644]
test/DebugInfo/Generic/dead-argument-order.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-info-always-inline.ll [moved from test/DebugInfo/debug-info-always-inline.ll with 100% similarity]
test/DebugInfo/Generic/debug-info-qualifiers.ll [new file with mode: 0644]
test/DebugInfo/Generic/debuginfofinder-forward-declaration.ll [new file with mode: 0644]
test/DebugInfo/Generic/debuginfofinder-multiple-cu.ll [new file with mode: 0644]
test/DebugInfo/Generic/def-line.ll [new file with mode: 0644]
test/DebugInfo/Generic/discriminator.ll [new file with mode: 0644]
test/DebugInfo/Generic/dwarf-public-names.ll [new file with mode: 0644]
test/DebugInfo/Generic/empty.ll [new file with mode: 0644]
test/DebugInfo/Generic/enum-types.ll [new file with mode: 0644]
test/DebugInfo/Generic/enum.ll [new file with mode: 0644]
test/DebugInfo/Generic/global.ll [new file with mode: 0644]
test/DebugInfo/Generic/gmlt.test [moved from test/DebugInfo/gmlt.test with 100% similarity]
test/DebugInfo/Generic/gvn.ll [new file with mode: 0644]
test/DebugInfo/Generic/incorrect-variable-debugloc.ll [new file with mode: 0644]
test/DebugInfo/Generic/incorrect-variable-debugloc1.ll [new file with mode: 0644]
test/DebugInfo/Generic/inheritance.ll [new file with mode: 0644]
test/DebugInfo/Generic/inline-debug-info-multiret.ll [new file with mode: 0644]
test/DebugInfo/Generic/inline-debug-info.ll [new file with mode: 0644]
test/DebugInfo/Generic/inline-no-debug-info.ll [new file with mode: 0644]
test/DebugInfo/Generic/inline-scopes.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-arguments.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-vars.ll [new file with mode: 0644]
test/DebugInfo/Generic/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/Generic/location-verifier.ll [new file with mode: 0644]
test/DebugInfo/Generic/lto-comp-dir.ll [new file with mode: 0644]
test/DebugInfo/Generic/member-order.ll [new file with mode: 0644]
test/DebugInfo/Generic/member-pointers.ll [new file with mode: 0644]
test/DebugInfo/Generic/missing-abstract-variable.ll [new file with mode: 0644]
test/DebugInfo/Generic/multiline.ll [new file with mode: 0644]
test/DebugInfo/Generic/namespace.ll [new file with mode: 0644]
test/DebugInfo/Generic/namespace_function_definition.ll [new file with mode: 0644]
test/DebugInfo/Generic/namespace_inline_function_definition.ll [new file with mode: 0644]
test/DebugInfo/Generic/nodebug.ll [new file with mode: 0644]
test/DebugInfo/Generic/piece-verifier.ll [new file with mode: 0644]
test/DebugInfo/Generic/ptrsize.ll [new file with mode: 0755]
test/DebugInfo/Generic/recursive_inlining.ll [new file with mode: 0644]
test/DebugInfo/Generic/restrict.ll [new file with mode: 0644]
test/DebugInfo/Generic/skeletoncu.ll [new file with mode: 0644]
test/DebugInfo/Generic/sugared-constants.ll [new file with mode: 0644]
test/DebugInfo/Generic/template-recursive-void.ll [new file with mode: 0644]
test/DebugInfo/Generic/tu-composite.ll [new file with mode: 0644]
test/DebugInfo/Generic/tu-member-pointer.ll [new file with mode: 0644]
test/DebugInfo/Generic/two-cus-from-same-file.ll [new file with mode: 0644]
test/DebugInfo/Generic/typedef.ll [new file with mode: 0644]
test/DebugInfo/Generic/unconditional-branch.ll [new file with mode: 0644]
test/DebugInfo/Generic/varargs.ll [new file with mode: 0644]
test/DebugInfo/Generic/version.ll [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-dwp.x86_64.o [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-macho-relocs.macho.x86_64.o [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-macro-cmd.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-macro.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-macro.h [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-macro.o [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test.cc
test/DebugInfo/Inputs/dwarfdump-test.macho-i386.o [new file with mode: 0644]
test/DebugInfo/Inputs/fat-test.o [new file with mode: 0644]
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/line.ll
test/DebugInfo/MIR/X86/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir [new file with mode: 0644]
test/DebugInfo/MIR/X86/live-debug-values.mir [new file with mode: 0644]
test/DebugInfo/MIR/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/Mips/InlinedFnLocalVar.ll
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/dsr-fixed-objects.ll [new file with mode: 0644]
test/DebugInfo/Mips/dsr-non-fixed-objects.ll [new file with mode: 0644]
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/Mips/prologue_end.ll [new file with mode: 0644]
test/DebugInfo/PDB/DIA/lit.local.cfg [moved from test/DebugInfo/PDB/lit.local.cfg with 100% similarity]
test/DebugInfo/PDB/DIA/pdbdump-flags.test [new file with mode: 0644]
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-flags.test [deleted file]
test/DebugInfo/PDB/pdbdump-headers.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-symbol-format.test [deleted file]
test/DebugInfo/PR20038.ll [deleted file]
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/prologue_end.ll [new file with mode: 0644]
test/DebugInfo/SystemZ/eh_frame_personality.ll
test/DebugInfo/SystemZ/prologue_end.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/DebugInfo/X86/DIModuleContext.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_byte_size.ll
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/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/asm-macro-line-number.s
test/DebugInfo/X86/bbjoin.ll [new file with mode: 0644]
test/DebugInfo/X86/bitfields.ll [new file with mode: 0644]
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/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-at-specficiation.ll [deleted file]
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-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 [new file with mode: 0644]
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-empty-entries.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/debugger-tune.ll [new file with mode: 0644]
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/deleted-bit-piece.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/dw_op_minus.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-linkage-names.ll [new file with mode: 0644]
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 [new file with mode: 0644]
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/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-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/lexical_block.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/live-debug-values.ll [new file with mode: 0644]
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/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/processes-relocations.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/recursive_inlining.ll [deleted file]
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 [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/accel-table-hash-collisions.ll [deleted file]
test/DebugInfo/array.ll [deleted file]
test/DebugInfo/block-asan.ll [deleted file]
test/DebugInfo/bug_null_debuginfo.ll [deleted file]
test/DebugInfo/constant-pointers.ll [deleted file]
test/DebugInfo/constant-sdnodes-have-dbg-location.ll [deleted file]
test/DebugInfo/constantfp-sdnodes-have-dbg-location.ll [deleted file]
test/DebugInfo/cross-cu-inlining.ll [deleted file]
test/DebugInfo/cross-cu-linkonce-distinct.ll [deleted file]
test/DebugInfo/cross-cu-linkonce.ll [deleted file]
test/DebugInfo/cu-range-hole.ll [deleted file]
test/DebugInfo/cu-ranges.ll [deleted file]
test/DebugInfo/dead-argument-order.ll [deleted file]
test/DebugInfo/debug-info-qualifiers.ll [deleted file]
test/DebugInfo/debuginfofinder-forward-declaration.ll [deleted file]
test/DebugInfo/debuginfofinder-multiple-cu.ll [deleted file]
test/DebugInfo/debugmacinfo.test [new file with mode: 0644]
test/DebugInfo/dwarf-public-names.ll [deleted file]
test/DebugInfo/dwarfdump-accel.test
test/DebugInfo/dwarfdump-dump-flags.test
test/DebugInfo/dwarfdump-dwp.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-invalid.test
test/DebugInfo/dwarfdump-macho-relocs.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-macho-universal.test [new file with mode: 0644]
test/DebugInfo/dwo.ll [new file with mode: 0644]
test/DebugInfo/empty.ll [deleted file]
test/DebugInfo/enum-types.ll [deleted file]
test/DebugInfo/enum.ll [deleted file]
test/DebugInfo/global.ll [deleted file]
test/DebugInfo/incorrect-variable-debugloc.ll [deleted file]
test/DebugInfo/incorrect-variable-debugloc1.ll [deleted file]
test/DebugInfo/inheritance.ll [deleted file]
test/DebugInfo/inline-debug-info-multiret.ll [deleted file]
test/DebugInfo/inline-debug-info.ll [deleted file]
test/DebugInfo/inline-no-debug-info.ll [deleted file]
test/DebugInfo/inline-scopes.ll [deleted file]
test/DebugInfo/inlined-arguments.ll [deleted file]
test/DebugInfo/inlined-vars.ll [deleted file]
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/location-verifier.ll [deleted file]
test/DebugInfo/lto-comp-dir.ll [deleted file]
test/DebugInfo/member-order.ll [deleted file]
test/DebugInfo/member-pointers.ll [deleted file]
test/DebugInfo/missing-abstract-variable.ll [deleted file]
test/DebugInfo/multiline.ll [deleted file]
test/DebugInfo/namespace.ll [deleted file]
test/DebugInfo/namespace_function_definition.ll [deleted file]
test/DebugInfo/namespace_inline_function_definition.ll [deleted file]
test/DebugInfo/nodebug.ll [deleted file]
test/DebugInfo/piece-verifier.ll [deleted file]
test/DebugInfo/restrict.ll [deleted file]
test/DebugInfo/skeletoncu.ll [new file with mode: 0644]
test/DebugInfo/sugared-constants.ll [deleted file]
test/DebugInfo/template-recursive-void.ll [deleted file]
test/DebugInfo/tu-composite.ll [deleted file]
test/DebugInfo/tu-member-pointer.ll [deleted file]
test/DebugInfo/two-cus-from-same-file.ll [deleted file]
test/DebugInfo/typedef.ll [deleted file]
test/DebugInfo/unconditional-branch.ll [deleted file]
test/DebugInfo/varargs.ll [deleted file]
test/DebugInfo/version.ll [deleted file]
test/Examples/Kaleidoscope/Chapter3.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter4.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter5.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter6.test [new file with mode: 0644]
test/Examples/Kaleidoscope/Chapter7.test [new file with mode: 0644]
test/Examples/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/eh.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/OrcLazy/global_aliases.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/Inputs/multi-module-eh-b.ll
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll
test/ExecutionEngine/OrcMCJIT/eh.ll
test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s
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 [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32R6_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Mips/ELF_O32_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/PowerPC/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc32_elf_rel_addr16.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/COFF_i386.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64 [deleted file]
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/ELF_STT_FILE.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PC8_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/ELF_x86_64_StubBuf.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/Inputs/ELF_STT_FILE_FILE.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/Inputs/ELF_STT_FILE_GLOBAL.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/Inputs/ELF_x86_64_StubBuf.ll [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
test/ExecutionEngine/lit.local.cfg
test/Feature/OperandBundles/adce.ll [new file with mode: 0644]
test/Feature/OperandBundles/basic-aa-argmemonly.ll [new file with mode: 0644]
test/Feature/OperandBundles/dse.ll [new file with mode: 0644]
test/Feature/OperandBundles/early-cse.ll [new file with mode: 0644]
test/Feature/OperandBundles/function-attrs.ll [new file with mode: 0644]
test/Feature/OperandBundles/inliner-conservative.ll [new file with mode: 0644]
test/Feature/OperandBundles/merge-func.ll [new file with mode: 0644]
test/Feature/OperandBundles/special-state.ll [new file with mode: 0644]
test/Feature/alias2.ll
test/Feature/aliases.ll
test/Feature/callingconventions.ll
test/Feature/calltest.ll
test/Feature/comdat.ll
test/Feature/exception.ll
test/Feature/optnone-llc.ll
test/Feature/seh-nounwind.ll
test/Instrumentation/AddressSanitizer/X86/asm_more_registers_than_available.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/debug_info_noninstrumented_alloca.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-instrument-cstring.ll [deleted file]
test/Instrumentation/AddressSanitizer/do-not-instrument-globals-darwin.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-instrument-globals-linux.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata-darwin.ll [deleted file]
test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata.ll [deleted file]
test/Instrumentation/AddressSanitizer/do-not-touch-comdat-global.ll
test/Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll
test/Instrumentation/AddressSanitizer/instrument-no-return.ll
test/Instrumentation/AddressSanitizer/keep_going.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/localescape.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll
test/Instrumentation/AddressSanitizer/twice.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/abilist.ll
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/DataFlowSanitizer/external_mask.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/prefix-rename.ll
test/Instrumentation/InstrProfiling/PR23499.ll
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 [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/atomics.ll
test/Instrumentation/MemorySanitizer/check_access_address.ll
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/mul_by_constant.ll
test/Instrumentation/MemorySanitizer/origin-alignment.ll
test/Instrumentation/MemorySanitizer/return_from_main.ll
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/unreachable.ll
test/Instrumentation/MemorySanitizer/vector_cvt.ll
test/Instrumentation/MemorySanitizer/vector_shift.ll
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/SanitizerCoverage/seh.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/switch-tracing.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/atomic.ll
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/LTO/X86/Inputs/invalid.ll.bc
test/LTO/X86/bcsection.ll
test/LTO/X86/current-section.ll
test/LTO/X86/diagnostic-handler-noexit.ll [new file with mode: 0644]
test/LTO/X86/diagnostic-handler-remarks.ll
test/LTO/X86/disable-verify.ll [new file with mode: 0644]
test/LTO/X86/invalid.ll
test/LTO/X86/linkonce_odr_func.ll
test/LTO/X86/list-symbols.ll
test/LTO/X86/llvm-lto-output.ll [new file with mode: 0644]
test/LTO/X86/parallel.ll [new file with mode: 0644]
test/LibDriver/Inputs/a.s [new file with mode: 0644]
test/LibDriver/Inputs/b.s [new file with mode: 0644]
test/LibDriver/infer-output-path.test [new file with mode: 0644]
test/LibDriver/libpath.test [new file with mode: 0644]
test/LibDriver/lit.local.cfg [new file with mode: 0644]
test/LibDriver/thin.test [new file with mode: 0644]
test/Linker/2003-01-30-LinkerRename.ll
test/Linker/2003-04-23-LinkOnceLost.ll
test/Linker/2003-05-31-LinkerRename.ll
test/Linker/2008-03-05-AliasReference.ll
test/Linker/2008-07-06-AliasFnDecl.ll
test/Linker/2008-07-06-AliasWeakDest.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/ConstantGlobals.ll
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/PR8300.b.ll
test/Linker/Inputs/alias.ll
test/Linker/Inputs/available_externally_over_decl.ll [new file with mode: 0644]
test/Linker/Inputs/comdat11.ll [new file with mode: 0644]
test/Linker/Inputs/comdat13.ll [new file with mode: 0644]
test/Linker/Inputs/comdat14.ll [new file with mode: 0644]
test/Linker/Inputs/comdat15.ll [new file with mode: 0644]
test/Linker/Inputs/comdat5.ll
test/Linker/Inputs/comdat8.ll
test/Linker/Inputs/ctors2.ll [new file with mode: 0644]
test/Linker/Inputs/ctors3.ll [new file with mode: 0644]
test/Linker/Inputs/funcimport.ll [new file with mode: 0644]
test/Linker/Inputs/funcimport_appending_global.ll [new file with mode: 0644]
test/Linker/Inputs/internalize-lazy.ll [new file with mode: 0644]
test/Linker/Inputs/linkage.c.ll [new file with mode: 0644]
test/Linker/Inputs/mdlocation.ll
test/Linker/Inputs/only-needed-debug-metadata.ll [new file with mode: 0644]
test/Linker/Inputs/only-needed-named-metadata.ll [new file with mode: 0644]
test/Linker/Inputs/opaque.ll
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
test/Linker/Inputs/subprogram-linkonce-weak-odr.ll [deleted file]
test/Linker/Inputs/subprogram-linkonce-weak.ll
test/Linker/Inputs/testlink.ll
test/Linker/Inputs/thinlto_funcimport_debug.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-alias.ll
test/Linker/Inputs/type-unique-dst-types2.ll
test/Linker/Inputs/type-unique-dst-types3.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/Inputs/visibility.ll
test/Linker/alias.ll
test/Linker/available_externally_over_decl.ll [new file with mode: 0644]
test/Linker/comdat10.ll [new file with mode: 0644]
test/Linker/comdat11.ll [new file with mode: 0644]
test/Linker/comdat12.ll [new file with mode: 0644]
test/Linker/comdat13.ll [new file with mode: 0644]
test/Linker/comdat14.ll [new file with mode: 0644]
test/Linker/comdat15.ll [new file with mode: 0644]
test/Linker/comdat6.ll
test/Linker/comdat8.ll
test/Linker/comdat9.ll
test/Linker/comdat_group.ll [new file with mode: 0644]
test/Linker/constructor-comdat.ll
test/Linker/ctors.ll
test/Linker/ctors2.ll [new file with mode: 0644]
test/Linker/ctors3.ll [new file with mode: 0644]
test/Linker/ctors4.ll [new file with mode: 0644]
test/Linker/ctors5.ll [new file with mode: 0644]
test/Linker/debug-info-version-a.ll
test/Linker/debug-info-version-b.ll
test/Linker/distinct.ll
test/Linker/drop-debug.ll
test/Linker/funcimport.ll [new file with mode: 0644]
test/Linker/funcimport_appending_global.ll [new file with mode: 0644]
test/Linker/global_ctors.ll
test/Linker/internalize-lazy.ll [new file with mode: 0644]
test/Linker/link-flags.ll [new file with mode: 0644]
test/Linker/mdlocation.ll
test/Linker/only-needed-debug-metadata.ll [new file with mode: 0644]
test/Linker/only-needed-named-metadata.ll [new file with mode: 0644]
test/Linker/opaque.ll
test/Linker/override-with-internal-linkage.ll
test/Linker/pr21494.ll
test/Linker/prologuedata.ll
test/Linker/replaced-function-matches-first-subprogram.ll
test/Linker/subprogram-linkonce-weak-odr.ll [deleted file]
test/Linker/subprogram-linkonce-weak.ll
test/Linker/testlink.ll
test/Linker/thinlto_funcimport_debug.ll [new file with mode: 0644]
test/Linker/type-unique-alias.ll
test/Linker/type-unique-dst-types.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-simple2.ll
test/Linker/type-unique-src-type.ll
test/Linker/type-unique-type-array-a.ll
test/Linker/type-unique-type-array-b.ll
test/Linker/uniqued-distinct-cycles.ll [new file with mode: 0644]
test/Linker/unnamed-addr1-a.ll
test/Linker/unnamed-addr1-b.ll
test/Linker/visibility.ll
test/Linker/weakextern.ll
test/MC/AArch64/alias-addsubimm.s [new file with mode: 0644]
test/MC/AArch64/arm64-advsimd.s
test/MC/AArch64/arm64-diags.s
test/MC/AArch64/arm64-fp-encoding.s
test/MC/AArch64/arm64-leaf-compact-unwind.s
test/MC/AArch64/arm64-small-data-fixups.s
test/MC/AArch64/armv8.1a-pan.s
test/MC/AArch64/armv8.1a-rdma.s
test/MC/AArch64/armv8.2a-at.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-mmfr2.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-persistent-memory.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-statistical-profiling.s [new file with mode: 0644]
test/MC/AArch64/armv8.2a-uao.s [new file with mode: 0644]
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/elf_osabi_flags.s
test/MC/AArch64/error-location-ldr-pseudo.s [new file with mode: 0644]
test/MC/AArch64/error-location.s [new file with mode: 0644]
test/MC/AArch64/fullfp16-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/fullfp16-neon-neg.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo-diagnostics.s
test/MC/AArch64/neon-2velem.s
test/MC/AArch64/neon-aba-abd.s
test/MC/AArch64/neon-across.s
test/MC/AArch64/neon-add-pairwise.s
test/MC/AArch64/neon-add-sub-instructions.s
test/MC/AArch64/neon-compare-instructions.s
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/neon-facge-facgt.s
test/MC/AArch64/neon-frsqrt-frecp.s
test/MC/AArch64/neon-max-min-pairwise.s
test/MC/AArch64/neon-max-min.s
test/MC/AArch64/neon-mla-mls-instructions.s
test/MC/AArch64/neon-scalar-abs.s
test/MC/AArch64/neon-scalar-by-elem-mla.s
test/MC/AArch64/neon-scalar-by-elem-mul.s
test/MC/AArch64/neon-scalar-cvt.s
test/MC/AArch64/neon-scalar-fp-compare.s
test/MC/AArch64/neon-scalar-mul.s
test/MC/AArch64/neon-scalar-recip.s
test/MC/AArch64/neon-scalar-reduce-pairwise.s
test/MC/AArch64/neon-simd-misc.s
test/MC/AArch64/neon-simd-shift.s
test/MC/AArch64/noneon-diagnostics.s
test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s [new file with mode: 0644]
test/MC/AMDGPU/flat-scratch.s [new file with mode: 0644]
test/MC/AMDGPU/hsa-text.s [new file with mode: 0644]
test/MC/AMDGPU/hsa.s [new file with mode: 0644]
test/MC/AMDGPU/hsa_code_object_isa_noargs.s [new file with mode: 0644]
test/MC/AMDGPU/mubuf.s
test/MC/AMDGPU/out-of-range-registers.s [new file with mode: 0644]
test/MC/AMDGPU/smem.s [new file with mode: 0644]
test/MC/AMDGPU/smrd-err.s [new file with mode: 0644]
test/MC/AMDGPU/smrd.s
test/MC/AMDGPU/sop1-err.s
test/MC/AMDGPU/sop1.s
test/MC/AMDGPU/sop2.s
test/MC/AMDGPU/vop1.s
test/MC/AMDGPU/vop2-err.s
test/MC/AMDGPU/vop2.s
test/MC/AMDGPU/vop3-vop1-nosrc.s [new file with mode: 0644]
test/MC/AMDGPU/vop3.s
test/MC/AMDGPU/vopc-errs.s [new file with mode: 0644]
test/MC/AMDGPU/vopc.s
test/MC/ARM/Windows/invalid-relocation.s
test/MC/ARM/arm-elf-relocation-diagnostics.s
test/MC/ARM/arm-thumb-trustzone.s
test/MC/ARM/arm-trustzone.s
test/MC/ARM/basic-arm-instructions-v8.1a.s
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/basic-thumb2-instructions-v8.s
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/big-endian-thumb2-fixup.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/data-in-code.ll
test/MC/ARM/diagnostics.s
test/MC/ARM/directive-arch-armv6j.s [deleted file]
test/MC/ARM/directive-arch-armv6z.s
test/MC/ARM/directive-arch-armv6zk.s [deleted file]
test/MC/ARM/directive-arch-armv8.2-a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-semantic-action.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-sec.s
test/MC/ARM/directive-fpu-multiple.s
test/MC/ARM/directive-type-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-compact-pr0.s
test/MC/ARM/eh-compact-pr1.s
test/MC/ARM/eh-directive-handlerdata.s
test/MC/ARM/eh-directive-personalityindex.s
test/MC/ARM/eh-directive-section-comdat.s
test/MC/ARM/eh-directive-section-multiple-func.s
test/MC/ARM/eh-directive-section.s
test/MC/ARM/eh-directive-text-section.s
test/MC/ARM/eh-link.s
test/MC/ARM/elf-reloc-01.ll [deleted file]
test/MC/ARM/elf-reloc-01.s [new file with mode: 0644]
test/MC/ARM/elf-reloc-02.ll [deleted file]
test/MC/ARM/elf-reloc-02.s [new file with mode: 0644]
test/MC/ARM/elf-reloc-03.ll [deleted file]
test/MC/ARM/elf-reloc-03.s [new file with mode: 0644]
test/MC/ARM/elf-thumbfunc-reloc.ll [deleted file]
test/MC/ARM/elf-thumbfunc-reloc2.s [new file with mode: 0644]
test/MC/ARM/error-location-ldr-pseudo.s [new file with mode: 0644]
test/MC/ARM/error-location.s [new file with mode: 0644]
test/MC/ARM/fullfp16-neon-neg.s [new file with mode: 0644]
test/MC/ARM/fullfp16-neon.s [new file with mode: 0644]
test/MC/ARM/neon-vcvt-fp16.s [new file with mode: 0644]
test/MC/ARM/thumb-branches.s [new file with mode: 0644]
test/MC/ARM/thumb-shift-encoding.s
test/MC/ARM/thumb1-relax.s [new file with mode: 0644]
test/MC/ARM/thumb2-diagnostics.s
test/MC/ARM/thumb2-narrow-dp.ll
test/MC/ARM/thumb_rewrites.s
test/MC/ARM/thumb_set-diagnostics.s
test/MC/ARM/thumb_set.s
test/MC/ARM/v7k-dsp.s [new file with mode: 0644]
test/MC/AsmParser/dot-symbol-non-absolute.s
test/MC/AsmParser/expr-shr.s
test/MC/AsmParser/exprs-invalid.s
test/MC/AsmParser/exprs.s
test/MC/AsmParser/macros-darwin-vararg.s
test/MC/AsmParser/reassign.s [new file with mode: 0644]
test/MC/AsmParser/undefined-local-symbol.s [new file with mode: 0644]
test/MC/AsmParser/vararg.s
test/MC/COFF/ARM/lit.local.cfg [new file with mode: 0644]
test/MC/COFF/alias.s
test/MC/COFF/bad-expr.s
test/MC/COFF/basic-coff-64.s
test/MC/COFF/basic-coff.s
test/MC/COFF/invalid-def.s
test/MC/COFF/invalid-endef.s
test/MC/COFF/invalid-scl-range.s
test/MC/COFF/invalid-scl.s
test/MC/COFF/invalid-type.s
test/MC/COFF/label-undefined.s [new file with mode: 0644]
test/MC/COFF/safeseh.s [new file with mode: 0644]
test/MC/COFF/secidx-diagnostic.s
test/MC/COFF/simple-fixups.s
test/MC/COFF/stdin.s [new file with mode: 0644]
test/MC/COFF/symbol-fragment-offset-64.s
test/MC/COFF/symbol-fragment-offset.s
test/MC/COFF/temporary-alias.s [new file with mode: 0644]
test/MC/COFF/timestamp.s
test/MC/Disassembler/AArch64/arm64-scalar-fp.txt
test/MC/Disassembler/AArch64/armv8.1a-pan.txt
test/MC/Disassembler/AArch64/armv8.2a-at.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.2a-mmfr2.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.2a-persistent-memory.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.2a-statistical-profiling.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.2a-uao.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/AArch64/fullfp16-neg.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/fullfp16-neon-neg.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-neon-arm-neg.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-neon-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-neon-thumb-neg.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fullfp16-neon-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumbv7.txt
test/MC/Disassembler/ARM/thumb-v8.txt
test/MC/Disassembler/Hexagon/invalid_packet.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/j.txt
test/MC/Disassembler/Hexagon/ld.txt
test/MC/Disassembler/Hexagon/lit.local.cfg
test/MC/Disassembler/Hexagon/nv_j.txt
test/MC/Disassembler/Hexagon/nv_st.txt
test/MC/Disassembler/Hexagon/st.txt
test/MC/Disassembler/Hexagon/too_many_instructions.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/too_many_loop_ends.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/unextendable.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/dsp/valid-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/dsp/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/dspr2/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/eva/valid_R6-eva.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/eva/valid_preR6-eva.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips-dsp/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips-dspr2/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips.txt [deleted file]
test/MC/Disassembler/Mips/micromips32r3/invalid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r3/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips32r6.txt [deleted file]
test/MC/Disassembler/Mips/micromips32r6/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips64r6/valid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips_le.txt [deleted file]
test/MC/Disassembler/Mips/mips-dsp.txt [deleted file]
test/MC/Disassembler/Mips/mips1/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips1/invalid.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips1/valid-mips1-el.txt
test/MC/Disassembler/Mips/mips1/valid-mips1.txt
test/MC/Disassembler/Mips/mips1/valid-xfail.txt
test/MC/Disassembler/Mips/mips2.txt [deleted file]
test/MC/Disassembler/Mips/mips2/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips2/valid-mips2-el.txt
test/MC/Disassembler/Mips/mips2/valid-mips2.txt
test/MC/Disassembler/Mips/mips2/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips3/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips3/valid-mips3-el.txt
test/MC/Disassembler/Mips/mips3/valid-mips3.txt
test/MC/Disassembler/Mips/mips3/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32.txt [deleted file]
test/MC/Disassembler/Mips/mips32/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt
test/MC/Disassembler/Mips/mips32/valid-mips32.txt
test/MC/Disassembler/Mips/mips32/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32_le.txt [deleted file]
test/MC/Disassembler/Mips/mips32r2.txt [deleted file]
test/MC/Disassembler/Mips/mips32r2/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2-le.txt [deleted file]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2.txt
test/MC/Disassembler/Mips/mips32r2/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2_le.txt [deleted file]
test/MC/Disassembler/Mips/mips32r3/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3-le.txt [deleted file]
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3.txt
test/MC/Disassembler/Mips/mips32r3/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5-le.txt [deleted file]
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5.txt
test/MC/Disassembler/Mips/mips32r5/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r6.txt [deleted file]
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt
test/MC/Disassembler/Mips/mips4/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips4/valid-mips4-el.txt
test/MC/Disassembler/Mips/mips4/valid-mips4.txt
test/MC/Disassembler/Mips/mips4/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64.txt [deleted file]
test/MC/Disassembler/Mips/mips64/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64/valid-mips64-el.txt
test/MC/Disassembler/Mips/mips64/valid-mips64.txt
test/MC/Disassembler/Mips/mips64/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64_le.txt [deleted file]
test/MC/Disassembler/Mips/mips64r2.txt [deleted file]
test/MC/Disassembler/Mips/mips64r2/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2-el.txt
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt
test/MC/Disassembler/Mips/mips64r2/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r2_le.txt [deleted file]
test/MC/Disassembler/Mips/mips64r3/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3-el.txt
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.txt
test/MC/Disassembler/Mips/mips64r3/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r5/invalid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5-el.txt
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5.txt
test/MC/Disassembler/Mips/mips64r5/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r6.txt [deleted file]
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt
test/MC/Disassembler/Mips/msa/test_elm.txt
test/MC/Disassembler/Mips/msa/test_elm_msa64.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/PowerPC/ppc64le-encoding.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/Sparc/sparc-mem.txt
test/MC/Disassembler/Sparc/sparc-v9.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/insns.txt
test/MC/Disassembler/X86/x86-16.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/Disassembler/X86/x86-64.txt
test/MC/ELF/ARM/directive-type-diagnostics.s [new file with mode: 0644]
test/MC/ELF/align-zero.s [new file with mode: 0644]
test/MC/ELF/align.s
test/MC/ELF/cfi-adjust-cfa-offset.s
test/MC/ELF/cfi-advance-loc2.s
test/MC/ELF/cfi-def-cfa-offset.s
test/MC/ELF/cfi-def-cfa-register.s
test/MC/ELF/cfi-def-cfa.s
test/MC/ELF/cfi-escape.s
test/MC/ELF/cfi-large-model.s
test/MC/ELF/cfi-offset.s
test/MC/ELF/cfi-register.s
test/MC/ELF/cfi-rel-offset.s
test/MC/ELF/cfi-rel-offset2.s
test/MC/ELF/cfi-remember.s
test/MC/ELF/cfi-restore.s
test/MC/ELF/cfi-same-value.s
test/MC/ELF/cfi-signal-frame.s
test/MC/ELF/cfi-undefined.s
test/MC/ELF/cfi-version.ll
test/MC/ELF/cfi-window-save.s
test/MC/ELF/cfi-zero-addr-delta.s
test/MC/ELF/cfi.s
test/MC/ELF/comdat-dup-group-name.s
test/MC/ELF/comdat-reloc.s
test/MC/ELF/comdat.s
test/MC/ELF/common-error1.s
test/MC/ELF/common-error2.s
test/MC/ELF/common2.s
test/MC/ELF/debug-loc.s
test/MC/ELF/discriminator.s
test/MC/ELF/div-by-zero.s [new file with mode: 0644]
test/MC/ELF/dot-symbol-assignment.s
test/MC/ELF/empty-twice.ll [new file with mode: 0644]
test/MC/ELF/empty.s
test/MC/ELF/many-sections-2.s
test/MC/ELF/many-sections-3.s [new file with mode: 0644]
test/MC/ELF/many-sections.s
test/MC/ELF/popsection.s
test/MC/ELF/relax-arith.s
test/MC/ELF/relax-arith2.s [new file with mode: 0644]
test/MC/ELF/relax-arith3.s [new file with mode: 0644]
test/MC/ELF/relax-arith4.s [new file with mode: 0644]
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-pc.s
test/MC/ELF/relocation.s
test/MC/ELF/section-sym.s
test/MC/ELF/section-unique.s
test/MC/ELF/section.s
test/MC/ELF/sleb.s
test/MC/ELF/strtab-suffix-opt.s
test/MC/ELF/symver-pr23914.s [new file with mode: 0644]
test/MC/ELF/uleb.s
test/MC/ELF/undef-temp.s [new file with mode: 0644]
test/MC/ELF/undef.s
test/MC/ELF/undef2.s [deleted file]
test/MC/Hexagon/asmMap.s [new file with mode: 0644]
test/MC/Hexagon/capitalizedEndloop.s [new file with mode: 0644]
test/MC/Hexagon/dcfetch.s [new file with mode: 0644]
test/MC/Hexagon/empty_asm.s [new file with mode: 0644]
test/MC/Hexagon/endloop.s [new file with mode: 0644]
test/MC/Hexagon/got.s [new file with mode: 0644]
test/MC/Hexagon/inst_and64.ll
test/MC/Hexagon/inst_or64.ll
test/MC/Hexagon/inst_xor64.ll
test/MC/Hexagon/instructions/alu32_alu.s [new file with mode: 0644]
test/MC/Hexagon/instructions/alu32_perm.s [new file with mode: 0644]
test/MC/Hexagon/instructions/alu32_pred.s [new file with mode: 0644]
test/MC/Hexagon/instructions/cr.s [new file with mode: 0644]
test/MC/Hexagon/instructions/j.s [new file with mode: 0644]
test/MC/Hexagon/instructions/jr.s [new file with mode: 0644]
test/MC/Hexagon/instructions/ld.s [new file with mode: 0644]
test/MC/Hexagon/instructions/memop.s [new file with mode: 0644]
test/MC/Hexagon/instructions/nv_j.s [new file with mode: 0644]
test/MC/Hexagon/instructions/nv_st.s [new file with mode: 0644]
test/MC/Hexagon/instructions/st.s [new file with mode: 0644]
test/MC/Hexagon/instructions/system_user.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_alu.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_bit.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_complex.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_fp.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_mpy.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_perm.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_pred.s [new file with mode: 0644]
test/MC/Hexagon/instructions/xtype_shift.s [new file with mode: 0644]
test/MC/Hexagon/jumpdoublepound.s [new file with mode: 0644]
test/MC/Hexagon/labels.s [new file with mode: 0644]
test/MC/Hexagon/new-value-check.s [new file with mode: 0644]
test/MC/Hexagon/out_of_range.s [new file with mode: 0644]
test/MC/Hexagon/pcrel.s [new file with mode: 0644]
test/MC/Hexagon/relaxed_newvalue.s [new file with mode: 0644]
test/MC/Hexagon/test.s [new file with mode: 0644]
test/MC/Hexagon/two_ext.s [new file with mode: 0644]
test/MC/Hexagon/v60-alu.s [new file with mode: 0644]
test/MC/Hexagon/v60-permute.s [new file with mode: 0644]
test/MC/Hexagon/v60-shift.s [new file with mode: 0644]
test/MC/Hexagon/v60-vcmp.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmem.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmpy-acc.s [new file with mode: 0644]
test/MC/Hexagon/v60-vmpy1.s [new file with mode: 0644]
test/MC/Hexagon/v60lookup.s [new file with mode: 0644]
test/MC/MachO/AArch64/classrefs.s
test/MC/MachO/AArch64/darwin-ARM64-local-label-diff.s
test/MC/MachO/AArch64/darwin-ARM64-reloc.s
test/MC/MachO/AArch64/ld64-workaround.s
test/MC/MachO/AArch64/mergeable.s
test/MC/MachO/AArch64/reloc-crash.s
test/MC/MachO/AArch64/reloc-crash2.s
test/MC/MachO/AArch64/reloc-errors.s [new file with mode: 0644]
test/MC/MachO/ARM/bad-darwin-ARM-reloc.s
test/MC/MachO/ARM/compact-unwind-armv7k.s [new file with mode: 0644]
test/MC/MachO/ARM/darwin-ARM-reloc.s
test/MC/MachO/ARM/darwin-Thumb-reloc.s
test/MC/MachO/ARM/data-in-code.s
test/MC/MachO/ARM/directive-type-diagnostics.s [new file with mode: 0644]
test/MC/MachO/ARM/empty-function-nop.ll
test/MC/MachO/ARM/ios-version-min-load-command.s
test/MC/MachO/ARM/long-call-branch-island-relocation.s
test/MC/MachO/ARM/no-subsections-reloc.s
test/MC/MachO/ARM/nop-armv4-padding.s
test/MC/MachO/ARM/nop-armv6t2-padding.s
test/MC/MachO/ARM/nop-thumb-padding.s
test/MC/MachO/ARM/nop-thumb2-padding.s
test/MC/MachO/ARM/relax-thumb-ldr-literal.s
test/MC/MachO/ARM/relax-thumb2-branches.s
test/MC/MachO/ARM/static-movt-relocs.s
test/MC/MachO/ARM/thumb-bl-jbits.s
test/MC/MachO/ARM/thumb2-function-relative-load.s
test/MC/MachO/ARM/thumb2-movt-fixup.s
test/MC/MachO/ARM/thumb2-movw-fixup.s
test/MC/MachO/ARM/tvos-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/ARM/version-min-diagnostics.s
test/MC/MachO/ARM/version-min-diagnostics2.s [new file with mode: 0644]
test/MC/MachO/ARM/version-min.s
test/MC/MachO/ARM/watchos-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/PowerPC/coal-sections-powerpc.s [new file with mode: 0644]
test/MC/MachO/PowerPC/lit.local.cfg [new file with mode: 0644]
test/MC/MachO/absolute.s
test/MC/MachO/absolutize.s
test/MC/MachO/bad-darwin-x86_64-diff-relocs.s
test/MC/MachO/bad-darwin-x86_64-reloc-expr1.s [deleted file]
test/MC/MachO/bad-darwin-x86_64-reloc-expr2.s [deleted file]
test/MC/MachO/coal-sections-x86_64.s [new file with mode: 0644]
test/MC/MachO/comm-1.s
test/MC/MachO/cstexpr-gotpcrel-64.ll
test/MC/MachO/darwin-complex-difference.s
test/MC/MachO/darwin-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/darwin-x86_64-diff-reloc-assign-2.s
test/MC/MachO/darwin-x86_64-diff-reloc-assign.s
test/MC/MachO/darwin-x86_64-diff-relocs.s
test/MC/MachO/darwin-x86_64-nobase-relocs.s
test/MC/MachO/darwin-x86_64-reloc-offsets.s
test/MC/MachO/darwin-x86_64-reloc.s
test/MC/MachO/data.s
test/MC/MachO/debug_frame.s
test/MC/MachO/diff-with-two-sections.s
test/MC/MachO/direction_labels.s
test/MC/MachO/empty-twice.ll [new file with mode: 0644]
test/MC/MachO/file.s
test/MC/MachO/i386-large-relocations.s
test/MC/MachO/indirect-symbols.s
test/MC/MachO/jcc.s
test/MC/MachO/lcomm-attributes.s
test/MC/MachO/linker-option-2.s
test/MC/MachO/linker-options.ll
test/MC/MachO/loc.s
test/MC/MachO/osx-version-min-load-command.s
test/MC/MachO/pcrel-to-other-section.s
test/MC/MachO/relax-jumps.s
test/MC/MachO/relax-recompute-align.s
test/MC/MachO/reloc-diff.s
test/MC/MachO/reloc-pcrel-offset.s
test/MC/MachO/reloc-pcrel.s
test/MC/MachO/reloc.s
test/MC/MachO/section-align-1.s
test/MC/MachO/section-align-2.s
test/MC/MachO/section-attributes.s
test/MC/MachO/section-flags.s
test/MC/MachO/string-table.s
test/MC/MachO/symbol-diff.s
test/MC/MachO/symbol-flags.s
test/MC/MachO/symbol-indirect.s
test/MC/MachO/symbols-1.s
test/MC/MachO/tbss.s
test/MC/MachO/tdata.s
test/MC/MachO/temp-labels.s
test/MC/MachO/thread_init_func.s
test/MC/MachO/tls.s
test/MC/MachO/tlv-bss.ll
test/MC/MachO/tlv-reloc.s
test/MC/MachO/tlv.s
test/MC/MachO/values.s
test/MC/MachO/variable-exprs.s
test/MC/MachO/weakdef.s
test/MC/MachO/x86-data-in-code.ll
test/MC/MachO/x86_32-optimal_nop.s
test/MC/MachO/x86_32-scattered-reloc-fallback.s
test/MC/MachO/x86_32-sections.s
test/MC/MachO/x86_32-symbols.s
test/MC/MachO/x86_64-mergeable.s
test/MC/MachO/x86_64-reloc-arithmetic.s
test/MC/MachO/x86_64-sections.s
test/MC/MachO/zerofill-1.s
test/MC/MachO/zerofill-2.s
test/MC/MachO/zerofill-3.s
test/MC/MachO/zerofill-4.s
test/MC/MachO/zerofill-5.s
test/MC/MachO/zerofill-sect-align.s
test/MC/Mips/branch-pseudos-bad.s [new file with mode: 0644]
test/MC/Mips/branch-pseudos.s [new file with mode: 0644]
test/MC/Mips/cfi-advance-loc.s [new file with mode: 0644]
test/MC/Mips/cnmips/invalid.s [new file with mode: 0644]
test/MC/Mips/cprestore-bad.s [new file with mode: 0644]
test/MC/Mips/cprestore-noreorder.s [new file with mode: 0644]
test/MC/Mips/cprestore-reorder.s [new file with mode: 0644]
test/MC/Mips/cprestore-warning-unused.s [new file with mode: 0644]
test/MC/Mips/cpsetup.s
test/MC/Mips/directive-ent.s [new file with mode: 0644]
test/MC/Mips/dsp/invalid.s [new file with mode: 0644]
test/MC/Mips/dsp/valid.s [new file with mode: 0644]
test/MC/Mips/dspr2/invalid.s [new file with mode: 0644]
test/MC/Mips/dspr2/valid.s [new file with mode: 0644]
test/MC/Mips/elf_basic.s
test/MC/Mips/eva/invalid-noeva-wrong-error.s [new file with mode: 0644]
test/MC/Mips/eva/invalid-noeva.s [new file with mode: 0644]
test/MC/Mips/eva/invalid.s [new file with mode: 0644]
test/MC/Mips/eva/invalid_R6.s [new file with mode: 0644]
test/MC/Mips/eva/valid_R6.s [new file with mode: 0644]
test/MC/Mips/eva/valid_preR6.s [new file with mode: 0644]
test/MC/Mips/expansion-jal-sym-pic.s [new file with mode: 0644]
test/MC/Mips/expr1.s
test/MC/Mips/instalias-imm-expanding.s [new file with mode: 0644]
test/MC/Mips/macro-bcc-imm-bad.s [new file with mode: 0644]
test/MC/Mips/macro-bcc-imm.s [new file with mode: 0644]
test/MC/Mips/macro-ddiv-bad.s [new file with mode: 0644]
test/MC/Mips/macro-ddiv.s [new file with mode: 0644]
test/MC/Mips/macro-ddivu-bad.s [new file with mode: 0644]
test/MC/Mips/macro-ddivu.s [new file with mode: 0644]
test/MC/Mips/macro-div-bad.s [new file with mode: 0644]
test/MC/Mips/macro-div.s [new file with mode: 0644]
test/MC/Mips/macro-divu-bad.s [new file with mode: 0644]
test/MC/Mips/macro-divu.s [new file with mode: 0644]
test/MC/Mips/macro-dla.s [new file with mode: 0644]
test/MC/Mips/macro-dli.s [new file with mode: 0644]
test/MC/Mips/macro-la-bad.s [new file with mode: 0644]
test/MC/Mips/macro-la.s [new file with mode: 0644]
test/MC/Mips/macro-li-bad.s [new file with mode: 0644]
test/MC/Mips/macro-li.s [new file with mode: 0644]
test/MC/Mips/micromips-control-instructions.s
test/MC/Mips/micromips-diagnostic-fixup.s
test/MC/Mips/micromips-dsp/invalid-wrong-error.s [new file with mode: 0644]
test/MC/Mips/micromips-dsp/invalid.s [new file with mode: 0644]
test/MC/Mips/micromips-dsp/valid.s [new file with mode: 0644]
test/MC/Mips/micromips-dspr2/invalid.s [new file with mode: 0644]
test/MC/Mips/micromips-dspr2/valid.s [new file with mode: 0644]
test/MC/Mips/micromips-expansions.s
test/MC/Mips/micromips-invalid.s
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/micromips-pc16-fixup.s
test/MC/Mips/micromips/invalid.s [new file with mode: 0644]
test/MC/Mips/micromips32r6/invalid.s [new file with mode: 0644]
test/MC/Mips/micromips32r6/valid.s
test/MC/Mips/micromips64r6/invalid.s [new file with mode: 0644]
test/MC/Mips/micromips64r6/valid.s [new file with mode: 0644]
test/MC/Mips/mips-alu-instructions.s
test/MC/Mips/mips-cop0-reginfo.s [new file with mode: 0644]
test/MC/Mips/mips-diagnostic-fixup.s
test/MC/Mips/mips-dsp-instructions.s [deleted file]
test/MC/Mips/mips-expansions-bad.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-fpu-instructions.s
test/MC/Mips/mips-pc16-fixup.s
test/MC/Mips/mips-pdr.s
test/MC/Mips/mips-relocations.s [deleted file]
test/MC/Mips/mips1/valid.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 [new file with mode: 0644]
test/MC/Mips/mips32r2/invalid-dspr2.s [new file with mode: 0644]
test/MC/Mips/mips32r2/invalid-msa.s [new file with mode: 0644]
test/MC/Mips/mips32r2/invalid.s
test/MC/Mips/mips32r2/valid-xfail.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/invalid.s
test/MC/Mips/mips32r3/valid-xfail.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips32r5/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips32r5/invalid-mips32r3.s [new file with mode: 0644]
test/MC/Mips/mips32r5/invalid.s
test/MC/Mips/mips32r5/valid-xfail.s
test/MC/Mips/mips32r5/valid.s
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips4-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips4.s
test/MC/Mips/mips32r6/invalid.s
test/MC/Mips/mips32r6/relocations.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-alu-instructions.s
test/MC/Mips/mips64-expansions.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/invalid.s
test/MC/Mips/mips64r2/valid-xfail.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r3/invalid.s
test/MC/Mips/mips64r3/valid-xfail.s
test/MC/Mips/mips64r3/valid.s
test/MC/Mips/mips64r5/invalid-mips64.s [new file with mode: 0644]
test/MC/Mips/mips64r5/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips64r5/invalid-mips64r3.s [new file with mode: 0644]
test/MC/Mips/mips64r5/invalid.s
test/MC/Mips/mips64r5/valid-xfail.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-mips4-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips4.s
test/MC/Mips/mips64r6/invalid.s
test/MC/Mips/mips64r6/relocations.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_abi_flags_xx.s
test/MC/Mips/mips_abi_flags_xx_set.s
test/MC/Mips/module-hardfloat.s [new file with mode: 0644]
test/MC/Mips/module-softfloat.s [new file with mode: 0644]
test/MC/Mips/msa/invalid-64.s [new file with mode: 0644]
test/MC/Mips/msa/invalid.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm.s
test/MC/Mips/msa/test_elm_msa64.s
test/MC/Mips/reloc-directive-bad.s [new file with mode: 0644]
test/MC/Mips/reloc-directive.s [new file with mode: 0644]
test/MC/Mips/relocation.s
test/MC/Mips/rotations32-bad.s [new file with mode: 0644]
test/MC/Mips/rotations32.s [new file with mode: 0644]
test/MC/Mips/rotations64.s [new file with mode: 0644]
test/MC/Mips/set-nomacro.s
test/MC/Mips/set-oddspreg-nooddspreg-error.s [new file with mode: 0644]
test/MC/Mips/set-oddspreg-nooddspreg.s [new file with mode: 0644]
test/MC/Mips/update-module-level-options.s [new file with mode: 0644]
test/MC/PowerPC/deprecated-p7.s
test/MC/PowerPC/ppc-llong.s
test/MC/PowerPC/ppc-word.s
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-fixup-apply.s
test/MC/PowerPC/pr24686.s [new file with mode: 0644]
test/MC/PowerPC/st-other-crash.s
test/MC/PowerPC/vsx.s
test/MC/Sparc/sparc-alu-instructions.s
test/MC/Sparc/sparc-asm-errors.s [new file with mode: 0644]
test/MC/Sparc/sparc-assembly-exprs.s
test/MC/Sparc/sparc-atomic-instructions.s
test/MC/Sparc/sparc-ctrl-instructions.s
test/MC/Sparc/sparc-directive-xword.s
test/MC/Sparc/sparc-fp-instructions.s
test/MC/Sparc/sparc-little-endian.s
test/MC/Sparc/sparc-mem-instructions.s
test/MC/Sparc/sparc-pic.s
test/MC/Sparc/sparc-relocations.s
test/MC/Sparc/sparc-special-registers.s
test/MC/Sparc/sparc-synthetic-instructions.s
test/MC/Sparc/sparcv9-instructions.s
test/MC/SystemZ/fixups.s
test/MC/SystemZ/insn-good-z13.s
test/MC/SystemZ/insn-good.s
test/MC/SystemZ/lit.local.cfg
test/MC/X86/AlignedBundling/misaligned-bundle-group.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/misaligned-bundle.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/nesting.s
test/MC/X86/AlignedBundling/rodata-section.s [new file with mode: 0644]
test/MC/X86/avx512-encodings.s
test/MC/X86/avx512vl-encoding.s
test/MC/X86/cfi_def_cfa-crash.s
test/MC/X86/encoder-fail.s [new file with mode: 0644]
test/MC/X86/expand-var.s
test/MC/X86/faultmap-section-parsing.s [new file with mode: 0644]
test/MC/X86/i386-darwin-frame-register.ll
test/MC/X86/inline-asm-obj.ll [new file with mode: 0644]
test/MC/X86/intel-syntax-2.s
test/MC/X86/intel-syntax-ambiguous.s
test/MC/X86/intel-syntax-avx512.s
test/MC/X86/intel-syntax-print.ll [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/large-bss.s [new file with mode: 0644]
test/MC/X86/macho-reloc-errors-x86.s [new file with mode: 0644]
test/MC/X86/macho-reloc-errors-x86_64.s [new file with mode: 0644]
test/MC/X86/validate-inst-att.s
test/MC/X86/validate-inst-intel.s
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512cd.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512cd_vl.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512dq.s
test/MC/X86/x86-64-avx512dq_vl.s
test/MC/X86/x86-64-avx512f_vl.s
test/MC/X86/x86-64.s
test/MC/X86/x86-evenDirective.s [new file with mode: 0644]
test/MC/X86/x86_errors.s
test/MC/X86/x86_nop.s
test/Makefile
test/Object/AMDGPU/elf-definitios.yaml [new file with mode: 0644]
test/Object/ARM/nm-mapping-symbol.s [new file with mode: 0644]
test/Object/Inputs/coff-short-import-code [new file with mode: 0644]
test/Object/Inputs/coff-short-import-data [new file with mode: 0644]
test/Object/Inputs/corrupt-invalid-dynamic-table-offset.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-dynamic-table-size.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-dynamic-table-too-large.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-phentsize.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-relocation-size.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-strtab.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/corrupt-invalid-virtual-addr.elf.x86-64 [new file with mode: 0755]
test/Object/Inputs/elf-mip64-reloc.o [new file with mode: 0644]
test/Object/Inputs/invalid-bad-rel-type.elf [new file with mode: 0644]
test/Object/Inputs/invalid-bad-section-address.coff [new file with mode: 0644]
test/Object/Inputs/invalid-section-index.elf [new file with mode: 0644]
test/Object/Inputs/invalid-section-size.elf [new file with mode: 0644]
test/Object/Inputs/invalid-sh_entsize.elf [new file with mode: 0755]
test/Object/Inputs/invalid-strtab-non-null.elf [new file with mode: 0644]
test/Object/Inputs/invalid-strtab-size.elf [new file with mode: 0644]
test/Object/Inputs/invalid-strtab-type.elf [new file with mode: 0644]
test/Object/Inputs/invalid-symbol-table-size.elf [new file with mode: 0755]
test/Object/Inputs/invalid-xindex-size.elf [new file with mode: 0644]
test/Object/Inputs/main-ret-zero-pe-i386.dll [new file with mode: 0755]
test/Object/Inputs/main-ret-zero-pe-i386.exe [new file with mode: 0755]
test/Object/Inputs/no-section-header-string-table.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/no-section-table.so [new file with mode: 0644]
test/Object/Inputs/pr25877.lib [new file with mode: 0644]
test/Object/Inputs/rel-no-sec-table.elf-x86-64 [new file with mode: 0755]
test/Object/Inputs/shndx.elf [new file with mode: 0644]
test/Object/Inputs/stackmap-test.macho-x86-64 [new file with mode: 0644]
test/Object/Inputs/symtab-only.a [new file with mode: 0644]
test/Object/Inputs/thin-path.a [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.elf-avr [new file with mode: 0755]
test/Object/Inputs/trivial-object-test2.macho-x86-64 [new file with mode: 0644]
test/Object/Mips/elf-mips64-rel.yaml
test/Object/Mips/reloc-visit.test [new file with mode: 0644]
test/Object/X86/nm-coff.s [new file with mode: 0644]
test/Object/X86/nm-ir.ll
test/Object/X86/nm-macho.s [new file with mode: 0644]
test/Object/X86/nm-print-size.s [new file with mode: 0644]
test/Object/archive-extract.test [new file with mode: 0644]
test/Object/archive-format.test
test/Object/archive-symtab.test
test/Object/archive-toc.test
test/Object/archive-update.test
test/Object/coff-archive.test
test/Object/coff-invalid.test [new file with mode: 0644]
test/Object/corrupt.test
test/Object/dllimport-globalref.ll [new file with mode: 0644]
test/Object/extract.ll [deleted file]
test/Object/invalid.test [new file with mode: 0644]
test/Object/lit.local.cfg
test/Object/nm-archive.test
test/Object/nm-pe-image.test [new file with mode: 0644]
test/Object/no-section-header-string-table.test [new file with mode: 0644]
test/Object/no-section-table.test [new file with mode: 0644]
test/Object/obj2yaml.test
test/Object/objdump-shndx.test [new file with mode: 0644]
test/Object/objdump-symbol-table.test
test/Object/pr25877.test [new file with mode: 0644]
test/Object/readobj-absent.test [new file with mode: 0644]
test/Object/readobj-shared-object.test
test/Object/relocation-executable.test
test/Object/stackmap-dump.test [new file with mode: 0644]
test/Object/yaml2obj-elf-alignment.yaml [new file with mode: 0644]
test/Object/yaml2obj-elf-rel-noref.yaml
test/Object/yaml2obj-elf-rel.yaml
test/Object/yaml2obj-elf-section-basic.yaml
test/Object/yaml2obj-elf-symbol-basic.yaml
test/Other/2008-10-15-MissingSpace.ll
test/Other/2009-03-31-CallGraph.ll
test/Other/2010-05-06-Printer.ll
test/Other/extract-alias.ll
test/Other/extract.ll
test/Other/llvm-nm-without-aliases.ll
test/Other/opt-twice.ll [new file with mode: 0644]
test/SymbolRewriter/rewrite.ll
test/TableGen/cast-list-initializer.td [new file with mode: 0644]
test/TableGen/intrinsic-varargs.td
test/TableGen/trydecode-emission.td [new file with mode: 0644]
test/TableGen/trydecode-emission2.td [new file with mode: 0644]
test/TableGen/trydecode-emission3.td [new file with mode: 0644]
test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll
test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll
test/Transforms/ADCE/basictest.ll
test/Transforms/ADCE/dce_pure_invoke.ll
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/call.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/dbg-declare-discriminator.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/diamond.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/AddDiscriminators/oneline.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/crash.ll
test/Transforms/ArgumentPromotion/dbg.ll
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/X86/expand-atomic-non-integer.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/X86/expand-atomic-rmw-initial-load.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/BBVectorize/X86/wr-aliases.ll
test/Transforms/BBVectorize/simple3.ll
test/Transforms/BDCE/dce-pure.ll
test/Transforms/BDCE/order.ll
test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll
test/Transforms/CodeGenPrepare/AArch64/free-zext.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AArch64/widen_switch.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AMDGPU/no-sink-addrspacecast.ll [moved from test/Transforms/CodeGenPrepare/R600/no-sink-addrspacecast.ll with 100% similarity]
test/Transforms/CodeGenPrepare/R600/lit.local.cfg [deleted file]
test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/select.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/widen_switch.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/invariant.group.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/statepoint-relocate.ll
test/Transforms/ConstProp/calls.ll
test/Transforms/ConstProp/insertvalue.ll
test/Transforms/ConstProp/loads.ll
test/Transforms/ConstantMerge/merge-both.ll
test/Transforms/CorrelatedValuePropagation/non-null.ll
test/Transforms/CorrelatedValuePropagation/range.ll
test/Transforms/CorrelatedValuePropagation/select.ll
test/Transforms/CrossDSOCFI/basic.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/aggregates.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/naked_functions.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/calloc-store.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/EarlyCSE/AArch64/ldstN.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/atomics.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/basic.ll
test/Transforms/EarlyCSE/fence.ll [new file with mode: 0644]
test/Transforms/EliminateAvailableExternally/visibility.ll [new file with mode: 0644]
test/Transforms/Float2Int/basic.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
test/Transforms/FunctionAttrs/atomic.ll
test/Transforms/FunctionAttrs/forced.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/nonnull.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/norecurse.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/optnone.ll
test/Transforms/FunctionAttrs/out-of-bounds-iterator-bug.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/readattrs.ll
test/Transforms/FunctionImport/Inputs/funcimport.ll [new file with mode: 0644]
test/Transforms/FunctionImport/Inputs/funcimport_debug.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport.ll [new file with mode: 0644]
test/Transforms/FunctionImport/funcimport_debug.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/return-block.ll
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/2009-03-10-PREOnVoid.ll
test/Transforms/GVN/2010-05-08-OneBit.ll
test/Transforms/GVN/2011-09-07-TypeIdFor.ll
test/Transforms/GVN/assume-equal.ll [new file with mode: 0644]
test/Transforms/GVN/br-identical.ll [new file with mode: 0644]
test/Transforms/GVN/cond_br2.ll
test/Transforms/GVN/crash-no-aa.ll
test/Transforms/GVN/funclet.ll [new file with mode: 0644]
test/Transforms/GVN/invariant-load.ll
test/Transforms/GVN/invariant.group.ll [new file with mode: 0644]
test/Transforms/GVN/load-pre-nonlocal.ll
test/Transforms/GVN/no_speculative_loads_with_asan.ll [new file with mode: 0644]
test/Transforms/GVN/phi-translate.ll
test/Transforms/GVN/pr12979.ll
test/Transforms/GVN/pr14166.ll
test/Transforms/GVN/pr24397.ll [new file with mode: 0644]
test/Transforms/GVN/pr24426.ll [new file with mode: 0644]
test/Transforms/GVN/pr25440.ll [new file with mode: 0644]
test/Transforms/GVN/pre-gep-load.ll
test/Transforms/GVN/pre-load.ll
test/Transforms/GVN/pre-new-inst.ll [new file with mode: 0644]
test/Transforms/GVN/range.ll
test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
test/Transforms/GlobalDCE/pr20981.ll
test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/alias-used-address-space.ll
test/Transforms/GlobalOpt/alias-used-section.ll
test/Transforms/GlobalOpt/alias-used.ll
test/Transforms/GlobalOpt/assume.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/available_externally_global_ctors.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/cleanup-pointer-root-users.ll
test/Transforms/GlobalOpt/externally-initialized-aggregate.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/externally-initialized.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/global-demotion.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/invariant.group.barrier.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/invoke.ll
test/Transforms/GlobalOpt/localize-constexpr.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/metadata.ll
test/Transforms/GlobalOpt/tls.ll
test/Transforms/IPConstantProp/return-argument.ll
test/Transforms/IPConstantProp/return-constant.ll
test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll
test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll
test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
test/Transforms/IndVarSimplify/bec-cmp.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/const_phi.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/crash.ll
test/Transforms/IndVarSimplify/eliminate-comparison.ll
test/Transforms/IndVarSimplify/interesting-invoke-use.ll
test/Transforms/IndVarSimplify/iv-widen.ll
test/Transforms/IndVarSimplify/loop-invariant-conditions.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lrev-existing-umin.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr24356.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr24783.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr24804.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr24952.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr24956.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25047.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25051.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25060.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25360.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25421.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pr25578.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/tripcount_infinite.ll
test/Transforms/IndVarSimplify/widen-loop-comp.ll
test/Transforms/IndVarSimplify/zext-nuw.ll [new file with mode: 0644]
test/Transforms/Inline/2003-09-14-InlineValue.ll
test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll
test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll
test/Transforms/Inline/2007-04-15-InlineEH.ll
test/Transforms/Inline/X86/inline-target-attr.ll [new file with mode: 0644]
test/Transforms/Inline/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/Inline/alloca-dbgdeclare-merge.ll [new file with mode: 0644]
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/byval-tail-call.ll
test/Transforms/Inline/callgraph-update.ll
test/Transforms/Inline/crash.ll
test/Transforms/Inline/debug-info-duplicate-calls.ll
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/deopt-bundles.ll [new file with mode: 0644]
test/Transforms/Inline/frameescape.ll
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-assume.ll [new file with mode: 0644]
test/Transforms/Inline/inline-cold-callee.ll [new file with mode: 0644]
test/Transforms/Inline/inline-constexpr-addrspacecast-argument.ll [new file with mode: 0644]
test/Transforms/Inline/inline-hot-callee.ll [new file with mode: 0644]
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/inline-invoke-with-asm-call.ll
test/Transforms/Inline/inline-optsize.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/inline_invoke.ll
test/Transforms/Inline/inline_returns_twice.ll
test/Transforms/Inline/invoke-cleanup.ll
test/Transforms/Inline/invoke-combine-clauses.ll
test/Transforms/Inline/invoke-cost.ll
test/Transforms/Inline/invoke_test-1.ll
test/Transforms/Inline/invoke_test-2.ll
test/Transforms/Inline/invoke_test-3.ll
test/Transforms/Inline/noalias-calls.ll
test/Transforms/Inline/noalias-cs.ll
test/Transforms/Inline/noalias2.ll
test/Transforms/Inline/nonnull.ll [new file with mode: 0644]
test/Transforms/Inline/zero-cost.ll [new file with mode: 0644]
test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll
test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
test/Transforms/InstCombine/AddOverFlow.ll
test/Transforms/InstCombine/LandingPadClauses.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/alias-recursion.ll
test/Transforms/InstCombine/align-external.ll
test/Transforms/InstCombine/all-bits-shift.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/apint-or.ll [new file with mode: 0644]
test/Transforms/InstCombine/apint-or1.ll [deleted file]
test/Transforms/InstCombine/apint-or2.ll [deleted file]
test/Transforms/InstCombine/assume-redundant.ll
test/Transforms/InstCombine/bitcast-alias-function.ll
test/Transforms/InstCombine/bitcast-bitcast.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitcast-vec-canon.ll
test/Transforms/InstCombine/bitcast.ll
test/Transforms/InstCombine/bitreverse-fold.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitreverse-recognize.ll [new file with mode: 0644]
test/Transforms/InstCombine/blend_x86.ll
test/Transforms/InstCombine/bswap-fold.ll
test/Transforms/InstCombine/bswap-known-bits.ll [new file with mode: 0644]
test/Transforms/InstCombine/bswap.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/call_nonnull_arg.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-callee-deopt-bundles.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-int-fcmp-eq-0.ll
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/compare-alloca.ll [new file with mode: 0644]
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/constant-fold-alias.ll
test/Transforms/InstCombine/crash.ll
test/Transforms/InstCombine/ctpop.ll [new file with mode: 0644]
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/demorgan-zext.ll [new file with mode: 0644]
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/exp2-1.ll
test/Transforms/InstCombine/extractvalue.ll
test/Transforms/InstCombine/fabs.ll
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/ffs-1.ll
test/Transforms/InstCombine/fold-phi-load-metadata.ll [new file with mode: 0644]
test/Transforms/InstCombine/gc.relocate.ll
test/Transforms/InstCombine/gepphigep.ll
test/Transforms/InstCombine/icmp-range.ll
test/Transforms/InstCombine/icmp-shr.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/inline-intrinsic-assert.ll
test/Transforms/InstCombine/insert-extract-shuffle.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/invoke.ll
test/Transforms/InstCombine/lifetime.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-cmp.ll
test/Transforms/InstCombine/load-combine-metadata-2.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-combine-metadata-3.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-combine-metadata-4.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-combine-metadata.ll [new file with mode: 0644]
test/Transforms/InstCombine/load_combine_aa.ll [new file with mode: 0644]
test/Transforms/InstCombine/loadstore-metadata.ll
test/Transforms/InstCombine/log-pow-nofastmath.ll [new file with mode: 0644]
test/Transforms/InstCombine/log-pow.ll [new file with mode: 0644]
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/memcmp-1.ll
test/Transforms/InstCombine/memset_chk-1.ll
test/Transforms/InstCombine/minmax-fp.ll [new file with mode: 0644]
test/Transforms/InstCombine/neon-intrinsics.ll
test/Transforms/InstCombine/no_cgscc_assert.ll
test/Transforms/InstCombine/nonnull-attribute.ll [new file with mode: 0644]
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/objsize-64.ll
test/Transforms/InstCombine/objsize-address-space.ll
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/phi-load-metadata-2.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi-load-metadata-3.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi-load-metadata.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pow-1.ll
test/Transforms/InstCombine/pow-4.ll [new file with mode: 0644]
test/Transforms/InstCombine/pow-exp-nofastmath.ll [new file with mode: 0644]
test/Transforms/InstCombine/pow-exp.ll [new file with mode: 0644]
test/Transforms/InstCombine/pow-exp2.ll [new file with mode: 0644]
test/Transforms/InstCombine/pow-sqrt.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr20059.ll [deleted file]
test/Transforms/InstCombine/pr23809.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr24354.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr24605.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr25745.ll [new file with mode: 0644]
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/sincospi.ll
test/Transforms/InstCombine/sqrt-nofast.ll [new file with mode: 0644]
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/tan-nofastmath.ll [new file with mode: 0644]
test/Transforms/InstCombine/tan.ll [new file with mode: 0644]
test/Transforms/InstCombine/token.ll [new file with mode: 0644]
test/Transforms/InstCombine/trunc.ll
test/Transforms/InstCombine/unpack-fca.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/vector-casts.ll
test/Transforms/InstCombine/vector_gep2.ll
test/Transforms/InstCombine/x86-f16c.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-pmovsx.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-pmovzx.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-pshufb.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-sse4a.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-vector-shifts.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-xop.ll [new file with mode: 0644]
test/Transforms/InstCombine/xor.ll
test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
test/Transforms/InstSimplify/add-mask.ll [new file with mode: 0644]
test/Transforms/InstSimplify/apint-or.ll
test/Transforms/InstSimplify/bswap.ll [new file with mode: 0644]
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/InstSimplify/floating-point-compare.ll
test/Transforms/InstSimplify/implies.ll [new file with mode: 0644]
test/Transforms/InstSimplify/shift-128-kb.ll [new file with mode: 0644]
test/Transforms/InstSimplify/shr-nop.ll
test/Transforms/InstSimplify/undef.ll
test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
test/Transforms/Internalize/comdat.ll [new file with mode: 0644]
test/Transforms/Internalize/local-visibility.ll
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/implied-cond.ll [new file with mode: 0644]
test/Transforms/JumpThreading/landing-pad.ll
test/Transforms/JumpThreading/phi-known.ll [new file with mode: 0644]
test/Transforms/JumpThreading/update-edge-weight.ll [new file with mode: 0644]
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/LCSSA/mixed-catch.ll [new file with mode: 0644]
test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
test/Transforms/LICM/PR24013.ll [new file with mode: 0644]
test/Transforms/LICM/argmemonly-call.ll [new file with mode: 0644]
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoist-deref-load.ll
test/Transforms/LICM/hoist-invariant-load.ll
test/Transforms/LICM/pr23608.ll
test/Transforms/LoopDistribute/basic-with-memchecks.ll
test/Transforms/LoopDistribute/bounds-expansion-bug.ll [new file with mode: 0644]
test/Transforms/LoopDistribute/outside-use.ll
test/Transforms/LoopDistribute/unknown-bounds-for-memchecks.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopIdiom/AMDGPU/popcnt.ll [moved from test/Transforms/LoopIdiom/R600/popcnt.ll with 100% similarity]
test/Transforms/LoopIdiom/R600/lit.local.cfg [deleted file]
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/ctpop-multiple-users-crash.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopLoadElim/backward.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/def-store-before-load.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/forward.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/memcheck.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/multiple-stores-same-block.ll [new file with mode: 0644]
test/Transforms/LoopLoadElim/unknown-dep.ll [new file with mode: 0644]
test/Transforms/LoopReroll/negative.ll [new file with mode: 0644]
test/Transforms/LoopReroll/nonconst_lb.ll
test/Transforms/LoopReroll/reroll_with_dbg.ll [new file with mode: 0644]
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/multiple-exits.ll
test/Transforms/LoopRotate/oz-disable.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll
test/Transforms/LoopSimplify/2011-12-14-LandingpadHeader.ll
test/Transforms/LoopSimplify/dbg-loc.ll
test/Transforms/LoopSimplify/single-backedge.ll
test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
test/Transforms/LoopStrengthReduce/AMDGPU/different-addrspace-addressing-mode-loops.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/AMDGPU/lsr-postinc-pos-addrspace.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll
test/Transforms/LoopStrengthReduce/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/NVPTX/trunc.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/dominate-assert.ll
test/Transforms/LoopStrengthReduce/ephemeral.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/funclet.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopStrengthReduce/pr25541.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
test/Transforms/LoopStrengthReduce/sext-ind-var.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/shl.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/AMDGPU/unroll-barrier.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/X86/mmx.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/X86/partial.ll
test/Transforms/LoopUnroll/full-unroll-bad-geps.ll [deleted file]
test/Transforms/LoopUnroll/full-unroll-crashers.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics-2.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics-cast.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics-cmp.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics-phi-prop.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/pr18861.ll
test/Transforms/LoopUnroll/rebuild_lcssa.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
test/Transforms/LoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll
test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/2015-09-18-Addrspace.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/LIV-loop-condtion.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/basictest.ll
test/Transforms/LoopUnswitch/cleanuppad.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/cold-loop.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/copy-metadata.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/infinite-loop.ll
test/Transforms/LoopUnswitch/trivial-unswitch.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll
test/Transforms/LoopVectorize/AArch64/deterministic-type-shrinkage.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/interleaved_cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/loop-vectorization-factors.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/reduction-small-size.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/interleaved_cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/vector_cast.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/agg-interleave-a2.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/stride-vectorization.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/masked_load_store.ll
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/no_fpmath.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/powof2div.ll
test/Transforms/LoopVectorize/X86/ptr-indvar-crash.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reduction-crash.ll
test/Transforms/LoopVectorize/X86/reg-usage.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vector_max_bandwidth.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vectorization-remarks.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/gep_with_bitcast.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/miniters.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_outside_user.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/nontemporal.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/optsize.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ptr-induction.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/reduction.ll
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/runtime-limit.ll
test/Transforms/LowerBitSets/function-ext.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/function.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/nonglobal.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/nonstring.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/pr25902.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/simple.ll
test/Transforms/LowerBitSets/unnamed.ll
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerInvoke/2003-12-10-Crash.ll
test/Transforms/LowerInvoke/lowerinvoke.ll
test/Transforms/LowerSwitch/delete-default-block-crash.ll [new file with mode: 0644]
test/Transforms/LowerSwitch/feature.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/Mem2Reg/crash.ll
test/Transforms/Mem2Reg/optnone.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/pr24179.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/nontemporal.ll [new file with mode: 0644]
test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll
test/Transforms/MergeFunc/apply_function_attributes.ll [new file with mode: 0644]
test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
test/Transforms/MergeFunc/constant-entire-value.ll [new file with mode: 0644]
test/Transforms/MergeFunc/crash2.ll [new file with mode: 0644]
test/Transforms/MergeFunc/gep-base-type.ll [new file with mode: 0644]
test/Transforms/MergeFunc/inttoptr-address-space.ll
test/Transforms/MergeFunc/inttoptr.ll
test/Transforms/MergeFunc/merge-block-address-other-function.ll [new file with mode: 0644]
test/Transforms/MergeFunc/merge-block-address.ll [new file with mode: 0644]
test/Transforms/MergeFunc/merge-const-ptr-and-int.ll [new file with mode: 0644]
test/Transforms/MergeFunc/merge-different-vector-types.ll [new file with mode: 0644]
test/Transforms/MergeFunc/no-merge-block-address-different-labels.ll [new file with mode: 0644]
test/Transforms/MergeFunc/no-merge-block-address-other-function.ll [new file with mode: 0644]
test/Transforms/MergeFunc/no-merge-ptr-different-sizes.ll [new file with mode: 0644]
test/Transforms/MergeFunc/no-merge-ptr-int-different-values.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ranges-multiple.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ranges.ll
test/Transforms/MergeFunc/self-referential-global.ll [new file with mode: 0644]
test/Transforms/MergeFunc/undef-different-types.ll [new file with mode: 0644]
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/NaryReassociate/NVPTX/nary-gep.ll
test/Transforms/NaryReassociate/nary-add.ll
test/Transforms/NaryReassociate/nary-mul.ll [new file with mode: 0644]
test/Transforms/NaryReassociate/pr24301.ll [new file with mode: 0644]
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/contract-testcases.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/invoke.ll
test/Transforms/ObjCARC/nested.ll
test/Transforms/ObjCARC/path-overflow.ll
test/Transforms/ObjCARC/provenance.ll
test/Transforms/ObjCARC/retain-not-declared.ll
test/Transforms/ObjCARC/split-backedge.ll
test/Transforms/PGOProfile/Inputs/branch1.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/branch2.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/criticaledge.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/diag.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/landingpad.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/loop1.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/loop2.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/Inputs/switch.proftext [new file with mode: 0644]
test/Transforms/PGOProfile/branch1.ll [new file with mode: 0644]
test/Transforms/PGOProfile/branch2.ll [new file with mode: 0644]
test/Transforms/PGOProfile/criticaledge.ll [new file with mode: 0644]
test/Transforms/PGOProfile/diag_mismatch.ll [new file with mode: 0644]
test/Transforms/PGOProfile/diag_no_funcprofdata.ll [new file with mode: 0644]
test/Transforms/PGOProfile/diag_no_profile.ll [new file with mode: 0644]
test/Transforms/PGOProfile/landingpad.ll [new file with mode: 0644]
test/Transforms/PGOProfile/loop1.ll [new file with mode: 0644]
test/Transforms/PGOProfile/loop2.ll [new file with mode: 0644]
test/Transforms/PGOProfile/single_bb.ll [new file with mode: 0644]
test/Transforms/PGOProfile/switch.ll [new file with mode: 0644]
test/Transforms/PhaseOrdering/gdce.ll
test/Transforms/PlaceSafepoints/basic.ll
test/Transforms/PlaceSafepoints/call_gc_result.ll
test/Transforms/PlaceSafepoints/finite-loops.ll
test/Transforms/PlaceSafepoints/invokes.ll
test/Transforms/PlaceSafepoints/patchable-statepoints.ll
test/Transforms/PlaceSafepoints/statepoint-calling-conventions.ll
test/Transforms/PlaceSafepoints/statepoint-format.ll
test/Transforms/PlaceSafepoints/statepoint-frameescape.ll
test/Transforms/PruneEH/operand-bundles.ll [new file with mode: 0644]
test/Transforms/PruneEH/pr23971.ll [new file with mode: 0644]
test/Transforms/PruneEH/recursivetest.ll
test/Transforms/PruneEH/seh-nounwind.ll
test/Transforms/PruneEH/simpletest.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/fast-ReassociateVector.ll
test/Transforms/Reassociate/fast-basictest.ll
test/Transforms/Reassociate/fast-fp-commute.ll
test/Transforms/Reassociate/fast-multistep.ll
test/Transforms/Reassociate/fp-expr.ll [new file with mode: 0644]
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/reassoc-intermediate-fnegs.ll [new file with mode: 0644]
test/Transforms/Reassociate/secondary.ll
test/Transforms/Reassociate/vaarg_movable.ll [new file with mode: 0644]
test/Transforms/Reassociate/wrap-flags.ll
test/Transforms/Reassociate/xor_reassoc.ll
test/Transforms/Reg2Mem/crash.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.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.ll
test/Transforms/RewriteStatepointsForGC/base-vector.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/codegen-cond.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/constants.ll
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/basic.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/codegen-cond.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/deref-pointers.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/liveness-basics.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/patchable-statepoints.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/preprocess.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocate-invoke-result.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deopt-bundles/rewrite-invoke.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
test/Transforms/RewriteStatepointsForGC/live-vector.ll
test/Transforms/RewriteStatepointsForGC/preprocess.ll
test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/RewriteStatepointsForGC/rematerialize-derived-pointers.ll
test/Transforms/SCCP/2003-08-26-InvokeHandling.ll
test/Transforms/SCCP/2004-11-16-DeadInvoke.ll
test/Transforms/SCCP/2007-05-16-InvokeCrash.ll
test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll
test/Transforms/SCCP/crash.ll
test/Transforms/SCCP/global-alias-constprop.ll [new file with mode: 0644]
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SLPVectorizer/AArch64/commute.ll
test/Transforms/SLPVectorizer/AArch64/horizontal.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/nontemporal.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/R600/lit.local.cfg [deleted file]
test/Transforms/SLPVectorizer/R600/simplebb.ll [deleted file]
test/Transforms/SLPVectorizer/X86/bad_types.ll
test/Transforms/SLPVectorizer/X86/commutativity.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/cse.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/gep.ll
test/Transforms/SLPVectorizer/X86/horizontal.ll
test/Transforms/SLPVectorizer/X86/loopinvariant.ll
test/Transforms/SLPVectorizer/X86/ordering.ll
test/Transforms/SLPVectorizer/X86/phi_landingpad.ll
test/Transforms/SLPVectorizer/X86/pr19657.ll
test/Transforms/SLPVectorizer/X86/pr23510.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/schedule_budget.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/tiny-tree.ll
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/big-endian.ll
test/Transforms/SROA/fca.ll
test/Transforms/SROA/phi-and-select.ll
test/Transforms/SafeStack/AArch64/abi.ll [new file with mode: 0644]
test/Transforms/SafeStack/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/SafeStack/ARM/abi.ll [new file with mode: 0644]
test/Transforms/SafeStack/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/SafeStack/ARM/setjmp.ll [new file with mode: 0644]
test/Transforms/SafeStack/X86/abi.ll [new file with mode: 0644]
test/Transforms/SafeStack/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/SafeStack/array.ll
test/Transforms/SafeStack/byval.ll [new file with mode: 0644]
test/Transforms/SafeStack/call.ll
test/Transforms/SafeStack/cast.ll
test/Transforms/SafeStack/debug-loc.ll [new file with mode: 0644]
test/Transforms/SafeStack/escape-gep-invoke.ll
test/Transforms/SafeStack/invoke.ll
test/Transforms/SafeStack/no-attr.ll
test/Transforms/SafeStack/ret.ll [new file with mode: 0644]
test/Transforms/SafeStack/setjmp2.ll
test/Transforms/SafeStack/store.ll [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_discriminator_value.prof
test/Transforms/SampleProfile/Inputs/bad_fn_header.prof
test/Transforms/SampleProfile/Inputs/bad_mangle.prof
test/Transforms/SampleProfile/Inputs/bad_sample_line.prof
test/Transforms/SampleProfile/Inputs/bad_samples.prof
test/Transforms/SampleProfile/Inputs/branch.prof
test/Transforms/SampleProfile/Inputs/calls.prof
test/Transforms/SampleProfile/Inputs/cov-zero-samples.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/coverage-warning.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/discriminator.prof
test/Transforms/SampleProfile/Inputs/entry_counts.prof
test/Transforms/SampleProfile/Inputs/fnptr.binprof
test/Transforms/SampleProfile/Inputs/fnptr.prof
test/Transforms/SampleProfile/Inputs/gcc-simple.afdo [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/inline-coverage.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/inline-hint.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/inline.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/nolocinfo.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/offset.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/propagate.prof
test/Transforms/SampleProfile/Inputs/remarks.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/syntax.prof
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/cov-zero-samples.ll [new file with mode: 0644]
test/Transforms/SampleProfile/coverage-warning.ll [new file with mode: 0644]
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/entry_counts.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/gcc-simple.ll [new file with mode: 0644]
test/Transforms/SampleProfile/inline-coverage.ll [new file with mode: 0644]
test/Transforms/SampleProfile/inline-hint.ll [new file with mode: 0644]
test/Transforms/SampleProfile/inline.ll [new file with mode: 0644]
test/Transforms/SampleProfile/nolocinfo.ll [new file with mode: 0644]
test/Transforms/SampleProfile/offset.ll [new file with mode: 0644]
test/Transforms/SampleProfile/propagate.ll
test/Transforms/SampleProfile/remarks.ll [new file with mode: 0644]
test/Transforms/SampleProfile/syntax.ll
test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/Scalarizer/cache-bug.ll [new file with mode: 0644]
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/Scalarizer/store-bug.ll [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/value-tracking-domtree.ll
test/Transforms/SeparateConstOffsetFromGEP/R600/lit.local.cfg [deleted file]
test/Transforms/SeparateConstOffsetFromGEP/R600/split-gep-and-gvn-addrspace-addressing-modes.ll [deleted file]
test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll
test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll
test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll
test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll
test/Transforms/SimplifyCFG/AArch64/cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/AMDGPU/cttz-ctlz.ll [moved from test/Transforms/SimplifyCFG/R600/cttz-ctlz.ll with 100% similarity]
test/Transforms/SimplifyCFG/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/ARM/cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/Mips/cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/Mips/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/PR25267.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/R600/lit.local.cfg [deleted file]
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/X86/speculate-cttz-ctlz.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/duplicate-landingpad.ll
test/Transforms/SimplifyCFG/empty-cleanuppad.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/implied-cond.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/invoke.ll
test/Transforms/SimplifyCFG/invoke_unwind.ll
test/Transforms/SimplifyCFG/merge-cond-stores-2.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/merge-cond-stores.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/no_speculative_loads_with_asan.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/preserve-load-metadata-2.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/preserve-load-metadata-3.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/preserve-load-metadata.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/preserve-make-implicit-on-switch-to-br.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/seh-nounwind.ll
test/Transforms/SimplifyCFG/speculate-math.ll
test/Transforms/SimplifyCFG/statepoint-invoke-unwind.ll
test/Transforms/SimplifyCFG/switch-dead-default.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/wineh-unreachable.ll [new file with mode: 0644]
test/Transforms/Sink/catchswitch.ll [new file with mode: 0644]
test/Transforms/Sink/landingpad.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/AMDGPU/pr23975.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/NVPTX/speculative-slsr.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/R600/lit.local.cfg [deleted file]
test/Transforms/StraightLineStrengthReduce/R600/reassociate-geps-and-slsr-addrspace.ll [deleted file]
test/Transforms/StripDeadPrototypes/basic.ll [new file with mode: 0644]
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/nested-loop-order.ll
test/Transforms/TailCallElim/basic.ll
test/Transforms/TailCallElim/notail.ll [new file with mode: 0644]
test/Transforms/Util/lowerswitch.ll
test/Transforms/Util/simplify-dbg-declare-load.ll [new file with mode: 0644]
test/Verifier/alias.ll
test/Verifier/align-md.ll [new file with mode: 0644]
test/Verifier/atomics.ll [new file with mode: 0644]
test/Verifier/bitcast-alias-address-space.ll
test/Verifier/comdat-decl1.ll [new file with mode: 0644]
test/Verifier/comdat-decl2.ll [new file with mode: 0644]
test/Verifier/dbg-null-retained-type.ll [new file with mode: 0644]
test/Verifier/dbg-typerefs.ll
test/Verifier/dbg.ll
test/Verifier/dereferenceable-md.ll [new file with mode: 0644]
test/Verifier/dominates.ll
test/Verifier/frameescape.ll
test/Verifier/func-dbg.ll [new file with mode: 0644]
test/Verifier/invalid-eh.ll [new file with mode: 0644]
test/Verifier/invalid-patchable-statepoint.ll [deleted file]
test/Verifier/invoke.ll
test/Verifier/llvm.dbg.declare-address.ll
test/Verifier/llvm.dbg.declare-expression.ll
test/Verifier/llvm.dbg.declare-variable.ll
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll
test/Verifier/llvm.dbg.value-expression.ll
test/Verifier/llvm.dbg.value-value.ll
test/Verifier/llvm.dbg.value-variable.ll
test/Verifier/metadata-function-dbg.ll [new file with mode: 0644]
test/Verifier/operand-bundles.ll [new file with mode: 0644]
test/Verifier/range-2.ll
test/Verifier/statepoint.ll
test/Verifier/token1.ll [new file with mode: 0644]
test/Verifier/token2.ll [new file with mode: 0644]
test/Verifier/token3.ll [new file with mode: 0644]
test/Verifier/token4.ll [new file with mode: 0644]
test/Verifier/token5.ll [new file with mode: 0644]
test/Verifier/token6.ll [new file with mode: 0644]
test/Verifier/token7.ll [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg
test/lit.site.cfg.in
test/tools/dsymutil/ARM/dummy-debug-map-amr64.map [new file with mode: 0644]
test/tools/dsymutil/ARM/empty-map.test [new file with mode: 0644]
test/tools/dsymutil/ARM/fat-arch-name.test [new file with mode: 0644]
test/tools/dsymutil/ARM/fat-arch-not-found.test [new file with mode: 0644]
test/tools/dsymutil/ARM/inlined-low_pc.c [new file with mode: 0644]
test/tools/dsymutil/ARM/lit.local.cfg [new file with mode: 0644]
test/tools/dsymutil/Inputs/absolute_sym.macho.i386 [new file with mode: 0755]
test/tools/dsymutil/Inputs/absolute_sym.macho.i386.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic.macho.i386 [new file with mode: 0755]
test/tools/dsymutil/Inputs/basic2-custom-linetable.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic2.c
test/tools/dsymutil/Inputs/dead-stripped/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/empty_range/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/fat-test.arm.dylib [new file with mode: 0755]
test/tools/dsymutil/Inputs/fat-test.arm.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/fat-test.c [new file with mode: 0644]
test/tools/dsymutil/Inputs/fat-test.dylib [new file with mode: 0755]
test/tools/dsymutil/Inputs/fat-test.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/frame-dw2.ll
test/tools/dsymutil/Inputs/frame-dw4.ll
test/tools/dsymutil/Inputs/inlined-low_pc/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/libfat-test.a [new file with mode: 0644]
test/tools/dsymutil/Inputs/mismatch/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/mismatch/mismatch.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/Bar.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/Foo.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-anon-namespace/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-anon-namespace/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-member-functions/3.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-uniquing/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/odr-uniquing/2.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/submodules/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/submodules/Parent.pcm [new file with mode: 0644]
test/tools/dsymutil/X86/basic-linking-bundle.test [new file with mode: 0644]
test/tools/dsymutil/X86/basic-linking-x86.test
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test
test/tools/dsymutil/X86/basic-lto-linking-x86.test
test/tools/dsymutil/X86/custom-line-table.test [new file with mode: 0644]
test/tools/dsymutil/X86/dead-stripped.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/dsym-companion.test [new file with mode: 0644]
test/tools/dsymutil/X86/dummy-debug-map.map [new file with mode: 0644]
test/tools/dsymutil/X86/empty_range.s [new file with mode: 0644]
test/tools/dsymutil/X86/fat-archive-input-i386.test [new file with mode: 0644]
test/tools/dsymutil/X86/fat-object-input-x86_64.test [new file with mode: 0644]
test/tools/dsymutil/X86/fat-object-input-x86_64h.test [new file with mode: 0644]
test/tools/dsymutil/X86/frame-1.test
test/tools/dsymutil/X86/frame-2.test
test/tools/dsymutil/X86/lit.local.cfg
test/tools/dsymutil/X86/mismatch.m [new file with mode: 0644]
test/tools/dsymutil/X86/modules.m [new file with mode: 0644]
test/tools/dsymutil/X86/multiple-inputs.test [new file with mode: 0644]
test/tools/dsymutil/X86/odr-anon-namespace.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-member-functions.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/odr-uniquing.cpp [new file with mode: 0644]
test/tools/dsymutil/X86/submodules.m [new file with mode: 0644]
test/tools/dsymutil/absolute_symbol.test [new file with mode: 0644]
test/tools/dsymutil/arch-option.test [new file with mode: 0644]
test/tools/dsymutil/archive-timestamp.test [new file with mode: 0644]
test/tools/dsymutil/basic-linking.test
test/tools/dsymutil/debug-map-parsing.test
test/tools/dsymutil/dump-symtab.test [new file with mode: 0644]
test/tools/dsymutil/fat-binary-output.test [new file with mode: 0644]
test/tools/dsymutil/yaml-object-address-rewrite.test
test/tools/gold/Inputs/comdat.ll [deleted file]
test/tools/gold/Inputs/linkonce-weak.ll [deleted file]
test/tools/gold/PowerPC/lit.local.cfg [new file with mode: 0644]
test/tools/gold/PowerPC/mtriple.ll [moved from test/tools/gold/mtriple.ll with 100% similarity]
test/tools/gold/X86/Inputs/alias-1.ll [moved from test/tools/gold/Inputs/alias-1.ll with 100% similarity]
test/tools/gold/X86/Inputs/available-externally.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/bcsection.s [moved from test/tools/gold/Inputs/bcsection.s with 100% similarity]
test/tools/gold/X86/Inputs/comdat.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/comdat2.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/common.ll [moved from test/tools/gold/Inputs/common.ll with 100% similarity]
test/tools/gold/X86/Inputs/ctors2.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/drop-debug.bc [moved from test/tools/gold/Inputs/drop-debug.bc with 100% similarity]
test/tools/gold/X86/Inputs/drop-linkage.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/invalid.bc [moved from test/tools/gold/Inputs/invalid.bc with 100% similarity]
test/tools/gold/X86/Inputs/linker-script.export [moved from test/tools/gold/Inputs/linker-script.export with 100% similarity]
test/tools/gold/X86/Inputs/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/pr19901-1.ll [moved from test/tools/gold/Inputs/pr19901-1.ll with 100% similarity]
test/tools/gold/X86/Inputs/resolve-to-alias.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/thinlto.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/type-merge.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/type-merge2.ll [new file with mode: 0644]
test/tools/gold/X86/Inputs/weak.ll [moved from test/tools/gold/Inputs/weak.ll with 100% similarity]
test/tools/gold/X86/alias.ll [new file with mode: 0644]
test/tools/gold/X86/alias2.ll [new file with mode: 0644]
test/tools/gold/X86/available-externally.ll [new file with mode: 0644]
test/tools/gold/X86/bad-alias.ll [new file with mode: 0644]
test/tools/gold/X86/bcsection.ll [new file with mode: 0644]
test/tools/gold/X86/coff.ll [moved from test/tools/gold/coff.ll with 100% similarity]
test/tools/gold/X86/comdat.ll [new file with mode: 0644]
test/tools/gold/X86/comdat2.ll [new file with mode: 0644]
test/tools/gold/X86/common.ll [moved from test/tools/gold/common.ll with 100% similarity]
test/tools/gold/X86/ctors.ll [new file with mode: 0644]
test/tools/gold/X86/ctors2.ll [new file with mode: 0644]
test/tools/gold/X86/disable-verify.ll [new file with mode: 0644]
test/tools/gold/X86/drop-debug.ll [moved from test/tools/gold/drop-debug.ll with 100% similarity]
test/tools/gold/X86/drop-linkage.ll [new file with mode: 0644]
test/tools/gold/X86/emit-llvm.ll [new file with mode: 0644]
test/tools/gold/X86/invalid.ll [moved from test/tools/gold/invalid.ll with 100% similarity]
test/tools/gold/X86/linker-script.ll [moved from test/tools/gold/linker-script.ll with 100% similarity]
test/tools/gold/X86/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/X86/lit.local.cfg [new file with mode: 0644]
test/tools/gold/X86/no-map-whole-file.ll [moved from test/tools/gold/no-map-whole-file.ll with 100% similarity]
test/tools/gold/X86/opt-level.ll [moved from test/tools/gold/opt-level.ll with 100% similarity]
test/tools/gold/X86/parallel.ll [new file with mode: 0644]
test/tools/gold/X86/pr19901.ll [moved from test/tools/gold/pr19901.ll with 100% similarity]
test/tools/gold/X86/pr25907.ll [new file with mode: 0644]
test/tools/gold/X86/pr25915.ll [new file with mode: 0644]
test/tools/gold/X86/remarks.ll [new file with mode: 0644]
test/tools/gold/X86/resolve-to-alias.ll [new file with mode: 0644]
test/tools/gold/X86/slp-vectorize.ll [new file with mode: 0644]
test/tools/gold/X86/stats.ll [moved from test/tools/gold/stats.ll with 100% similarity]
test/tools/gold/X86/thinlto.ll [new file with mode: 0644]
test/tools/gold/X86/type-merge.ll [new file with mode: 0644]
test/tools/gold/X86/type-merge2.ll [new file with mode: 0644]
test/tools/gold/X86/unnamed-addr.ll [new file with mode: 0644]
test/tools/gold/X86/vectorize.ll [moved from test/tools/gold/vectorize.ll with 100% similarity]
test/tools/gold/X86/weak.ll [moved from test/tools/gold/weak.ll with 100% similarity]
test/tools/gold/alias.ll [deleted file]
test/tools/gold/bad-alias.ll [deleted file]
test/tools/gold/bcsection.ll [deleted file]
test/tools/gold/comdat.ll [deleted file]
test/tools/gold/emit-llvm.ll [deleted file]
test/tools/gold/linkonce-weak.ll [deleted file]
test/tools/gold/lit.local.cfg [deleted file]
test/tools/gold/remarks.ll [deleted file]
test/tools/gold/slp-vectorize.ll [deleted file]
test/tools/llvm-cxxdump/X86/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-cxxdump/X86/sym-size.s [new file with mode: 0644]
test/tools/llvm-cxxdump/trivial.test
test/tools/llvm-dwp/Inputs/simple/notypes/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/simple/notypes/b.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/simple/types/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/simple/types/b.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/type_dedup/a.dwo [new file with mode: 0644]
test/tools/llvm-dwp/Inputs/type_dedup/b.dwo [new file with mode: 0644]
test/tools/llvm-dwp/X86/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-dwp/X86/simple.test [new file with mode: 0644]
test/tools/llvm-dwp/X86/type_dedup.test [new file with mode: 0644]
test/tools/llvm-lto/Inputs/thinlto.ll [new file with mode: 0644]
test/tools/llvm-lto/thinlto.ll [new file with mode: 0644]
test/tools/llvm-mc/basic.test [new file with mode: 0644]
test/tools/llvm-mc/fatal_warnings.test [new file with mode: 0644]
test/tools/llvm-mc/line_end_with_space.test
test/tools/llvm-mc/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-mc/no_warnings.test [new file with mode: 0644]
test/tools/llvm-nm/X86/IRobj.test [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/hello.obj.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/Inputs/test.IRobj-x86_64 [new file with mode: 0644]
test/tools/llvm-nm/X86/externalonly.test [new file with mode: 0644]
test/tools/llvm-nm/X86/groupingflags.test [new file with mode: 0644]
test/tools/llvm-nm/X86/posixMachO.test [new file with mode: 0644]
test/tools/llvm-nm/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/elf-aarch64-mapping-symbols.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-arm-and-thumb.test
test/tools/llvm-objdump/Inputs/eh_frame.macho-arm64 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/libbogus1.a [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/libbogus2.a [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/libbogus3.a [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/section-filter.obj [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/disassemble-data.obj [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/disassemble.dll.coff-i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/internal.exe.coff-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/00000031.a [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0001.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0006.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0010.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0040.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0080.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0261.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0337.macho [new file with mode: 0644]
test/tools/llvm-objdump/X86/coff-dis-internal.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/coff-disassemble-export.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/disassemble-data.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-symbol-table.test
test/tools/llvm-objdump/X86/malformed-machos.test [new file with mode: 0644]
test/tools/llvm-objdump/eh_frame-arm64.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-sections.test
test/tools/llvm-objdump/malformed-archives.test [new file with mode: 0644]
test/tools/llvm-objdump/section-filter.test [new file with mode: 0644]
test/tools/llvm-pdbdump/regex-filter.test
test/tools/llvm-profdata/Inputs/basic.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/c-general.profraw
test/tools/llvm-profdata/Inputs/compat.profdata.v2 [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/gcc-sample-profile.gcov [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/inline-samples.afdo [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/overflow-instr.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/overflow-sample.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/sample-profile.proftext
test/tools/llvm-profdata/Inputs/text-format-errors.text.bin [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/vp-malform.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/vp-malform2.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/vp-truncate.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/weight-instr-bar.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/weight-instr-foo.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/weight-sample-bar.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/weight-sample-foo.proftext [new file with mode: 0644]
test/tools/llvm-profdata/c-general.test
test/tools/llvm-profdata/compat.proftext
test/tools/llvm-profdata/count-mismatch.proftext
test/tools/llvm-profdata/gcc-gcov-sample-profile.test [new file with mode: 0644]
test/tools/llvm-profdata/inline-samples.test [new file with mode: 0644]
test/tools/llvm-profdata/overflow-instr.test [new file with mode: 0644]
test/tools/llvm-profdata/overflow-sample.test [new file with mode: 0644]
test/tools/llvm-profdata/overflow.proftext [deleted file]
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-magic-but-no-header.test
test/tools/llvm-profdata/raw-two-profiles.test
test/tools/llvm-profdata/sample-profile-basic.test
test/tools/llvm-profdata/text-dump.test [new file with mode: 0644]
test/tools/llvm-profdata/text-format-errors.test
test/tools/llvm-profdata/value-prof.proftext [new file with mode: 0644]
test/tools/llvm-profdata/weight-instr.test [new file with mode: 0644]
test/tools/llvm-profdata/weight-sample.test [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-4.s
test/tools/llvm-readobj/Inputs/gnuhash.so.elf-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/gnuhash.so.elf-ppc [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/gnuhash.so.elf-ppc64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/gnuhash.so.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/got-plt.exe.elf-mipsel [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/mips-rld-map-rel.elf-mipsel [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/reginfo.obj.elf-mipsel [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/verdef.elf-x86-64 [new file with mode: 0755]
test/tools/llvm-readobj/amdgpu-elf-defs.test [new file with mode: 0644]
test/tools/llvm-readobj/basic.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-linetables.test
test/tools/llvm-readobj/elf-gnuhash.test [new file with mode: 0644]
test/tools/llvm-readobj/elf-versioninfo.test [new file with mode: 0644]
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/mips-plt.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-reginfo.test [new file with mode: 0644]
test/tools/llvm-readobj/mips-rld-map-rel.test [new file with mode: 0644]
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-readobj/sections.test
test/tools/llvm-size/basic.test [new file with mode: 0644]
test/tools/llvm-split/alias.ll [new file with mode: 0644]
test/tools/llvm-split/comdat.ll [new file with mode: 0644]
test/tools/llvm-split/function.ll [new file with mode: 0644]
test/tools/llvm-split/global.ll [new file with mode: 0644]
test/tools/llvm-split/internal.ll [new file with mode: 0644]
test/tools/llvm-split/unnamed.ll [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/addr.exe [new file with mode: 0755]
test/tools/llvm-symbolizer/Inputs/addr.inp [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/coff-dwarf.cpp [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/coff-dwarf.exe [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/coff-exports.cpp [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/coff-exports.exe [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/fat.c [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/fat.o [new file with mode: 0644]
test/tools/llvm-symbolizer/coff-dwarf.test [new file with mode: 0644]
test/tools/llvm-symbolizer/coff-exports.test [new file with mode: 0644]
test/tools/llvm-symbolizer/fat.test [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.exe.input [deleted file]
test/tools/llvm-symbolizer/pdb/Inputs/test.pdb
test/tools/llvm-symbolizer/pdb/pdb.test
test/tools/llvm-symbolizer/sym.test [new file with mode: 0644]
test/tools/lto/opt-level.ll
test/tools/sancov/Inputs/blacklist.txt [new file with mode: 0644]
test/tools/sancov/Inputs/foo.cpp [new file with mode: 0644]
test/tools/sancov/Inputs/test-linux_x86_64 [new file with mode: 0755]
test/tools/sancov/Inputs/test-linux_x86_64-1.sancov [new file with mode: 0644]
test/tools/sancov/Inputs/test-linux_x86_64.sancov [new file with mode: 0644]
test/tools/sancov/Inputs/test.cpp [new file with mode: 0644]
test/tools/sancov/blacklist.test [new file with mode: 0644]
test/tools/sancov/covered_functions.test [new file with mode: 0644]
test/tools/sancov/not_covered_functions.test [new file with mode: 0644]
test/tools/sancov/print.test [new file with mode: 0644]
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint-passes/Android.mk
tools/bugpoint-passes/TestPasses.cpp
tools/bugpoint/Android.mk
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CMakeLists.txt
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/ListReducer.h
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/dsymutil/Android.mk
tools/dsymutil/BinaryHolder.cpp
tools/dsymutil/BinaryHolder.h
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/MachOUtils.cpp [new file with mode: 0644]
tools/dsymutil/MachOUtils.h [new file with mode: 0644]
tools/dsymutil/NonRelocatableStringpool.h [new file with mode: 0644]
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h
tools/gold/Android.mk
tools/gold/gold-plugin.cpp
tools/llc/Android.mk
tools/llc/CMakeLists.txt
tools/llc/LLVMBuild.txt
tools/llc/Makefile
tools/llc/llc.cpp
tools/lli/Android.mk
tools/lli/OrcLazyJIT.cpp
tools/lli/OrcLazyJIT.h
tools/lli/RemoteTarget.cpp
tools/lli/lli.cpp
tools/llvm-ar/Android.mk
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/install_symlink.cmake [deleted file]
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-as-fuzzer/llvm-as-fuzzer.cpp [new file with mode: 0644]
tools/llvm-as/Android.mk
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/Android.mk
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/llvm-c-test.h
tools/llvm-c-test/main.c
tools/llvm-c-test/module.c
tools/llvm-c-test/object.c
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/CMakeLists.txt
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageViewOptions.h
tools/llvm-cov/gcov.cpp
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-diff/Android.mk
tools/llvm-diff/DiffLog.cpp
tools/llvm-diff/DiffLog.h
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-dis/Android.mk
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-dwp/Android.mk [new file with mode: 0644]
tools/llvm-dwp/CMakeLists.txt [new file with mode: 0644]
tools/llvm-dwp/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-dwp/Makefile [new file with mode: 0644]
tools/llvm-dwp/llvm-dwp.cpp [new file with mode: 0644]
tools/llvm-extract/Android.mk
tools/llvm-extract/llvm-extract.cpp
tools/llvm-go/llvm-go.go
tools/llvm-jitlistener/CMakeLists.txt
tools/llvm-link/Android.mk
tools/llvm-link/CMakeLists.txt
tools/llvm-link/LLVMBuild.txt
tools/llvm-link/Makefile
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/Android.mk
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/LLVMBuild.txt
tools/llvm-lto/Makefile
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc-fuzzer/CMakeLists.txt [new file with mode: 0644]
tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp [new file with mode: 0644]
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/Android.mk
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/ELFDump.cpp
tools/llvm-objdump/MachODump.cpp
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/LinePrinter.cpp
tools/llvm-pdbdump/LinePrinter.h
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-pdbdump/llvm-pdbdump.h
tools/llvm-profdata/Android.mk
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ARMAttributeParser.cpp
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/Android.mk
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/COFFImportDumper.cpp [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StackMapPrinter.h [new file with mode: 0644]
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/Win64EHDumper.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-size/llvm-size.cpp
tools/llvm-split/Android.mk [new file with mode: 0644]
tools/llvm-split/CMakeLists.txt [new file with mode: 0644]
tools/llvm-split/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-split/Makefile [new file with mode: 0644]
tools/llvm-split/llvm-split.cpp [new file with mode: 0644]
tools/llvm-stress/CMakeLists.txt
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/Android.mk
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/LLVMSymbolize.cpp [deleted file]
tools/llvm-symbolizer/LLVMSymbolize.h [deleted file]
tools/llvm-symbolizer/Makefile
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/Android.mk
tools/lto/CMakeLists.txt
tools/lto/lto.cpp
tools/lto/lto.exports
tools/macho-dump/Android.mk [deleted file]
tools/macho-dump/CMakeLists.txt [deleted file]
tools/macho-dump/LLVMBuild.txt [deleted file]
tools/macho-dump/Makefile [deleted file]
tools/macho-dump/macho-dump.cpp [deleted file]
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/opt/Android.mk
tools/opt/CMakeLists.txt
tools/opt/opt.cpp
tools/sancov/Android.mk [new file with mode: 0644]
tools/sancov/CMakeLists.txt [new file with mode: 0644]
tools/sancov/Makefile [new file with mode: 0644]
tools/sancov/sancov.cc [new file with mode: 0644]
tools/verify-uselistorder/Android.mk
tools/verify-uselistorder/verify-uselistorder.cpp
tools/xcode-toolchain/CMakeLists.txt [new file with mode: 0644]
tools/yaml2obj/yaml2elf.cpp
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/APSIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/BitVectorTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/FoldingSet.cpp
unittests/ADT/OptionalTest.cpp
unittests/ADT/PackedVectorTest.cpp
unittests/ADT/RangeAdapterTest.cpp [new file with mode: 0644]
unittests/ADT/SmallStringTest.cpp
unittests/ADT/SparseBitVectorTest.cpp
unittests/ADT/StringRefTest.cpp
unittests/ADT/TripleTest.cpp
unittests/ADT/ilistTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/Makefile
unittests/Analysis/MixedTBAATest.cpp
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/Analysis/ValueTrackingTest.cpp [new file with mode: 0644]
unittests/AsmParser/AsmParserTest.cpp
unittests/Bitcode/BitReaderTest.cpp
unittests/CodeGen/DIEHashTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/Orc/CMakeLists.txt
unittests/ExecutionEngine/Orc/CompileOnDemandLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/GlobalMappingLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/IndirectionUtilsTest.cpp
unittests/ExecutionEngine/Orc/ObjectLinkingLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/ObjectTransformLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/OrcCAPITest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/OrcTestCommon.cpp
unittests/ExecutionEngine/Orc/OrcTestCommon.h
unittests/IR/CMakeLists.txt
unittests/IR/ConstantRangeTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/Makefile
unittests/IR/MetadataTest.cpp
unittests/IR/TypesTest.cpp
unittests/IR/ValueHandleTest.cpp
unittests/IR/ValueTest.cpp
unittests/IR/VerifierTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/MC/StringTableBuilderTest.cpp
unittests/Option/OptionParsingTest.cpp
unittests/ProfileData/CMakeLists.txt
unittests/ProfileData/CoverageMappingTest.cpp
unittests/ProfileData/InstrProfTest.cpp
unittests/ProfileData/SampleProfTest.cpp [new file with mode: 0644]
unittests/Support/AllocatorTest.cpp
unittests/Support/BlockFrequencyTest.cpp
unittests/Support/BranchProbabilityTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CommandLineTest.cpp
unittests/Support/EndianTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/MathExtrasTest.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/ReplaceFileTest.cpp [new file with mode: 0644]
unittests/Support/StreamingMemoryObject.cpp
unittests/Support/ThreadPool.cpp [new file with mode: 0644]
unittests/Support/TrailingObjectsTest.cpp [new file with mode: 0644]
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/IntegerDivision.cpp
unittests/Transforms/Utils/Local.cpp
unittests/Transforms/Utils/ValueMapperTest.cpp
utils/FileCheck/FileCheck.cpp
utils/PerfectShuffle/PerfectShuffle.cpp
utils/TableGen/Android.mk
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/Attributes.cpp [new file with mode: 0644]
utils/TableGen/CMakeLists.txt
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DFAPacketizerEmitter.cpp
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/OptParserEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86RecognizableInstr.cpp
utils/emacs/README
utils/emacs/llvm-mode.el
utils/jedit/README
utils/kate/README
utils/lit/lit/Test.py
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/main.py
utils/lit/lit/util.py
utils/lit/tests/discovery.py
utils/llvm-build/llvmbuild/main.py
utils/release/build_llvm_package.bat [new file with mode: 0755]
utils/release/export.sh
utils/release/merge.sh
utils/release/tag.sh
utils/release/test-release.sh
utils/schedcover.py [new file with mode: 0644]
utils/shuffle_fuzz.py
utils/unittest/UnitTestMain/TestMain.cpp
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/src/gtest-internal-inl.h
utils/update_llc_test_checks.py
utils/vim/README
utils/vim/ftplugin/llvm.vim
utils/vim/syntax/llvm.vim