OSDN Git Service

Update aosp/master llvm for rebase to r233350
authorPirama Arumuga Nainar <pirama@google.com>
Wed, 8 Apr 2015 15:55:49 +0000 (08:55 -0700)
committerPirama Arumuga Nainar <pirama@google.com>
Thu, 9 Apr 2015 22:04:38 +0000 (15:04 -0700)
commit4c5e43da7792f75567b693105cc53e3f1992ad98
tree1b2c9792582e12f5af0b1512e3094425f0dc0df9
parentc75239e6119d0f9a74c57099d91cbc9bde56bf33
Update aosp/master llvm for rebase to r233350

Change-Id: I07d935f8793ee8ec6b7da003f6483046594bca49
6817 files changed:
.gitignore
Android.mk
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
Makefile.rules
autoconf/configure.ac
autoconf/m4/func_isinf.m4 [deleted file]
autoconf/m4/func_isnan.m4 [deleted file]
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/IRBindings.cpp
bindings/go/llvm/dibuilder.go
bindings/go/llvm/linker.go
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/CheckAtomic.cmake
cmake/modules/CrossCompile.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/HandleLLVMStdlib.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/TableGen.cmake
cmake/platforms/iOS.cmake
configure
docs/BuildingLLVMWithAutotools.rst [new file with mode: 0644]
docs/CMake.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/llvm-cov.rst
docs/CommandGuide/llvm-profdata.rst
docs/DeveloperPolicy.rst
docs/ExceptionHandling.rst
docs/Frontend/PerformanceTips.rst [new file with mode: 0644]
docs/GetElementPtr.rst
docs/GettingStarted.rst
docs/LangRef.rst
docs/Makefile
docs/MergeFunctions.rst
docs/ProgrammersManual.rst
docs/ReleaseNotes.rst
docs/SourceLevelDebugging.rst
docs/doxygen.cfg.in
docs/doxygen.css [deleted file]
docs/doxygen.footer [deleted file]
docs/doxygen.header [deleted file]
docs/index.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/OCamlLangImpl3.rst
examples/ExceptionDemo/CMakeLists.txt
examples/ExceptionDemo/ExceptionDemo.cpp
examples/HowToUseJIT/HowToUseJIT.cpp
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/toy.cpp
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/ParallelJIT/ParallelJIT.cpp
include/llvm-c/Linker.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DeltaAlgorithm.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EpochTracker.h [new file with mode: 0644]
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/IndexedMap.h
include/llvm/ADT/IntervalMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/ConstantsScanner.h [deleted file]
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DominanceFrontierImpl.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LibCallSemantics.h
include/llvm/Analysis/Loads.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/RegionIterator.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/TargetFolder.h
include/llvm/Analysis/TargetLibraryInfo.def [new file with mode: 0644]
include/llvm/Analysis/TargetLibraryInfo.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/DIE.h
include/llvm/CodeGen/ForwardControlFlowIntegrity.h [deleted file]
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/JumpInstrTables.h [deleted file]
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/StackMapLivenessAnalysis.h [deleted file]
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/ValueTypes.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/DWARF/DWARFAbbreviationDeclaration.h
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
include/llvm/DebugInfo/DWARF/DWARFFormValue.h
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
include/llvm/DebugInfo/PDB/DIA/DIASession.h
include/llvm/DebugInfo/PDB/PDB.h
include/llvm/DebugInfo/PDB/PDBExtras.h
include/llvm/DebugInfo/PDB/PDBSymDumper.h
include/llvm/DebugInfo/PDB/PDBSymbol.h
include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
include/llvm/DebugInfo/PDB/PDBSymbolData.h
include/llvm/DebugInfo/PDB/PDBSymbolExe.h
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITSymbolFlags.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/JITSymbol.h
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CFG.h
include/llvm/IR/CallSite.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DebugLoc.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstIterator.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/Metadata.def
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/NoFolder.h
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PassManagerInternal.h
include/llvm/IR/Value.h
include/llvm/IR/Verifier.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCExpr.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/MCAsmLexer.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/Object/Archive.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/SymbolicFile.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptSpecifier.h
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/Passes/PassBuilder.h [moved from tools/opt/Passes.h with 91% similarity]
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/CoverageMappingReader.h
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compression.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DataExtractor.h
include/llvm/Support/Debug.h
include/llvm/Support/Dwarf.def
include/llvm/Support/ELF.h
include/llvm/Support/Endian.h
include/llvm/Support/FileUtilities.h
include/llvm/Support/Format.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/Program.h
include/llvm/Support/Regex.h
include/llvm/Support/Signals.h
include/llvm/Support/StreamingMemoryObject.h
include/llvm/Support/StringPool.h
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/Timer.h
include/llvm/Support/UnicodeCharRanges.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO/LowerBitSets.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisCounter.cpp
lib/Analysis/AliasDebugger.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFLAliasAnalysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/JumpInstrTableInfo.cpp [deleted file]
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/LibCallAliasAnalysis.cpp
lib/Analysis/LibCallSemantics.cpp
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MemDerefPrinter.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/ModuleDebugInfoPrinter.cpp
lib/Analysis/NoAliasAnalysis.cpp
lib/Analysis/PHITransAddr.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScopedNoAliasAA.cpp
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h [deleted file]
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CMakeLists.txt
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AsmPrinter/ARMException.cpp
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/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
lib/CodeGen/AsmPrinter/DwarfExpression.h
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/Win64Exception.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ForwardControlFlowIntegrity.cpp [deleted file]
lib/CodeGen/IfConversion.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/JumpInstrTables.cpp [deleted file]
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LivePhysRegs.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineLoopInfo.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PrologEpilogInserter.h [deleted file]
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShadowStackGCLowering.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
lib/DebugInfo/DWARF/DWARFFormValue.cpp
lib/DebugInfo/PDB/CMakeLists.txt
lib/DebugInfo/PDB/DIA/DIASession.cpp
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBExtras.cpp
lib/DebugInfo/PDB/PDBSymDumper.cpp
lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp
lib/DebugInfo/PDB/PDBSymbolBlock.cpp
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp
lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp
lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
lib/DebugInfo/PDB/PDBSymbolCustom.cpp
lib/DebugInfo/PDB/PDBSymbolData.cpp
lib/DebugInfo/PDB/PDBSymbolExe.cpp
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp
lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp
lib/DebugInfo/PDB/PDBSymbolLabel.cpp
lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp
lib/DebugInfo/PDB/PDBSymbolThunk.cpp
lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp
lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp
lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp
lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp
lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp
lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp
lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp
lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp
lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp
lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp
lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp
lib/DebugInfo/PDB/PDBSymbolUnknown.cpp
lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/Interpreter/CMakeLists.txt
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
lib/ExecutionEngine/RuntimeDyld/Android.mk
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h [new file with mode: 0644]
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CounterTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test
lib/IR/AsmWriter.cpp
lib/IR/AsmWriter.h [deleted file]
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/ConstantFold.cpp
lib/IR/ConstantRange.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/Mangler.cpp
lib/IR/Module.cpp
lib/IR/TypeFinder.cpp
lib/IR/Value.cpp
lib/IR/Verifier.cpp
lib/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/Linker/LinkModules.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCLinkerOptimizationHint.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/DarwinAsmParser.cpp
lib/MC/MCSection.cpp
lib/MC/MCSectionMachO.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCWinEH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Makefile
lib/Object/Archive.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/ELFYAML.cpp
lib/Object/IRObjectFile.cpp
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Passes/Android.mk [new file with mode: 0644]
lib/Passes/CMakeLists.txt [new file with mode: 0644]
lib/Passes/LLVMBuild.txt [new file with mode: 0644]
lib/Passes/Makefile [new file with mode: 0644]
lib/Passes/PassBuilder.cpp [moved from tools/opt/Passes.cpp with 88% similarity]
lib/Passes/PassRegistry.def [moved from tools/opt/PassRegistry.def with 100% similarity]
lib/ProfileData/CoverageMapping.cpp
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/InstrProfReader.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/Allocator.cpp
lib/Support/Android.mk
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/Compression.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/DAGDeltaAlgorithm.cpp
lib/Support/DataStream.cpp
lib/Support/Debug.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FoldingSet.cpp
lib/Support/FormattedStream.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/IsInf.cpp [deleted file]
lib/Support/IsNAN.cpp [deleted file]
lib/Support/LockFileManager.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Path.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp
lib/Support/RandomNumberGenerator.cpp
lib/Support/Regex.cpp
lib/Support/ScaledNumber.cpp
lib/Support/SourceMgr.cpp
lib/Support/SpecialCaseList.cpp
lib/Support/StreamingMemoryObject.cpp
lib/Support/StringExtras.cpp
lib/Support/SystemUtils.cpp
lib/Support/TargetRegistry.cpp
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Signals.inc
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/TableGen/TGParser.cpp
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AddressTypePromotion.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
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/AArch64PBQPRegAlloc.cpp
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetObjectFile.cpp
lib/Target/AArch64/AArch64TargetObjectFile.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/Android.mk
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/MCTargetDesc/ARMArchName.def
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/README-Thumb.txt
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/ARM/Thumb2RegisterInfo.cpp [deleted file]
lib/Target/ARM/Thumb2RegisterInfo.h [deleted file]
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM/ThumbRegisterInfo.cpp [moved from lib/Target/ARM/Thumb1RegisterInfo.cpp with 81% similarity]
lib/Target/ARM/ThumbRegisterInfo.h [moved from lib/Target/ARM/Thumb1RegisterInfo.h with 81% similarity]
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.h
lib/Target/BPF/BPFRegisterInfo.h
lib/Target/BPF/BPFTargetMachine.cpp
lib/Target/BPF/BPFTargetMachine.h
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV4.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonInstrInfoV5.td
lib/Target/Hexagon/HexagonInstrInfoVector.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV4.td
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp [deleted file]
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/Mips/AsmParser/MipsAsmParser.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/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16HardFloat.h [deleted file]
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips16RegisterInfo.h
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
lib/Target/Mips/MipsModuleISelDAGToDAG.h [deleted file]
lib/Target/Mips/MipsOs16.cpp
lib/Target/Mips/MipsOs16.h [deleted file]
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.h
lib/Target/Mips/MipsSchedule.td
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h
lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
lib/Target/NVPTX/NVPTXAllocaHoisting.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
lib/Target/NVPTX/NVPTXLowerAggrCopies.h
lib/Target/NVPTX/NVPTXLowerStructArgs.cpp
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXRegisterInfo.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.h
lib/Target/NVPTX/NVPTXSection.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXUtilities.cpp
lib/Target/NVPTX/NVPTXutil.cpp [deleted file]
lib/Target/NVPTX/NVPTXutil.h [deleted file]
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrHTM.td [new file with mode: 0644]
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/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSchedule.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
lib/Target/PowerPC/README.txt
lib/Target/PowerPC/README_ALTIVEC.txt
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUInstrInfo.cpp
lib/Target/R600/AMDGPUInstrInfo.h
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/AMDGPUPromoteAlloca.cpp
lib/Target/R600/AMDGPURegisterInfo.cpp
lib/Target/R600/AMDGPURegisterInfo.h
lib/Target/R600/AMDGPUSubtarget.cpp
lib/Target/R600/AMDGPUSubtarget.h
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/R600/AMDGPUTargetMachine.h
lib/Target/R600/AMDGPUTargetTransformInfo.cpp
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AsmParser/AMDGPUAsmParser.cpp
lib/Target/R600/EvergreenInstructions.td
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/R600/Processors.td
lib/Target/R600/R600ClauseMergePass.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600OptimizeVectorRegisters.cpp
lib/Target/R600/R600RegisterInfo.cpp
lib/Target/R600/R600RegisterInfo.h
lib/Target/R600/SIFixSGPRLiveRanges.cpp
lib/Target/R600/SIFoldOperands.cpp
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInsertWaits.cpp
lib/Target/R600/SIInstrFormats.td
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstrInfo.h
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
lib/Target/R600/SILoadStoreOptimizer.cpp
lib/Target/R600/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.h
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SIShrinkInstructions.cpp
lib/Target/README.txt
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/Target.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/TargetSubtargetInfo.cpp
lib/Target/X86/Android.mk
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/README-SSE.txt
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/LowerBitSets.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
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/BoundsChecking.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCInstKind.cpp
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
lib/Transforms/ObjCARC/Android.mk
lib/Transforms/ObjCARC/BlotMapVector.h [new file with mode: 0644]
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
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 [new file with mode: 0644]
lib/Transforms/ObjCARC/PtrState.h [new file with mode: 0644]
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/ConstantProp.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.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/LoadCombine.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/LoopInterchange.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/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/SampleProfile.cpp
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/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/CtorUtils.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyInstructions.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SymbolRewriter.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
projects/CMakeLists.txt
test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
test/Analysis/BasicAA/2008-04-15-Byval.ll
test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
test/Analysis/BasicAA/2014-03-18-Maxlookup-reached.ll
test/Analysis/BasicAA/aligned-overread.ll
test/Analysis/BasicAA/args-rets-allocas-loads.ll
test/Analysis/BasicAA/byval.ll
test/Analysis/BasicAA/cas.ll
test/Analysis/BasicAA/constant-over-index.ll
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/dag.ll
test/Analysis/BasicAA/featuretest.ll
test/Analysis/BasicAA/full-store-partial-alias.ll
test/Analysis/BasicAA/gcsetest.ll
test/Analysis/BasicAA/gep-alias.ll
test/Analysis/BasicAA/global-size.ll
test/Analysis/BasicAA/intrinsics.ll
test/Analysis/BasicAA/invariant_load.ll
test/Analysis/BasicAA/memset_pattern.ll
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/must-and-partial.ll
test/Analysis/BasicAA/no-escape-call.ll
test/Analysis/BasicAA/noalias-bugs.ll
test/Analysis/BasicAA/noalias-geps.ll
test/Analysis/BasicAA/noalias-param.ll
test/Analysis/BasicAA/nocapture.ll
test/Analysis/BasicAA/phi-aa.ll
test/Analysis/BasicAA/phi-spec-order.ll
test/Analysis/BasicAA/phi-speculation.ll
test/Analysis/BasicAA/pr18573.ll
test/Analysis/BasicAA/store-promote.ll
test/Analysis/BasicAA/struct-geps.ll
test/Analysis/BasicAA/tailcall-modref.ll
test/Analysis/BasicAA/underlying-value.ll
test/Analysis/BasicAA/unreachable-block.ll
test/Analysis/BasicAA/zext.ll
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/BranchProbabilityInfo/loop.ll
test/Analysis/BranchProbabilityInfo/pr18705.ll
test/Analysis/CFLAliasAnalysis/asm-global-bugfix.ll
test/Analysis/CFLAliasAnalysis/branch-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/const-expr-gep.ll
test/Analysis/CFLAliasAnalysis/constant-over-index.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/multilevel.ll
test/Analysis/CFLAliasAnalysis/must-and-partial.ll
test/Analysis/CFLAliasAnalysis/simple.ll
test/Analysis/CFLAliasAnalysis/stratified-attrs-indexing.ll
test/Analysis/CostModel/AArch64/store.ll
test/Analysis/CostModel/ARM/gep.ll
test/Analysis/CostModel/ARM/insertelement.ll
test/Analysis/CostModel/PowerPC/load_store.ll
test/Analysis/CostModel/X86/gep.ll
test/Analysis/CostModel/X86/intrinsic-cost.ll
test/Analysis/CostModel/X86/load_store.ll
test/Analysis/CostModel/X86/loop_v2.ll
test/Analysis/CostModel/X86/testshiftlshr.ll
test/Analysis/CostModel/X86/testshiftshl.ll
test/Analysis/CostModel/X86/vectorized-loop.ll
test/Analysis/Delinearization/a.ll
test/Analysis/Delinearization/gcd_multiply_expr.ll
test/Analysis/Delinearization/himeno_1.ll
test/Analysis/Delinearization/himeno_2.ll
test/Analysis/Delinearization/iv_times_constant_in_subscript.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/multidim_only_ivs_2d.ll
test/Analysis/Delinearization/multidim_only_ivs_2d_nested.ll
test/Analysis/Delinearization/multidim_only_ivs_3d.ll
test/Analysis/Delinearization/multidim_only_ivs_3d_cast.ll
test/Analysis/Delinearization/multidim_two_accesses_different_delinearization.ll
test/Analysis/Delinearization/undef.ll
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/Constraints.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/Coupled.ll
test/Analysis/DependenceAnalysis/ExactRDIV.ll
test/Analysis/DependenceAnalysis/ExactSIV.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/Invariant.ll
test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
test/Analysis/DependenceAnalysis/Preliminary.ll
test/Analysis/DependenceAnalysis/Propagating.ll
test/Analysis/DependenceAnalysis/Separability.ll
test/Analysis/DependenceAnalysis/StrongSIV.ll
test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
test/Analysis/DependenceAnalysis/SymbolicSIV.ll
test/Analysis/DependenceAnalysis/UsefulGEP.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
test/Analysis/DependenceAnalysis/ZIV.ll
test/Analysis/Dominators/invoke.ll
test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
test/Analysis/GlobalsModRef/aliastest.ll
test/Analysis/GlobalsModRef/chaining-analysis.ll
test/Analysis/GlobalsModRef/indirect-global.ll
test/Analysis/GlobalsModRef/modreftest.ll
test/Analysis/GlobalsModRef/pr12351.ll
test/Analysis/GlobalsModRef/volatile-instrs.ll
test/Analysis/LazyCallGraph/basic.ll
test/Analysis/Lint/cppeh-catch-intrinsics-clean.ll
test/Analysis/Lint/cppeh-catch-intrinsics.ll
test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-no-dbg.ll [deleted file]
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
test/Analysis/MemoryDependenceAnalysis/memdep_requires_dominator_tree.ll
test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll
test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll
test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll
test/Analysis/ScalarEvolution/avoid-smax-0.ll
test/Analysis/ScalarEvolution/avoid-smax-1.ll
test/Analysis/ScalarEvolution/ext-antecedent.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/fold.ll
test/Analysis/ScalarEvolution/infer-prestart-no-wrap.ll
test/Analysis/ScalarEvolution/infer-via-ranges.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/load-with-range-metadata.ll
test/Analysis/ScalarEvolution/load.ll
test/Analysis/ScalarEvolution/max-trip-count-address-space.ll
test/Analysis/ScalarEvolution/max-trip-count.ll
test/Analysis/ScalarEvolution/min-max-exprs.ll
test/Analysis/ScalarEvolution/nowrap-preinc-limits.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nsw-offset-assume.ll
test/Analysis/ScalarEvolution/nsw-offset.ll
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/pr22179.ll
test/Analysis/ScalarEvolution/pr22674.ll
test/Analysis/ScalarEvolution/pr22856.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/range-signedness.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-aa.ll
test/Analysis/ScalarEvolution/scev-prestart-nowrap.ll
test/Analysis/ScalarEvolution/sext-inreg.ll
test/Analysis/ScalarEvolution/sext-iv-0.ll
test/Analysis/ScalarEvolution/sext-iv-1.ll
test/Analysis/ScalarEvolution/sext-iv-2.ll
test/Analysis/ScalarEvolution/sle.ll
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count11.ll
test/Analysis/ScalarEvolution/trip-count12.ll
test/Analysis/ScalarEvolution/trip-count2.ll
test/Analysis/ScalarEvolution/trip-count3.ll
test/Analysis/ScalarEvolution/trip-count4.ll
test/Analysis/ScalarEvolution/trip-count5.ll
test/Analysis/ScalarEvolution/trip-count6.ll
test/Analysis/ScalarEvolution/trip-count7.ll
test/Analysis/ScalarEvolution/zext-signed-addrec.ll
test/Analysis/ScalarEvolution/zext-wrap.ll
test/Analysis/ScopedNoAliasAA/basic-domains.ll
test/Analysis/ScopedNoAliasAA/basic.ll
test/Analysis/ScopedNoAliasAA/basic2.ll
test/Analysis/TypeBasedAliasAnalysis/PR17620.ll
test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
test/Analysis/TypeBasedAliasAnalysis/cyclic.ll [new file with mode: 0644]
test/Analysis/TypeBasedAliasAnalysis/dse.ll
test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
test/Analysis/TypeBasedAliasAnalysis/licm.ll
test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
test/Analysis/TypeBasedAliasAnalysis/precedence.ll
test/Analysis/TypeBasedAliasAnalysis/sink.ll
test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Analysis/ValueTracking/pr23011.ll [new file with mode: 0644]
test/Assembler/2002-04-29-NameBinding.ll
test/Assembler/2002-08-15-ConstantExprProblem.ll
test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
test/Assembler/2002-08-16-ConstExprInlined.ll
test/Assembler/2002-08-19-BytecodeReader.ll
test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
test/Assembler/2004-01-11-getelementptrfolding.ll
test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
test/Assembler/2004-06-07-VerifierBug.ll
test/Assembler/2007-01-05-Cmp-ConstExpr.ll
test/Assembler/2007-04-20-AlignedLoad.ll
test/Assembler/2007-12-11-AddressSpaces.ll
test/Assembler/2009-07-24-ZeroArgGEP.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprFold.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/alias-use-list-order.ll
test/Assembler/align-inst-load.ll
test/Assembler/align-inst.ll
test/Assembler/alloca-size-one.ll [new file with mode: 0644]
test/Assembler/atomic.ll
test/Assembler/auto_upgrade_intrinsics.ll
test/Assembler/debug-info.ll
test/Assembler/drop-debug-info.ll
test/Assembler/fast-math-flags.ll
test/Assembler/flags.ll
test/Assembler/functionlocal-metadata.ll [deleted file]
test/Assembler/getelementptr.ll
test/Assembler/getelementptr_invalid_ptr.ll [new file with mode: 0644]
test/Assembler/getelementptr_struct.ll
test/Assembler/getelementptr_vec_idx1.ll
test/Assembler/getelementptr_vec_idx2.ll
test/Assembler/getelementptr_vec_idx3.ll
test/Assembler/getelementptr_vec_idx4.ll
test/Assembler/getelementptr_vec_struct.ll
test/Assembler/half-constprop.ll
test/Assembler/half-conv.ll
test/Assembler/insertextractvalue.ll
test/Assembler/invalid-datalayout19.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout20.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout21.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout22.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout23.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout24.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-overflow.ll
test/Assembler/invalid-gep-mismatched-explicit-type.ll [new file with mode: 0644]
test/Assembler/invalid-gep-missing-explicit-type.ll [new file with mode: 0644]
test/Assembler/invalid-label.ll [new file with mode: 0644]
test/Assembler/invalid-landingpad.ll [new file with mode: 0644]
test/Assembler/invalid-load-mismatched-explicit-type.ll [new file with mode: 0644]
test/Assembler/invalid-load-missing-explicit-type.ll [new file with mode: 0644]
test/Assembler/invalid-mdbasictype-missing-tag.ll [deleted file]
test/Assembler/invalid-mdcompileunit-language-overflow.ll
test/Assembler/invalid-mdexpression-large.ll
test/Assembler/invalid-mdglobalvariable-missing-name.ll [deleted file]
test/Assembler/invalid-mdlocation-overflow-column.ll
test/Assembler/invalid-mdlocation-overflow-line.ll
test/Assembler/invalid-mdobjcproperty-missing-name.ll [deleted file]
test/Assembler/invalid-mdsubprogram-missing-name.ll [deleted file]
test/Assembler/invalid-mdsubrange-count-large.ll
test/Assembler/invalid-mdsubrange-count-negative.ll
test/Assembler/invalid-mdtemplatevalueparameter-missing-tag.ll [deleted file]
test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll [deleted file]
test/Assembler/mdfile-escaped-chars.ll [new file with mode: 0644]
test/Assembler/mdglobalvariable.ll
test/Assembler/mdimportedentity.ll
test/Assembler/mdlocalvariable.ll
test/Assembler/mdlocation.ll
test/Assembler/mdnamespace.ll
test/Assembler/mdobjcproperty.ll
test/Assembler/mdsubprogram.ll
test/Assembler/mdtemplateparameter.ll
test/Assembler/mdtype-large-values.ll
test/Assembler/metadata-function-local.ll [new file with mode: 0644]
test/Assembler/metadata.ll
test/Assembler/numbered-values.ll
test/Assembler/unnamed.ll
test/Assembler/unsized-recursive-type.ll [new file with mode: 0644]
test/Assembler/upgrade-loop-metadata.ll
test/Assembler/uselistorder.ll
test/Assembler/uselistorder_bb.ll
test/Bindings/OCaml/core.ml
test/Bitcode/Inputs/invalid-gep-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-gep-operator-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-load-mismatched-explicit-type.bc [new file with mode: 0644]
test/Bitcode/arm32_neon_vcnt_upgrade.ll
test/Bitcode/case-ranges-3.3.ll
test/Bitcode/constantsTest.3.2.ll
test/Bitcode/function-encoding-rel-operands.ll
test/Bitcode/highLevelStructure.3.2.ll
test/Bitcode/invalid.test
test/Bitcode/memInstructions.3.2.ll
test/Bitcode/metadata-2.ll
test/Bitcode/old-aliases.ll
test/Bitcode/upgrade-loop-metadata.ll
test/Bitcode/use-list-order.ll
test/BugPoint/compile-custom.ll [changed mode: 0755->0644]
test/BugPoint/metadata.ll
test/CMakeLists.txt
test/CodeGen/AArch64/128bit_load_store.ll
test/CodeGen/AArch64/PBQP-chain.ll
test/CodeGen/AArch64/PBQP-coalesce-benefit.ll
test/CodeGen/AArch64/PBQP-csr.ll
test/CodeGen/AArch64/Redundantstore.ll
test/CodeGen/AArch64/a57-csel.ll
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll
test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll
test/CodeGen/AArch64/aarch64-address-type-promotion-assertion.ll
test/CodeGen/AArch64/aarch64-address-type-promotion.ll
test/CodeGen/AArch64/aarch64-be-bv.ll
test/CodeGen/AArch64/aarch64-fix-cortex-a53-835769.ll
test/CodeGen/AArch64/aarch64-gep-opt.ll
test/CodeGen/AArch64/aarch64-smull.ll
test/CodeGen/AArch64/addsub-shifted.ll
test/CodeGen/AArch64/addsub.ll
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/and-mask-removal.ll
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-2011-03-21-Unaligned-Frame-Index.ll
test/CodeGen/AArch64/arm64-2011-04-21-CPSRBug.ll
test/CodeGen/AArch64/arm64-2011-10-18-LdStOptBug.ll
test/CodeGen/AArch64/arm64-2012-01-11-ComparisonDAGCrash.ll
test/CodeGen/AArch64/arm64-2012-05-22-LdStOptBug.ll
test/CodeGen/AArch64/arm64-2012-06-06-FPToUI.ll
test/CodeGen/AArch64/arm64-2012-07-11-InstrEmitterBug.ll
test/CodeGen/AArch64/arm64-abi-varargs.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-addr-mode-folding.ll
test/CodeGen/AArch64/arm64-addr-type-promotion.ll
test/CodeGen/AArch64/arm64-addrmode.ll
test/CodeGen/AArch64/arm64-alloc-no-stack-realign.ll
test/CodeGen/AArch64/arm64-alloca-frame-pointer-offset.ll
test/CodeGen/AArch64/arm64-andCmpBrToTBZ.ll
test/CodeGen/AArch64/arm64-atomic-128.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-basic-pic.ll
test/CodeGen/AArch64/arm64-bcc.ll
test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll
test/CodeGen/AArch64/arm64-big-endian-varargs.ll
test/CodeGen/AArch64/arm64-big-endian-vector-caller.ll
test/CodeGen/AArch64/arm64-big-stack.ll
test/CodeGen/AArch64/arm64-bitfield-extract.ll
test/CodeGen/AArch64/arm64-blockaddress.ll
test/CodeGen/AArch64/arm64-call-tailcalls.ll
test/CodeGen/AArch64/arm64-cast-opt.ll
test/CodeGen/AArch64/arm64-ccmp-heuristics.ll
test/CodeGen/AArch64/arm64-ccmp.ll
test/CodeGen/AArch64/arm64-code-model-large-abs.ll
test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll
test/CodeGen/AArch64/arm64-collect-loh-str.ll
test/CodeGen/AArch64/arm64-collect-loh.ll
test/CodeGen/AArch64/arm64-complex-copy-noneon.ll
test/CodeGen/AArch64/arm64-const-addr.ll
test/CodeGen/AArch64/arm64-convert-v4f64.ll
test/CodeGen/AArch64/arm64-cse.ll
test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
test/CodeGen/AArch64/arm64-dagcombiner-load-slicing.ll
test/CodeGen/AArch64/arm64-dup.ll
test/CodeGen/AArch64/arm64-early-ifcvt.ll
test/CodeGen/AArch64/arm64-elf-globals.ll
test/CodeGen/AArch64/arm64-ext.ll
test/CodeGen/AArch64/arm64-extend.ll
test/CodeGen/AArch64/arm64-extern-weak.ll
test/CodeGen/AArch64/arm64-extload-knownzero.ll
test/CodeGen/AArch64/arm64-fast-isel-addr-offset.ll
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll
test/CodeGen/AArch64/arm64-fast-isel-br.ll
test/CodeGen/AArch64/arm64-fast-isel-call.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll
test/CodeGen/AArch64/arm64-fast-isel-gv.ll
test/CodeGen/AArch64/arm64-fast-isel-icmp.ll
test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fast-isel-materialize.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/arm64-fast-isel-ret.ll
test/CodeGen/AArch64/arm64-fast-isel-store.ll
test/CodeGen/AArch64/arm64-fast-isel.ll
test/CodeGen/AArch64/arm64-fastisel-gep-promote-before-add.ll
test/CodeGen/AArch64/arm64-fmuladd.ll
test/CodeGen/AArch64/arm64-fold-address.ll
test/CodeGen/AArch64/arm64-fold-lsl.ll
test/CodeGen/AArch64/arm64-fp128-folding.ll
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-hello.ll
test/CodeGen/AArch64/arm64-i16-subreg-extract.ll
test/CodeGen/AArch64/arm64-indexed-memory.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll
test/CodeGen/AArch64/arm64-inline-asm.ll
test/CodeGen/AArch64/arm64-large-frame.ll
test/CodeGen/AArch64/arm64-ld1.ll
test/CodeGen/AArch64/arm64-ldp.ll
test/CodeGen/AArch64/arm64-ldur.ll
test/CodeGen/AArch64/arm64-memcpy-inline.ll
test/CodeGen/AArch64/arm64-memset-inline.ll
test/CodeGen/AArch64/arm64-misched-basic-A53.ll
test/CodeGen/AArch64/arm64-misched-basic-A57.ll
test/CodeGen/AArch64/arm64-neon-simd-ldst-one.ll
test/CodeGen/AArch64/arm64-patchpoint-scratch-regs.ll
test/CodeGen/AArch64/arm64-patchpoint.ll
test/CodeGen/AArch64/arm64-pic-local-symbol.ll
test/CodeGen/AArch64/arm64-platform-reg.ll
test/CodeGen/AArch64/arm64-prefetch.ll
test/CodeGen/AArch64/arm64-redzone.ll
test/CodeGen/AArch64/arm64-register-offset-addressing.ll
test/CodeGen/AArch64/arm64-regress-interphase-shift.ll
test/CodeGen/AArch64/arm64-return-vector.ll
test/CodeGen/AArch64/arm64-rev.ll
test/CodeGen/AArch64/arm64-scaled_iv.ll
test/CodeGen/AArch64/arm64-scvt.ll
test/CodeGen/AArch64/arm64-sitofp-combine-chains.ll
test/CodeGen/AArch64/arm64-smaxv.ll
test/CodeGen/AArch64/arm64-sminv.ll
test/CodeGen/AArch64/arm64-spill-lr.ll
test/CodeGen/AArch64/arm64-spill.ll
test/CodeGen/AArch64/arm64-st1.ll
test/CodeGen/AArch64/arm64-stack-no-frame.ll
test/CodeGen/AArch64/arm64-stackmap.ll
test/CodeGen/AArch64/arm64-stp.ll
test/CodeGen/AArch64/arm64-strict-align.ll
test/CodeGen/AArch64/arm64-stur.ll
test/CodeGen/AArch64/arm64-this-return.ll
test/CodeGen/AArch64/arm64-tls-darwin.ll
test/CodeGen/AArch64/arm64-tls-dynamic-together.ll
test/CodeGen/AArch64/arm64-tls-dynamics.ll
test/CodeGen/AArch64/arm64-tls-execs.ll
test/CodeGen/AArch64/arm64-triv-disjoint-mem-access.ll
test/CodeGen/AArch64/arm64-trn.ll
test/CodeGen/AArch64/arm64-trunc-store.ll
test/CodeGen/AArch64/arm64-umaxv.ll
test/CodeGen/AArch64/arm64-uminv.ll
test/CodeGen/AArch64/arm64-unaligned_ldst.ll
test/CodeGen/AArch64/arm64-uzp.ll
test/CodeGen/AArch64/arm64-vabs.ll
test/CodeGen/AArch64/arm64-vadd.ll
test/CodeGen/AArch64/arm64-vaddv.ll
test/CodeGen/AArch64/arm64-vbitwise.ll
test/CodeGen/AArch64/arm64-vcmp.ll
test/CodeGen/AArch64/arm64-vcnt.ll
test/CodeGen/AArch64/arm64-vcvt.ll
test/CodeGen/AArch64/arm64-vector-imm.ll
test/CodeGen/AArch64/arm64-vector-ldst.ll
test/CodeGen/AArch64/arm64-vext.ll
test/CodeGen/AArch64/arm64-vhadd.ll
test/CodeGen/AArch64/arm64-vhsub.ll
test/CodeGen/AArch64/arm64-virtual_base.ll
test/CodeGen/AArch64/arm64-vmax.ll
test/CodeGen/AArch64/arm64-vmul.ll
test/CodeGen/AArch64/arm64-volatile.ll
test/CodeGen/AArch64/arm64-vqadd.ll
test/CodeGen/AArch64/arm64-vqsub.ll
test/CodeGen/AArch64/arm64-vshift.ll
test/CodeGen/AArch64/arm64-vshr.ll
test/CodeGen/AArch64/arm64-vsqrt.ll
test/CodeGen/AArch64/arm64-vsra.ll
test/CodeGen/AArch64/arm64-vsub.ll
test/CodeGen/AArch64/arm64-weak-reference.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/arm64-zextload-unscaled.ll
test/CodeGen/AArch64/arm64-zip.ll
test/CodeGen/AArch64/assertion-rc-mismatch.ll
test/CodeGen/AArch64/atomic-ops-not-barriers.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/basic-pic.ll
test/CodeGen/AArch64/bitfield-insert-0.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/blockaddress.ll
test/CodeGen/AArch64/bool-loads.ll
test/CodeGen/AArch64/br-to-eh-lpad.ll
test/CodeGen/AArch64/breg.ll
test/CodeGen/AArch64/callee-save.ll
test/CodeGen/AArch64/cmpwithshort.ll
test/CodeGen/AArch64/code-model-large-abs.ll
test/CodeGen/AArch64/combine-comparisons-by-cse.ll
test/CodeGen/AArch64/compare-branch.ll
test/CodeGen/AArch64/complex-copy-noneon.ll
test/CodeGen/AArch64/complex-int-to-fp.ll
test/CodeGen/AArch64/concat_vector-truncate-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/dag-combine-invaraints.ll
test/CodeGen/AArch64/dp-3source.ll
test/CodeGen/AArch64/dp1.ll
test/CodeGen/AArch64/dp2.ll
test/CodeGen/AArch64/eliminate-trunc.ll
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/f16-convert.ll
test/CodeGen/AArch64/fast-isel-addressing-modes.ll
test/CodeGen/AArch64/fast-isel-branch-cond-split.ll
test/CodeGen/AArch64/fast-isel-branch_weights.ll
test/CodeGen/AArch64/fast-isel-call-return.ll
test/CodeGen/AArch64/fast-isel-cbz.ll
test/CodeGen/AArch64/fast-isel-cmp-branch.ll
test/CodeGen/AArch64/fast-isel-folding.ll
test/CodeGen/AArch64/fast-isel-gep.ll
test/CodeGen/AArch64/fast-isel-int-ext.ll
test/CodeGen/AArch64/fast-isel-int-ext2.ll
test/CodeGen/AArch64/fast-isel-int-ext3.ll
test/CodeGen/AArch64/fast-isel-int-ext4.ll
test/CodeGen/AArch64/fast-isel-logic-op.ll
test/CodeGen/AArch64/fast-isel-memcpy.ll
test/CodeGen/AArch64/fast-isel-mul.ll
test/CodeGen/AArch64/fast-isel-runtime-libcall.ll
test/CodeGen/AArch64/fast-isel-sdiv.ll
test/CodeGen/AArch64/fast-isel-select.ll
test/CodeGen/AArch64/fast-isel-shift.ll
test/CodeGen/AArch64/fast-isel-sqrt.ll
test/CodeGen/AArch64/fast-isel-tbz.ll
test/CodeGen/AArch64/fast-isel-trunc.ll
test/CodeGen/AArch64/fast-isel-vector-arithmetic.ll
test/CodeGen/AArch64/fast-isel-vret.ll
test/CodeGen/AArch64/floatdp_1source.ll
test/CodeGen/AArch64/floatdp_2source.ll
test/CodeGen/AArch64/fp128-folding.ll
test/CodeGen/AArch64/fp16-instructions.ll
test/CodeGen/AArch64/fp16-v4-instructions.ll
test/CodeGen/AArch64/fp16-v8-instructions.ll
test/CodeGen/AArch64/fp16-vector-load-store.ll
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/frameaddr.ll
test/CodeGen/AArch64/free-zext.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/funcptr_cast.ll
test/CodeGen/AArch64/function-subtarget-features.ll [new file with mode: 0644]
test/CodeGen/AArch64/ghc-cc.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/half.ll
test/CodeGen/AArch64/i1-contents.ll
test/CodeGen/AArch64/i128-align.ll
test/CodeGen/AArch64/inline-asm-globaladdress.ll [new file with mode: 0644]
test/CodeGen/AArch64/intrinsics-memory-barrier.ll
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/ldst-regoffset.ll
test/CodeGen/AArch64/ldst-unscaledimm.ll
test/CodeGen/AArch64/ldst-unsignedimm.ll
test/CodeGen/AArch64/literal_pools_float.ll
test/CodeGen/AArch64/local_vars.ll
test/CodeGen/AArch64/logical_shifted_reg.ll
test/CodeGen/AArch64/machine-copy-prop.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine_cse.ll
test/CodeGen/AArch64/mul_pow2.ll
test/CodeGen/AArch64/neon-fpround_f128.ll
test/CodeGen/AArch64/neon-truncStore-extLoad.ll
test/CodeGen/AArch64/nzcv-save.ll
test/CodeGen/AArch64/paired-load.ll
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/ragreedy-csr.ll
test/CodeGen/AArch64/regress-tail-livereg.ll
test/CodeGen/AArch64/regress-tblgen-chains.ll
test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
test/CodeGen/AArch64/remat-float0.ll [new file with mode: 0644]
test/CodeGen/AArch64/rm_redundant_cmp.ll
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/stack-guard-remat-bitcast.ll
test/CodeGen/AArch64/stack_guard_remat.ll
test/CodeGen/AArch64/tbz-tbnz.ll
test/CodeGen/AArch64/tst-br.ll
test/CodeGen/AArch64/zero-reg.ll
test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
test/CodeGen/ARM/2007-03-13-InstrSched.ll
test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
test/CodeGen/ARM/2007-08-15-ReuseBug.ll
test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
test/CodeGen/ARM/2009-02-16-SpillerBug.ll
test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
test/CodeGen/ARM/2009-02-27-SpillerBug.ll
test/CodeGen/ARM/2009-03-07-SpillerBug.ll
test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
test/CodeGen/ARM/2009-04-06-AsmModifier.ll
test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
test/CodeGen/ARM/2009-04-08-FloatUndef.ll
test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
test/CodeGen/ARM/2009-06-02-ISelCrash.ll
test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
test/CodeGen/ARM/2009-07-01-CommuteBug.ll
test/CodeGen/ARM/2009-07-18-RewriterBug.ll
test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll
test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
test/CodeGen/ARM/2009-07-29-VFP3Registers.ll
test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll
test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll
test/CodeGen/ARM/2009-08-21-PostRAKill.ll
test/CodeGen/ARM/2009-08-21-PostRAKill2.ll
test/CodeGen/ARM/2009-08-21-PostRAKill3.ll
test/CodeGen/ARM/2009-08-31-LSDA-Name.ll
test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll
test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll
test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll
test/CodeGen/ARM/2009-09-24-spill-align.ll
test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2009-10-27-double-align.ll
test/CodeGen/ARM/2009-11-01-NeonMoves.ll
test/CodeGen/ARM/2009-11-02-NegativeLane.ll
test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll
test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll
test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll
test/CodeGen/ARM/2009-12-02-vtrn-undef.ll
test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll
test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll
test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
test/CodeGen/ARM/2010-05-19-Shuffles.ll
test/CodeGen/ARM/2010-05-21-BuildVector.ll
test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll
test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-06-29-SubregImpDefs.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/2010-11-15-SpillEarlyClobber.ll
test/CodeGen/ARM/2010-12-08-tpsoft.ll
test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll
test/CodeGen/ARM/2011-02-07-AntidepClobber.ll
test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll
test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
test/CodeGen/ARM/2011-04-07-schediv.ll
test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll
test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll
test/CodeGen/ARM/2011-04-26-SchedTweak.ll
test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-29-SchedCycle.ll
test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll
test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll
test/CodeGen/ARM/2011-10-26-ExpandUnalignedLoadCrash.ll
test/CodeGen/ARM/2011-11-07-PromoteVectorLoadStore.ll
test/CodeGen/ARM/2011-11-09-BitcastVectorDouble.ll
test/CodeGen/ARM/2011-11-09-IllegalVectorFPIntConvert.ll
test/CodeGen/ARM/2011-11-14-EarlyClobber.ll
test/CodeGen/ARM/2011-11-28-DAGCombineBug.ll
test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
test/CodeGen/ARM/2011-11-30-MergeAlignment.ll
test/CodeGen/ARM/2011-12-14-machine-sink.ll
test/CodeGen/ARM/2011-12-19-sjlj-clobber.ll
test/CodeGen/ARM/2012-01-23-PostRA-LICM.ll
test/CodeGen/ARM/2012-01-24-RegSequenceLiveRange.ll
test/CodeGen/ARM/2012-01-26-CopyPropKills.ll
test/CodeGen/ARM/2012-02-01-CoalescerBug.ll
test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll
test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll
test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll
test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll
test/CodeGen/ARM/2012-08-09-neon-extload.ll
test/CodeGen/ARM/2012-08-23-legalize-vmull.ll
test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll
test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
test/CodeGen/ARM/2012-10-04-FixedFrame-vs-byval.ll
test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll
test/CodeGen/ARM/2013-01-21-PR14992.ll
test/CodeGen/ARM/2013-04-05-Small-ByVal-Structs-PR15293.ll
test/CodeGen/ARM/2013-04-18-load-overlap-PR14824.ll
test/CodeGen/ARM/2013-04-21-AAPCS-VA-C.1.cp.ll
test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll
test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll
test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding.ll
test/CodeGen/ARM/2013-05-31-char-shift-crash.ll
test/CodeGen/ARM/2013-07-29-vector-or-combine.ll
test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll
test/CodeGen/ARM/2014-02-21-byval-reg-split-alignment.ll
test/CodeGen/ARM/2014-07-18-earlyclobber-str-post.ll
test/CodeGen/ARM/2015-01-21-thumbv4t-ldstr-opt.ll
test/CodeGen/ARM/MergeConsecutiveStores.ll
test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
test/CodeGen/ARM/Windows/dllimport.ll
test/CodeGen/ARM/Windows/frame-register.ll
test/CodeGen/ARM/Windows/long-calls.ll
test/CodeGen/ARM/Windows/movw-movt-relocations.ll
test/CodeGen/ARM/Windows/pic.ll
test/CodeGen/ARM/Windows/read-only-data.ll
test/CodeGen/ARM/Windows/stack-probe-non-default.ll
test/CodeGen/ARM/Windows/vla.ll
test/CodeGen/ARM/a15-partial-update.ll
test/CodeGen/ARM/addrmode.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/alloc-no-stack-realign.ll
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/arm-modifier.ll
test/CodeGen/ARM/arm-negative-stride.ll
test/CodeGen/ARM/arm-ttype-target2.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-load-store.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/available_externally.ll
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/bfi.ll
test/CodeGen/ARM/bfx.ll
test/CodeGen/ARM/big-endian-neon-bitconv.ll
test/CodeGen/ARM/big-endian-neon-extend.ll
test/CodeGen/ARM/big-endian-neon-trunc-store.ll
test/CodeGen/ARM/big-endian-ret-f64.ll
test/CodeGen/ARM/big-endian-vector-caller.ll
test/CodeGen/ARM/bswap16.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/bx_fold.ll
test/CodeGen/ARM/byval-align.ll [new file with mode: 0644]
test/CodeGen/ARM/cache-intrinsic.ll
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/call.ll
test/CodeGen/ARM/call_nolink.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/coalesce-subregs.ll
test/CodeGen/ARM/code-placement.ll
test/CodeGen/ARM/commute-movcc.ll
test/CodeGen/ARM/compare-call.ll
test/CodeGen/ARM/copy-paired-reg.ll
test/CodeGen/ARM/crash-O0.ll
test/CodeGen/ARM/crash-greedy-v6.ll
test/CodeGen/ARM/crash.ll
test/CodeGen/ARM/cse-call.ll
test/CodeGen/ARM/cse-ldrlit.ll
test/CodeGen/ARM/cse-libcalls.ll
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
test/CodeGen/ARM/darwin-section-order.ll [deleted file]
test/CodeGen/ARM/debug-frame-large-stack.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-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/divmod.ll
test/CodeGen/ARM/dwarf-eh.ll
test/CodeGen/ARM/dyn-stackalloc.ll
test/CodeGen/ARM/emit-big-cst.ll
test/CodeGen/ARM/extload-knownzero.ll
test/CodeGen/ARM/extloadi1.ll
test/CodeGen/ARM/fast-isel-GEP-coalesce.ll
test/CodeGen/ARM/fast-isel-align.ll
test/CodeGen/ARM/fast-isel-binary.ll
test/CodeGen/ARM/fast-isel-br-const.ll
test/CodeGen/ARM/fast-isel-br-phi.ll
test/CodeGen/ARM/fast-isel-call-multi-reg-return.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-cmp-imm.ll
test/CodeGen/ARM/fast-isel-conversion.ll
test/CodeGen/ARM/fast-isel-crash.ll
test/CodeGen/ARM/fast-isel-deadcode.ll
test/CodeGen/ARM/fast-isel-ext.ll
test/CodeGen/ARM/fast-isel-fold.ll
test/CodeGen/ARM/fast-isel-frameaddr.ll
test/CodeGen/ARM/fast-isel-icmp.ll
test/CodeGen/ARM/fast-isel-indirectbr.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-ldr-str-arm.ll
test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll
test/CodeGen/ARM/fast-isel-load-store-verify.ll
test/CodeGen/ARM/fast-isel-mvn.ll
test/CodeGen/ARM/fast-isel-pic.ll
test/CodeGen/ARM/fast-isel-pred.ll
test/CodeGen/ARM/fast-isel-redefinition.ll
test/CodeGen/ARM/fast-isel-ret.ll
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel-shifter.ll
test/CodeGen/ARM/fast-isel-static.ll
test/CodeGen/ARM/fast-isel-vararg.ll
test/CodeGen/ARM/fast-isel.ll
test/CodeGen/ARM/fastisel-gep-promote-before-add.ll
test/CodeGen/ARM/flag-crash.ll
test/CodeGen/ARM/fnegs.ll
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/fp.ll
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fpcmp-opt.ll
test/CodeGen/ARM/fpmem.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/frame-register.ll
test/CodeGen/ARM/fusedMAC.ll
test/CodeGen/ARM/ghc-tcreturn-lowered.ll
test/CodeGen/ARM/global-merge-1.ll
test/CodeGen/ARM/global-merge-addrspace.ll
test/CodeGen/ARM/global-merge.ll
test/CodeGen/ARM/globals.ll
test/CodeGen/ARM/gv-stubs-crash.ll
test/CodeGen/ARM/half.ll
test/CodeGen/ARM/hello.ll
test/CodeGen/ARM/hidden-vis-2.ll
test/CodeGen/ARM/hidden-vis-3.ll
test/CodeGen/ARM/ifconv-kills.ll
test/CodeGen/ARM/ifconv-regmask.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/ifcvt-iter-indbr.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt11.ll
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/ifcvt7.ll
test/CodeGen/ARM/illegal-vector-bitcast.ll
test/CodeGen/ARM/indirect-reg-input.ll
test/CodeGen/ARM/indirectbr-2.ll
test/CodeGen/ARM/indirectbr.ll
test/CodeGen/ARM/inline-diagnostics.ll
test/CodeGen/ARM/inlineasm-64bit.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/intrinsics-crypto.ll
test/CodeGen/ARM/intrinsics-memory-barrier.ll
test/CodeGen/ARM/invoke-donothing-assert.ll
test/CodeGen/ARM/isel-v8i32-crash.ll
test/CodeGen/ARM/krait-cpu-div-attribute.ll
test/CodeGen/ARM/large-stack.ll
test/CodeGen/ARM/ldm.ll
test/CodeGen/ARM/ldr.ll
test/CodeGen/ARM/ldr_ext.ll
test/CodeGen/ARM/ldr_frame.ll
test/CodeGen/ARM/ldr_post.ll
test/CodeGen/ARM/ldr_pre.ll
test/CodeGen/ARM/ldrd-memoper.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/ldst-f32-2-i32.ll
test/CodeGen/ARM/ldstrex-m.ll
test/CodeGen/ARM/ldstrex.ll
test/CodeGen/ARM/load-global.ll
test/CodeGen/ARM/load.ll
test/CodeGen/ARM/load_i1_select.ll
test/CodeGen/ARM/long.ll
test/CodeGen/ARM/lsr-code-insertion.ll
test/CodeGen/ARM/lsr-icmp-imm.ll
test/CodeGen/ARM/lsr-scale-addr-mode.ll
test/CodeGen/ARM/lsr-unfolded-offset.ll
test/CodeGen/ARM/machine-cse-cmp.ll
test/CodeGen/ARM/machine-licm.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/memset-inline.ll
test/CodeGen/ARM/minsize-litpools.ll
test/CodeGen/ARM/misched-copy-arm.ll
test/CodeGen/ARM/movcc-double.ll [new file with mode: 0644]
test/CodeGen/ARM/mult-alt-generic-arm.ll
test/CodeGen/ARM/negative-offset.ll
test/CodeGen/ARM/neon-spfp.ll
test/CodeGen/ARM/neon-v8.1a.ll [new file with mode: 0644]
test/CodeGen/ARM/neon_cmp.ll
test/CodeGen/ARM/neon_div.ll
test/CodeGen/ARM/neon_fpconv.ll
test/CodeGen/ARM/neon_ld1.ll
test/CodeGen/ARM/neon_ld2.ll
test/CodeGen/ARM/neon_spill.ll
test/CodeGen/ARM/no-fpu.ll
test/CodeGen/ARM/no-tail-call.ll
test/CodeGen/ARM/none-macho.ll
test/CodeGen/ARM/nop_concat_vectors.ll
test/CodeGen/ARM/optselect-regclass.ll
test/CodeGen/ARM/phi.ll
test/CodeGen/ARM/popcnt.ll
test/CodeGen/ARM/pr13249.ll
test/CodeGen/ARM/pr18364-movw.ll
test/CodeGen/ARM/pr3502.ll
test/CodeGen/ARM/prefetch.ll
test/CodeGen/ARM/private.ll
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/saxpy10-a9.ll
test/CodeGen/ARM/segmented-stacks.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/shifter_operand.ll
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll
test/CodeGen/ARM/smul.ll
test/CodeGen/ARM/space-directive.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/ssp-data-layout.ll
test/CodeGen/ARM/stack-alignment.ll
test/CodeGen/ARM/stack-protector-bmovpcb_call.ll
test/CodeGen/ARM/stack_guard_remat.ll
test/CodeGen/ARM/stm.ll
test/CodeGen/ARM/str_post.ll
test/CodeGen/ARM/str_pre-2.ll
test/CodeGen/ARM/str_pre.ll
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/ARM/struct_byval.ll
test/CodeGen/ARM/sub-cmp-peephole.ll
test/CodeGen/ARM/swift-atomics.ll
test/CodeGen/ARM/swift-vldm.ll
test/CodeGen/ARM/tail-dup.ll
test/CodeGen/ARM/test-sharedidx.ll
test/CodeGen/ARM/this-return.ll
test/CodeGen/ARM/thumb1-varalloc.ll
test/CodeGen/ARM/thumb1_return_sequence.ll
test/CodeGen/ARM/thumb_indirect_calls.ll
test/CodeGen/ARM/tls1.ll
test/CodeGen/ARM/tls2.ll
test/CodeGen/ARM/tls3.ll
test/CodeGen/ARM/trunc_ldr.ll
test/CodeGen/ARM/truncstore-dag-combine.ll
test/CodeGen/ARM/twoaddrinstr.ll
test/CodeGen/ARM/uint64tof64.ll
test/CodeGen/ARM/umulo-32.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/unaligned_load_store_vector.ll
test/CodeGen/ARM/undef-sext.ll
test/CodeGen/ARM/vaba.ll
test/CodeGen/ARM/vabd.ll
test/CodeGen/ARM/vabs.ll
test/CodeGen/ARM/vadd.ll
test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
test/CodeGen/ARM/vargs.ll
test/CodeGen/ARM/vargs_align.ll
test/CodeGen/ARM/vbits.ll
test/CodeGen/ARM/vbsl-constant.ll
test/CodeGen/ARM/vbsl.ll
test/CodeGen/ARM/vceq.ll
test/CodeGen/ARM/vcge.ll
test/CodeGen/ARM/vcgt.ll
test/CodeGen/ARM/vcnt.ll
test/CodeGen/ARM/vcombine.ll
test/CodeGen/ARM/vcvt-cost.ll
test/CodeGen/ARM/vcvt-v8.ll
test/CodeGen/ARM/vcvt.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-extend-narrow.ll
test/CodeGen/ARM/vector-load.ll
test/CodeGen/ARM/vector-promotion.ll
test/CodeGen/ARM/vector-spilling.ll
test/CodeGen/ARM/vector-store.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vfcmp.ll
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vfp.ll
test/CodeGen/ARM/vget_lane.ll
test/CodeGen/ARM/vhadd.ll
test/CodeGen/ARM/vhsub.ll
test/CodeGen/ARM/vicmp.ll
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/vldm-liveness.ll
test/CodeGen/ARM/vldm-sched-a9.ll
test/CodeGen/ARM/vminmax.ll
test/CodeGen/ARM/vminmaxnm.ll
test/CodeGen/ARM/vmla.ll
test/CodeGen/ARM/vmls.ll
test/CodeGen/ARM/vmov.ll
test/CodeGen/ARM/vmul.ll
test/CodeGen/ARM/vneg.ll
test/CodeGen/ARM/vpadal.ll
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vpminmax.ll
test/CodeGen/ARM/vqadd.ll
test/CodeGen/ARM/vqdmul.ll
test/CodeGen/ARM/vqshl.ll
test/CodeGen/ARM/vqshrn.ll
test/CodeGen/ARM/vqsub.ll
test/CodeGen/ARM/vrec.ll
test/CodeGen/ARM/vrev.ll
test/CodeGen/ARM/vselect_imax.ll
test/CodeGen/ARM/vshift.ll
test/CodeGen/ARM/vshiftins.ll
test/CodeGen/ARM/vshl.ll
test/CodeGen/ARM/vshll.ll
test/CodeGen/ARM/vshrn.ll
test/CodeGen/ARM/vsra.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/vsub.ll
test/CodeGen/ARM/vtbl.ll
test/CodeGen/ARM/vtrn.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/vzip.ll
test/CodeGen/ARM/warn-stack.ll
test/CodeGen/ARM/wrong-t2stmia-size-opt.ll
test/CodeGen/ARM/zextload_demandedbits.ll
test/CodeGen/BPF/basictest.ll
test/CodeGen/BPF/byval.ll
test/CodeGen/BPF/ex1.ll
test/CodeGen/BPF/intrinsics.ll
test/CodeGen/BPF/load.ll
test/CodeGen/BPF/loops.ll
test/CodeGen/BPF/sanity.ll
test/CodeGen/BPF/struct_ret1.ll
test/CodeGen/CPP/2009-05-01-Long-Double.ll
test/CodeGen/CPP/2009-05-04-CondBr.ll
test/CodeGen/Generic/2003-05-28-ManyArgs.ll
test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll
test/CodeGen/Generic/2003-07-06-BadIntCmp.ll
test/CodeGen/Generic/2003-07-07-BadLongConst.ll
test/CodeGen/Generic/2003-07-08-BadCastToBool.ll
test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll
test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll
test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll
test/CodeGen/Generic/2005-12-01-Crash.ll
test/CodeGen/Generic/2006-02-12-InsertLibcall.ll
test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll
test/CodeGen/Generic/2006-04-26-SetCCAnd.ll
test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll
test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll
test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll
test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
test/CodeGen/Generic/2008-01-30-LoadCrash.ll
test/CodeGen/Generic/2008-02-04-Ctlz.ll
test/CodeGen/Generic/2008-02-20-MatchingMem.ll
test/CodeGen/Generic/2008-02-25-NegateZero.ll
test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll
test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll
test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
test/CodeGen/Generic/2012-06-08-APIntCrash.ll
test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll
test/CodeGen/Generic/APIntLoadStore.ll
test/CodeGen/Generic/ConstantExprLowering.ll
test/CodeGen/Generic/add-with-overflow-128.ll
test/CodeGen/Generic/add-with-overflow-24.ll
test/CodeGen/Generic/add-with-overflow.ll
test/CodeGen/Generic/annotate.ll
test/CodeGen/Generic/badFoldGEP.ll
test/CodeGen/Generic/badarg6.ll
test/CodeGen/Generic/builtin-expect.ll
test/CodeGen/Generic/cast-fp.ll
test/CodeGen/Generic/constindices.ll
test/CodeGen/Generic/crash.ll
test/CodeGen/Generic/dag-combine-crash.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/empty-load-store.ll
test/CodeGen/Generic/empty-phi.ll
test/CodeGen/Generic/fastcall.ll
test/CodeGen/Generic/fp-to-int-invalid.ll
test/CodeGen/Generic/fwdtwice.ll
test/CodeGen/Generic/global-ret0.ll
test/CodeGen/Generic/hello.ll
test/CodeGen/Generic/inline-asm-mem-clobber.ll
test/CodeGen/Generic/invalid-memcpy.ll
test/CodeGen/Generic/negintconst.ll
test/CodeGen/Generic/pr2625.ll
test/CodeGen/Generic/print-add.ll
test/CodeGen/Generic/print-arith-fp.ll
test/CodeGen/Generic/print-arith-int.ll
test/CodeGen/Generic/print-int.ll
test/CodeGen/Generic/print-mul-exp.ll
test/CodeGen/Generic/print-mul.ll
test/CodeGen/Generic/print-shift.ll
test/CodeGen/Generic/ptr-annotate.ll
test/CodeGen/Generic/select.ll
test/CodeGen/Generic/stop-after.ll
test/CodeGen/Generic/undef-phi.ll
test/CodeGen/Generic/v-split.ll
test/CodeGen/Generic/vector-casts.ll
test/CodeGen/Generic/vector-identity-shuffle.ll
test/CodeGen/Generic/vector.ll
test/CodeGen/Hexagon/BranchPredict.ll
test/CodeGen/Hexagon/absaddr-store.ll
test/CodeGen/Hexagon/absimm.ll
test/CodeGen/Hexagon/always-ext.ll
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/brev_ld.ll [new file with mode: 0644]
test/CodeGen/Hexagon/brev_st.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cext-check.ll
test/CodeGen/Hexagon/cext-valid-packet2.ll
test/CodeGen/Hexagon/circ_ld.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_ldd_bug.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_ldw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/circ_st.ll [new file with mode: 0644]
test/CodeGen/Hexagon/clr_set_toggle.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp_pred.ll
test/CodeGen/Hexagon/cmp_pred2.ll
test/CodeGen/Hexagon/cmp_pred_reg.ll
test/CodeGen/Hexagon/cmpb_pred.ll
test/CodeGen/Hexagon/combine.ll
test/CodeGen/Hexagon/combine_ir.ll
test/CodeGen/Hexagon/convertdptoint.ll
test/CodeGen/Hexagon/convertdptoll.ll
test/CodeGen/Hexagon/convertsptoint.ll
test/CodeGen/Hexagon/convertsptoll.ll
test/CodeGen/Hexagon/dadd.ll
test/CodeGen/Hexagon/dmul.ll
test/CodeGen/Hexagon/double.ll
test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll
test/CodeGen/Hexagon/dsub.ll
test/CodeGen/Hexagon/extload-combine.ll
test/CodeGen/Hexagon/fadd.ll
test/CodeGen/Hexagon/fcmp.ll
test/CodeGen/Hexagon/float.ll
test/CodeGen/Hexagon/floatconvert-ieee-rnd-near.ll
test/CodeGen/Hexagon/fmul.ll
test/CodeGen/Hexagon/frame.ll
test/CodeGen/Hexagon/fsub.ll
test/CodeGen/Hexagon/fusedandshift.ll
test/CodeGen/Hexagon/gp-plus-offset-load.ll
test/CodeGen/Hexagon/gp-plus-offset-store.ll
test/CodeGen/Hexagon/gp-rel.ll
test/CodeGen/Hexagon/hwloop-cleanup.ll
test/CodeGen/Hexagon/hwloop-const.ll
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/hwloop-le.ll
test/CodeGen/Hexagon/hwloop-lt.ll
test/CodeGen/Hexagon/hwloop-lt1.ll
test/CodeGen/Hexagon/hwloop-ne.ll
test/CodeGen/Hexagon/i16_VarArg.ll
test/CodeGen/Hexagon/i1_VarArg.ll
test/CodeGen/Hexagon/i8_VarArg.ll
test/CodeGen/Hexagon/idxload-with-zero-offset.ll
test/CodeGen/Hexagon/macint.ll
test/CodeGen/Hexagon/memops.ll
test/CodeGen/Hexagon/memops1.ll
test/CodeGen/Hexagon/memops2.ll
test/CodeGen/Hexagon/memops3.ll
test/CodeGen/Hexagon/misaligned-access.ll
test/CodeGen/Hexagon/mpy.ll
test/CodeGen/Hexagon/newvaluejump.ll
test/CodeGen/Hexagon/newvaluejump2.ll
test/CodeGen/Hexagon/newvaluestore.ll
test/CodeGen/Hexagon/opt-fabs.ll
test/CodeGen/Hexagon/opt-fneg.ll
test/CodeGen/Hexagon/postinc-load.ll
test/CodeGen/Hexagon/postinc-store.ll
test/CodeGen/Hexagon/pred-absolute-store.ll
test/CodeGen/Hexagon/pred-gp.ll
test/CodeGen/Hexagon/pred-instrs.ll
test/CodeGen/Hexagon/remove_lsr.ll
test/CodeGen/Hexagon/static.ll
test/CodeGen/Hexagon/struct_args.ll
test/CodeGen/Hexagon/struct_args_large.ll
test/CodeGen/Hexagon/tfr-to-combine.ll
test/CodeGen/Hexagon/union-1.ll
test/CodeGen/Hexagon/vaddh.ll
test/CodeGen/Hexagon/validate-offset.ll
test/CodeGen/Hexagon/vect/vect-anyextend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-apint-truncate.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-bad-bitcast.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-bitcast-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-bitcast.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-cst-v4i32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-cst-v4i8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-cst.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-extract.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-fma.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-illegal-type.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-insert-extract-elt.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-load-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-load.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-loadv4i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-mul-v2i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-mul-v2i32.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-mul-v4i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-mul-v4i8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-mul-v8i8.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-no-tfrs-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-no-tfrs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-packhl.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-shift-imm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-shuffle.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-splat.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-store-v2i16.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-truncate.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaddb-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaddb.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaddh-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaddh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaddw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vaslw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vshifts.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsplatb.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsplath.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsubb-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsubb.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsubh-1.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsubh.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-vsubw.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-xor.ll [new file with mode: 0644]
test/CodeGen/Hexagon/vect/vect-zeroextend.ll [new file with mode: 0644]
test/CodeGen/Hexagon/zextloadi1.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll
test/CodeGen/MSP430/2009-05-17-Rot.ll
test/CodeGen/MSP430/2009-05-17-Shift.ll
test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll
test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll
test/CodeGen/MSP430/2009-10-10-OrImpDef.ll
test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll
test/CodeGen/MSP430/2009-12-22-InlineAsm.ll
test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll
test/CodeGen/MSP430/AddrMode-bis-rx.ll
test/CodeGen/MSP430/AddrMode-bis-xr.ll
test/CodeGen/MSP430/AddrMode-mov-rx.ll
test/CodeGen/MSP430/AddrMode-mov-xr.ll
test/CodeGen/MSP430/Inst16mi.ll
test/CodeGen/MSP430/Inst16mm.ll
test/CodeGen/MSP430/Inst16mr.ll
test/CodeGen/MSP430/Inst16rm.ll
test/CodeGen/MSP430/Inst8mi.ll
test/CodeGen/MSP430/Inst8mm.ll
test/CodeGen/MSP430/Inst8mr.ll
test/CodeGen/MSP430/Inst8rm.ll
test/CodeGen/MSP430/bit.ll
test/CodeGen/MSP430/byval.ll
test/CodeGen/MSP430/indirectbr.ll
test/CodeGen/MSP430/indirectbr2.ll
test/CodeGen/MSP430/inline-asm.ll
test/CodeGen/MSP430/jumptable.ll
test/CodeGen/MSP430/memset.ll
test/CodeGen/MSP430/misched-msp430.ll
test/CodeGen/MSP430/mult-alt-generic-msp430.ll
test/CodeGen/MSP430/postinc.ll
test/CodeGen/Mips/2008-07-03-SRet.ll
test/CodeGen/Mips/2008-07-15-InternalConstant.ll
test/CodeGen/Mips/2008-07-15-SmallSection.ll
test/CodeGen/Mips/2008-08-01-AsmInline.ll
test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
test/CodeGen/Mips/2008-10-13-LegalizerBug.ll
test/CodeGen/Mips/2008-11-10-xint_to_fp.ll
test/CodeGen/Mips/2010-07-20-Switch.ll
test/CodeGen/Mips/2012-12-12-ExpandMemcpy.ll
test/CodeGen/Mips/Fast-ISel/br1.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
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 [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/nullvoid.ll
test/CodeGen/Mips/Fast-ISel/overflt.ll
test/CodeGen/Mips/Fast-ISel/retabi.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/addressing-mode.ll
test/CodeGen/Mips/align16.ll
test/CodeGen/Mips/alloca.ll
test/CodeGen/Mips/alloca16.ll
test/CodeGen/Mips/and1.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/beqzc.ll
test/CodeGen/Mips/beqzc1.ll
test/CodeGen/Mips/biggot.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/brdelayslot.ll
test/CodeGen/Mips/brind.ll
test/CodeGen/Mips/cache-intrinsic.ll
test/CodeGen/Mips/cconv/arguments-float.ll
test/CodeGen/Mips/cconv/arguments-fp128.ll
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
test/CodeGen/Mips/cconv/arguments-hard-float.ll
test/CodeGen/Mips/cconv/arguments-hard-fp128.ll
test/CodeGen/Mips/cconv/arguments-small-structures-bigger-than-32bits.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-struct.ll
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-byte.ll
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-combinations.ll
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-multiple-args.ll
test/CodeGen/Mips/cconv/arguments-varargs.ll
test/CodeGen/Mips/cconv/arguments.ll
test/CodeGen/Mips/cconv/return-float.ll
test/CodeGen/Mips/cconv/return-hard-float.ll
test/CodeGen/Mips/cconv/return-hard-fp128.ll
test/CodeGen/Mips/cconv/return-hard-struct-f128.ll
test/CodeGen/Mips/cconv/return-struct.ll
test/CodeGen/Mips/cconv/return.ll
test/CodeGen/Mips/cfi_offset.ll
test/CodeGen/Mips/check-adde-redundant-moves.ll [new file with mode: 0644]
test/CodeGen/Mips/ci2.ll
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/cmplarge.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/ctlz.ll
test/CodeGen/Mips/disable-tail-merge.ll
test/CodeGen/Mips/div.ll
test/CodeGen/Mips/div_rem.ll
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/divu.ll
test/CodeGen/Mips/divu_remu.ll
test/CodeGen/Mips/dsp-patterns.ll
test/CodeGen/Mips/dsp-vec-load-store.ll
test/CodeGen/Mips/eh.ll
test/CodeGen/Mips/emit-big-cst.ll
test/CodeGen/Mips/ex2.ll
test/CodeGen/Mips/extins.ll
test/CodeGen/Mips/f16abs.ll
test/CodeGen/Mips/fastcc.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/fixdfsf.ll
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/fp-spill-reload.ll
test/CodeGen/Mips/fp16instrinsmc.ll
test/CodeGen/Mips/fp16static.ll
test/CodeGen/Mips/fpneeded.ll
test/CodeGen/Mips/fpnotneeded.ll
test/CodeGen/Mips/global-address.ll
test/CodeGen/Mips/gpreg-lazy-binding.ll
test/CodeGen/Mips/gprestore.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-operand-code.ll
test/CodeGen/Mips/inlineasm64.ll
test/CodeGen/Mips/inlineasm_constraint_ZC.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm_constraint_m.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasmmemop.ll
test/CodeGen/Mips/internalfunc.ll
test/CodeGen/Mips/jtstat.ll
test/CodeGen/Mips/l3mc.ll
test/CodeGen/Mips/largeimm1.ll
test/CodeGen/Mips/largeimmprinting.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/load-store-left-right.ll
test/CodeGen/Mips/machineverifier.ll
test/CodeGen/Mips/mbrsize4a.ll
test/CodeGen/Mips/memcpy.ll
test/CodeGen/Mips/micromips-addiu.ll
test/CodeGen/Mips/micromips-addu16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-and16.ll
test/CodeGen/Mips/micromips-andi.ll
test/CodeGen/Mips/micromips-compact-branches.ll
test/CodeGen/Mips/micromips-delay-slot-jr.ll
test/CodeGen/Mips/micromips-delay-slot.ll
test/CodeGen/Mips/micromips-gp-rc.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-jal.ll
test/CodeGen/Mips/micromips-load-effective-address.ll
test/CodeGen/Mips/micromips-not16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-or16.ll
test/CodeGen/Mips/micromips-rdhwr-directives.ll
test/CodeGen/Mips/micromips-shift.ll
test/CodeGen/Mips/micromips-subu16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-sw-lw-16.ll
test/CodeGen/Mips/micromips-xor16.ll
test/CodeGen/Mips/mips16_32_8.ll
test/CodeGen/Mips/mips16_fpret.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/mips16fpe.ll
test/CodeGen/Mips/mips64-f128-call.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64directive.ll
test/CodeGen/Mips/mips64fpldst.ll
test/CodeGen/Mips/mips64instrs.ll
test/CodeGen/Mips/mips64intldst.ll
test/CodeGen/Mips/mips64signextendsesf.ll [new file with mode: 0644]
test/CodeGen/Mips/mips64sinttofpsf.ll
test/CodeGen/Mips/mipslopat.ll
test/CodeGen/Mips/misha.ll
test/CodeGen/Mips/mno-ldc1-sdc1.ll
test/CodeGen/Mips/msa/2r.ll
test/CodeGen/Mips/msa/2r_vector_scalar.ll
test/CodeGen/Mips/msa/2rf.ll
test/CodeGen/Mips/msa/2rf_exup.ll
test/CodeGen/Mips/msa/2rf_float_int.ll
test/CodeGen/Mips/msa/2rf_fq.ll
test/CodeGen/Mips/msa/2rf_int_float.ll
test/CodeGen/Mips/msa/2rf_tq.ll
test/CodeGen/Mips/msa/3r-a.ll
test/CodeGen/Mips/msa/3r-b.ll
test/CodeGen/Mips/msa/3r-c.ll
test/CodeGen/Mips/msa/3r-d.ll
test/CodeGen/Mips/msa/3r-i.ll
test/CodeGen/Mips/msa/3r-m.ll
test/CodeGen/Mips/msa/3r-p.ll
test/CodeGen/Mips/msa/3r-s.ll
test/CodeGen/Mips/msa/3r-v.ll
test/CodeGen/Mips/msa/3r_4r.ll
test/CodeGen/Mips/msa/3r_4r_widen.ll
test/CodeGen/Mips/msa/3r_splat.ll
test/CodeGen/Mips/msa/3rf.ll
test/CodeGen/Mips/msa/3rf_4rf.ll
test/CodeGen/Mips/msa/3rf_4rf_q.ll
test/CodeGen/Mips/msa/3rf_exdo.ll
test/CodeGen/Mips/msa/3rf_float_int.ll
test/CodeGen/Mips/msa/3rf_int_float.ll
test/CodeGen/Mips/msa/3rf_q.ll
test/CodeGen/Mips/msa/arithmetic.ll
test/CodeGen/Mips/msa/arithmetic_float.ll
test/CodeGen/Mips/msa/basic_operations.ll
test/CodeGen/Mips/msa/basic_operations_float.ll
test/CodeGen/Mips/msa/bit.ll
test/CodeGen/Mips/msa/bitcast.ll
test/CodeGen/Mips/msa/bitwise.ll
test/CodeGen/Mips/msa/compare.ll
test/CodeGen/Mips/msa/compare_float.ll
test/CodeGen/Mips/msa/elm_copy.ll
test/CodeGen/Mips/msa/elm_insv.ll
test/CodeGen/Mips/msa/elm_move.ll
test/CodeGen/Mips/msa/elm_shift_slide.ll
test/CodeGen/Mips/msa/frameindex.ll
test/CodeGen/Mips/msa/i10.ll
test/CodeGen/Mips/msa/i5-a.ll
test/CodeGen/Mips/msa/i5-b.ll
test/CodeGen/Mips/msa/i5-c.ll
test/CodeGen/Mips/msa/i5-m.ll
test/CodeGen/Mips/msa/i5-s.ll
test/CodeGen/Mips/msa/i5_ld_st.ll
test/CodeGen/Mips/msa/i8.ll
test/CodeGen/Mips/msa/inline-asm.ll
test/CodeGen/Mips/msa/llvm-stress-s1704963983.ll
test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll
test/CodeGen/Mips/msa/llvm-stress-s2704903805.ll
test/CodeGen/Mips/msa/llvm-stress-s3861334421.ll
test/CodeGen/Mips/msa/llvm-stress-s3926023935.ll
test/CodeGen/Mips/msa/llvm-stress-s3997499501.ll
test/CodeGen/Mips/msa/llvm-stress-s525530439.ll
test/CodeGen/Mips/msa/llvm-stress-s997348632.ll
test/CodeGen/Mips/msa/shuffle.ll
test/CodeGen/Mips/msa/spill.ll
test/CodeGen/Mips/msa/vec.ll
test/CodeGen/Mips/msa/vecs10.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/nacl-branch-delay.ll
test/CodeGen/Mips/nacl-reserved-regs.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/o32_cc_byval.ll
test/CodeGen/Mips/o32_cc_vararg.ll
test/CodeGen/Mips/optimize-pic-o0.ll
test/CodeGen/Mips/or1.ll
test/CodeGen/Mips/prevent-hoisting.ll
test/CodeGen/Mips/private.ll
test/CodeGen/Mips/ra-allocatable.ll
test/CodeGen/Mips/rdhwr-directives.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/select.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/small-section-reserve-gp.ll
test/CodeGen/Mips/spill-copy-acreg.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/stackcoloring.ll
test/CodeGen/Mips/stchar.ll
test/CodeGen/Mips/stldst.ll
test/CodeGen/Mips/sub1.ll
test/CodeGen/Mips/sub2.ll
test/CodeGen/Mips/swzero.ll
test/CodeGen/Mips/tailcall.ll
test/CodeGen/Mips/tls.ll
test/CodeGen/Mips/tls16.ll
test/CodeGen/Mips/tls16_2.ll
test/CodeGen/Mips/uitofp.ll
test/CodeGen/Mips/ul1.ll
test/CodeGen/Mips/unalignedload.ll
test/CodeGen/Mips/vector-load-store.ll
test/CodeGen/Mips/vector-setcc.ll
test/CodeGen/Mips/xor1.ll
test/CodeGen/Mips/zeroreg.ll
test/CodeGen/NVPTX/access-non-generic.ll
test/CodeGen/NVPTX/addrspacecast.ll
test/CodeGen/NVPTX/bug21465.ll
test/CodeGen/NVPTX/bug22322.ll
test/CodeGen/NVPTX/call-with-alloca-buffer.ll
test/CodeGen/NVPTX/fp16.ll
test/CodeGen/NVPTX/function-align.ll [new file with mode: 0644]
test/CodeGen/NVPTX/generic-to-nvvm.ll
test/CodeGen/NVPTX/half.ll
test/CodeGen/NVPTX/i1-global.ll
test/CodeGen/NVPTX/i8-param.ll
test/CodeGen/NVPTX/ld-addrspace.ll
test/CodeGen/NVPTX/ld-generic.ll
test/CodeGen/NVPTX/ldu-reg-plus-offset.ll
test/CodeGen/NVPTX/load-sext-i1.ll
test/CodeGen/NVPTX/machine-sink.ll
test/CodeGen/NVPTX/misaligned-vector-ldst.ll
test/CodeGen/NVPTX/noduplicate-syncthreads.ll
test/CodeGen/NVPTX/nounroll.ll
test/CodeGen/NVPTX/nvvm-reflect.ll
test/CodeGen/NVPTX/pr13291-i1-store.ll
test/CodeGen/NVPTX/pr16278.ll
test/CodeGen/NVPTX/pr17529.ll
test/CodeGen/NVPTX/refl1.ll
test/CodeGen/NVPTX/sched1.ll
test/CodeGen/NVPTX/sched2.ll
test/CodeGen/NVPTX/shift-parts.ll
test/CodeGen/NVPTX/simple-call.ll
test/CodeGen/NVPTX/symbol-naming.ll
test/CodeGen/NVPTX/vector-compare.ll
test/CodeGen/NVPTX/vector-loads.ll
test/CodeGen/NVPTX/vector-select.ll
test/CodeGen/NVPTX/weak-global.ll
test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
test/CodeGen/PowerPC/2006-04-05-splat-ish.ll
test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll
test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll
test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.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-01-15-AsmDialect.ll
test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll
test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll
test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll
test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll
test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
test/CodeGen/PowerPC/2007-09-08-unaligned.ll
test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll
test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll
test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll
test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll
test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll
test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll
test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll
test/CodeGen/PowerPC/2008-07-15-Bswap.ll
test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll
test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll
test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll
test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll
test/CodeGen/PowerPC/2009-03-17-LSRBug.ll
test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll
test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll
test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll
test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll
test/CodeGen/PowerPC/2012-09-16-TOC-entry-check.ll
test/CodeGen/PowerPC/2013-05-15-preinc-fold.ll
test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll
test/CodeGen/PowerPC/Atomics-64.ll
test/CodeGen/PowerPC/a2-fp-basic.ll
test/CodeGen/PowerPC/add-fi.ll
test/CodeGen/PowerPC/addi-licm.ll
test/CodeGen/PowerPC/addi-reassoc.ll
test/CodeGen/PowerPC/alias.ll
test/CodeGen/PowerPC/and-elim.ll
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/asm-constraints.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/atomics-indexed.ll
test/CodeGen/PowerPC/atomics.ll
test/CodeGen/PowerPC/bdzlr.ll
test/CodeGen/PowerPC/bswap-load-store.ll
test/CodeGen/PowerPC/buildvec_canonicalize.ll
test/CodeGen/PowerPC/byval-aliased.ll
test/CodeGen/PowerPC/code-align.ll
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/cr-spills.ll
test/CodeGen/PowerPC/cr1eq-no-extra-moves.ll
test/CodeGen/PowerPC/cr1eq.ll
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/PowerPC/crbits.ll
test/CodeGen/PowerPC/crsave.ll
test/CodeGen/PowerPC/crypto_bifs.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-cpsgn.ll
test/CodeGen/PowerPC/ctrloop-fp64.ll
test/CodeGen/PowerPC/ctrloop-i64.ll
test/CodeGen/PowerPC/ctrloop-le.ll
test/CodeGen/PowerPC/ctrloop-lt.ll
test/CodeGen/PowerPC/ctrloop-ne.ll
test/CodeGen/PowerPC/ctrloop-s000.ll
test/CodeGen/PowerPC/ctrloop-sh.ll
test/CodeGen/PowerPC/ctrloop-sums.ll
test/CodeGen/PowerPC/ctrloops.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/dcbt-sched.ll
test/CodeGen/PowerPC/delete-node.ll
test/CodeGen/PowerPC/dyn-alloca-aligned.ll
test/CodeGen/PowerPC/empty-functions.ll
test/CodeGen/PowerPC/emptystruct.ll
test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
test/CodeGen/PowerPC/fast-isel-GEP-coalesce.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-indirectbr.ll
test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll [new file with mode: 0644]
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/floatPSA.ll
test/CodeGen/PowerPC/flt-preinc.ll
test/CodeGen/PowerPC/fp-to-int-ext.ll
test/CodeGen/PowerPC/frounds.ll
test/CodeGen/PowerPC/glob-comp-aa-crash.ll
test/CodeGen/PowerPC/hello.ll
test/CodeGen/PowerPC/hidden-vis-2.ll
test/CodeGen/PowerPC/hidden-vis.ll
test/CodeGen/PowerPC/htm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ia-mem-r0.ll
test/CodeGen/PowerPC/indexed-load.ll
test/CodeGen/PowerPC/indirectbr.ll
test/CodeGen/PowerPC/inlineasm-i64-reg.ll
test/CodeGen/PowerPC/isel-rc-nox0.ll
test/CodeGen/PowerPC/lbz-from-ld-shift.ll
test/CodeGen/PowerPC/lbzux.ll
test/CodeGen/PowerPC/ld-st-upd.ll
test/CodeGen/PowerPC/ldtoc-inv.ll
test/CodeGen/PowerPC/lha.ll
test/CodeGen/PowerPC/load-constant-addr.ll
test/CodeGen/PowerPC/load-shift-combine.ll
test/CodeGen/PowerPC/loop-data-prefetch.ll
test/CodeGen/PowerPC/lsa.ll
test/CodeGen/PowerPC/lsr-postinc-pos.ll
test/CodeGen/PowerPC/mask64.ll
test/CodeGen/PowerPC/mature-mc-support.ll
test/CodeGen/PowerPC/mcm-1.ll
test/CodeGen/PowerPC/mcm-10.ll
test/CodeGen/PowerPC/mcm-11.ll
test/CodeGen/PowerPC/mcm-2.ll
test/CodeGen/PowerPC/mcm-3.ll
test/CodeGen/PowerPC/mcm-5.ll
test/CodeGen/PowerPC/mcm-6.ll
test/CodeGen/PowerPC/mcm-7.ll
test/CodeGen/PowerPC/mcm-8.ll
test/CodeGen/PowerPC/mcm-9.ll
test/CodeGen/PowerPC/mcm-default.ll
test/CodeGen/PowerPC/mcm-obj-2.ll
test/CodeGen/PowerPC/mcm-obj.ll
test/CodeGen/PowerPC/mem-rr-addr-mode.ll
test/CodeGen/PowerPC/mem_update.ll
test/CodeGen/PowerPC/memcpy-vec.ll [new file with mode: 0644]
test/CodeGen/PowerPC/misched-inorder-latency.ll
test/CodeGen/PowerPC/misched.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll
test/CodeGen/PowerPC/novrsave.ll
test/CodeGen/PowerPC/or-addressing-mode.ll
test/CodeGen/PowerPC/post-ra-ec.ll
test/CodeGen/PowerPC/ppc-crbits-onoff.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc-empty-fs.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc-prologue.ll
test/CodeGen/PowerPC/ppc32-lshrti3.ll
test/CodeGen/PowerPC/ppc32-pic-large.ll
test/CodeGen/PowerPC/ppc32-pic.ll
test/CodeGen/PowerPC/ppc440-fp-basic.ll
test/CodeGen/PowerPC/ppc64-abi-extend.ll
test/CodeGen/PowerPC/ppc64-align-long-double.ll
test/CodeGen/PowerPC/ppc64-anyregcc.ll
test/CodeGen/PowerPC/ppc64-byval-align.ll
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-fastcc-fast-isel.ll
test/CodeGen/PowerPC/ppc64-gep-opt.ll
test/CodeGen/PowerPC/ppc64-linux-func-size.ll
test/CodeGen/PowerPC/ppc64-patchpoint.ll
test/CodeGen/PowerPC/ppc64-smallarg.ll
test/CodeGen/PowerPC/ppc64-stackmap.ll
test/CodeGen/PowerPC/ppc64-toc.ll
test/CodeGen/PowerPC/ppc64le-aggregates.ll
test/CodeGen/PowerPC/ppc64le-localentry.ll
test/CodeGen/PowerPC/ppc64le-smallarg.ll
test/CodeGen/PowerPC/ppcf128-1.ll
test/CodeGen/PowerPC/ppcf128-endian.ll
test/CodeGen/PowerPC/pr13891.ll
test/CodeGen/PowerPC/pr15031.ll
test/CodeGen/PowerPC/pr15630.ll
test/CodeGen/PowerPC/pr16556-2.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr17354.ll
test/CodeGen/PowerPC/pr18663.ll
test/CodeGen/PowerPC/pr20442.ll
test/CodeGen/PowerPC/pr22711.ll [new file with mode: 0644]
test/CodeGen/PowerPC/preincprep-invoke.ll
test/CodeGen/PowerPC/private.ll
test/CodeGen/PowerPC/pwr7-gt-nop.ll
test/CodeGen/PowerPC/qpx-load.ll
test/CodeGen/PowerPC/qpx-s-load.ll
test/CodeGen/PowerPC/qpx-s-sel.ll
test/CodeGen/PowerPC/qpx-sel.ll
test/CodeGen/PowerPC/qpx-split-vsetcc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-unalperm.ll
test/CodeGen/PowerPC/quadint-return.ll
test/CodeGen/PowerPC/reg-coalesce-simple.ll
test/CodeGen/PowerPC/reloc-align.ll
test/CodeGen/PowerPC/remat-imm.ll
test/CodeGen/PowerPC/resolvefi-basereg.ll
test/CodeGen/PowerPC/resolvefi-disp.ll
test/CodeGen/PowerPC/return-val-i128.ll
test/CodeGen/PowerPC/rlwimi-and.ll
test/CodeGen/PowerPC/rlwimi-commute.ll
test/CodeGen/PowerPC/rlwimi-dyn-and.ll
test/CodeGen/PowerPC/rm-zext.ll
test/CodeGen/PowerPC/rs-undef-use.ll
test/CodeGen/PowerPC/s000-alias-misched.ll
test/CodeGen/PowerPC/sjlj.ll
test/CodeGen/PowerPC/small-arguments.ll
test/CodeGen/PowerPC/split-index-tc.ll
test/CodeGen/PowerPC/stack-protector.ll
test/CodeGen/PowerPC/stack-realign.ll
test/CodeGen/PowerPC/std-unal-fi.ll
test/CodeGen/PowerPC/stdux-constuse.ll
test/CodeGen/PowerPC/stfiwx.ll
test/CodeGen/PowerPC/store-load-fwd.ll
test/CodeGen/PowerPC/store-update.ll
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/PowerPC/stwu-gta.ll
test/CodeGen/PowerPC/stwu8.ll
test/CodeGen/PowerPC/stwux.ll
test/CodeGen/PowerPC/subreg-postra-2.ll
test/CodeGen/PowerPC/subreg-postra.ll
test/CodeGen/PowerPC/subsumes-pred-regs.ll
test/CodeGen/PowerPC/tls-cse.ll
test/CodeGen/PowerPC/tls-pic.ll
test/CodeGen/PowerPC/tls.ll
test/CodeGen/PowerPC/toc-load-sched-bug.ll
test/CodeGen/PowerPC/trampoline.ll
test/CodeGen/PowerPC/unal-altivec-wint.ll
test/CodeGen/PowerPC/unal-altivec.ll
test/CodeGen/PowerPC/unal-altivec2.ll
test/CodeGen/PowerPC/unaligned.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vaddsplat.ll
test/CodeGen/PowerPC/varargs-struct-float.ll
test/CodeGen/PowerPC/vcmp-fold.ll
test/CodeGen/PowerPC/vec-abi-align.ll
test/CodeGen/PowerPC/vec_add_sub_doubleword.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_auto_constant.ll
test/CodeGen/PowerPC/vec_br_cmp.ll
test/CodeGen/PowerPC/vec_buildvector_loadstore.ll
test/CodeGen/PowerPC/vec_cmpd.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_constants.ll
test/CodeGen/PowerPC/vec_conv.ll
test/CodeGen/PowerPC/vec_fneg.ll
test/CodeGen/PowerPC/vec_minmax.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_mul_even_odd.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_perf_shuffle.ll
test/CodeGen/PowerPC/vec_rotate_shift.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_shuffle.ll
test/CodeGen/PowerPC/vec_shuffle_le.ll
test/CodeGen/PowerPC/vec_splat.ll
test/CodeGen/PowerPC/vec_splat_constant.ll
test/CodeGen/PowerPC/vec_zero.ll
test/CodeGen/PowerPC/vector-identity-shuffle.ll
test/CodeGen/PowerPC/vector.ll
test/CodeGen/PowerPC/vsx-div.ll
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-infl-copy1.ll
test/CodeGen/PowerPC/vsx-infl-copy2.ll
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll
test/CodeGen/PowerPC/vsx-ldst.ll
test/CodeGen/PowerPC/vsx-minmax.ll
test/CodeGen/PowerPC/vsx-p8.ll
test/CodeGen/PowerPC/vsx-spill-norwstore.ll
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsx_insert_extract_le.ll
test/CodeGen/PowerPC/vsx_shuffle_le.ll
test/CodeGen/PowerPC/weak_def_can_be_hidden.ll
test/CodeGen/PowerPC/zero-not-run.ll
test/CodeGen/PowerPC/zext-free.ll
test/CodeGen/R600/32-bit-local-address-space.ll
test/CodeGen/R600/add-debug.ll
test/CodeGen/R600/add.ll
test/CodeGen/R600/add_i64.ll
test/CodeGen/R600/address-space.ll
test/CodeGen/R600/and.ll
test/CodeGen/R600/array-ptr-calc-i32.ll
test/CodeGen/R600/array-ptr-calc-i64.ll
test/CodeGen/R600/atomic_cmp_swap_local.ll
test/CodeGen/R600/atomic_load_add.ll
test/CodeGen/R600/atomic_load_sub.ll
test/CodeGen/R600/bfe_uint.ll
test/CodeGen/R600/big_alu.ll
test/CodeGen/R600/bitcast.ll
test/CodeGen/R600/bswap.ll
test/CodeGen/R600/call.ll
test/CodeGen/R600/call_fs.ll
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll
test/CodeGen/R600/combine_vloads.ll
test/CodeGen/R600/commute-compares.ll [new file with mode: 0644]
test/CodeGen/R600/commute_modifiers.ll
test/CodeGen/R600/copy-illegal-type.ll
test/CodeGen/R600/copy-to-reg.ll
test/CodeGen/R600/ctlz_zero_undef.ll
test/CodeGen/R600/ctpop.ll
test/CodeGen/R600/ctpop64.ll
test/CodeGen/R600/cttz_zero_undef.ll
test/CodeGen/R600/cvt_f32_ubyte.ll
test/CodeGen/R600/dagcombiner-bug-illegal-vec4-int-to-fp.ll
test/CodeGen/R600/disconnected-predset-break-bug.ll
test/CodeGen/R600/dot4-folding.ll
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/R600/ds_read2.ll
test/CodeGen/R600/ds_read2_offset_order.ll
test/CodeGen/R600/ds_read2st64.ll
test/CodeGen/R600/ds_write2.ll
test/CodeGen/R600/ds_write2st64.ll
test/CodeGen/R600/elf.ll
test/CodeGen/R600/empty-function.ll
test/CodeGen/R600/endcf-loop-header.ll
test/CodeGen/R600/extload-private.ll
test/CodeGen/R600/extload.ll
test/CodeGen/R600/extract_vector_elt_i16.ll
test/CodeGen/R600/fabs.f64.ll
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fadd64.ll
test/CodeGen/R600/fceil64.ll
test/CodeGen/R600/fcmp-cnd.ll
test/CodeGen/R600/fcmp-cnde-int-args.ll
test/CodeGen/R600/fcmp.ll
test/CodeGen/R600/fcmp64.ll
test/CodeGen/R600/fconst64.ll
test/CodeGen/R600/fdiv.f64.ll
test/CodeGen/R600/fdiv.ll
test/CodeGen/R600/fetch-limits.r600.ll
test/CodeGen/R600/fetch-limits.r700+.ll
test/CodeGen/R600/ffloor.f64.ll
test/CodeGen/R600/flat-address-space.ll
test/CodeGen/R600/fma-combine.ll
test/CodeGen/R600/fma.f64.ll
test/CodeGen/R600/fma.ll
test/CodeGen/R600/fmax3.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fmax3.ll
test/CodeGen/R600/fmax_legacy.f64.ll
test/CodeGen/R600/fmax_legacy.ll
test/CodeGen/R600/fmin3.ll
test/CodeGen/R600/fmin_legacy.f64.ll
test/CodeGen/R600/fmin_legacy.ll
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fmul64.ll
test/CodeGen/R600/fmuladd.ll
test/CodeGen/R600/fneg-fabs.f64.ll
test/CodeGen/R600/fneg-fabs.ll
test/CodeGen/R600/fp16_to_fp.ll
test/CodeGen/R600/fp32_to_fp16.ll
test/CodeGen/R600/fp_to_sint.f64.ll
test/CodeGen/R600/fp_to_sint.ll
test/CodeGen/R600/fp_to_uint.f64.ll
test/CodeGen/R600/fp_to_uint.ll
test/CodeGen/R600/frem.ll
test/CodeGen/R600/fsqrt.ll
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/fsub64.ll
test/CodeGen/R600/ftrunc.f64.ll
test/CodeGen/R600/gep-address-space.ll
test/CodeGen/R600/global-directive.ll
test/CodeGen/R600/global-extload-i1.ll
test/CodeGen/R600/global-extload-i16.ll
test/CodeGen/R600/global-extload-i32.ll
test/CodeGen/R600/global-extload-i8.ll
test/CodeGen/R600/global-zero-initializer.ll
test/CodeGen/R600/global_atomics.ll
test/CodeGen/R600/gv-const-addrspace-fail.ll
test/CodeGen/R600/gv-const-addrspace.ll
test/CodeGen/R600/half.ll
test/CodeGen/R600/hsa.ll
test/CodeGen/R600/i1-copy-phi.ll
test/CodeGen/R600/i8-to-double-to-float.ll
test/CodeGen/R600/icmp-select-sete-reverse-args.ll
test/CodeGen/R600/imm.ll
test/CodeGen/R600/indirect-addressing-si.ll
test/CodeGen/R600/indirect-private-64.ll
test/CodeGen/R600/insert_vector_elt.ll
test/CodeGen/R600/jump-address.ll
test/CodeGen/R600/kcache-fold.ll
test/CodeGen/R600/large-alloca.ll
test/CodeGen/R600/large-constant-initializer.ll
test/CodeGen/R600/lds-initializer.ll
test/CodeGen/R600/lds-oqap-crash.ll
test/CodeGen/R600/lds-output-queue.ll
test/CodeGen/R600/lds-size.ll
test/CodeGen/R600/lds-zero-initializer.ll
test/CodeGen/R600/legalizedag-bug-expand-setcc.ll
test/CodeGen/R600/llvm.AMDGPU.abs.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.global.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll
test/CodeGen/R600/llvm.AMDGPU.bfm.ll
test/CodeGen/R600/llvm.AMDGPU.brev.ll
test/CodeGen/R600/llvm.AMDGPU.class.ll
test/CodeGen/R600/llvm.AMDGPU.cube.ll
test/CodeGen/R600/llvm.AMDGPU.cvt_f32_ubyte.ll
test/CodeGen/R600/llvm.AMDGPU.div_fmas.ll
test/CodeGen/R600/llvm.AMDGPU.div_scale.ll
test/CodeGen/R600/llvm.AMDGPU.flbit.i32.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.fract.f64.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.fract.ll
test/CodeGen/R600/llvm.AMDGPU.imax.ll
test/CodeGen/R600/llvm.AMDGPU.imin.ll
test/CodeGen/R600/llvm.AMDGPU.tex.ll
test/CodeGen/R600/llvm.AMDGPU.trig_preop.ll
test/CodeGen/R600/llvm.AMDGPU.umad24.ll
test/CodeGen/R600/llvm.AMDGPU.umax.ll
test/CodeGen/R600/llvm.AMDGPU.umin.ll
test/CodeGen/R600/llvm.SI.imageload.ll
test/CodeGen/R600/llvm.SI.load.dword.ll
test/CodeGen/R600/llvm.amdgpu.dp4.ll
test/CodeGen/R600/llvm.round.f64.ll
test/CodeGen/R600/llvm.round.ll
test/CodeGen/R600/load-i1.ll
test/CodeGen/R600/load-input-fold.ll
test/CodeGen/R600/load.ll
test/CodeGen/R600/load.vec.ll
test/CodeGen/R600/load64.ll
test/CodeGen/R600/local-64.ll
test/CodeGen/R600/local-atomics.ll
test/CodeGen/R600/local-atomics64.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/loop-address.ll
test/CodeGen/R600/loop-idiom.ll
test/CodeGen/R600/m0-spill.ll
test/CodeGen/R600/mad-combine.ll
test/CodeGen/R600/mad-sub.ll
test/CodeGen/R600/madak.ll
test/CodeGen/R600/madmk.ll
test/CodeGen/R600/max.ll
test/CodeGen/R600/max3.ll
test/CodeGen/R600/min.ll
test/CodeGen/R600/min3.ll
test/CodeGen/R600/missing-store.ll
test/CodeGen/R600/mubuf.ll
test/CodeGen/R600/mul.ll
test/CodeGen/R600/no-initializer-constant-addrspace.ll
test/CodeGen/R600/no-shrink-extloads.ll
test/CodeGen/R600/operand-folding.ll
test/CodeGen/R600/or.ll
test/CodeGen/R600/parallelandifcollapse.ll
test/CodeGen/R600/parallelorifcollapse.ll
test/CodeGen/R600/private-memory-atomics.ll
test/CodeGen/R600/private-memory-broken.ll
test/CodeGen/R600/private-memory.ll
test/CodeGen/R600/pv-packing.ll
test/CodeGen/R600/pv.ll
test/CodeGen/R600/r600-export-fix.ll
test/CodeGen/R600/r600cfg.ll
test/CodeGen/R600/register-count-comments.ll
test/CodeGen/R600/reorder-stores.ll
test/CodeGen/R600/rotl.i64.ll
test/CodeGen/R600/rotr.i64.ll
test/CodeGen/R600/rsq.ll
test/CodeGen/R600/s_movk_i32.ll
test/CodeGen/R600/saddo.ll
test/CodeGen/R600/salu-to-valu.ll
test/CodeGen/R600/scalar_to_vector.ll
test/CodeGen/R600/schedule-fs-loop-nested.ll
test/CodeGen/R600/schedule-fs-loop.ll
test/CodeGen/R600/schedule-global-loads.ll
test/CodeGen/R600/schedule-if-2.ll
test/CodeGen/R600/schedule-if.ll
test/CodeGen/R600/schedule-kernel-arg-loads.ll
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/R600/schedule-vs-if-nested-loop.ll
test/CodeGen/R600/scratch-buffer.ll
test/CodeGen/R600/sdiv.ll
test/CodeGen/R600/sdivrem24.ll
test/CodeGen/R600/select64.ll
test/CodeGen/R600/selectcc-cnd.ll
test/CodeGen/R600/selectcc-cnde-int.ll
test/CodeGen/R600/selectcc-icmp-select-float.ll
test/CodeGen/R600/selectcc-opt.ll
test/CodeGen/R600/setcc-opt.ll
test/CodeGen/R600/setcc.ll
test/CodeGen/R600/sext-in-reg.ll
test/CodeGen/R600/sgpr-control-flow.ll
test/CodeGen/R600/sgpr-copy-duplicate-operand.ll
test/CodeGen/R600/sgpr-copy.ll
test/CodeGen/R600/shl.ll
test/CodeGen/R600/shl_add_constant.ll
test/CodeGen/R600/shl_add_ptr.ll
test/CodeGen/R600/si-lod-bias.ll
test/CodeGen/R600/si-sgpr-spill.ll
test/CodeGen/R600/si-triv-disjoint-mem-access.ll
test/CodeGen/R600/si-vector-hang.ll
test/CodeGen/R600/sign_extend.ll
test/CodeGen/R600/simplify-demanded-bits-build-pair.ll
test/CodeGen/R600/sint_to_fp.f64.ll
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/smrd.ll
test/CodeGen/R600/split-scalar-i64-add.ll
test/CodeGen/R600/sra.ll
test/CodeGen/R600/srem.ll
test/CodeGen/R600/srl.ll
test/CodeGen/R600/ssubo.ll
test/CodeGen/R600/store-barrier.ll
test/CodeGen/R600/store-vector-ptrs.ll
test/CodeGen/R600/store.ll
test/CodeGen/R600/store.r600.ll
test/CodeGen/R600/sub.ll
test/CodeGen/R600/swizzle-export.ll
test/CodeGen/R600/trunc-cmp-constant.ll
test/CodeGen/R600/trunc.ll
test/CodeGen/R600/tti-unroll-prefs.ll
test/CodeGen/R600/uaddo.ll
test/CodeGen/R600/udiv.ll
test/CodeGen/R600/udivrem24.ll
test/CodeGen/R600/uint_to_fp.f64.ll
test/CodeGen/R600/uint_to_fp.ll
test/CodeGen/R600/unaligned-load-store.ll
test/CodeGen/R600/unhandled-loop-condition-assertion.ll
test/CodeGen/R600/unroll.ll
test/CodeGen/R600/urem.ll
test/CodeGen/R600/usubo.ll
test/CodeGen/R600/v_cndmask.ll
test/CodeGen/R600/valu-i1.ll
test/CodeGen/R600/vector-alloca.ll
test/CodeGen/R600/vertex-fetch-encoding.ll
test/CodeGen/R600/vop-shrink.ll
test/CodeGen/R600/vselect.ll
test/CodeGen/R600/vtx-fetch-branch.ll
test/CodeGen/R600/vtx-schedule.ll
test/CodeGen/R600/wait.ll
test/CodeGen/R600/wrong-transalu-pos-fix.ll
test/CodeGen/R600/xor.ll
test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
test/CodeGen/SPARC/2009-08-28-PIC.ll
test/CodeGen/SPARC/2011-01-11-CC.ll
test/CodeGen/SPARC/2011-01-22-SRet.ll
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/64bit.ll
test/CodeGen/SPARC/atomics.ll
test/CodeGen/SPARC/basictest.ll
test/CodeGen/SPARC/empty-functions.ll
test/CodeGen/SPARC/exception.ll
test/CodeGen/SPARC/fp128.ll
test/CodeGen/SPARC/globals.ll
test/CodeGen/SPARC/leafproc.ll
test/CodeGen/SPARC/mult-alt-generic-sparc.ll
test/CodeGen/SPARC/obj-relocs.ll
test/CodeGen/SPARC/private.ll
test/CodeGen/SPARC/setjmp.ll
test/CodeGen/SPARC/spillsize.ll
test/CodeGen/SPARC/tls.ll
test/CodeGen/SPARC/varargs.ll
test/CodeGen/SystemZ/Large/branch-range-01.py
test/CodeGen/SystemZ/Large/branch-range-02.py
test/CodeGen/SystemZ/Large/branch-range-03.py
test/CodeGen/SystemZ/Large/branch-range-04.py
test/CodeGen/SystemZ/Large/branch-range-05.py
test/CodeGen/SystemZ/Large/branch-range-06.py
test/CodeGen/SystemZ/Large/branch-range-07.py
test/CodeGen/SystemZ/Large/branch-range-08.py
test/CodeGen/SystemZ/Large/branch-range-09.py
test/CodeGen/SystemZ/Large/branch-range-10.py
test/CodeGen/SystemZ/Large/branch-range-11.py
test/CodeGen/SystemZ/Large/branch-range-12.py
test/CodeGen/SystemZ/Large/lit.local.cfg
test/CodeGen/SystemZ/Large/spill-01.py
test/CodeGen/SystemZ/Large/spill-02.py
test/CodeGen/SystemZ/addr-01.ll
test/CodeGen/SystemZ/addr-02.ll
test/CodeGen/SystemZ/addr-03.ll
test/CodeGen/SystemZ/alias-01.ll
test/CodeGen/SystemZ/alloca-01.ll
test/CodeGen/SystemZ/alloca-02.ll
test/CodeGen/SystemZ/and-01.ll
test/CodeGen/SystemZ/and-03.ll
test/CodeGen/SystemZ/and-05.ll
test/CodeGen/SystemZ/and-06.ll
test/CodeGen/SystemZ/and-08.ll
test/CodeGen/SystemZ/asm-18.ll
test/CodeGen/SystemZ/atomic-load-01.ll
test/CodeGen/SystemZ/atomic-load-02.ll
test/CodeGen/SystemZ/atomic-load-03.ll
test/CodeGen/SystemZ/atomic-load-04.ll
test/CodeGen/SystemZ/atomicrmw-add-05.ll
test/CodeGen/SystemZ/atomicrmw-add-06.ll
test/CodeGen/SystemZ/atomicrmw-and-05.ll
test/CodeGen/SystemZ/atomicrmw-and-06.ll
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll
test/CodeGen/SystemZ/atomicrmw-or-05.ll
test/CodeGen/SystemZ/atomicrmw-or-06.ll
test/CodeGen/SystemZ/atomicrmw-sub-05.ll
test/CodeGen/SystemZ/atomicrmw-sub-06.ll
test/CodeGen/SystemZ/atomicrmw-xchg-03.ll
test/CodeGen/SystemZ/atomicrmw-xchg-04.ll
test/CodeGen/SystemZ/atomicrmw-xor-05.ll
test/CodeGen/SystemZ/atomicrmw-xor-06.ll
test/CodeGen/SystemZ/branch-02.ll
test/CodeGen/SystemZ/branch-03.ll
test/CodeGen/SystemZ/branch-04.ll
test/CodeGen/SystemZ/branch-06.ll
test/CodeGen/SystemZ/branch-08.ll
test/CodeGen/SystemZ/bswap-02.ll
test/CodeGen/SystemZ/bswap-03.ll
test/CodeGen/SystemZ/bswap-04.ll
test/CodeGen/SystemZ/bswap-05.ll
test/CodeGen/SystemZ/cmpxchg-03.ll
test/CodeGen/SystemZ/cmpxchg-04.ll
test/CodeGen/SystemZ/cond-load-01.ll
test/CodeGen/SystemZ/cond-load-02.ll
test/CodeGen/SystemZ/cond-store-01.ll
test/CodeGen/SystemZ/cond-store-02.ll
test/CodeGen/SystemZ/cond-store-03.ll
test/CodeGen/SystemZ/cond-store-04.ll
test/CodeGen/SystemZ/cond-store-05.ll
test/CodeGen/SystemZ/cond-store-06.ll
test/CodeGen/SystemZ/cond-store-07.ll
test/CodeGen/SystemZ/cond-store-08.ll
test/CodeGen/SystemZ/fp-abs-01.ll
test/CodeGen/SystemZ/fp-abs-02.ll
test/CodeGen/SystemZ/fp-add-01.ll
test/CodeGen/SystemZ/fp-add-02.ll
test/CodeGen/SystemZ/fp-add-03.ll
test/CodeGen/SystemZ/fp-cmp-01.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-cmp-03.ll
test/CodeGen/SystemZ/fp-cmp-04.ll
test/CodeGen/SystemZ/fp-conv-01.ll
test/CodeGen/SystemZ/fp-conv-02.ll
test/CodeGen/SystemZ/fp-conv-03.ll
test/CodeGen/SystemZ/fp-conv-04.ll
test/CodeGen/SystemZ/fp-conv-09.ll
test/CodeGen/SystemZ/fp-conv-10.ll
test/CodeGen/SystemZ/fp-conv-11.ll
test/CodeGen/SystemZ/fp-conv-12.ll
test/CodeGen/SystemZ/fp-conv-14.ll
test/CodeGen/SystemZ/fp-copysign-01.ll
test/CodeGen/SystemZ/fp-div-01.ll
test/CodeGen/SystemZ/fp-div-02.ll
test/CodeGen/SystemZ/fp-div-03.ll
test/CodeGen/SystemZ/fp-move-01.ll
test/CodeGen/SystemZ/fp-move-02.ll
test/CodeGen/SystemZ/fp-move-03.ll
test/CodeGen/SystemZ/fp-move-04.ll
test/CodeGen/SystemZ/fp-move-05.ll
test/CodeGen/SystemZ/fp-move-06.ll
test/CodeGen/SystemZ/fp-move-07.ll
test/CodeGen/SystemZ/fp-move-09.ll
test/CodeGen/SystemZ/fp-mul-01.ll
test/CodeGen/SystemZ/fp-mul-02.ll
test/CodeGen/SystemZ/fp-mul-03.ll
test/CodeGen/SystemZ/fp-mul-04.ll
test/CodeGen/SystemZ/fp-mul-05.ll
test/CodeGen/SystemZ/fp-mul-06.ll
test/CodeGen/SystemZ/fp-mul-07.ll
test/CodeGen/SystemZ/fp-mul-08.ll
test/CodeGen/SystemZ/fp-mul-09.ll
test/CodeGen/SystemZ/fp-neg-01.ll
test/CodeGen/SystemZ/fp-round-01.ll
test/CodeGen/SystemZ/fp-round-02.ll
test/CodeGen/SystemZ/fp-sqrt-01.ll
test/CodeGen/SystemZ/fp-sqrt-02.ll
test/CodeGen/SystemZ/fp-sqrt-03.ll
test/CodeGen/SystemZ/fp-sub-01.ll
test/CodeGen/SystemZ/fp-sub-02.ll
test/CodeGen/SystemZ/fp-sub-03.ll
test/CodeGen/SystemZ/frame-01.ll
test/CodeGen/SystemZ/frame-02.ll
test/CodeGen/SystemZ/frame-03.ll
test/CodeGen/SystemZ/frame-04.ll
test/CodeGen/SystemZ/frame-05.ll
test/CodeGen/SystemZ/frame-06.ll
test/CodeGen/SystemZ/frame-07.ll
test/CodeGen/SystemZ/frame-08.ll
test/CodeGen/SystemZ/frame-09.ll
test/CodeGen/SystemZ/frame-13.ll
test/CodeGen/SystemZ/frame-14.ll
test/CodeGen/SystemZ/frame-15.ll
test/CodeGen/SystemZ/frame-16.ll
test/CodeGen/SystemZ/frame-17.ll
test/CodeGen/SystemZ/frame-18.ll
test/CodeGen/SystemZ/insert-01.ll
test/CodeGen/SystemZ/insert-02.ll
test/CodeGen/SystemZ/insert-06.ll
test/CodeGen/SystemZ/int-add-01.ll
test/CodeGen/SystemZ/int-add-02.ll
test/CodeGen/SystemZ/int-add-03.ll
test/CodeGen/SystemZ/int-add-04.ll
test/CodeGen/SystemZ/int-add-05.ll
test/CodeGen/SystemZ/int-add-08.ll
test/CodeGen/SystemZ/int-add-09.ll
test/CodeGen/SystemZ/int-add-10.ll
test/CodeGen/SystemZ/int-add-11.ll
test/CodeGen/SystemZ/int-add-12.ll
test/CodeGen/SystemZ/int-cmp-01.ll
test/CodeGen/SystemZ/int-cmp-02.ll
test/CodeGen/SystemZ/int-cmp-03.ll
test/CodeGen/SystemZ/int-cmp-04.ll
test/CodeGen/SystemZ/int-cmp-05.ll
test/CodeGen/SystemZ/int-cmp-06.ll
test/CodeGen/SystemZ/int-cmp-07.ll
test/CodeGen/SystemZ/int-cmp-08.ll
test/CodeGen/SystemZ/int-cmp-15.ll
test/CodeGen/SystemZ/int-cmp-16.ll
test/CodeGen/SystemZ/int-cmp-17.ll
test/CodeGen/SystemZ/int-cmp-18.ll
test/CodeGen/SystemZ/int-cmp-19.ll
test/CodeGen/SystemZ/int-cmp-20.ll
test/CodeGen/SystemZ/int-cmp-21.ll
test/CodeGen/SystemZ/int-cmp-22.ll
test/CodeGen/SystemZ/int-cmp-23.ll
test/CodeGen/SystemZ/int-cmp-24.ll
test/CodeGen/SystemZ/int-cmp-25.ll
test/CodeGen/SystemZ/int-cmp-26.ll
test/CodeGen/SystemZ/int-cmp-27.ll
test/CodeGen/SystemZ/int-cmp-28.ll
test/CodeGen/SystemZ/int-cmp-29.ll
test/CodeGen/SystemZ/int-cmp-30.ll
test/CodeGen/SystemZ/int-cmp-31.ll
test/CodeGen/SystemZ/int-cmp-32.ll
test/CodeGen/SystemZ/int-cmp-33.ll
test/CodeGen/SystemZ/int-cmp-34.ll
test/CodeGen/SystemZ/int-cmp-35.ll
test/CodeGen/SystemZ/int-cmp-36.ll
test/CodeGen/SystemZ/int-cmp-37.ll
test/CodeGen/SystemZ/int-cmp-38.ll
test/CodeGen/SystemZ/int-cmp-39.ll
test/CodeGen/SystemZ/int-cmp-40.ll
test/CodeGen/SystemZ/int-cmp-41.ll
test/CodeGen/SystemZ/int-cmp-42.ll
test/CodeGen/SystemZ/int-cmp-43.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-45.ll
test/CodeGen/SystemZ/int-cmp-48.ll
test/CodeGen/SystemZ/int-const-03.ll
test/CodeGen/SystemZ/int-const-04.ll
test/CodeGen/SystemZ/int-const-05.ll
test/CodeGen/SystemZ/int-const-06.ll
test/CodeGen/SystemZ/int-conv-01.ll
test/CodeGen/SystemZ/int-conv-02.ll
test/CodeGen/SystemZ/int-conv-03.ll
test/CodeGen/SystemZ/int-conv-04.ll
test/CodeGen/SystemZ/int-conv-05.ll
test/CodeGen/SystemZ/int-conv-06.ll
test/CodeGen/SystemZ/int-conv-07.ll
test/CodeGen/SystemZ/int-conv-08.ll
test/CodeGen/SystemZ/int-conv-09.ll
test/CodeGen/SystemZ/int-conv-10.ll
test/CodeGen/SystemZ/int-conv-11.ll
test/CodeGen/SystemZ/int-div-01.ll
test/CodeGen/SystemZ/int-div-02.ll
test/CodeGen/SystemZ/int-div-03.ll
test/CodeGen/SystemZ/int-div-04.ll
test/CodeGen/SystemZ/int-div-05.ll
test/CodeGen/SystemZ/int-move-02.ll
test/CodeGen/SystemZ/int-move-03.ll
test/CodeGen/SystemZ/int-move-04.ll
test/CodeGen/SystemZ/int-move-05.ll
test/CodeGen/SystemZ/int-move-06.ll
test/CodeGen/SystemZ/int-move-07.ll
test/CodeGen/SystemZ/int-move-08.ll
test/CodeGen/SystemZ/int-move-09.ll
test/CodeGen/SystemZ/int-mul-01.ll
test/CodeGen/SystemZ/int-mul-02.ll
test/CodeGen/SystemZ/int-mul-03.ll
test/CodeGen/SystemZ/int-mul-04.ll
test/CodeGen/SystemZ/int-mul-08.ll
test/CodeGen/SystemZ/int-sub-01.ll
test/CodeGen/SystemZ/int-sub-02.ll
test/CodeGen/SystemZ/int-sub-03.ll
test/CodeGen/SystemZ/int-sub-04.ll
test/CodeGen/SystemZ/int-sub-05.ll
test/CodeGen/SystemZ/int-sub-06.ll
test/CodeGen/SystemZ/int-sub-07.ll
test/CodeGen/SystemZ/loop-01.ll
test/CodeGen/SystemZ/memchr-02.ll
test/CodeGen/SystemZ/memcpy-01.ll
test/CodeGen/SystemZ/memcpy-02.ll
test/CodeGen/SystemZ/or-01.ll
test/CodeGen/SystemZ/or-03.ll
test/CodeGen/SystemZ/or-05.ll
test/CodeGen/SystemZ/or-06.ll
test/CodeGen/SystemZ/or-08.ll
test/CodeGen/SystemZ/prefetch-01.ll
test/CodeGen/SystemZ/serialize-01.ll
test/CodeGen/SystemZ/shift-01.ll
test/CodeGen/SystemZ/shift-02.ll
test/CodeGen/SystemZ/shift-03.ll
test/CodeGen/SystemZ/shift-04.ll
test/CodeGen/SystemZ/shift-05.ll
test/CodeGen/SystemZ/shift-06.ll
test/CodeGen/SystemZ/shift-07.ll
test/CodeGen/SystemZ/shift-08.ll
test/CodeGen/SystemZ/spill-01.ll
test/CodeGen/SystemZ/strcpy-01.ll
test/CodeGen/SystemZ/tls-05.ll
test/CodeGen/SystemZ/tls-06.ll
test/CodeGen/SystemZ/tls-07.ll
test/CodeGen/SystemZ/unaligned-01.ll
test/CodeGen/SystemZ/xor-01.ll
test/CodeGen/SystemZ/xor-03.ll
test/CodeGen/SystemZ/xor-05.ll
test/CodeGen/SystemZ/xor-06.ll
test/CodeGen/SystemZ/xor-08.ll
test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll
test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll
test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll
test/CodeGen/Thumb/2009-08-20-ISelBug.ll
test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
test/CodeGen/Thumb/2011-EpilogueBug.ll
test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll
test/CodeGen/Thumb/PR17309.ll
test/CodeGen/Thumb/asmprinter-bug.ll
test/CodeGen/Thumb/cortex-m0-unaligned-access.ll
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/ldm-merge-call.ll
test/CodeGen/Thumb/ldm-merge-struct.ll
test/CodeGen/Thumb/ldm-stm-base-materialization.ll
test/CodeGen/Thumb/ldr_ext.ll
test/CodeGen/Thumb/ldr_frame.ll
test/CodeGen/Thumb/long.ll
test/CodeGen/Thumb/segmented-stacks.ll
test/CodeGen/Thumb/stack-access.ll
test/CodeGen/Thumb/stack_guard_remat.ll
test/CodeGen/Thumb/stm-merge.ll
test/CodeGen/Thumb/thumb-ldm.ll
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
test/CodeGen/Thumb2/2009-07-30-PEICrash.ll
test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll
test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll
test/CodeGen/Thumb2/2009-08-10-ISelBug.ll
test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll
test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll
test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll
test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll
test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
test/CodeGen/Thumb2/2011-12-16-T2SizeReduceAssert.ll
test/CodeGen/Thumb2/2012-01-13-CBNZBug.ll
test/CodeGen/Thumb2/2013-02-19-tail-call-register-hint.ll
test/CodeGen/Thumb2/2013-03-02-vduplane-nonconstant-source-index.ll
test/CodeGen/Thumb2/aligned-constants.ll
test/CodeGen/Thumb2/aligned-spill.ll
test/CodeGen/Thumb2/bfi.ll
test/CodeGen/Thumb2/constant-islands-new-island-padding.ll
test/CodeGen/Thumb2/constant-islands.ll
test/CodeGen/Thumb2/crash.ll
test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
test/CodeGen/Thumb2/float-ops.ll
test/CodeGen/Thumb2/frameless2.ll
test/CodeGen/Thumb2/ifcvt-neon.ll
test/CodeGen/Thumb2/inflate-regs.ll
test/CodeGen/Thumb2/large-call.ll
test/CodeGen/Thumb2/large-stack.ll
test/CodeGen/Thumb2/lsr-deficiency.ll
test/CodeGen/Thumb2/machine-licm.ll
test/CodeGen/Thumb2/pic-load.ll
test/CodeGen/Thumb2/stack_guard_remat.ll
test/CodeGen/Thumb2/tail-call-r9.ll
test/CodeGen/Thumb2/thumb2-call-tc.ll
test/CodeGen/Thumb2/thumb2-call.ll
test/CodeGen/Thumb2/thumb2-cbnz.ll
test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll
test/CodeGen/Thumb2/thumb2-ifcvt1.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-ifcvt3.ll
test/CodeGen/Thumb2/thumb2-ldm.ll
test/CodeGen/Thumb2/thumb2-ldr.ll
test/CodeGen/Thumb2/thumb2-ldr_ext.ll
test/CodeGen/Thumb2/thumb2-ldr_post.ll
test/CodeGen/Thumb2/thumb2-ldr_pre.ll
test/CodeGen/Thumb2/thumb2-ldrb.ll
test/CodeGen/Thumb2/thumb2-ldrd.ll
test/CodeGen/Thumb2/thumb2-ldrh.ll
test/CodeGen/Thumb2/thumb2-smul.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-str.ll
test/CodeGen/Thumb2/thumb2-str_post.ll
test/CodeGen/Thumb2/thumb2-str_pre.ll
test/CodeGen/Thumb2/thumb2-strb.ll
test/CodeGen/Thumb2/thumb2-strh.ll
test/CodeGen/Thumb2/thumb2-tbh.ll
test/CodeGen/Thumb2/tls1.ll
test/CodeGen/Thumb2/tls2.ll
test/CodeGen/Thumb2/tpsoft.ll
test/CodeGen/Thumb2/v8_IT_2.ll
test/CodeGen/Thumb2/v8_IT_3.ll
test/CodeGen/WinEH/cppeh-catch-all.ll [moved from test/CodeGen/X86/cppeh-catch-all.ll with 66% similarity]
test/CodeGen/WinEH/cppeh-catch-scalar.ll [moved from test/CodeGen/X86/cppeh-catch-scalar.ll with 59% similarity]
test/CodeGen/WinEH/cppeh-catch-unwind.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-frame-vars.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-inalloca.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-min-unwind.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nested-1.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nested-2.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nested-3.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll [new file with mode: 0644]
test/CodeGen/WinEH/lit.local.cfg [new file with mode: 0644]
test/CodeGen/WinEH/seh-simple.ll [new file with mode: 0644]
test/CodeGen/X86/2005-01-17-CycleInDAG.ll
test/CodeGen/X86/2005-02-14-IllegalAssembler.ll
test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll
test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-05-02-InstrSched2.ll
test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll
test/CodeGen/X86/2006-05-08-InstrSched.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/2006-05-25-CycleInDAG.ll
test/CodeGen/X86/2006-07-20-InlineAsm.ll
test/CodeGen/X86/2006-08-07-CycleInDAG.ll
test/CodeGen/X86/2006-08-16-CycleInDAG.ll
test/CodeGen/X86/2006-09-01-CycleInDAG.ll
test/CodeGen/X86/2006-10-09-CycleInDAG.ll
test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll
test/CodeGen/X86/2006-10-12-CycleInDAG.ll
test/CodeGen/X86/2006-10-13-CycleInDAG.ll
test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2006-11-17-IllegalMove.ll
test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll
test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll
test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
test/CodeGen/X86/2007-02-04-OrAddrMode.ll
test/CodeGen/X86/2007-02-16-BranchFold.ll
test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
test/CodeGen/X86/2007-03-01-SpillerCrash.ll
test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
test/CodeGen/X86/2007-03-16-InlineAsm.ll
test/CodeGen/X86/2007-03-26-CoalescerBug.ll
test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll
test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll
test/CodeGen/X86/2007-05-05-VecCastExpand.ll
test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll
test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll
test/CodeGen/X86/2007-07-10-StackerAssert.ll
test/CodeGen/X86/2007-07-18-Vector-Extract.ll
test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll
test/CodeGen/X86/2007-08-13-AppendingLinkage.ll
test/CodeGen/X86/2007-09-05-InvalidAsm.ll
test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll
test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
test/CodeGen/X86/2007-10-14-CoalescerCrash.ll
test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
test/CodeGen/X86/2007-10-19-SpillerUnfold.ll
test/CodeGen/X86/2007-10-29-ExtendSetCC.ll
test/CodeGen/X86/2007-10-30-LSRCrash.ll
test/CodeGen/X86/2007-10-31-extractelement-i64.ll
test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
test/CodeGen/X86/2007-11-06-InstrSched.ll
test/CodeGen/X86/2007-11-07-MulBy4.ll
test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll
test/CodeGen/X86/2007-12-18-LoadCSEBug.ll
test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll
test/CodeGen/X86/2008-02-05-ISelCrash.ll
test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
test/CodeGen/X86/2008-02-18-TailMergingBug.ll
test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-02-25-InlineAsmBug.ll
test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll
test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll
test/CodeGen/X86/2008-03-07-APIntBug.ll
test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll
test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
test/CodeGen/X86/2008-03-14-SpillerCrash.ll
test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll
test/CodeGen/X86/2008-04-09-BranchFolding.ll
test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
test/CodeGen/X86/2008-04-16-CoalescerBug.ll
test/CodeGen/X86/2008-04-16-ReMatBug.ll
test/CodeGen/X86/2008-04-17-CoalescerBug.ll
test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
test/CodeGen/X86/2008-04-28-CoalescerBug.ll
test/CodeGen/X86/2008-05-09-PHIElimBug.ll
test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll
test/CodeGen/X86/2008-05-12-tailmerge-5.ll
test/CodeGen/X86/2008-05-21-CoalescerBug.ll
test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll
test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
test/CodeGen/X86/2008-06-16-SubregsBug.ll
test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll
test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
test/CodeGen/X86/2008-07-19-movups-spills.ll
test/CodeGen/X86/2008-07-22-CombinerCrash.ll
test/CodeGen/X86/2008-08-06-CmpStride.ll
test/CodeGen/X86/2008-08-06-RewriterBug.ll
test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
test/CodeGen/X86/2008-09-09-LinearScanBug.ll
test/CodeGen/X86/2008-09-11-CoalescerBug.ll
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2008-09-19-RegAllocBug.ll
test/CodeGen/X86/2008-09-29-ReMatBug.ll
test/CodeGen/X86/2008-09-29-VolatileBug.ll
test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll
test/CodeGen/X86/2008-10-07-SSEISelBug.ll
test/CodeGen/X86/2008-10-11-CallCrash.ll
test/CodeGen/X86/2008-10-16-VecUnaryOp.ll
test/CodeGen/X86/2008-10-27-CoalescerBug.ll
test/CodeGen/X86/2008-11-06-testb.ll
test/CodeGen/X86/2008-12-01-SpillerAssert.ll
test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll
test/CodeGen/X86/2008-12-02-IllegalResultType.ll
test/CodeGen/X86/2008-12-02-dagcombine-1.ll
test/CodeGen/X86/2008-12-02-dagcombine-2.ll
test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
test/CodeGen/X86/2008-12-23-crazy-address.ll
test/CodeGen/X86/2009-01-16-SchedulerBug.ll
test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll
test/CodeGen/X86/2009-01-31-BigShift2.ll
test/CodeGen/X86/2009-02-01-LargeMask.ll
test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll
test/CodeGen/X86/2009-02-04-sext-i64-gep.ll
test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll
test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-03-BTHang.ll
test/CodeGen/X86/2009-03-05-burr-list-crash.ll
test/CodeGen/X86/2009-03-09-APIntCrash.ll
test/CodeGen/X86/2009-03-10-CoalescerBug.ll
test/CodeGen/X86/2009-03-23-LinearScanBug.ll
test/CodeGen/X86/2009-03-23-MultiUseSched.ll
test/CodeGen/X86/2009-03-25-TestBug.ll
test/CodeGen/X86/2009-04-12-picrel.ll
test/CodeGen/X86/2009-04-14-IllegalRegs.ll
test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
test/CodeGen/X86/2009-04-24.ll
test/CodeGen/X86/2009-04-25-CoalescerBug.ll
test/CodeGen/X86/2009-04-27-CoalescerAssert.ll
test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll
test/CodeGen/X86/2009-04-29-LinearScanBug.ll
test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
test/CodeGen/X86/2009-04-scale.ll
test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
test/CodeGen/X86/2009-05-11-tailmerge-crash.ll
test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll
test/CodeGen/X86/2009-05-30-ISelBug.ll
test/CodeGen/X86/2009-06-02-RewriterBug.ll
test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll
test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
test/CodeGen/X86/2009-06-05-VZextByteShort.ll
test/CodeGen/X86/2009-07-15-CoalescerBug.ll
test/CodeGen/X86/2009-07-20-CoalescerBug.ll
test/CodeGen/X86/2009-07-20-DAGCombineBug.ll
test/CodeGen/X86/2009-08-06-branchfolder-crash.ll
test/CodeGen/X86/2009-08-06-inlineasm.ll
test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll
test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll
test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll
test/CodeGen/X86/2009-09-10-SpillComments.ll
test/CodeGen/X86/2009-09-16-CoalescerBug.ll
test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll
test/CodeGen/X86/2009-09-22-CoalescerBug.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2009-10-19-EmergencySpill.ll
test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll
test/CodeGen/X86/2009-10-25-RewriterBug.ll
test/CodeGen/X86/2009-11-16-MachineLICM.ll
test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
test/CodeGen/X86/2009-11-17-UpdateTerminator.ll
test/CodeGen/X86/2009-11-25-ImpDefBug.ll
test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll
test/CodeGen/X86/20090313-signext.ll
test/CodeGen/X86/2010-01-13-OptExtBug.ll
test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-01-19-OptExtBug.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-02-04-SchedulerBug.ll
test/CodeGen/X86/2010-02-11-NonTemporal.ll
test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll
test/CodeGen/X86/2010-03-17-ISelBug.ll
test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll
test/CodeGen/X86/2010-04-08-CoalescerBug.ll
test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
test/CodeGen/X86/2010-05-07-ldconvert.ll
test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll
test/CodeGen/X86/2010-05-16-nosseconversion.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
test/CodeGen/X86/2010-06-24-g-constraint-crash.ll
test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
test/CodeGen/X86/2010-06-28-matched-g-constraint.ll
test/CodeGen/X86/2010-07-02-UnfoldBug.ll
test/CodeGen/X86/2010-07-06-DbgCrash.ll
test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll
test/CodeGen/X86/2010-07-15-Crash.ll
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-09-16-asmcrash.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2010-11-09-MOVLPS.ll
test/CodeGen/X86/2010-11-18-SelectOfExtload.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-02-12-shuffle.ll
test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll
test/CodeGen/X86/2011-03-02-DAGCombiner.ll
test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll
test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll
test/CodeGen/X86/2011-05-09-loaduse.ll
test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll
test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll
test/CodeGen/X86/2011-06-01-fildll.ll
test/CodeGen/X86/2011-06-03-x87chain.ll
test/CodeGen/X86/2011-06-12-FastAllocSpill.ll
test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll
test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
test/CodeGen/X86/2011-09-14-valcoalesce.ll
test/CodeGen/X86/2011-09-21-setcc-bug.ll
test/CodeGen/X86/2011-10-11-srl.ll
test/CodeGen/X86/2011-10-12-MachineCSE.ll
test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
test/CodeGen/X86/2011-10-19-LegelizeLoad.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2011-10-27-tstore.ll
test/CodeGen/X86/2011-11-22-AVX2-Domains.ll
test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
test/CodeGen/X86/2011-12-08-AVXISelBugs.ll
test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll
test/CodeGen/X86/2012-01-11-split-cv.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll
test/CodeGen/X86/2012-02-12-dagco.ll
test/CodeGen/X86/2012-02-29-CoalescerBug.ll
test/CodeGen/X86/2012-03-26-PostRALICMBug.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-07-10-extload64.ll
test/CodeGen/X86/2012-07-15-broadcastfold.ll
test/CodeGen/X86/2012-08-17-legalizer-crash.ll
test/CodeGen/X86/2012-09-28-CGPBug.ll
test/CodeGen/X86/2012-1-10-buildvector.ll
test/CodeGen/X86/2012-10-02-DAGCycle.ll
test/CodeGen/X86/2012-10-03-DAGCycle.ll
test/CodeGen/X86/2012-10-18-crash-dagco.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/2012-12-06-python27-miscompile.ll
test/CodeGen/X86/2012-12-1-merge-multiple.ll
test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll
test/CodeGen/X86/2013-02-12-ShuffleToZext.ll [deleted file]
test/CodeGen/X86/2013-03-13-VEX-DestReg.ll
test/CodeGen/X86/2013-10-14-FastISel-incorrect-vreg.ll
test/CodeGen/X86/2014-08-29-CompactUnwind.ll
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/GC/alloc_loop.ll
test/CodeGen/X86/GC/argpromotion.ll
test/CodeGen/X86/GC/badreadproto.ll
test/CodeGen/X86/GC/badwriteproto.ll
test/CodeGen/X86/GC/inline.ll
test/CodeGen/X86/GC/inline2.ll
test/CodeGen/X86/MachineBranchProb.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/MachineSink-eflags.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/StackColoring.ll
test/CodeGen/X86/SwitchLowering.ll
test/CodeGen/X86/SwizzleShuff.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/add32ri8.ll [new file with mode: 0644]
test/CodeGen/X86/addr-mode-matcher.ll
test/CodeGen/X86/address-type-promotion-constantexpr.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/aligned-variadic.ll
test/CodeGen/X86/alignment-2.ll
test/CodeGen/X86/and-load-fold.ll [new file with mode: 0644]
test/CodeGen/X86/and-su.ll
test/CodeGen/X86/asm-global-imm.ll
test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll
test/CodeGen/X86/atom-call-reg-indirect-foldedreload64.ll
test/CodeGen/X86/atom-call-reg-indirect.ll
test/CodeGen/X86/atom-cmpb.ll
test/CodeGen/X86/atom-fixup-lea1.ll
test/CodeGen/X86/atom-fixup-lea2.ll
test/CodeGen/X86/atom-fixup-lea3.ll
test/CodeGen/X86/atom-fixup-lea4.ll
test/CodeGen/X86/atom-lea-addw-bug.ll
test/CodeGen/X86/atom-lea-sp.ll
test/CodeGen/X86/atom-sched.ll
test/CodeGen/X86/atomic-dagsched.ll
test/CodeGen/X86/atomic-load-store-wide.ll
test/CodeGen/X86/atomic-load-store.ll
test/CodeGen/X86/atomic-or.ll
test/CodeGen/X86/atomic-pointer.ll
test/CodeGen/X86/atomic128.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic6432.ll
test/CodeGen/X86/atomic_mi.ll
test/CodeGen/X86/atomic_op.ll
test/CodeGen/X86/avoid-loop-align-2.ll
test/CodeGen/X86/avoid-loop-align.ll
test/CodeGen/X86/avoid_complex_am.ll
test/CodeGen/X86/avx-arith.ll
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-bitcast.ll
test/CodeGen/X86/avx-cast.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-insertelt.ll [new file with mode: 0644]
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-load-store.ll
test/CodeGen/X86/avx-logic.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-unpack.ll
test/CodeGen/X86/avx-varargs-x86_64.ll
test/CodeGen/X86/avx-vbroadcast.ll
test/CodeGen/X86/avx-vextractf128.ll
test/CodeGen/X86/avx-vinsertf128.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx-vzeroupper.ll
test/CodeGen/X86/avx.ll
test/CodeGen/X86/avx1-logical-load-folding.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-pmovxrm-intrinsics.ll
test/CodeGen/X86/avx2-shift.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
test/CodeGen/X86/avx512-i1test.ll [changed mode: 0755->0644]
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-intel-ocl.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-logic.ll
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-round.ll
test/CodeGen/X86/avx512-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shift.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512bw-arith.ll
test/CodeGen/X86/avx512bw-mask-op.ll
test/CodeGen/X86/avx512bw-mov.ll
test/CodeGen/X86/avx512bw-vec-cmp.ll
test/CodeGen/X86/avx512bwvl-arith.ll
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512bwvl-mov.ll
test/CodeGen/X86/avx512bwvl-vec-cmp.ll
test/CodeGen/X86/avx512dq-mask-op.ll
test/CodeGen/X86/avx512er-intrinsics.ll
test/CodeGen/X86/avx512vl-arith.ll
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/avx512vl-mov.ll
test/CodeGen/X86/avx512vl-vec-cmp.ll
test/CodeGen/X86/bitcast-mmx.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/break-anti-dependencies.ll
test/CodeGen/X86/break-false-dep.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/byval-align.ll
test/CodeGen/X86/byval.ll
test/CodeGen/X86/byval2.ll
test/CodeGen/X86/byval3.ll
test/CodeGen/X86/byval4.ll
test/CodeGen/X86/byval5.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/cache-intrinsic.ll
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/cas.ll
test/CodeGen/X86/catch.ll
test/CodeGen/X86/cfi_enforcing.ll [deleted file]
test/CodeGen/X86/cfi_invoke.ll [deleted file]
test/CodeGen/X86/cfi_non_default_function.ll [deleted file]
test/CodeGen/X86/cfi_simple_indirect_call.ll [deleted file]
test/CodeGen/X86/cfstring.ll
test/CodeGen/X86/chain_order.ll
test/CodeGen/X86/change-compare-stride-1.ll
test/CodeGen/X86/clobber-fi0.ll
test/CodeGen/X86/cmov-double.ll [new file with mode: 0644]
test/CodeGen/X86/cmov-into-branch.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmovcmov.ll [new file with mode: 0644]
test/CodeGen/X86/cmp-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/cmpxchg-i1.ll
test/CodeGen/X86/cmpxchg-i128-i1.ll
test/CodeGen/X86/coalesce-esp.ll
test/CodeGen/X86/coalesce-implicitdef.ll
test/CodeGen/X86/coalescer-commute1.ll
test/CodeGen/X86/coalescer-commute4.ll
test/CodeGen/X86/coalescer-cross.ll
test/CodeGen/X86/coalescer-dce2.ll
test/CodeGen/X86/coalescer-identity.ll
test/CodeGen/X86/coalescer-remat.ll
test/CodeGen/X86/coalescer-subreg.ll [new file with mode: 0644]
test/CodeGen/X86/code_placement.ll
test/CodeGen/X86/code_placement_outline_optional_branches.ll [new file with mode: 0644]
test/CodeGen/X86/codegen-prepare-addrmode-sext.ll
test/CodeGen/X86/codegen-prepare-cast.ll
test/CodeGen/X86/codegen-prepare-crash.ll
test/CodeGen/X86/codegen-prepare-extload.ll
test/CodeGen/X86/codegen-prepare.ll
test/CodeGen/X86/codemodel.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/combiner-aa-0.ll
test/CodeGen/X86/combiner-aa-1.ll
test/CodeGen/X86/commute-blend-avx2.ll
test/CodeGen/X86/commute-blend-sse41.ll
test/CodeGen/X86/commute-clmul.ll
test/CodeGen/X86/commute-fcmp.ll
test/CodeGen/X86/commute-intrinsic.ll
test/CodeGen/X86/commute-xop.ll
test/CodeGen/X86/compact-unwind.ll
test/CodeGen/X86/complex-asm.ll
test/CodeGen/X86/computeKnownBits_urem.ll
test/CodeGen/X86/const-base-addr.ll
test/CodeGen/X86/constant-combines.ll
test/CodeGen/X86/constant-hoisting-optnone.ll
test/CodeGen/X86/constant-hoisting-shift-immediate.ll
test/CodeGen/X86/constructor.ll
test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll
test/CodeGen/X86/cppeh-frame-vars.ll [deleted file]
test/CodeGen/X86/crash-O0.ll
test/CodeGen/X86/crash-nosse.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/critical-anti-dep-breaker.ll
test/CodeGen/X86/critical-edge-split-2.ll
test/CodeGen/X86/cse-add-with-overflow.ll
test/CodeGen/X86/cvt16.ll
test/CodeGen/X86/dagcombine-and-setcc.ll
test/CodeGen/X86/dagcombine-buildvector.ll
test/CodeGen/X86/dagcombine-cse.ll
test/CodeGen/X86/darwin-quote.ll
test/CodeGen/X86/darwin-stub.ll
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/discontiguous-loops.ll
test/CodeGen/X86/div8.ll
test/CodeGen/X86/dllimport-x86_64.ll
test/CodeGen/X86/dllimport.ll
test/CodeGen/X86/dollar-name.ll
test/CodeGen/X86/dont-trunc-store-double-to-float.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dwarf-eh-prepare.ll
test/CodeGen/X86/dynamic-alloca-lifetime.ll
test/CodeGen/X86/dynamic-allocas-VLAs.ll
test/CodeGen/X86/early-ifcvt.ll
test/CodeGen/X86/eh-label.ll [new file with mode: 0644]
test/CodeGen/X86/emit-big-cst.ll
test/CodeGen/X86/empty-functions.ll
test/CodeGen/X86/exception-label.ll [new file with mode: 0644]
test/CodeGen/X86/expand-opaque-const.ll
test/CodeGen/X86/extend.ll
test/CodeGen/X86/extract-extract.ll
test/CodeGen/X86/extractelement-legalization-store-ordering.ll [new file with mode: 0644]
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/extractps.ll
test/CodeGen/X86/f16c-intrinsics.ll
test/CodeGen/X86/fast-isel-args-fail.ll
test/CodeGen/X86/fast-isel-args-fail2.ll
test/CodeGen/X86/fast-isel-args.ll
test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll
test/CodeGen/X86/fast-isel-branch_weights.ll
test/CodeGen/X86/fast-isel-call-bool.ll
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-cmp-branch2.ll
test/CodeGen/X86/fast-isel-cmp-branch3.ll
test/CodeGen/X86/fast-isel-cmp.ll
test/CodeGen/X86/fast-isel-divrem-x86-64.ll
test/CodeGen/X86/fast-isel-divrem.ll
test/CodeGen/X86/fast-isel-double-half-convertion.ll
test/CodeGen/X86/fast-isel-extract.ll
test/CodeGen/X86/fast-isel-float-half-convertion.ll
test/CodeGen/X86/fast-isel-fneg.ll
test/CodeGen/X86/fast-isel-fold-mem.ll
test/CodeGen/X86/fast-isel-fptrunc-fpext.ll
test/CodeGen/X86/fast-isel-gep.ll
test/CodeGen/X86/fast-isel-gv.ll
test/CodeGen/X86/fast-isel-i1.ll
test/CodeGen/X86/fast-isel-int-float-conversion.ll
test/CodeGen/X86/fast-isel-mem.ll
test/CodeGen/X86/fast-isel-ret-ext.ll
test/CodeGen/X86/fast-isel-select-cmov.ll
test/CodeGen/X86/fast-isel-select-cmov2.ll
test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll
test/CodeGen/X86/fast-isel-select-sse.ll
test/CodeGen/X86/fast-isel-sse12-fptoint.ll
test/CodeGen/X86/fast-isel-store.ll
test/CodeGen/X86/fast-isel-tailcall.ll
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fast-isel-vecload.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-x32.ll
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fast-isel.ll
test/CodeGen/X86/fastcall-correct-mangling.ll
test/CodeGen/X86/fastcc-byval.ll
test/CodeGen/X86/fastcc-sret.ll
test/CodeGen/X86/fastcc.ll
test/CodeGen/X86/fastisel-gep-promote-before-add.ll
test/CodeGen/X86/fastmath-optnone.ll [deleted file]
test/CodeGen/X86/fltused.ll
test/CodeGen/X86/fltused_function_pointer.ll
test/CodeGen/X86/fma-do-not-commute.ll
test/CodeGen/X86/fma4-intrinsics-x86_64-folded-load.ll
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fmul-combines.ll
test/CodeGen/X86/fmul-zero.ll
test/CodeGen/X86/fnabs.ll
test/CodeGen/X86/fold-add.ll
test/CodeGen/X86/fold-and-shift.ll
test/CodeGen/X86/fold-call-2.ll
test/CodeGen/X86/fold-call-3.ll
test/CodeGen/X86/fold-call-oper.ll
test/CodeGen/X86/fold-call.ll
test/CodeGen/X86/fold-load-unops.ll
test/CodeGen/X86/fold-load-vec.ll
test/CodeGen/X86/fold-load.ll
test/CodeGen/X86/fold-mul-lohi.ll
test/CodeGen/X86/fold-pcmpeqd-2.ll
test/CodeGen/X86/fold-sext-trunc.ll
test/CodeGen/X86/fold-tied-op.ll
test/CodeGen/X86/fold-vex.ll
test/CodeGen/X86/fold-zext-trunc.ll
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/fp-double-rounding.ll
test/CodeGen/X86/fp-load-trunc.ll
test/CodeGen/X86/fp-stack-O0-crash.ll
test/CodeGen/X86/fp-stack-compare-cmov.ll
test/CodeGen/X86/fp-stack-compare.ll
test/CodeGen/X86/fp-stack-ret.ll
test/CodeGen/X86/fp-stack.ll
test/CodeGen/X86/fp2sint.ll
test/CodeGen/X86/fp_load_cast_fold.ll
test/CodeGen/X86/fp_load_fold.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frameaddr.ll
test/CodeGen/X86/frameallocate.ll [deleted file]
test/CodeGen/X86/frameescape.ll [new file with mode: 0644]
test/CodeGen/X86/full-lsr.ll
test/CodeGen/X86/function-subtarget-features-2.ll [new file with mode: 0644]
test/CodeGen/X86/function-subtarget-features.ll [new file with mode: 0644]
test/CodeGen/X86/ga-offset.ll
test/CodeGen/X86/gather-addresses.ll
test/CodeGen/X86/gcc_except_table.ll
test/CodeGen/X86/gcc_except_table_functions.ll
test/CodeGen/X86/getelementptr.ll [new file with mode: 0644]
test/CodeGen/X86/ghc-cc.ll
test/CodeGen/X86/ghc-cc64.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/gs-fold.ll
test/CodeGen/X86/h-register-addressing-32.ll
test/CodeGen/X86/h-register-addressing-64.ll
test/CodeGen/X86/h-registers-2.ll
test/CodeGen/X86/haddsub-2.ll
test/CodeGen/X86/haddsub-undef.ll
test/CodeGen/X86/half.ll
test/CodeGen/X86/hidden-vis-2.ll
test/CodeGen/X86/hidden-vis-3.ll
test/CodeGen/X86/hidden-vis-4.ll
test/CodeGen/X86/hidden-vis-pic.ll
test/CodeGen/X86/hipe-cc.ll
test/CodeGen/X86/hipe-cc64.ll
test/CodeGen/X86/hoist-invariant-load.ll
test/CodeGen/X86/huge-stack-offset.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/i128-ret.ll
test/CodeGen/X86/i1narrowfail.ll
test/CodeGen/X86/i256-add.ll
test/CodeGen/X86/i2k.ll
test/CodeGen/X86/i486-fence-loop.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/inalloca-ctor.ll
test/CodeGen/X86/inalloca-invoke.ll
test/CodeGen/X86/inalloca-stdcall.ll
test/CodeGen/X86/inalloca.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-out-regs.ll
test/CodeGen/X86/inline-asm-ptr-cast.ll
test/CodeGen/X86/inline-asm-stack-realign.ll
test/CodeGen/X86/inline-asm-stack-realign2.ll
test/CodeGen/X86/inline-asm-stack-realign3.ll
test/CodeGen/X86/inline-asm-tied.ll
test/CodeGen/X86/ins_split_regalloc.ll
test/CodeGen/X86/ins_subreg_coalesce-1.ll
test/CodeGen/X86/ins_subreg_coalesce-3.ll
test/CodeGen/X86/insert-positions.ll
test/CodeGen/X86/insertps-O0-bug.ll
test/CodeGen/X86/invalid-shift-immediate.ll
test/CodeGen/X86/isel-optnone.ll
test/CodeGen/X86/isel-sink.ll
test/CodeGen/X86/isel-sink2.ll
test/CodeGen/X86/isel-sink3.ll
test/CodeGen/X86/isint.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/jump_table_alias.ll [deleted file]
test/CodeGen/X86/jump_table_align.ll [deleted file]
test/CodeGen/X86/jump_table_bitcast.ll [deleted file]
test/CodeGen/X86/jump_tables.ll [deleted file]
test/CodeGen/X86/large-code-model-isel.ll
test/CodeGen/X86/large-constants.ll
test/CodeGen/X86/large-gep-chain.ll
test/CodeGen/X86/large-gep-scale.ll
test/CodeGen/X86/ldzero.ll
test/CodeGen/X86/lea-5.ll
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/leaf-fp-elim.ll
test/CodeGen/X86/legalize-shift-64.ll
test/CodeGen/X86/legalize-sub-zero-2.ll
test/CodeGen/X86/licm-nested.ll
test/CodeGen/X86/licm-symbol.ll
test/CodeGen/X86/liveness-local-regalloc.ll
test/CodeGen/X86/load-slice.ll
test/CodeGen/X86/longlong-deadload.ll
test/CodeGen/X86/loop-hoist.ll
test/CodeGen/X86/loop-strength-reduce-2.ll
test/CodeGen/X86/loop-strength-reduce-3.ll
test/CodeGen/X86/loop-strength-reduce.ll
test/CodeGen/X86/loop-strength-reduce2.ll
test/CodeGen/X86/loop-strength-reduce4.ll
test/CodeGen/X86/loop-strength-reduce7.ll
test/CodeGen/X86/loop-strength-reduce8.ll
test/CodeGen/X86/lower-vec-shuffle-bug.ll [new file with mode: 0644]
test/CodeGen/X86/lsr-delayed-fold.ll
test/CodeGen/X86/lsr-i386.ll
test/CodeGen/X86/lsr-interesting-step.ll
test/CodeGen/X86/lsr-loop-exit-cond.ll
test/CodeGen/X86/lsr-normalization.ll
test/CodeGen/X86/lsr-quadratic-expand.ll
test/CodeGen/X86/lsr-redundant-addressing.ll
test/CodeGen/X86/lsr-reuse-trunc.ll
test/CodeGen/X86/lsr-reuse.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/lsr-wrap.ll
test/CodeGen/X86/lzcnt-tzcnt.ll
test/CodeGen/X86/machine-cse.ll
test/CodeGen/X86/masked-iv-safe.ll
test/CodeGen/X86/masked-iv-unsafe.ll
test/CodeGen/X86/masked_memop.ll
test/CodeGen/X86/mcinst-lowering.ll
test/CodeGen/X86/mem-intrin-base-reg.ll
test/CodeGen/X86/mem-promote-integers.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/memset-3.ll
test/CodeGen/X86/memset.ll
test/CodeGen/X86/merge_store.ll
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/misaligned-memset.ll
test/CodeGen/X86/misched-aa-colored.ll
test/CodeGen/X86/misched-aa-mmos.ll
test/CodeGen/X86/misched-balance.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/misched-crash.ll
test/CodeGen/X86/misched-fusion.ll
test/CodeGen/X86/misched-matmul.ll
test/CodeGen/X86/misched-matrix.ll
test/CodeGen/X86/misched-new.ll
test/CodeGen/X86/mmx-arg-passing-x86-64.ll
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-bitcast.ll
test/CodeGen/X86/mmx-copy-gprs.ll
test/CodeGen/X86/mmx-fold-load.ll
test/CodeGen/X86/movbe.ll
test/CodeGen/X86/movfs.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/movmsk.ll
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/ms-inline-asm.ll
test/CodeGen/X86/mul128_sext_loop.ll
test/CodeGen/X86/muloti.ll
test/CodeGen/X86/mult-alt-generic-i686.ll
test/CodeGen/X86/mult-alt-generic-x86_64.ll
test/CodeGen/X86/mult-alt-x86.ll
test/CodeGen/X86/multiple-loop-post-inc.ll
test/CodeGen/X86/mulx32.ll
test/CodeGen/X86/mulx64.ll
test/CodeGen/X86/musttail-fastcall.ll
test/CodeGen/X86/musttail-indirect.ll
test/CodeGen/X86/musttail-thiscall.ll
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/nancvt.ll
test/CodeGen/X86/narrow-shl-load.ll
test/CodeGen/X86/narrow_op-1.ll
test/CodeGen/X86/negate-add-zero.ll
test/CodeGen/X86/negative-subscript.ll
test/CodeGen/X86/no-cmov.ll
test/CodeGen/X86/norex-subreg.ll
test/CodeGen/X86/nosse-error1.ll
test/CodeGen/X86/nosse-error2.ll
test/CodeGen/X86/nosse-varargs.ll
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/object-size.ll
test/CodeGen/X86/opaque-constant-asm.ll
test/CodeGen/X86/opt-ext-uses.ll
test/CodeGen/X86/optimize-max-0.ll
test/CodeGen/X86/optimize-max-1.ll
test/CodeGen/X86/optimize-max-2.ll
test/CodeGen/X86/optimize-max-3.ll
test/CodeGen/X86/or-address.ll
test/CodeGen/X86/packed_struct.ll
test/CodeGen/X86/palignr-2.ll [deleted file]
test/CodeGen/X86/patchpoint-invoke.ll
test/CodeGen/X86/patchpoint-webkit_jscc.ll
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/peep-test-0.ll
test/CodeGen/X86/peep-test-1.ll
test/CodeGen/X86/peephole-fold-movsd.ll
test/CodeGen/X86/peephole-multiple-folds.ll
test/CodeGen/X86/phi-bit-propagation.ll
test/CodeGen/X86/phielim-split.ll
test/CodeGen/X86/phys-reg-local-regalloc.ll
test/CodeGen/X86/phys_subreg_coalesce-2.ll
test/CodeGen/X86/phys_subreg_coalesce-3.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/pmovext.ll
test/CodeGen/X86/pmovsx-inreg.ll
test/CodeGen/X86/pmulld.ll
test/CodeGen/X86/pointer-vector.ll
test/CodeGen/X86/postra-licm.ll
test/CodeGen/X86/pr10475.ll
test/CodeGen/X86/pr10525.ll
test/CodeGen/X86/pr11334.ll
test/CodeGen/X86/pr12360.ll
test/CodeGen/X86/pr12889.ll
test/CodeGen/X86/pr13209.ll
test/CodeGen/X86/pr13458.ll
test/CodeGen/X86/pr13859.ll
test/CodeGen/X86/pr13899.ll
test/CodeGen/X86/pr14161.ll
test/CodeGen/X86/pr14333.ll
test/CodeGen/X86/pr14562.ll
test/CodeGen/X86/pr1489.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr15309.ll
test/CodeGen/X86/pr18023.ll
test/CodeGen/X86/pr18162.ll
test/CodeGen/X86/pr18846.ll
test/CodeGen/X86/pr20020.ll
test/CodeGen/X86/pr2177.ll
test/CodeGen/X86/pr21792.ll
test/CodeGen/X86/pr2182.ll
test/CodeGen/X86/pr22774.ll [new file with mode: 0644]
test/CodeGen/X86/pr2326.ll
test/CodeGen/X86/pr2656.ll
test/CodeGen/X86/pr2849.ll
test/CodeGen/X86/pr2924.ll
test/CodeGen/X86/pr2982.ll
test/CodeGen/X86/pr3154.ll
test/CodeGen/X86/pr3216.ll
test/CodeGen/X86/pr3241.ll
test/CodeGen/X86/pr3244.ll
test/CodeGen/X86/pr3317.ll
test/CodeGen/X86/pr3366.ll
test/CodeGen/X86/pr3522.ll
test/CodeGen/X86/pr9127.ll
test/CodeGen/X86/pre-ra-sched.ll
test/CodeGen/X86/private-2.ll
test/CodeGen/X86/private.ll
test/CodeGen/X86/promote-assert-zext.ll
test/CodeGen/X86/promote-trunc.ll
test/CodeGen/X86/promote.ll
test/CodeGen/X86/pshufb-mask-comments.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/ptrtoint-constexpr.ll
test/CodeGen/X86/ragreedy-bug.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
test/CodeGen/X86/rd-mod-wr-eflags.ll
test/CodeGen/X86/rdrand.ll
test/CodeGen/X86/regalloc-reconcile-broken-hints.ll
test/CodeGen/X86/regpressure.ll
test/CodeGen/X86/remat-constant.ll
test/CodeGen/X86/remat-fold-load.ll
test/CodeGen/X86/remat-invalid-liveness.ll
test/CodeGen/X86/remat-scalar-zero.ll
test/CodeGen/X86/reverse_branches.ll
test/CodeGen/X86/rip-rel-address.ll
test/CodeGen/X86/rip-rel-lea.ll
test/CodeGen/X86/rot32.ll
test/CodeGen/X86/rot64.ll
test/CodeGen/X86/rotate4.ll
test/CodeGen/X86/sandybridge-loads.ll
test/CodeGen/X86/scalar-extract.ll
test/CodeGen/X86/scalar_widen_div.ll
test/CodeGen/X86/scalarize-bitcast.ll
test/CodeGen/X86/scev-interchange.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/seh-catch-all.ll
test/CodeGen/X86/seh-finally.ll [changed mode: 0755->0644]
test/CodeGen/X86/seh-safe-div.ll
test/CodeGen/X86/select-with-and-or.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/selectiondag-cse.ll
test/CodeGen/X86/setcc-combine.ll [new file with mode: 0644]
test/CodeGen/X86/setcc-narrowing.ll
test/CodeGen/X86/sext-load.ll
test/CodeGen/X86/sha.ll
test/CodeGen/X86/shift-and.ll
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/shift-coalesce.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/shift-one.ll
test/CodeGen/X86/shift-parts.ll
test/CodeGen/X86/shl-i64.ll
test/CodeGen/X86/shl_undef.ll
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/shuffle-combine-crash.ll
test/CodeGen/X86/sibcall-4.ll
test/CodeGen/X86/sibcall-5.ll
test/CodeGen/X86/sibcall.ll
test/CodeGen/X86/simple-zext.ll
test/CodeGen/X86/sink-cheap-instructions.ll [new file with mode: 0644]
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/sink-out-of-loop.ll
test/CodeGen/X86/sjlj.ll
test/CodeGen/X86/slow-incdec.ll
test/CodeGen/X86/smul-with-overflow.ll
test/CodeGen/X86/soft-fp.ll
test/CodeGen/X86/split-vector-bitcast.ll
test/CodeGen/X86/sqrt.ll
test/CodeGen/X86/sse-align-0.ll
test/CodeGen/X86/sse-align-1.ll
test/CodeGen/X86/sse-align-10.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-align-2.ll
test/CodeGen/X86/sse-align-5.ll
test/CodeGen/X86/sse-align-6.ll
test/CodeGen/X86/sse-align-9.ll
test/CodeGen/X86/sse-domains.ll
test/CodeGen/X86/sse-intel-ocl.ll
test/CodeGen/X86/sse-load-ret.ll
test/CodeGen/X86/sse-unaligned-mem-feature.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-avx-addsub.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse42-intrinsics-x86.ll
test/CodeGen/X86/ssp-data-layout.ll
test/CodeGen/X86/stack-align.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-protector-dbginfo.ll
test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll
test/CodeGen/X86/stack-protector-weight.ll
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stack-update-frame-opcode.ll
test/CodeGen/X86/stack_guard_remat.ll
test/CodeGen/X86/stackmap-fast-isel.ll
test/CodeGen/X86/stackmap.ll
test/CodeGen/X86/statepoint-call-lowering.ll
test/CodeGen/X86/statepoint-forward.ll
test/CodeGen/X86/statepoint-invoke.ll [new file with mode: 0644]
test/CodeGen/X86/stdarg.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/store_op_load_fold.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/stores-merging.ll
test/CodeGen/X86/stride-nine-with-base-reg.ll
test/CodeGen/X86/stride-reuse.ll
test/CodeGen/X86/sub-with-overflow.ll
test/CodeGen/X86/subreg-to-reg-0.ll
test/CodeGen/X86/subreg-to-reg-2.ll
test/CodeGen/X86/subreg-to-reg-4.ll
test/CodeGen/X86/subreg-to-reg-6.ll
test/CodeGen/X86/sunkaddr-ext.ll
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-crit-edge-constant.ll
test/CodeGen/X86/switch-zextload.ll
test/CodeGen/X86/tail-call-win64.ll
test/CodeGen/X86/tail-dup-addr.ll
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-fastisel.ll
test/CodeGen/X86/tailcall-returndup-void.ll
test/CodeGen/X86/tailcall-ri64.ll
test/CodeGen/X86/tailcallbyval.ll
test/CodeGen/X86/tailcallbyval64.ll
test/CodeGen/X86/tbm-intrinsics-x86_64.ll
test/CodeGen/X86/tbm_patterns.ll
test/CodeGen/X86/test-shrink-bug.ll
test/CodeGen/X86/testl-commute.ll
test/CodeGen/X86/this-return-64.ll
test/CodeGen/X86/tls-addr-non-leaf-function.ll
test/CodeGen/X86/tls-local-dynamic.ll
test/CodeGen/X86/tls-pic.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/tls.ll
test/CodeGen/X86/tlv-1.ll
test/CodeGen/X86/trunc-ext-ld-st.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/twoaddr-coalesce-3.ll [new file with mode: 0644]
test/CodeGen/X86/twoaddr-coalesce.ll
test/CodeGen/X86/twoaddr-pass-sink.ll
test/CodeGen/X86/umul-with-carry.ll
test/CodeGen/X86/unaligned-32-byte-memops.ll
test/CodeGen/X86/unaligned-load.ll
test/CodeGen/X86/unaligned-spill-folding.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/unwindraise.ll
test/CodeGen/X86/use-add-flags.ll
test/CodeGen/X86/utf16-cfstrings.ll
test/CodeGen/X86/v4i32load-crash.ll
test/CodeGen/X86/v8i1-masks.ll
test/CodeGen/X86/vaargs.ll
test/CodeGen/X86/vararg_tailcall.ll
test/CodeGen/X86/vec-loadsingles-alignment.ll
test/CodeGen/X86/vec-trunc-store.ll
test/CodeGen/X86/vec_align.ll
test/CodeGen/X86/vec_anyext.ll
test/CodeGen/X86/vec_extract-mmx.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_i64.ll
test/CodeGen/X86/vec_ins_extract.ll
test/CodeGen/X86/vec_insert-3.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-mmx.ll
test/CodeGen/X86/vec_loadsingles.ll
test/CodeGen/X86/vec_logical.ll
test/CodeGen/X86/vec_partial.ll [new file with mode: 0644]
test/CodeGen/X86/vec_set-7.ll
test/CodeGen/X86/vec_set-F.ll
test/CodeGen/X86/vec_setcc-2.ll
test/CodeGen/X86/vec_shift5.ll
test/CodeGen/X86/vec_shift6.ll
test/CodeGen/X86/vec_shift7.ll [new file with mode: 0644]
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_trunc_sext.ll
test/CodeGen/X86/vec_zero.ll
test/CodeGen/X86/vec_zero_cse.ll
test/CodeGen/X86/vector-gep.ll
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-intrinsics.ll
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-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-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-trunc.ll
test/CodeGen/X86/vector-variable-idx2.ll
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vector-zmov.ll
test/CodeGen/X86/vector.ll
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/visibility2.ll
test/CodeGen/X86/volatile.ll
test/CodeGen/X86/vortex-bug.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-5.ll
test/CodeGen/X86/vshift-6.ll
test/CodeGen/X86/warn-stack.ll
test/CodeGen/X86/weak_def_can_be_hidden.ll
test/CodeGen/X86/widen_arith-1.ll
test/CodeGen/X86/widen_arith-2.ll
test/CodeGen/X86/widen_arith-3.ll
test/CodeGen/X86/widen_arith-4.ll
test/CodeGen/X86/widen_arith-5.ll
test/CodeGen/X86/widen_arith-6.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_cast-2.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_conversions.ll
test/CodeGen/X86/widen_load-0.ll
test/CodeGen/X86/widen_load-1.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/win32_sret.ll
test/CodeGen/X86/win64_eh.ll
test/CodeGen/X86/win64_frame.ll
test/CodeGen/X86/win64_nonvol.ll [new file with mode: 0644]
test/CodeGen/X86/win_eh_prepare.ll
test/CodeGen/X86/x32-function_pointer-1.ll
test/CodeGen/X86/x32-lea-1.ll
test/CodeGen/X86/x86-64-disp.ll
test/CodeGen/X86/x86-64-gv-offset.ll
test/CodeGen/X86/x86-64-jumps.ll
test/CodeGen/X86/x86-64-mem.ll
test/CodeGen/X86/x86-64-pic-4.ll
test/CodeGen/X86/x86-64-pic-5.ll
test/CodeGen/X86/x86-64-pic-6.ll
test/CodeGen/X86/x86-64-ptr-arg-simple.ll
test/CodeGen/X86/x86-64-sret-return.ll
test/CodeGen/X86/x86-64-static-relo-movl.ll
test/CodeGen/X86/x86-64-varargs.ll
test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll
test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/x86-upgrade-avx2-vbroadcast.ll [new file with mode: 0644]
test/CodeGen/X86/xaluo.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xop-intrinsics-x86_64.ll
test/CodeGen/X86/xor.ll
test/CodeGen/X86/zext-extract_subreg.ll
test/CodeGen/X86/zext-sext.ll
test/CodeGen/X86/zlib-longest-match.ll
test/CodeGen/XCore/2009-01-08-Crash.ll
test/CodeGen/XCore/2010-02-25-LSR-Crash.ll
test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll
test/CodeGen/XCore/atomic.ll
test/CodeGen/XCore/codemodel.ll
test/CodeGen/XCore/dwarf_debug.ll
test/CodeGen/XCore/epilogue_prologue.ll
test/CodeGen/XCore/exception.ll
test/CodeGen/XCore/indirectbr.ll
test/CodeGen/XCore/llvm-intrinsics.ll
test/CodeGen/XCore/load.ll
test/CodeGen/XCore/offset_folding.ll
test/CodeGen/XCore/private.ll
test/CodeGen/XCore/scavenging.ll
test/CodeGen/XCore/store.ll
test/CodeGen/XCore/threads.ll
test/CodeGen/XCore/trampoline.ll
test/CodeGen/XCore/unaligned_load.ll
test/CodeGen/XCore/unaligned_store_combine.ll
test/CodeGen/XCore/zextfree.ll
test/DebugInfo/2009-11-03-InsertExtractValue.ll
test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
test/DebugInfo/2009-11-10-CurrentFn.ll
test/DebugInfo/2010-01-05-DbgScope.ll
test/DebugInfo/2010-03-12-llc-crash.ll
test/DebugInfo/2010-03-19-DbgDeclare.ll
test/DebugInfo/2010-03-24-MemberFn.ll
test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll [deleted file]
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/2010-04-19-FramePtr.ll
test/DebugInfo/2010-05-03-DisableFramePtr.ll
test/DebugInfo/2010-05-03-OriginDIE.ll
test/DebugInfo/2010-05-10-MultipleCU.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/2010-07-19-Crash.ll
test/DebugInfo/2010-10-01-crash.ll
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll
test/DebugInfo/AArch64/coalescing.ll
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/header.ll [new file with mode: 0644]
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/ARM/sectionorder.ll [deleted file]
test/DebugInfo/ARM/selectiondag-deadcode.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/Inputs/gmlt.ll
test/DebugInfo/Inputs/line.ll
test/DebugInfo/Mips/InlinedFnLocalVar.ll [new file with mode: 0644]
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/PDB/Inputs/symbolformat.cpp
test/DebugInfo/PDB/Inputs/symbolformat.pdb
test/DebugInfo/PDB/pdbdump-flags.test
test/DebugInfo/PDB/pdbdump-symbol-format.test
test/DebugInfo/PR20038.ll
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
test/DebugInfo/X86/2011-12-16-BadStructRef.ll
test/DebugInfo/X86/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 [new file with mode: 0644]
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arange.ll
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/constant-aggregate.ll
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-at-specficiation.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-file-name.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-prolog-end.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-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-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/empty.ll [new file with mode: 0644]
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/float_const.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/frame-register.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/DebugInfo/X86/inline-member-function.ll
test/DebugInfo/X86/inline-seldag-test.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/low-pc-cu.ll
test/DebugInfo/X86/memberfnptr.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/missing-file-line.ll [new file with mode: 0644]
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nodebug_with_debug_loc.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pieces-1.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/processes-relocations.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/recursive_inlining.ll
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
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 [new file with mode: 0644]
test/DebugInfo/array.ll
test/DebugInfo/block-asan.ll
test/DebugInfo/bug_null_debuginfo.ll
test/DebugInfo/constant-pointers.ll
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/cross-cu-linkonce-distinct.ll
test/DebugInfo/cross-cu-linkonce.ll
test/DebugInfo/cu-range-hole.ll
test/DebugInfo/cu-ranges.ll
test/DebugInfo/dead-argument-order.ll
test/DebugInfo/debug-info-always-inline.ll
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/debuginfofinder-multiple-cu.ll
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/empty.ll
test/DebugInfo/enum-types.ll
test/DebugInfo/enum.ll
test/DebugInfo/global.ll
test/DebugInfo/incorrect-variable-debugloc.ll
test/DebugInfo/incorrect-variable-debugloc1.ll
test/DebugInfo/inheritance.ll
test/DebugInfo/inline-debug-info-multiret.ll
test/DebugInfo/inline-debug-info.ll
test/DebugInfo/inline-no-debug-info.ll
test/DebugInfo/inline-scopes.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/location-verifier.ll
test/DebugInfo/lto-comp-dir.ll
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/missing-abstract-variable.ll
test/DebugInfo/multiline.ll
test/DebugInfo/namespace.ll
test/DebugInfo/namespace_function_definition.ll
test/DebugInfo/namespace_inline_function_definition.ll
test/DebugInfo/nodebug.ll
test/DebugInfo/piece-verifier.ll
test/DebugInfo/restrict.ll
test/DebugInfo/sugared-constants.ll
test/DebugInfo/template-recursive-void.ll
test/DebugInfo/tu-composite.ll
test/DebugInfo/tu-member-pointer.ll
test/DebugInfo/two-cus-from-same-file.ll
test/DebugInfo/typedef.ll
test/DebugInfo/unconditional-branch.ll
test/DebugInfo/varargs.ll
test/DebugInfo/version.ll
test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll
test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll
test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll
test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll
test/ExecutionEngine/MCJIT/fpbitcast.ll
test/ExecutionEngine/MCJIT/hello-sm-pic.ll
test/ExecutionEngine/MCJIT/hello.ll
test/ExecutionEngine/MCJIT/pr13727.ll
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/stubs.ll
test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll
test/ExecutionEngine/MCJIT/test-common-symbols.ll
test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll
test/ExecutionEngine/MCJIT/test-fp.ll
test/ExecutionEngine/MCJIT/test-global-ctors.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll
test/ExecutionEngine/MCJIT/test-global.ll
test/ExecutionEngine/MCJIT/test-loadstore.ll
test/ExecutionEngine/MCJIT/test-local.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc.ll
test/ExecutionEngine/OrcJIT/2003-05-07-ArgumentTest.ll [deleted file]
test/ExecutionEngine/OrcJIT/hello-sm-pic.ll [deleted file]
test/ExecutionEngine/OrcJIT/hello.ll [deleted file]
test/ExecutionEngine/OrcJIT/multi-module-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/cross-module-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/multi-module-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-remote.ll [deleted file]
test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll [deleted file]
test/ExecutionEngine/OrcJIT/simplesttest.ll [deleted file]
test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll [deleted file]
test/ExecutionEngine/OrcJIT/test-ptr-reloc.ll [deleted file]
test/ExecutionEngine/OrcLazy/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/OrcLazy/trivial_retval_1.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/2002-12-16-ArgTest.ll [moved from test/ExecutionEngine/OrcJIT/2002-12-16-ArgTest.ll with 74% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-04-ArgumentBug.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-04-ArgumentBug.ll with 86% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-04-LoopTest.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-04-LoopTest.ll with 91% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-04-PhiTest.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-04-PhiTest.ll with 81% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-09-SARTest.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-09-SARTest.ll with 83% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-10-FUCOM.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-10-FUCOM.ll with 85% similarity]
test/ExecutionEngine/OrcMCJIT/2003-01-15-AlignmentTest.ll [moved from test/ExecutionEngine/OrcJIT/2003-01-15-AlignmentTest.ll with 89% similarity]
test/ExecutionEngine/OrcMCJIT/2003-05-06-LivenessClobber.ll [moved from test/ExecutionEngine/OrcJIT/2003-05-06-LivenessClobber.ll with 79% similarity]
test/ExecutionEngine/OrcMCJIT/2003-05-07-ArgumentTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/2003-05-11-PHIRegAllocBug.ll [moved from test/ExecutionEngine/OrcJIT/2003-05-11-PHIRegAllocBug.ll with 84% similarity]
test/ExecutionEngine/OrcMCJIT/2003-06-04-bzip2-bug.ll [moved from test/ExecutionEngine/OrcJIT/2003-06-04-bzip2-bug.ll with 90% similarity]
test/ExecutionEngine/OrcMCJIT/2003-06-05-PHIBug.ll [moved from test/ExecutionEngine/OrcJIT/2003-06-05-PHIBug.ll with 86% similarity]
test/ExecutionEngine/OrcMCJIT/2003-08-15-AllocaAssertion.ll [moved from test/ExecutionEngine/OrcJIT/2003-08-15-AllocaAssertion.ll with 83% similarity]
test/ExecutionEngine/OrcMCJIT/2003-08-21-EnvironmentTest.ll [moved from test/ExecutionEngine/OrcJIT/2003-08-21-EnvironmentTest.ll with 80% similarity]
test/ExecutionEngine/OrcMCJIT/2003-08-23-RegisterAllocatePhysReg.ll [moved from test/ExecutionEngine/OrcJIT/2003-08-23-RegisterAllocatePhysReg.ll with 95% similarity]
test/ExecutionEngine/OrcMCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [moved from test/ExecutionEngine/OrcJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll with 92% similarity]
test/ExecutionEngine/OrcMCJIT/2005-12-02-TailCallBug.ll [moved from test/ExecutionEngine/OrcJIT/2005-12-02-TailCallBug.ll with 95% similarity]
test/ExecutionEngine/OrcMCJIT/2007-12-10-APIntLoadStore.ll [moved from test/ExecutionEngine/OrcJIT/2007-12-10-APIntLoadStore.ll with 71% similarity]
test/ExecutionEngine/OrcMCJIT/2008-06-05-APInt-OverAShr.ll [moved from test/ExecutionEngine/OrcJIT/2008-06-05-APInt-OverAShr.ll with 79% similarity]
test/ExecutionEngine/OrcMCJIT/2013-04-04-RelocAddend.ll [moved from test/ExecutionEngine/OrcJIT/2013-04-04-RelocAddend.ll with 59% similarity]
test/ExecutionEngine/OrcMCJIT/Inputs/cross-module-b.ll [moved from test/ExecutionEngine/OrcJIT/Inputs/cross-module-b.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/Inputs/multi-module-b.ll [moved from test/ExecutionEngine/OrcJIT/Inputs/multi-module-b.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/Inputs/multi-module-c.ll [moved from test/ExecutionEngine/OrcJIT/Inputs/multi-module-c.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/Inputs/multi-module-eh-b.ll [moved from test/ExecutionEngine/OrcJIT/Inputs/multi-module-eh-b.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/cross-module-a.ll [moved from test/ExecutionEngine/OrcJIT/cross-module-a.ll with 60% similarity]
test/ExecutionEngine/OrcMCJIT/cross-module-sm-pic-a.ll [moved from test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll with 55% similarity]
test/ExecutionEngine/OrcMCJIT/eh-lg-pic.ll [moved from test/ExecutionEngine/OrcJIT/eh-lg-pic.ll with 92% similarity]
test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll [moved from test/ExecutionEngine/OrcJIT/eh-sm-pic.ll with 92% similarity]
test/ExecutionEngine/OrcMCJIT/eh.ll [moved from test/ExecutionEngine/OrcJIT/eh.ll with 96% similarity]
test/ExecutionEngine/OrcMCJIT/fpbitcast.ll [moved from test/ExecutionEngine/OrcJIT/fpbitcast.ll with 74% similarity]
test/ExecutionEngine/OrcMCJIT/hello-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/hello.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/hello2.ll [moved from test/ExecutionEngine/OrcJIT/hello2.ll with 86% similarity]
test/ExecutionEngine/OrcMCJIT/lit.local.cfg [moved from test/ExecutionEngine/OrcJIT/lit.local.cfg with 100% similarity]
test/ExecutionEngine/OrcMCJIT/load-object-a.ll [moved from test/ExecutionEngine/OrcJIT/load-object-a.ll with 64% similarity]
test/ExecutionEngine/OrcMCJIT/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll [moved from test/ExecutionEngine/OrcJIT/multi-module-eh-a.ll with 92% similarity]
test/ExecutionEngine/OrcMCJIT/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/non-extern-addend.ll [moved from test/ExecutionEngine/OrcJIT/non-extern-addend.ll with 92% similarity]
test/ExecutionEngine/OrcMCJIT/pr13727.ll [moved from test/ExecutionEngine/OrcJIT/pr13727.ll with 66% similarity]
test/ExecutionEngine/OrcMCJIT/remote/Inputs/cross-module-b.ll [moved from test/ExecutionEngine/OrcJIT/remote/Inputs/cross-module-b.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/remote/Inputs/multi-module-b.ll [moved from test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-b.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/remote/Inputs/multi-module-c.ll [moved from test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-c.ll with 100% similarity]
test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/cross-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/lit.local.cfg [moved from test/ExecutionEngine/OrcJIT/remote/lit.local.cfg with 100% similarity]
test/ExecutionEngine/OrcMCJIT/remote/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/simpletest-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/simpletest-remote.ll with 54% similarity]
test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/stubs-remote.ll with 77% similarity]
test/ExecutionEngine/OrcMCJIT/remote/stubs-sm-pic.ll [moved from test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll with 77% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-common-symbols-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll with 65% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-data-align-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/test-data-align-remote.ll with 74% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-fp-no-external-funcs-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/test-fp-no-external-funcs-remote.ll with 79% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-remote.ll [moved from test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-remote.ll with 75% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-global-init-nonzero-sm-pic.ll [moved from test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll with 77% similarity]
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/simplesttest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/simpletest.ll [moved from test/ExecutionEngine/OrcJIT/simpletest.ll with 70% similarity]
test/ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll [moved from test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll with 77% similarity]
test/ExecutionEngine/OrcMCJIT/stubs.ll [moved from test/ExecutionEngine/OrcJIT/stubs.ll with 80% similarity]
test/ExecutionEngine/OrcMCJIT/test-arith.ll [moved from test/ExecutionEngine/OrcJIT/test-arith.ll with 96% similarity]
test/ExecutionEngine/OrcMCJIT/test-branch.ll [moved from test/ExecutionEngine/OrcJIT/test-branch.ll with 81% similarity]
test/ExecutionEngine/OrcMCJIT/test-call-no-external-funcs.ll [moved from test/ExecutionEngine/OrcJIT/test-call-no-external-funcs.ll with 83% similarity]
test/ExecutionEngine/OrcMCJIT/test-call.ll [moved from test/ExecutionEngine/OrcJIT/test-call.ll with 88% similarity]
test/ExecutionEngine/OrcMCJIT/test-cast.ll [moved from test/ExecutionEngine/OrcJIT/test-cast.ll with 98% similarity]
test/ExecutionEngine/OrcMCJIT/test-common-symbols-alignment.ll [moved from test/ExecutionEngine/OrcJIT/test-common-symbols-alignment.ll with 88% similarity]
test/ExecutionEngine/OrcMCJIT/test-common-symbols.ll [moved from test/ExecutionEngine/OrcJIT/test-common-symbols.ll with 66% similarity]
test/ExecutionEngine/OrcMCJIT/test-constantexpr.ll [moved from test/ExecutionEngine/OrcJIT/test-constantexpr.ll with 84% similarity]
test/ExecutionEngine/OrcMCJIT/test-data-align.ll [moved from test/ExecutionEngine/OrcJIT/test-data-align.ll with 87% similarity]
test/ExecutionEngine/OrcMCJIT/test-fp-no-external-funcs.ll [moved from test/ExecutionEngine/OrcJIT/test-fp-no-external-funcs.ll with 85% similarity]
test/ExecutionEngine/OrcMCJIT/test-fp.ll [moved from test/ExecutionEngine/OrcJIT/test-fp.ll with 87% similarity]
test/ExecutionEngine/OrcMCJIT/test-global-ctors.ll [moved from test/ExecutionEngine/OrcJIT/test-global-ctors.ll with 86% similarity]
test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero-sm-pic.ll [moved from test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll with 78% similarity]
test/ExecutionEngine/OrcMCJIT/test-global-init-nonzero.ll [moved from test/ExecutionEngine/OrcJIT/test-global-init-nonzero.ll with 80% similarity]
test/ExecutionEngine/OrcMCJIT/test-global.ll [moved from test/ExecutionEngine/OrcJIT/test-global.ll with 80% similarity]
test/ExecutionEngine/OrcMCJIT/test-loadstore.ll [moved from test/ExecutionEngine/OrcJIT/test-loadstore.ll with 68% similarity]
test/ExecutionEngine/OrcMCJIT/test-local.ll [moved from test/ExecutionEngine/OrcJIT/test-local.ll with 81% similarity]
test/ExecutionEngine/OrcMCJIT/test-logical.ll [moved from test/ExecutionEngine/OrcJIT/test-logical.ll with 93% similarity]
test/ExecutionEngine/OrcMCJIT/test-loop.ll [moved from test/ExecutionEngine/OrcJIT/test-loop.ll with 86% similarity]
test/ExecutionEngine/OrcMCJIT/test-phi.ll [moved from test/ExecutionEngine/OrcJIT/test-phi.ll with 93% similarity]
test/ExecutionEngine/OrcMCJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/test-ptr-reloc.ll [new file with mode: 0644]
test/ExecutionEngine/OrcMCJIT/test-ret.ll [moved from test/ExecutionEngine/OrcJIT/test-ret.ll with 90% similarity]
test/ExecutionEngine/OrcMCJIT/test-return.ll [moved from test/ExecutionEngine/OrcJIT/test-return.ll with 71% similarity]
test/ExecutionEngine/OrcMCJIT/test-setcond-fp.ll [moved from test/ExecutionEngine/OrcJIT/test-setcond-fp.ll with 95% similarity]
test/ExecutionEngine/OrcMCJIT/test-setcond-int.ll [moved from test/ExecutionEngine/OrcJIT/test-setcond-int.ll with 98% similarity]
test/ExecutionEngine/OrcMCJIT/test-shift.ll [moved from test/ExecutionEngine/OrcJIT/test-shift.ll with 96% similarity]
test/ExecutionEngine/RuntimeDyld/X86/COFF_x86_64 [new file with mode: 0644]
test/ExecutionEngine/fma3-jit.ll
test/ExecutionEngine/frem.ll
test/ExecutionEngine/test-interp-vec-loadstore.ll
test/Feature/alias2.ll
test/Feature/aliases.ll
test/Feature/attributes.ll
test/Feature/const_pv.ll
test/Feature/constexpr.ll
test/Feature/globalvars.ll
test/Feature/md_on_instruction.ll
test/Feature/memorymarkers.ll
test/Feature/optnone-llc.ll
test/Feature/optnone-opt.ll
test/Feature/packed.ll
test/Feature/packed_struct.ll
test/Feature/ppcld.ll
test/Feature/recursivetype.ll
test/Feature/sparcld.ll
test/Feature/testalloca.ll
test/Feature/testconstants.ll
test/Feature/varargs_new.ll
test/Feature/weak_constant.ll
test/Feature/x86ld.ll
test/Instrumentation/AddressSanitizer/X86/bug_11395.ll
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-promotable-allocas.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/experiment-call.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/experiment.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/freebsd.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll
test/Instrumentation/AddressSanitizer/instrument-stack.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_load_then_store.ll
test/Instrumentation/AddressSanitizer/instrumentation-with-call-threshold.ll
test/Instrumentation/AddressSanitizer/lifetime-uar.ll
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/stack-poisoning.ll
test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll
test/Instrumentation/AddressSanitizer/stack_layout.ll
test/Instrumentation/AddressSanitizer/test64.ll
test/Instrumentation/AddressSanitizer/ubsan.ll
test/Instrumentation/BoundsChecking/many-trap.ll
test/Instrumentation/BoundsChecking/phi.ll
test/Instrumentation/BoundsChecking/simple-32.ll
test/Instrumentation/BoundsChecking/simple.ll
test/Instrumentation/DataFlowSanitizer/abilist.ll
test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/DataFlowSanitizer/load.ll
test/Instrumentation/DataFlowSanitizer/store.ll
test/Instrumentation/InstrProfiling/linkage.ll
test/Instrumentation/InstrProfiling/noruntime.ll
test/Instrumentation/InstrProfiling/platform.ll
test/Instrumentation/InstrProfiling/profiling.ll
test/Instrumentation/MemorySanitizer/array_types.ll
test/Instrumentation/MemorySanitizer/atomics.ll
test/Instrumentation/MemorySanitizer/check_access_address.ll
test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll
test/Instrumentation/MemorySanitizer/missing_origin.ll
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/store-long-origin.ll
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/unreachable.ll
test/Instrumentation/MemorySanitizer/vector_cvt.ll
test/Instrumentation/SanitizerCoverage/cmp-tracing.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/ThreadSanitizer/atomic.ll
test/Instrumentation/ThreadSanitizer/capture.ll
test/Instrumentation/ThreadSanitizer/no_sanitize_thread.ll
test/Instrumentation/ThreadSanitizer/read_before_write.ll
test/Instrumentation/ThreadSanitizer/read_from_global.ll
test/Instrumentation/ThreadSanitizer/tsan-vs-gvn.ll
test/Instrumentation/ThreadSanitizer/tsan_basic.ll
test/Instrumentation/ThreadSanitizer/unaligned.ll
test/Instrumentation/ThreadSanitizer/vptr_read.ll
test/Integer/2007-01-19-TruncSext.ll
test/Integer/BitPacked.ll
test/Integer/constexpr_bt.ll
test/Integer/packed_bt.ll
test/Integer/packed_struct_bt.ll
test/JitListener/multiple.ll
test/JitListener/simple.ll
test/LTO/X86/cfi_endproc.ll
test/LTO/X86/jump-table-type.ll [deleted file]
test/LTO/X86/keep-used-puts-during-instcombine.ll
test/LTO/X86/linkonce_odr_func.ll
test/LTO/X86/no-undefined-puts-when-implemented.ll
test/LTO/X86/set-merged.ll
test/Linker/2002-08-20-ConstantExpr.ll
test/Linker/2004-05-07-TypeResolution1.ll
test/Linker/2004-05-07-TypeResolution2.ll
test/Linker/2008-03-05-AliasReference.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/2011-08-22-ResolveAlias.ll [deleted file]
test/Linker/2011-08-22-ResolveAlias2.ll [deleted file]
test/Linker/AppendingLinkage.ll
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/PR11464.b.ll
test/Linker/Inputs/comdat5.ll
test/Linker/Inputs/linkage.b.ll
test/Linker/Inputs/mdlocation.ll
test/Linker/Inputs/opaque.ll
test/Linker/Inputs/pr22807-1.ll [new file with mode: 0644]
test/Linker/Inputs/pr22807-2.ll [new file with mode: 0644]
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll
test/Linker/Inputs/subprogram-linkonce-weak-odr.ll [new file with mode: 0644]
test/Linker/Inputs/subprogram-linkonce-weak.ll [new file with mode: 0644]
test/Linker/Inputs/testlink.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/broken.ll [new file with mode: 0644]
test/Linker/comdat3.ll [deleted file]
test/Linker/comdat6.ll
test/Linker/datalayout.ll
test/Linker/debug-info-version-a.ll
test/Linker/debug-info-version-b.ll
test/Linker/link-global-to-func.ll
test/Linker/mdlocation.ll
test/Linker/module-flags-3-b.ll
test/Linker/module-flags-4-b.ll
test/Linker/opaque.ll
test/Linker/partial-type-refinement-link.ll
test/Linker/partial-type-refinement.ll
test/Linker/pr22807.ll [new file with mode: 0644]
test/Linker/replaced-function-matches-first-subprogram.ll
test/Linker/subprogram-linkonce-weak-odr.ll [new file with mode: 0644]
test/Linker/subprogram-linkonce-weak.ll [new file with mode: 0644]
test/Linker/targettriple.ll
test/Linker/testlink.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-src-type.ll
test/Linker/type-unique-type-array-a.ll
test/Linker/type-unique-type-array-b.ll
test/MC/AArch64/elf-globaladdress.ll
test/MC/ARM/arm11-hint-instr.s [new file with mode: 0644]
test/MC/ARM/basic-arm-instructions-v8.1a.s [new file with mode: 0644]
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/data-in-code.ll
test/MC/ARM/directive-arch-armv6k.s [new file with mode: 0644]
test/MC/ARM/elf-reloc-02.ll
test/MC/ARM/elf-reloc-03.ll
test/MC/ARM/thumb-diagnostics.s
test/MC/AsmParser/ifeqs-diagnostics.s
test/MC/AsmParser/ifnes.s [new file with mode: 0644]
test/MC/AsmParser/rename.s
test/MC/COFF/global_ctors_dtors.ll
test/MC/COFF/ir-to-imgrel.ll
test/MC/COFF/linker-options.ll [changed mode: 0755->0644]
test/MC/COFF/tricky-names.ll
test/MC/Disassembler/ARM/armv8.1a.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-armv8.1a.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumbv8.1a.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neont2.txt
test/MC/Disassembler/ARM/thumb-v8.1a.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/Disassembler/X86/avx-512.txt
test/MC/ELF/alias.s
test/MC/ELF/cfi-adjust-cfa-offset.s
test/MC/ELF/cfi-version.ll
test/MC/ELF/entsize.ll
test/MC/ELF/gen-dwarf.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation.s
test/MC/ELF/size.s [new file with mode: 0644]
test/MC/ELF/weak-diff.s [new file with mode: 0644]
test/MC/MachO/AArch64/cstexpr-gotpcrel.ll [moved from test/MC/X86/cstexpr-gotpcrel.ll with 66% similarity]
test/MC/MachO/ARM/cstexpr-gotpcrel.ll [new file with mode: 0644]
test/MC/MachO/cstexpr-gotpcrel-32.ll [new file with mode: 0644]
test/MC/MachO/cstexpr-gotpcrel-64.ll [new file with mode: 0644]
test/MC/MachO/tlv-bss.ll
test/MC/MachO/x86-data-in-code.ll
test/MC/Mips/elf-bigendian.ll
test/MC/Mips/mips-abi-bad.s
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/valid.s
test/MC/Mips/mips32r3/valid.s
test/MC/Mips/mips32r5/valid.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r3/valid.s
test/MC/Mips/mips64r5/valid.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/module-directive-bad.s [new file with mode: 0644]
test/MC/Mips/sym-offset.ll
test/MC/PowerPC/htm.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/X86/expand-var.s [new file with mode: 0644]
test/MC/X86/i386-darwin-frame-register.ll
test/MC/X86/intel-syntax-avx512.s
test/MC/X86/invalid-sleb.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512f_vl.s
test/MC/X86/x86_64-avx-encoding.s
test/Makefile
test/Object/Inputs/macho-empty-kext-bundle-x86-64 [new file with mode: 0755]
test/Object/Inputs/trivial.ll
test/Object/archive-delete.test
test/Object/archive-extract-dir.test
test/Object/archive-format.test
test/Object/archive-move.test
test/Object/archive-update.test
test/Object/extract.ll
test/Object/kext.test [new file with mode: 0644]
test/Object/nm-trivial-object.test
test/Other/2004-08-16-PackedGlobalConstant.ll
test/Other/2004-08-16-PackedSelect.ll
test/Other/2004-08-16-PackedSimple.ll
test/Other/2004-08-20-PackedControlFlow.ll
test/Other/2007-09-10-PassManager.ll
test/Other/2008-06-04-FieldSizeInPacked.ll
test/Other/constant-fold-gep-address-spaces.ll
test/Other/constant-fold-gep.ll
test/Other/lint.ll
test/Other/optimization-remarks-inline.ll
test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
test/Transforms/ADCE/2002-05-28-Crash.ll
test/Transforms/ADCE/2002-07-17-AssertionFailure.ll
test/Transforms/ADCE/2002-07-17-PHIAssertion.ll
test/Transforms/ADCE/2003-06-11-InvalidCFG.ll
test/Transforms/ADCE/2003-06-24-BadSuccessor.ll
test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll
test/Transforms/ADCE/basictest1.ll
test/Transforms/ADCE/basictest2.ll
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/AlignmentFromAssumptions/simple.ll
test/Transforms/AlignmentFromAssumptions/simple32.ll
test/Transforms/AlignmentFromAssumptions/start-unk.ll
test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll
test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
test/Transforms/ArgumentPromotion/aggregate-promote.ll
test/Transforms/ArgumentPromotion/attrs.ll
test/Transforms/ArgumentPromotion/basictest.ll
test/Transforms/ArgumentPromotion/byval-2.ll
test/Transforms/ArgumentPromotion/byval.ll
test/Transforms/ArgumentPromotion/chained.ll
test/Transforms/ArgumentPromotion/control-flow.ll
test/Transforms/ArgumentPromotion/control-flow2.ll
test/Transforms/ArgumentPromotion/crash.ll
test/Transforms/ArgumentPromotion/dbg.ll
test/Transforms/ArgumentPromotion/fp80.ll
test/Transforms/ArgumentPromotion/inalloca.ll
test/Transforms/ArgumentPromotion/reserve-tbaa.ll
test/Transforms/BBVectorize/X86/loop1.ll
test/Transforms/BBVectorize/X86/pr15289.ll
test/Transforms/BBVectorize/X86/sh-rec.ll
test/Transforms/BBVectorize/X86/sh-rec2.ll
test/Transforms/BBVectorize/X86/sh-rec3.ll
test/Transforms/BBVectorize/X86/simple-ldstr.ll
test/Transforms/BBVectorize/X86/wr-aliases.ll
test/Transforms/BBVectorize/func-alias.ll
test/Transforms/BBVectorize/ld1.ll
test/Transforms/BBVectorize/loop1.ll
test/Transforms/BBVectorize/mem-op-depth.ll
test/Transforms/BBVectorize/metadata.ll
test/Transforms/BBVectorize/no-ldstr-conn.ll
test/Transforms/BBVectorize/simple-ldstr-ptrs.ll
test/Transforms/BBVectorize/simple-ldstr.ll
test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll
test/Transforms/CodeGenPrepare/X86/extend-sink-hoist.ll
test/Transforms/CodeGenPrepare/X86/sink-addrspacecast.ll
test/Transforms/CodeGenPrepare/statepoint-relocate.ll
test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll
test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll
test/Transforms/ConstProp/div-zero.ll
test/Transforms/ConstProp/loads.ll
test/Transforms/ConstProp/shift.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/AArch64/const-addr.ll
test/Transforms/ConstantHoisting/PowerPC/const-base-addr.ll
test/Transforms/ConstantHoisting/PowerPC/masks.ll
test/Transforms/ConstantHoisting/X86/cast-inst.ll
test/Transforms/ConstantHoisting/X86/const-base-addr.ll
test/Transforms/ConstantHoisting/X86/delete-dead-cast-inst.ll
test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
test/Transforms/ConstantMerge/merge-both.ll
test/Transforms/CorrelatedValuePropagation/basic.ll
test/Transforms/CorrelatedValuePropagation/non-null.ll
test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/aggregates.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/deadexternal.ll
test/Transforms/DeadArgElim/deadretval2.ll
test/Transforms/DeadArgElim/keepalive.ll
test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll
test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll
test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/atomic.ll
test/Transforms/DeadStoreElimination/const-pointers.ll
test/Transforms/DeadStoreElimination/crash.ll
test/Transforms/DeadStoreElimination/cs-cs-aliasing.ll
test/Transforms/DeadStoreElimination/dominate.ll
test/Transforms/DeadStoreElimination/free.ll
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/libcalls.ll
test/Transforms/DeadStoreElimination/lifetime.ll
test/Transforms/DeadStoreElimination/no-targetdata.ll
test/Transforms/DeadStoreElimination/pr11390.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/EarlyCSE/basic.ll
test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll
test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll
test/Transforms/FunctionAttrs/2008-12-29-Constant.ll
test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
test/Transforms/FunctionAttrs/2010-10-30-volatile.ll
test/Transforms/FunctionAttrs/atomic.ll
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/optnone-simple.ll
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/2007-07-25-DominatedLoop.ll
test/Transforms/GVN/2007-07-25-InfiniteLoop.ll
test/Transforms/GVN/2007-07-25-Loop.ll
test/Transforms/GVN/2007-07-25-NestedLoop.ll
test/Transforms/GVN/2007-07-25-SinglePredecessor.ll
test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
test/Transforms/GVN/2007-07-26-NonRedundant.ll
test/Transforms/GVN/2007-07-26-PhiErasure.ll
test/Transforms/GVN/2007-07-30-PredIDom.ll
test/Transforms/GVN/2007-07-31-NoDomInherit.ll
test/Transforms/GVN/2007-07-31-RedundantPhi.ll
test/Transforms/GVN/2008-02-12-UndefLoad.ll
test/Transforms/GVN/2008-02-13-NewPHI.ll
test/Transforms/GVN/2008-07-02-Unreachable.ll
test/Transforms/GVN/2008-12-09-SelfRemove.ll
test/Transforms/GVN/2008-12-12-RLE-Crash.ll
test/Transforms/GVN/2008-12-14-rle-reanalyze.ll
test/Transforms/GVN/2008-12-15-CacheVisited.ll
test/Transforms/GVN/2009-01-21-SortInvalidation.ll
test/Transforms/GVN/2009-01-22-SortInvalidation.ll
test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
test/Transforms/GVN/2009-06-17-InvalidPRE.ll
test/Transforms/GVN/2009-07-13-MemDepSortFail.ll
test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll
test/Transforms/GVN/2010-03-31-RedundantPHIs.ll
test/Transforms/GVN/2010-05-08-OneBit.ll
test/Transforms/GVN/2011-04-27-phioperands.ll
test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
test/Transforms/GVN/MemdepMiscompile.ll
test/Transforms/GVN/atomic.ll
test/Transforms/GVN/calloc-load-removal.ll
test/Transforms/GVN/calls-readonly.ll
test/Transforms/GVN/cond_br.ll
test/Transforms/GVN/cond_br2.ll
test/Transforms/GVN/condprop.ll
test/Transforms/GVN/crash-no-aa.ll
test/Transforms/GVN/crash.ll
test/Transforms/GVN/invariant-load.ll
test/Transforms/GVN/lifetime-simple.ll
test/Transforms/GVN/load-constant-mem.ll
test/Transforms/GVN/load-from-unreachable-predecessor.ll
test/Transforms/GVN/load-pre-align.ll
test/Transforms/GVN/load-pre-licm.ll
test/Transforms/GVN/load-pre-nonlocal.ll
test/Transforms/GVN/lpre-call-wrap-2.ll
test/Transforms/GVN/lpre-call-wrap.ll
test/Transforms/GVN/malloc-load-removal.ll
test/Transforms/GVN/noalias.ll
test/Transforms/GVN/non-local-offset.ll
test/Transforms/GVN/nonescaping-malloc.ll
test/Transforms/GVN/null-aliases-nothing.ll
test/Transforms/GVN/phi-translate-partial-alias.ll
test/Transforms/GVN/phi-translate.ll
test/Transforms/GVN/pr10820.ll
test/Transforms/GVN/pr14166.ll
test/Transforms/GVN/pr17732.ll
test/Transforms/GVN/pr17852.ll
test/Transforms/GVN/pre-basic-add.ll
test/Transforms/GVN/pre-compare.ll
test/Transforms/GVN/pre-gep-load.ll
test/Transforms/GVN/pre-load.ll
test/Transforms/GVN/pre-single-pred.ll
test/Transforms/GVN/preserve-tbaa.ll
test/Transforms/GVN/range.ll
test/Transforms/GVN/readattrs.ll
test/Transforms/GVN/rle-must-alias.ll
test/Transforms/GVN/rle-no-phi-translate.ll
test/Transforms/GVN/rle-nonlocal.ll
test/Transforms/GVN/rle-phi-translate.ll
test/Transforms/GVN/rle-semidominated.ll
test/Transforms/GVN/rle.ll
test/Transforms/GVN/tbaa.ll
test/Transforms/GVN/volatile.ll
test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll
test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll
test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll
test/Transforms/GlobalDCE/complex-constantexpr.ll
test/Transforms/GlobalDCE/global_ctors_integration.ll
test/Transforms/GlobalDCE/indirectbr.ll
test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll
test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
test/Transforms/GlobalOpt/2005-09-27-Crash.ll
test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll
test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll
test/Transforms/GlobalOpt/2007-04-05-Crash.ll
test/Transforms/GlobalOpt/2007-05-13-Crash.ll
test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll
test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
test/Transforms/GlobalOpt/2008-01-03-Crash.ll
test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll
test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll
test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll
test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll
test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll
test/Transforms/GlobalOpt/2009-01-13-phi-user.ll
test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll
test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll
test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll
test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll
test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/array-elem-refs.ll
test/Transforms/GlobalOpt/atomic.ll
test/Transforms/GlobalOpt/basictest.ll
test/Transforms/GlobalOpt/constantfold-initializers.ll
test/Transforms/GlobalOpt/crash-2.ll
test/Transforms/GlobalOpt/crash.ll
test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
test/Transforms/GlobalOpt/ctor-list-opt.ll
test/Transforms/GlobalOpt/cxx-dtor.ll
test/Transforms/GlobalOpt/deadfunction.ll
test/Transforms/GlobalOpt/deadglobal-2.ll
test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll
test/Transforms/GlobalOpt/fastcc.ll
test/Transforms/GlobalOpt/globalsra-partial.ll
test/Transforms/GlobalOpt/globalsra-unknown-index.ll
test/Transforms/GlobalOpt/globalsra.ll
test/Transforms/GlobalOpt/heap-sra-1.ll
test/Transforms/GlobalOpt/heap-sra-2.ll
test/Transforms/GlobalOpt/heap-sra-3.ll
test/Transforms/GlobalOpt/heap-sra-4.ll
test/Transforms/GlobalOpt/heap-sra-phi.ll
test/Transforms/GlobalOpt/integer-bool.ll
test/Transforms/GlobalOpt/iterate.ll
test/Transforms/GlobalOpt/load-store-global.ll
test/Transforms/GlobalOpt/malloc-promote-1.ll
test/Transforms/GlobalOpt/malloc-promote-2.ll
test/Transforms/GlobalOpt/malloc-promote-3.ll
test/Transforms/GlobalOpt/memcpy.ll
test/Transforms/GlobalOpt/memset-null.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/GlobalOpt/phi-select.ll
test/Transforms/GlobalOpt/storepointer-compare.ll
test/Transforms/GlobalOpt/storepointer.ll
test/Transforms/GlobalOpt/tls.ll
test/Transforms/GlobalOpt/trivialstore.ll
test/Transforms/GlobalOpt/undef-init.ll
test/Transforms/GlobalOpt/unnamed-addr.ll
test/Transforms/GlobalOpt/zeroinitializer-gep-load.ll
test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll
test/Transforms/IPConstantProp/dangling-block-address.ll
test/Transforms/IPConstantProp/global.ll
test/Transforms/IPConstantProp/return-argument.ll
test/Transforms/IRCE/bug-loop-varying-upper-limit.ll [new file with mode: 0644]
test/Transforms/IRCE/decrementing-loop.ll
test/Transforms/IRCE/low-becount.ll
test/Transforms/IRCE/multiple-access-no-preloop.ll
test/Transforms/IRCE/not-likely-taken.ll
test/Transforms/IRCE/only-lower-check.ll [new file with mode: 0644]
test/Transforms/IRCE/only-upper-check.ll [new file with mode: 0644]
test/Transforms/IRCE/single-access-no-preloop.ll
test/Transforms/IRCE/single-access-with-preloop.ll
test/Transforms/IRCE/unhandled.ll
test/Transforms/IRCE/with-parent-loops.ll
test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll
test/Transforms/IndVarSimplify/2005-11-18-Crash.ll
test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll
test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll
test/Transforms/IndVarSimplify/2008-09-02-IVType.ll
test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll
test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll
test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll
test/Transforms/IndVarSimplify/2009-04-27-Floating.ll
test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll
test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll
test/Transforms/IndVarSimplify/2011-11-01-lftrptr.ll
test/Transforms/IndVarSimplify/2011-11-15-multiexit.ll
test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll
test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll
test/Transforms/IndVarSimplify/NVPTX/no-widen-expensive.ll
test/Transforms/IndVarSimplify/ada-loops.ll
test/Transforms/IndVarSimplify/ashr-tripcount.ll
test/Transforms/IndVarSimplify/avoid-i0.ll
test/Transforms/IndVarSimplify/backedge-on-min-max.ll
test/Transforms/IndVarSimplify/casted-argument.ll
test/Transforms/IndVarSimplify/dangling-use.ll
test/Transforms/IndVarSimplify/elim-extend.ll
test/Transforms/IndVarSimplify/eliminate-comparison.ll
test/Transforms/IndVarSimplify/eliminate-max.ll
test/Transforms/IndVarSimplify/eliminate-rem.ll
test/Transforms/IndVarSimplify/indirectbr.ll
test/Transforms/IndVarSimplify/iv-fold.ll
test/Transforms/IndVarSimplify/iv-sext.ll
test/Transforms/IndVarSimplify/iv-widen.ll
test/Transforms/IndVarSimplify/iv-zext.ll
test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll
test/Transforms/IndVarSimplify/lftr-extend-const.ll
test/Transforms/IndVarSimplify/lftr-promote.ll
test/Transforms/IndVarSimplify/lftr-reuse.ll
test/Transforms/IndVarSimplify/lftr-zext.ll
test/Transforms/IndVarSimplify/lftr_simple.ll
test/Transforms/IndVarSimplify/loop_evaluate7.ll
test/Transforms/IndVarSimplify/loop_evaluate8.ll
test/Transforms/IndVarSimplify/loop_evaluate9.ll
test/Transforms/IndVarSimplify/masked-iv.ll
test/Transforms/IndVarSimplify/no-iv-rewrite.ll
test/Transforms/IndVarSimplify/overflowcheck.ll
test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll
test/Transforms/IndVarSimplify/polynomial-expand.ll
test/Transforms/IndVarSimplify/pr18223.ll
test/Transforms/IndVarSimplify/pr20680.ll
test/Transforms/IndVarSimplify/pr22222.ll
test/Transforms/IndVarSimplify/preserve-signed-wrap.ll
test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll
test/Transforms/IndVarSimplify/sharpen-range.ll
test/Transforms/IndVarSimplify/signed-trip-count.ll
test/Transforms/IndVarSimplify/single-element-range.ll
test/Transforms/IndVarSimplify/sink-alloca.ll
test/Transforms/IndVarSimplify/udiv.ll
test/Transforms/IndVarSimplify/uglygep.ll
test/Transforms/IndVarSimplify/ult-sub-to-eq.ll
test/Transforms/IndVarSimplify/use-range-metadata.ll
test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll
test/Transforms/IndVarSimplify/verify-scev.ll
test/Transforms/IndVarSimplify/widen-loop-comp.ll
test/Transforms/IndVarSimplify/widen-nsw.ll
test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll
test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll
test/Transforms/Inline/align.ll
test/Transforms/Inline/alloca-bonus.ll
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/alloca-in-scc.ll
test/Transforms/Inline/alloca-merge-align-nodl.ll [deleted file]
test/Transforms/Inline/alloca-merge-align.ll
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/byval-tail-call.ll
test/Transforms/Inline/byval.ll
test/Transforms/Inline/byval_lifetime.ll
test/Transforms/Inline/crash2.ll
test/Transforms/Inline/debug-info-duplicate-calls.ll
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/devirtualize-3.ll
test/Transforms/Inline/devirtualize.ll
test/Transforms/Inline/ephemeral.ll
test/Transforms/Inline/gvn-inline-iteration.ll
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-byval-bonus.ll
test/Transforms/Inline/inline-cold.ll
test/Transforms/Inline/inline-fast-math-flags.ll
test/Transforms/Inline/inline-fp.ll
test/Transforms/Inline/inline-invoke-tail.ll
test/Transforms/Inline/inline-musttail-varargs.ll
test/Transforms/Inline/inline-optsize.ll
test/Transforms/Inline/inline-vla.ll
test/Transforms/Inline/inline_constprop.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/inline_minisize.ll
test/Transforms/Inline/inline_ssp.ll
test/Transforms/Inline/invoke-combine-clauses.ll
test/Transforms/Inline/lifetime-no-datalayout.ll
test/Transforms/Inline/noalias-cs.ll
test/Transforms/Inline/noalias.ll
test/Transforms/Inline/noalias2.ll
test/Transforms/Inline/optimization-remarks.ll
test/Transforms/Inline/ptr-diff.ll
test/Transforms/Inline/store-sroa.ll [new file with mode: 0644]
test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll
test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll
test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll
test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll
test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll
test/Transforms/InstCombine/2006-09-15-CastToBool.ll
test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll
test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
test/Transforms/InstCombine/2006-12-15-Range-Test.ll
test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll
test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
test/Transforms/InstCombine/2007-02-07-PointerCast.ll
test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
test/Transforms/InstCombine/2007-05-14-Crash.ll
test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll
test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
test/Transforms/InstCombine/2007-10-12-Crash.ll
test/Transforms/InstCombine/2007-10-28-stacksave.ll
test/Transforms/InstCombine/2007-10-31-RangeCrash.ll
test/Transforms/InstCombine/2007-10-31-StringCrash.ll
test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll
test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
test/Transforms/InstCombine/2007-12-12-GEPScale.ll
test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
test/Transforms/InstCombine/2008-03-13-IntToPtr.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll
test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll
test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll
test/Transforms/InstCombine/2008-05-17-InfLoop.ll
test/Transforms/InstCombine/2008-05-23-CompareFold.ll
test/Transforms/InstCombine/2008-06-19-UncondLoad.ll
test/Transforms/InstCombine/2008-06-24-StackRestore.ll
test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll
test/Transforms/InstCombine/2008-08-05-And.ll
test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll
test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll
test/Transforms/InstCombine/2009-02-21-LoadCST.ll
test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll
test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll
test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll
test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll
test/Transforms/InstCombine/2010-03-03-ExtElim.ll
test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll
test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll
test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll
test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
test/Transforms/InstCombine/2011-09-03-Trampoline.ll
test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll
test/Transforms/InstCombine/2012-02-13-FCmp.ll
test/Transforms/InstCombine/2012-05-27-Negative-Shift-Crash.ll
test/Transforms/InstCombine/2012-05-28-select-hang.ll
test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
test/Transforms/InstCombine/2012-07-25-LoadPart.ll
test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
test/Transforms/InstCombine/2012-09-17-ZeroSizedAlloca.ll
test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll [deleted file]
test/Transforms/InstCombine/2012-10-25-vector-of-pointers.ll
test/Transforms/InstCombine/2012-12-14-simp-vgep.ll
test/Transforms/InstCombine/2013-03-05-Combine-BitcastTy-Into-Alloca.ll
test/Transforms/InstCombine/CPP_min_max.ll
test/Transforms/InstCombine/PR7357.ll
test/Transforms/InstCombine/add3.ll
test/Transforms/InstCombine/addrspacecast.ll
test/Transforms/InstCombine/alias-recursion.ll
test/Transforms/InstCombine/align-2d-gep.ll
test/Transforms/InstCombine/align-addr.ll
test/Transforms/InstCombine/align-attr.ll
test/Transforms/InstCombine/align-external.ll
test/Transforms/InstCombine/aligned-altivec.ll
test/Transforms/InstCombine/aligned-qpx.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/assume-loop-align.ll
test/Transforms/InstCombine/assume-redundant.ll
test/Transforms/InstCombine/assume.ll
test/Transforms/InstCombine/atomic.ll
test/Transforms/InstCombine/bitcast-alias-function.ll
test/Transforms/InstCombine/bitcast.ll
test/Transforms/InstCombine/bittest.ll
test/Transforms/InstCombine/branch.ll [new file with mode: 0644]
test/Transforms/InstCombine/call-cast-target.ll
test/Transforms/InstCombine/call2.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/constant-expr-datalayout.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
test/Transforms/InstCombine/constant-fold-alias.ll
test/Transforms/InstCombine/constant-fold-gep.ll
test/Transforms/InstCombine/constant-fold-hang.ll [new file with mode: 0644]
test/Transforms/InstCombine/crash.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/default-alignment.ll [new file with mode: 0644]
test/Transforms/InstCombine/descale-zero.ll
test/Transforms/InstCombine/disable-simplify-libcalls.ll
test/Transforms/InstCombine/div-shift-crash.ll
test/Transforms/InstCombine/dom-conditions.ll [new file with mode: 0644]
test/Transforms/InstCombine/enforce-known-alignment.ll
test/Transforms/InstCombine/err-rep-cold.ll
test/Transforms/InstCombine/extractvalue.ll
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fcmp.ll
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fold-vector-zero.ll
test/Transforms/InstCombine/fp-ret-bitcast.ll
test/Transforms/InstCombine/fpextend.ll
test/Transforms/InstCombine/fprintf-1.ll
test/Transforms/InstCombine/fputs-1.ll
test/Transforms/InstCombine/fwrite-1.ll
test/Transforms/InstCombine/gc.relocate.ll
test/Transforms/InstCombine/gep-addrspace.ll
test/Transforms/InstCombine/gep-sext.ll
test/Transforms/InstCombine/gepgep.ll
test/Transforms/InstCombine/gepphigep.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-range.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/inline-intrinsic-assert.ll [new file with mode: 0644]
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/invariant.ll
test/Transforms/InstCombine/known_align.ll
test/Transforms/InstCombine/load-cmp.ll
test/Transforms/InstCombine/load-select.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/load3.ll
test/Transforms/InstCombine/loadstore-alignment.ll
test/Transforms/InstCombine/loadstore-metadata.ll
test/Transforms/InstCombine/lshr-phi.ll
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/mem-gep-zidx.ll
test/Transforms/InstCombine/memchr.ll [new file with mode: 0644]
test/Transforms/InstCombine/memcmp-1.ll
test/Transforms/InstCombine/memcpy-from-global.ll
test/Transforms/InstCombine/memmove.ll
test/Transforms/InstCombine/memset.ll
test/Transforms/InstCombine/memset2.ll
test/Transforms/InstCombine/merge-icmp.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/multi-size-address-space-pointer.ll
test/Transforms/InstCombine/no-negzero.ll
test/Transforms/InstCombine/obfuscated_splat.ll
test/Transforms/InstCombine/objsize-address-space.ll
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/odr-linkage.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/osx-names.ll
test/Transforms/InstCombine/overflow-mul.ll
test/Transforms/InstCombine/phi-merge-gep.ll
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pr12251.ll
test/Transforms/InstCombine/pr21651.ll
test/Transforms/InstCombine/pr2645-0.ll
test/Transforms/InstCombine/pr2645-1.ll
test/Transforms/InstCombine/pr8547.ll
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/printf-2.ll
test/Transforms/InstCombine/puts-1.ll
test/Transforms/InstCombine/select-cmp-br.ll
test/Transforms/InstCombine/select-load-call.ll
test/Transforms/InstCombine/select-select.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/shufflemask-undef.ll
test/Transforms/InstCombine/signed-comparison.ll
test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
test/Transforms/InstCombine/simplify-libcalls.ll
test/Transforms/InstCombine/sincospi.ll
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/sqrt.ll
test/Transforms/InstCombine/stack-overalign.ll
test/Transforms/InstCombine/stacksaverestore.ll
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/stpcpy-1.ll
test/Transforms/InstCombine/stpcpy-2.ll
test/Transforms/InstCombine/stpcpy_chk-1.ll
test/Transforms/InstCombine/stpcpy_chk-2.ll
test/Transforms/InstCombine/strcat-1.ll
test/Transforms/InstCombine/strcat-2.ll
test/Transforms/InstCombine/strcat-3.ll
test/Transforms/InstCombine/strchr-1.ll
test/Transforms/InstCombine/strchr-2.ll
test/Transforms/InstCombine/strcmp-1.ll
test/Transforms/InstCombine/strcmp-2.ll
test/Transforms/InstCombine/strcpy-1.ll
test/Transforms/InstCombine/strcpy-2.ll
test/Transforms/InstCombine/strcpy_chk-1.ll
test/Transforms/InstCombine/strcpy_chk-2.ll
test/Transforms/InstCombine/strcpy_chk-64.ll
test/Transforms/InstCombine/strcspn-1.ll
test/Transforms/InstCombine/strcspn-2.ll
test/Transforms/InstCombine/strlen-1.ll
test/Transforms/InstCombine/strlen-2.ll
test/Transforms/InstCombine/strncat-1.ll
test/Transforms/InstCombine/strncat-2.ll
test/Transforms/InstCombine/strncat-3.ll
test/Transforms/InstCombine/strncmp-1.ll
test/Transforms/InstCombine/strncmp-2.ll
test/Transforms/InstCombine/strncpy-1.ll
test/Transforms/InstCombine/strncpy-2.ll
test/Transforms/InstCombine/strncpy_chk-1.ll
test/Transforms/InstCombine/strncpy_chk-2.ll
test/Transforms/InstCombine/strpbrk-1.ll
test/Transforms/InstCombine/strpbrk-2.ll
test/Transforms/InstCombine/strrchr-1.ll
test/Transforms/InstCombine/strrchr-2.ll
test/Transforms/InstCombine/strspn-1.ll
test/Transforms/InstCombine/strstr-1.ll
test/Transforms/InstCombine/strstr-2.ll
test/Transforms/InstCombine/struct-assign-tbaa.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/switch-truncate-crash.ll [new file with mode: 0644]
test/Transforms/InstCombine/type_pun.ll
test/Transforms/InstCombine/unpack-fca.ll [new file with mode: 0644]
test/Transforms/InstCombine/urem-simplify-bug.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_extract_var_elt.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/vector-casts.ll
test/Transforms/InstCombine/vector_gep1.ll
test/Transforms/InstCombine/vector_gep2.ll
test/Transforms/InstCombine/volatile_store.ll
test/Transforms/InstCombine/vsx-unaligned.ll
test/Transforms/InstCombine/weak-symbols.ll
test/Transforms/InstCombine/x86-vperm2.ll [new file with mode: 0644]
test/Transforms/InstCombine/zext-or-icmp.ll
test/Transforms/InstMerge/ld_hoist1.ll
test/Transforms/InstMerge/ld_hoist_st_sink.ll
test/Transforms/InstMerge/st_sink_barrier_call.ll
test/Transforms/InstMerge/st_sink_bugfix_22613.ll
test/Transforms/InstMerge/st_sink_no_barrier_call.ll
test/Transforms/InstMerge/st_sink_no_barrier_load.ll
test/Transforms/InstMerge/st_sink_no_barrier_store.ll
test/Transforms/InstMerge/st_sink_two_stores.ll
test/Transforms/InstMerge/st_sink_with_barrier.ll
test/Transforms/InstSimplify/2011-10-27-BinOpCrash.ll
test/Transforms/InstSimplify/call-callconv.ll
test/Transforms/InstSimplify/call.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/gep.ll
test/Transforms/InstSimplify/load.ll
test/Transforms/InstSimplify/noalias-ptr.ll
test/Transforms/InstSimplify/past-the-end.ll
test/Transforms/InstSimplify/ptr_diff.ll
test/Transforms/InstSimplify/vector_gep.ll
test/Transforms/InstSimplify/vector_ptr_bitcast.ll
test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
test/Transforms/JumpThreading/2010-08-26-and.ll
test/Transforms/JumpThreading/2011-04-14-InfLoop.ll
test/Transforms/JumpThreading/crash.ll
test/Transforms/JumpThreading/indirectbr.ll
test/Transforms/JumpThreading/landing-pad.ll
test/Transforms/JumpThreading/lvi-load.ll
test/Transforms/JumpThreading/or-undef.ll
test/Transforms/JumpThreading/phi-eq.ll
test/Transforms/JumpThreading/select.ll
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll
test/Transforms/LCSSA/2006-07-09-NoDominator.ll
test/Transforms/LCSSA/2007-07-12-LICM-2.ll
test/Transforms/LCSSA/2007-07-12-LICM-3.ll
test/Transforms/LCSSA/2007-07-12-LICM.ll
test/Transforms/LCSSA/invoke-dest.ll
test/Transforms/LCSSA/unreachable-use.ll
test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll
test/Transforms/LICM/2003-05-02-LoadHoist.ll
test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll
test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll
test/Transforms/LICM/2007-05-22-VolatileSink.ll
test/Transforms/LICM/2007-07-30-AliasSet.ll
test/Transforms/LICM/2007-09-17-PromoteValue.ll
test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll
test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll
test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
test/Transforms/LICM/2011-04-09-RAUW-AST.ll
test/Transforms/LICM/2011-07-06-Alignment.ll
test/Transforms/LICM/PR21582.ll
test/Transforms/LICM/atomics.ll
test/Transforms/LICM/constexpr.ll
test/Transforms/LICM/crash.ll
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoist-bitcast-load.ll
test/Transforms/LICM/hoist-deref-load.ll
test/Transforms/LICM/hoist-invariant-load.ll
test/Transforms/LICM/hoisting.ll
test/Transforms/LICM/lcssa-ssa-promoter.ll
test/Transforms/LICM/scalar-promote-memmodel.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/sinking.ll
test/Transforms/LICM/speculate.ll
test/Transforms/LICM/volatile-alias.ll
test/Transforms/LoadCombine/load-combine-aa.ll
test/Transforms/LoadCombine/load-combine-assume.ll
test/Transforms/LoadCombine/load-combine.ll
test/Transforms/LoopDeletion/2008-05-06-Phi.ll
test/Transforms/LoopIdiom/basic-address-space.ll
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/crash.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopIdiom/memset_noidiom.ll
test/Transforms/LoopIdiom/non-canonical-loop.ll
test/Transforms/LoopIdiom/scev-invalidation.ll
test/Transforms/LoopInterchange/currentLimitation.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/profitability.ll [new file with mode: 0644]
test/Transforms/LoopReroll/basic.ll
test/Transforms/LoopReroll/nonconst_lb.ll
test/Transforms/LoopReroll/reduction.ll
test/Transforms/LoopRotate/PhiRename-1.ll
test/Transforms/LoopRotate/PhiSelfReference-1.ll
test/Transforms/LoopRotate/alloca.ll
test/Transforms/LoopRotate/basic.ll
test/Transforms/LoopRotate/crash.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/indirectbr.ll
test/Transforms/LoopRotate/multiple-exits.ll
test/Transforms/LoopRotate/nosimplifylatch.ll
test/Transforms/LoopRotate/phi-duplicate.ll
test/Transforms/LoopRotate/pr22337.ll
test/Transforms/LoopRotate/simplifylatch.ll
test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll
test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll
test/Transforms/LoopSimplify/ashr-crash.ll
test/Transforms/LoopSimplify/merge-exits.ll
test/Transforms/LoopSimplify/notify-scev.ll
test/Transforms/LoopSimplify/phi-node-simplify.ll
test/Transforms/LoopSimplify/preserve-scev.ll
test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll
test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll
test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll
test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll
test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll
test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll
test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll
test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll
test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll
test/Transforms/LoopStrengthReduce/2011-12-19-PostincQuadratic.ll
test/Transforms/LoopStrengthReduce/2012-01-02-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-01-16-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-03-15-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-03-26-constexpr.ll
test/Transforms/LoopStrengthReduce/2012-07-13-ExpandUDiv.ll
test/Transforms/LoopStrengthReduce/2012-07-18-LimitReassociate.ll
test/Transforms/LoopStrengthReduce/2013-01-14-ReuseCast.ll
test/Transforms/LoopStrengthReduce/AArch64/lsr-memcpy.ll
test/Transforms/LoopStrengthReduce/AArch64/lsr-memset.ll
test/Transforms/LoopStrengthReduce/AArch64/req-regs.ll
test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll
test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll
test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll
test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll
test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-stress-X86.ll
test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll
test/Transforms/LoopStrengthReduce/X86/pr17473.ll
test/Transforms/LoopStrengthReduce/addrec-gep-address-space.ll
test/Transforms/LoopStrengthReduce/addrec-gep.ll
test/Transforms/LoopStrengthReduce/address-space-loop.ll
test/Transforms/LoopStrengthReduce/count-to-zero.ll
test/Transforms/LoopStrengthReduce/dominate-assert.ll
test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll
test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll
test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll
test/Transforms/LoopStrengthReduce/dont_reverse.ll
test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll
test/Transforms/LoopStrengthReduce/invariant_value_first.ll
test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll
test/Transforms/LoopStrengthReduce/ivchain.ll
test/Transforms/LoopStrengthReduce/nested-reduce.ll
test/Transforms/LoopStrengthReduce/ops_after_indvar.ll
test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll
test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopStrengthReduce/pr12048.ll
test/Transforms/LoopStrengthReduce/pr12691.ll
test/Transforms/LoopStrengthReduce/pr18165.ll
test/Transforms/LoopStrengthReduce/pr2570.ll
test/Transforms/LoopStrengthReduce/pr3086.ll
test/Transforms/LoopStrengthReduce/pr3399.ll
test/Transforms/LoopStrengthReduce/pr3571.ll
test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll
test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
test/Transforms/LoopStrengthReduce/related_indvars.ll
test/Transforms/LoopStrengthReduce/remove_indvar.ll
test/Transforms/LoopStrengthReduce/scaling_factor_cost_crash.ll
test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll
test/Transforms/LoopStrengthReduce/uglygep-address-space.ll
test/Transforms/LoopStrengthReduce/uglygep.ll
test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll
test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll
test/Transforms/LoopStrengthReduce/variable_stride.ll
test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll
test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll
test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll
test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll
test/Transforms/LoopUnroll/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/AArch64/partial.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/AArch64/runtime-loop.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll
test/Transforms/LoopUnroll/X86/partial.ll
test/Transforms/LoopUnroll/ephemeral.ll
test/Transforms/LoopUnroll/full-unroll-heuristics.ll
test/Transforms/LoopUnroll/ignore-annotation-intrinsic-cost.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/runtime-loop3.ll
test/Transforms/LoopUnroll/runtime-loop4.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/scevunroll.ll
test/Transforms/LoopUnroll/shifted-tripcount.ll
test/Transforms/LoopUnroll/unroll-pragmas-disabled.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll
test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll
test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll
test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll
test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll
test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll
test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll
test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
test/Transforms/LoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll
test/Transforms/LoopUnswitch/2012-05-20-Phi.ll
test/Transforms/LoopUnswitch/basictest.ll
test/Transforms/LoopUnswitch/preserve-analyses.ll
test/Transforms/LoopVectorize/12-12-11-if-conv.ll
test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
test/Transforms/LoopVectorize/AArch64/aarch64-unroll.ll
test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll
test/Transforms/LoopVectorize/AArch64/arm64-unroll.ll
test/Transforms/LoopVectorize/AArch64/gather-cost.ll
test/Transforms/LoopVectorize/AArch64/sdiv-pow2.ll
test/Transforms/LoopVectorize/ARM/arm-unroll.ll
test/Transforms/LoopVectorize/ARM/gather-cost.ll
test/Transforms/LoopVectorize/ARM/gcc-examples.ll
test/Transforms/LoopVectorize/ARM/mul-cast-vect.ll
test/Transforms/LoopVectorize/ARM/width-detect.ll
test/Transforms/LoopVectorize/PowerPC/large-loop-rdx.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll
test/Transforms/LoopVectorize/PowerPC/vsx-tsvc-s173.ll
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/assume.ll
test/Transforms/LoopVectorize/X86/avx1.ll
test/Transforms/LoopVectorize/X86/avx512.ll
test/Transforms/LoopVectorize/X86/constant-vector-operand.ll
test/Transforms/LoopVectorize/X86/conversion-cost.ll
test/Transforms/LoopVectorize/X86/cost-model.ll
test/Transforms/LoopVectorize/X86/fp32_to_uint32-cost-model.ll
test/Transforms/LoopVectorize/X86/fp64_to_uint32-cost-model.ll
test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll
test/Transforms/LoopVectorize/X86/gather-cost.ll
test/Transforms/LoopVectorize/X86/gcc-examples.ll
test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
test/Transforms/LoopVectorize/X86/masked_load_store.ll
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/min-trip-count-switch.ll
test/Transforms/LoopVectorize/X86/no-vector.ll
test/Transforms/LoopVectorize/X86/parallel-loops-after-reg2mem.ll
test/Transforms/LoopVectorize/X86/parallel-loops.ll
test/Transforms/LoopVectorize/X86/powof2div.ll
test/Transforms/LoopVectorize/X86/reduction-crash.ll
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/struct-store.ll
test/Transforms/LoopVectorize/X86/tripcount.ll
test/Transforms/LoopVectorize/X86/uint64_to_fp64-cost-model.ll
test/Transforms/LoopVectorize/X86/unroll-pm.ll
test/Transforms/LoopVectorize/X86/unroll-small-loops.ll
test/Transforms/LoopVectorize/X86/unroll_selection.ll
test/Transforms/LoopVectorize/X86/veclib-calls.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vect.omp.force.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/X86/x86_fp80-vector-store.ll
test/Transforms/LoopVectorize/XCore/no-vector-registers.ll
test/Transforms/LoopVectorize/align.ll
test/Transforms/LoopVectorize/bsd_regex.ll
test/Transforms/LoopVectorize/bzip_reverse_loops.ll
test/Transforms/LoopVectorize/calloc.ll
test/Transforms/LoopVectorize/cast-induction.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/cpp-new-array.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/duplicated-metadata.ll
test/Transforms/LoopVectorize/ee-crash.ll
test/Transforms/LoopVectorize/exact.ll
test/Transforms/LoopVectorize/flags.ll
test/Transforms/LoopVectorize/float-reduction.ll
test/Transforms/LoopVectorize/funcall.ll
test/Transforms/LoopVectorize/gcc-examples.ll
test/Transforms/LoopVectorize/global_alias.ll
test/Transforms/LoopVectorize/hoist-loads.ll
test/Transforms/LoopVectorize/i8-induction.ll
test/Transforms/LoopVectorize/if-conversion-edgemasks.ll
test/Transforms/LoopVectorize/if-conversion-nest.ll
test/Transforms/LoopVectorize/if-conversion-reduction.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/incorrect-dom-info.ll
test/Transforms/LoopVectorize/increment.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/induction_plus.ll
test/Transforms/LoopVectorize/intrinsic.ll
test/Transforms/LoopVectorize/lifetime.ll
test/Transforms/LoopVectorize/loop-form.ll
test/Transforms/LoopVectorize/loop-vect-memdep.ll
test/Transforms/LoopVectorize/memdep.ll
test/Transforms/LoopVectorize/metadata-unroll.ll
test/Transforms/LoopVectorize/metadata-width.ll
test/Transforms/LoopVectorize/metadata.ll
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/multi-use-reduction-bug.ll
test/Transforms/LoopVectorize/multiple-address-spaces.ll
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_idiv_reduction.ll
test/Transforms/LoopVectorize/no_int_induction.ll
test/Transforms/LoopVectorize/no_outside_user.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/nofloat.ll
test/Transforms/LoopVectorize/non-const-n.ll
test/Transforms/LoopVectorize/nsw-crash.ll
test/Transforms/LoopVectorize/opt.ll
test/Transforms/LoopVectorize/ptr_loops.ll
test/Transforms/LoopVectorize/read-only.ll
test/Transforms/LoopVectorize/reduction.ll
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/reverse_iter.ll
test/Transforms/LoopVectorize/runtime-check-address-space.ll
test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll
test/Transforms/LoopVectorize/runtime-check-readonly.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/runtime-limit.ll
test/Transforms/LoopVectorize/safegep.ll
test/Transforms/LoopVectorize/same-base-access.ll
test/Transforms/LoopVectorize/scalar-select.ll
test/Transforms/LoopVectorize/scev-exitlim-crash.ll
test/Transforms/LoopVectorize/simple-unroll.ll
test/Transforms/LoopVectorize/small-loop.ll
test/Transforms/LoopVectorize/start-non-zero.ll
test/Transforms/LoopVectorize/store-shuffle-bug.ll
test/Transforms/LoopVectorize/struct_access.ll
test/Transforms/LoopVectorize/tbaa-nodep.ll
test/Transforms/LoopVectorize/undef-inst-bug.ll
test/Transforms/LoopVectorize/unroll_novec.ll
test/Transforms/LoopVectorize/unsized-pointee-crash.ll
test/Transforms/LoopVectorize/value-ptr-bug.ll
test/Transforms/LoopVectorize/vect.omp.persistence.ll
test/Transforms/LoopVectorize/vect.stats.ll
test/Transforms/LoopVectorize/vectorize-once.ll
test/Transforms/LoopVectorize/version-mem-access.ll
test/Transforms/LoopVectorize/write-only.ll
test/Transforms/LowerAtomic/atomic-swap.ll
test/Transforms/LowerBitSets/constant.ll
test/Transforms/LowerBitSets/simple.ll
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll
test/Transforms/LowerSwitch/2014-06-11-SwitchDefaultUnreachableOpt.ll
test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll
test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll
test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll
test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll
test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll
test/Transforms/Mem2Reg/2005-11-28-Crash.ll
test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/Mem2Reg/PromoteMemToRegister.ll
test/Transforms/Mem2Reg/UndefValuesMerge.ll
test/Transforms/Mem2Reg/atomic.ll
test/Transforms/Mem2Reg/crash.ll
test/Transforms/Mem2Reg/ignore-lifetime.ll
test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll
test/Transforms/MemCpyOpt/align.ll
test/Transforms/MemCpyOpt/atomic.ll
test/Transforms/MemCpyOpt/callslot_deref.ll
test/Transforms/MemCpyOpt/crash.ll
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MemCpyOpt/loadstore-sret.ll
test/Transforms/MemCpyOpt/memcpy-to-memset.ll
test/Transforms/MemCpyOpt/memcpy-undef.ll
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/memmove.ll
test/Transforms/MemCpyOpt/smaller.ll
test/Transforms/MemCpyOpt/sret.ll
test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll
test/Transforms/MergeFunc/address-spaces.ll
test/Transforms/MergeFunc/crash.ll
test/Transforms/MergeFunc/inttoptr-address-space.ll
test/Transforms/MergeFunc/inttoptr.ll
test/Transforms/MergeFunc/mergefunc-struct-return.ll
test/Transforms/MergeFunc/ranges.ll
test/Transforms/MergeFunc/vector-GEP-crash.ll
test/Transforms/MergeFunc/vector.ll
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/ObjCARC/allocas.ll
test/Transforms/ObjCARC/arc-annotations.ll [deleted file]
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/cfg-hazards.ll
test/Transforms/ObjCARC/contract-storestrong-ivar.ll
test/Transforms/ObjCARC/contract-storestrong.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/escape.ll
test/Transforms/ObjCARC/gvn.ll
test/Transforms/ObjCARC/intrinsic-use.ll
test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll
test/Transforms/ObjCARC/move-and-merge-autorelease.ll
test/Transforms/ObjCARC/nested.ll
test/Transforms/ObjCARC/provenance.ll
test/Transforms/ObjCARC/retain-block-side-effects.ll
test/Transforms/ObjCARC/weak-copies.ll
test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll
test/Transforms/PhaseOrdering/PR6627.ll
test/Transforms/PhaseOrdering/basic.ll
test/Transforms/PhaseOrdering/gdce.ll
test/Transforms/PhaseOrdering/scev.ll
test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/crash.ll
test/Transforms/Reassociate/fast-ReassociateVector.ll
test/Transforms/Reassociate/fast-basictest.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/pr12245.ll
test/Transforms/Reassociate/pr21205.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/base-pointers.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/relocation.ll [new file with mode: 0644]
test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll
test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll
test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll
test/Transforms/SCCP/2006-12-04-PackedType.ll
test/Transforms/SCCP/apint-array.ll
test/Transforms/SCCP/apint-bigarray.ll
test/Transforms/SCCP/apint-bigint2.ll
test/Transforms/SCCP/apint-ipsccp3.ll
test/Transforms/SCCP/apint-ipsccp4.ll
test/Transforms/SCCP/apint-load.ll
test/Transforms/SCCP/apint-select.ll
test/Transforms/SCCP/atomic-load-store.ll
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SCCP/loadtest.ll
test/Transforms/SLPVectorizer/AArch64/commute.ll
test/Transforms/SLPVectorizer/AArch64/load-store-q.ll
test/Transforms/SLPVectorizer/AArch64/sdiv-pow2.ll
test/Transforms/SLPVectorizer/ARM/memory.ll
test/Transforms/SLPVectorizer/ARM/sroa.ll
test/Transforms/SLPVectorizer/R600/simplebb.ll
test/Transforms/SLPVectorizer/X86/addsub.ll
test/Transforms/SLPVectorizer/X86/align.ll
test/Transforms/SLPVectorizer/X86/atomics.ll
test/Transforms/SLPVectorizer/X86/bad_types.ll
test/Transforms/SLPVectorizer/X86/barriercall.ll
test/Transforms/SLPVectorizer/X86/call.ll
test/Transforms/SLPVectorizer/X86/cast.ll
test/Transforms/SLPVectorizer/X86/cmp_sel.ll
test/Transforms/SLPVectorizer/X86/compare-reduce.ll
test/Transforms/SLPVectorizer/X86/consecutive-access.ll
test/Transforms/SLPVectorizer/X86/continue_vectorizing.ll
test/Transforms/SLPVectorizer/X86/crash_7zip.ll
test/Transforms/SLPVectorizer/X86/crash_binaryop.ll
test/Transforms/SLPVectorizer/X86/crash_bullet.ll
test/Transforms/SLPVectorizer/X86/crash_bullet3.ll
test/Transforms/SLPVectorizer/X86/crash_cmpop.ll
test/Transforms/SLPVectorizer/X86/crash_dequeue.ll
test/Transforms/SLPVectorizer/X86/crash_gep.ll
test/Transforms/SLPVectorizer/X86/crash_lencod.ll
test/Transforms/SLPVectorizer/X86/crash_mandeltext.ll
test/Transforms/SLPVectorizer/X86/crash_netbsd_decompress.ll
test/Transforms/SLPVectorizer/X86/crash_scheduling.ll
test/Transforms/SLPVectorizer/X86/crash_sim4b1.ll
test/Transforms/SLPVectorizer/X86/crash_smallpt.ll
test/Transforms/SLPVectorizer/X86/crash_vectorizeTree.ll
test/Transforms/SLPVectorizer/X86/cross_block_slp.ll
test/Transforms/SLPVectorizer/X86/cse.ll
test/Transforms/SLPVectorizer/X86/cycle_dup.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/diamond.ll
test/Transforms/SLPVectorizer/X86/external_user.ll
test/Transforms/SLPVectorizer/X86/extract.ll
test/Transforms/SLPVectorizer/X86/extract_in_tree_user.ll
test/Transforms/SLPVectorizer/X86/extractcost.ll
test/Transforms/SLPVectorizer/X86/flag.ll
test/Transforms/SLPVectorizer/X86/gep.ll
test/Transforms/SLPVectorizer/X86/hoist.ll
test/Transforms/SLPVectorizer/X86/horizontal.ll
test/Transforms/SLPVectorizer/X86/implicitfloat.ll
test/Transforms/SLPVectorizer/X86/in-tree-user.ll
test/Transforms/SLPVectorizer/X86/intrinsic.ll
test/Transforms/SLPVectorizer/X86/long_chains.ll
test/Transforms/SLPVectorizer/X86/loopinvariant.ll
test/Transforms/SLPVectorizer/X86/metadata.ll
test/Transforms/SLPVectorizer/X86/multi_block.ll
test/Transforms/SLPVectorizer/X86/multi_user.ll
test/Transforms/SLPVectorizer/X86/odd_store.ll
test/Transforms/SLPVectorizer/X86/operandorder.ll
test/Transforms/SLPVectorizer/X86/opt.ll
test/Transforms/SLPVectorizer/X86/ordering.ll
test/Transforms/SLPVectorizer/X86/phi.ll
test/Transforms/SLPVectorizer/X86/phi3.ll
test/Transforms/SLPVectorizer/X86/phi_overalignedtype.ll
test/Transforms/SLPVectorizer/X86/powof2div.ll
test/Transforms/SLPVectorizer/X86/pr16628.ll
test/Transforms/SLPVectorizer/X86/pr16899.ll
test/Transforms/SLPVectorizer/X86/pr19657.ll
test/Transforms/SLPVectorizer/X86/propagate_ir_flags.ll
test/Transforms/SLPVectorizer/X86/reduction.ll
test/Transforms/SLPVectorizer/X86/reduction2.ll
test/Transforms/SLPVectorizer/X86/return.ll
test/Transforms/SLPVectorizer/X86/rgb_phi.ll
test/Transforms/SLPVectorizer/X86/saxpy.ll
test/Transforms/SLPVectorizer/X86/scheduling.ll
test/Transforms/SLPVectorizer/X86/simple-loop.ll
test/Transforms/SLPVectorizer/X86/simplebb.ll
test/Transforms/SLPVectorizer/X86/tiny-tree.ll
test/Transforms/SLPVectorizer/X86/unreachable.ll
test/Transforms/SLPVectorizer/XCore/no-vector-registers.ll
test/Transforms/SROA/address-spaces.ll
test/Transforms/SROA/alignment.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/SROA/slice-order-independence.ll
test/Transforms/SROA/slice-width.ll
test/Transforms/SROA/vector-conversion.ll
test/Transforms/SROA/vector-lifetime-intrinsic.ll
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SROA/vectors-of-pointers.ll
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll
test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll
test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll
test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll
test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll
test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll
test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll
test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll
test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll
test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll
test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll
test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll
test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll
test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll
test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
test/Transforms/ScalarRepl/2011-10-22-VectorCrash.ll
test/Transforms/ScalarRepl/2011-11-11-EmptyStruct.ll
test/Transforms/ScalarRepl/AggregatePromote.ll
test/Transforms/ScalarRepl/DifferingTypes.ll
test/Transforms/ScalarRepl/address-space.ll
test/Transforms/ScalarRepl/arraytest.ll
test/Transforms/ScalarRepl/badarray.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/ScalarRepl/bitfield-sroa.ll
test/Transforms/ScalarRepl/copy-aggregate.ll
test/Transforms/ScalarRepl/crash.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/ScalarRepl/inline-vector.ll
test/Transforms/ScalarRepl/lifetime.ll
test/Transforms/ScalarRepl/load-store-aggregate.ll
test/Transforms/ScalarRepl/memcpy-align.ll
test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
test/Transforms/ScalarRepl/memset-aggregate.ll
test/Transforms/ScalarRepl/negative-memset.ll
test/Transforms/ScalarRepl/nonzero-first-index.ll
test/Transforms/ScalarRepl/not-a-vector.ll
test/Transforms/ScalarRepl/phi-cycle.ll
test/Transforms/ScalarRepl/phi-select.ll
test/Transforms/ScalarRepl/phinodepromote.ll
test/Transforms/ScalarRepl/select_promote.ll
test/Transforms/ScalarRepl/sroa-fca.ll
test/Transforms/ScalarRepl/sroa_two.ll
test/Transforms/ScalarRepl/union-fp-int.ll
test/Transforms/ScalarRepl/union-packed.ll
test/Transforms/ScalarRepl/union-pointer.ll
test/Transforms/ScalarRepl/vector_memcpy.ll
test/Transforms/ScalarRepl/vector_promote.ll
test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll
test/Transforms/ScalarRepl/volatile.ll
test/Transforms/Scalarizer/basic.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/Scalarizer/no-data-layout.ll [deleted file]
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll
test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll
test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll
test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
test/Transforms/SimplifyCFG/2006-08-03-Crash.ll
test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll
test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll
test/Transforms/SimplifyCFG/2009-05-12-externweak.ll
test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll
test/Transforms/SimplifyCFG/EmptyBlockMerge.ll
test/Transforms/SimplifyCFG/MagicPointer.ll
test/Transforms/SimplifyCFG/PR17073.ll
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/attr-noduplicate.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/branch-fold-threshold.ll
test/Transforms/SimplifyCFG/branch-phi-thread.ll
test/Transforms/SimplifyCFG/dbginfo.ll
test/Transforms/SimplifyCFG/duplicate-landingpad.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-common-code.ll
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/hoist-with-range.ll
test/Transforms/SimplifyCFG/indirectbr.ll
test/Transforms/SimplifyCFG/iterative-simplify.ll
test/Transforms/SimplifyCFG/multiple-phis.ll
test/Transforms/SimplifyCFG/no_speculative_loads_with_tsan.ll
test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
test/Transforms/SimplifyCFG/preserve-branchweights.ll
test/Transforms/SimplifyCFG/select-gep.ll
test/Transforms/SimplifyCFG/speculate-store.ll
test/Transforms/SimplifyCFG/speculate-with-offset.ll
test/Transforms/SimplifyCFG/switch-to-select-multiple-edge-per-block-phi.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/SimplifyCFG/unreachable-blocks.ll
test/Transforms/SimplifyCFG/volatile-phioper.ll
test/Transforms/Sink/basic.ll
test/Transforms/StraightLineStrengthReduce/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/X86/no-slsr.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/slsr-gep.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/slsr-mul.ll [moved from test/Transforms/StraightLineStrengthReduce/slsr.ll with 97% similarity]
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/branch-on-argument.ll
test/Transforms/StructurizeCFG/loop-multiple-exits.ll
test/Transforms/StructurizeCFG/post-order-traversal-bug.ll
test/Transforms/TailCallElim/basic.ll
test/Transforms/TailCallElim/dont_reorder_load.ll
test/Transforms/TailCallElim/inf-recursion.ll
test/Transforms/TailCallElim/reorder_load.ll
test/Transforms/Util/lowerswitch.ll
test/Verifier/2002-11-05-GetelementptrPointers.ll
test/Verifier/2006-10-15-AddrLabel.ll
test/Verifier/2010-08-07-PointerIntrinsic.ll
test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll
test/Verifier/bitcast-address-space-through-gep-2.ll
test/Verifier/bitcast-address-space-through-gep.ll
test/Verifier/dbg.ll [new file with mode: 0644]
test/Verifier/frameallocate.ll [deleted file]
test/Verifier/frameescape.ll [new file with mode: 0644]
test/Verifier/inalloca-vararg.ll [changed mode: 0755->0644]
test/Verifier/invalid-statepoint.ll [new file with mode: 0644]
test/Verifier/invalid-statepoint2.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.declare-address.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.declare-expression.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.declare-variable.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.value-expression.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.value-value.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.value-variable.ll [new file with mode: 0644]
test/Verifier/memcpy.ll [new file with mode: 0644]
test/Verifier/range-1.ll
test/Verifier/range-2.ll
test/Verifier/recursive-struct-param.ll [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg
test/lit.site.cfg.in
test/tools/dsymutil/Inputs/basic-lto-dw4.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/basic-lto-dw4.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/X86/basic-linking-x86.test [new file with mode: 0644]
test/tools/dsymutil/X86/basic-lto-dw4-linking-x86.test [new file with mode: 0644]
test/tools/dsymutil/X86/basic-lto-linking-x86.test [new file with mode: 0644]
test/tools/dsymutil/X86/lit.local.cfg [new file with mode: 0644]
test/tools/dsymutil/basic-linking.test
test/tools/dsymutil/debug-map-parsing.test
test/tools/gold/mtriple.ll
test/tools/gold/opt-level.ll [new file with mode: 0644]
test/tools/gold/option.ll [deleted file]
test/tools/gold/pr19901.ll
test/tools/gold/remarks.ll [new file with mode: 0644]
test/tools/gold/slp-vectorize.ll
test/tools/gold/vectorize.ll
test/tools/llvm-cov/Inputs/binary-formats.macho32b [new file with mode: 0755]
test/tools/llvm-cov/Inputs/binary-formats.macho32l [new file with mode: 0755]
test/tools/llvm-cov/Inputs/binary-formats.macho64l [new file with mode: 0755]
test/tools/llvm-cov/Inputs/binary-formats.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/lineExecutionCounts.profdata [deleted file]
test/tools/llvm-cov/Inputs/lineExecutionCounts.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/regionMarkers.profdata [deleted file]
test/tools/llvm-cov/Inputs/regionMarkers.proftext [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno [new file with mode: 0644]
test/tools/llvm-cov/Inputs/universal-binary [new file with mode: 0755]
test/tools/llvm-cov/Inputs/universal-binary.proftext [new file with mode: 0644]
test/tools/llvm-cov/binary-formats.c [new file with mode: 0644]
test/tools/llvm-cov/copy_block_helper.m
test/tools/llvm-cov/lit.local.cfg
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-cov/range_based_for.cpp
test/tools/llvm-cov/report.cpp
test/tools/llvm-cov/showExpansions.cpp
test/tools/llvm-cov/showHighlightedRanges.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-cov/showRegionMarkers.cpp
test/tools/llvm-cov/showTemplateInstantiations.cpp
test/tools/llvm-cov/universal-binary.c [new file with mode: 0644]
test/tools/llvm-cxxdump/Inputs/eh.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-cxxdump/Inputs/trivial.obj.coff-i386 [moved from test/tools/llvm-vtabledump/Inputs/trivial.obj.coff-i386 with 100% similarity]
test/tools/llvm-cxxdump/Inputs/trivial.obj.elf-i386 [moved from test/tools/llvm-vtabledump/Inputs/trivial.obj.elf-i386 with 100% similarity]
test/tools/llvm-cxxdump/eh.test [new file with mode: 0644]
test/tools/llvm-cxxdump/trivial.test [moved from test/tools/llvm-vtabledump/trivial.test with 95% similarity]
test/tools/llvm-objdump/ARM/macho-data-in-code.test
test/tools/llvm-objdump/X86/macho-cstring-dump.test
test/tools/llvm-objdump/X86/macho-dis-no-leading-addr.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-dis-symname.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-dylib.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-indirect-symbols.test
test/tools/llvm-objdump/X86/macho-info-plist.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-literal-pointers-i386.test
test/tools/llvm-objdump/X86/macho-literal-pointers-x86_64.test
test/tools/llvm-objdump/X86/macho-literals.test
test/tools/llvm-objdump/X86/macho-private-headers.test
test/tools/llvm-objdump/X86/macho-section.test
test/tools/llvm-objdump/X86/macho-symbolized-disassembly.test
test/tools/llvm-objdump/X86/macho-universal-x86_64.i386.test
test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.cpp [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/ClassLayoutTest.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/FilterTest.cpp [new file with mode: 0644]
test/tools/llvm-pdbdump/Inputs/FilterTest.pdb [new file with mode: 0644]
test/tools/llvm-pdbdump/class-layout.test [new file with mode: 0644]
test/tools/llvm-pdbdump/enum-layout.test [new file with mode: 0644]
test/tools/llvm-pdbdump/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-pdbdump/regex-filter.test [new file with mode: 0644]
test/tools/llvm-profdata/general.proftext
test/tools/llvm-readobj/Inputs/macho-universal.x86_64.i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/trivial.ll
test/tools/llvm-readobj/macho-universal-x86_64.i386.test [new file with mode: 0644]
test/tools/lto/lit.local.cfg [new file with mode: 0644]
test/tools/lto/opt-level.ll [new file with mode: 0644]
tools/CMakeLists.txt
tools/Makefile
tools/bugpoint/BugDriver.cpp
tools/bugpoint/CMakeLists.txt
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/Miscompilation.cpp
tools/dsymutil/Android.mk
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DebugMap.cpp
tools/dsymutil/DebugMap.h
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/LLVMBuild.txt
tools/dsymutil/MachODebugMapParser.cpp
tools/dsymutil/Makefile
tools/dsymutil/dsymutil.cpp
tools/dsymutil/dsymutil.h
tools/gold/gold-plugin.cpp
tools/llc/CMakeLists.txt
tools/llc/llc.cpp
tools/lli/Android.mk
tools/lli/CMakeLists.txt
tools/lli/OrcLazyJIT.cpp [new file with mode: 0644]
tools/lli/OrcLazyJIT.h [new file with mode: 0644]
tools/lli/RemoteMemoryManager.cpp
tools/lli/lli.cpp
tools/llvm-ar/llvm-ar.cpp
tools/llvm-config/CMakeLists.txt
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/gcov.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-cxxdump/Android.mk [moved from tools/llvm-vtabledump/Android.mk with 82% similarity]
tools/llvm-cxxdump/CMakeLists.txt [moved from tools/llvm-vtabledump/CMakeLists.txt with 63% similarity]
tools/llvm-cxxdump/Error.cpp [moved from tools/llvm-vtabledump/Error.cpp with 58% similarity]
tools/llvm-cxxdump/Error.h [moved from tools/llvm-vtabledump/Error.h with 51% similarity]
tools/llvm-cxxdump/LLVMBuild.txt [moved from tools/llvm-vtabledump/LLVMBuild.txt with 87% similarity]
tools/llvm-cxxdump/Makefile [moved from tools/llvm-vtabledump/Makefile with 82% similarity]
tools/llvm-cxxdump/llvm-cxxdump.cpp [moved from tools/llvm-vtabledump/llvm-vtabledump.cpp with 76% similarity]
tools/llvm-cxxdump/llvm-cxxdump.h [moved from tools/llvm-vtabledump/llvm-vtabledump.h with 66% similarity]
tools/llvm-extract/llvm-extract.cpp
tools/llvm-jitlistener/llvm-jitlistener.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/Android.mk
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/Android.mk
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/Android.mk
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-pdbdump/Android.mk
tools/llvm-pdbdump/BuiltinDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/BuiltinDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/CMakeLists.txt
tools/llvm-pdbdump/ClassDefinitionDumper.cpp
tools/llvm-pdbdump/ClassDefinitionDumper.h
tools/llvm-pdbdump/CompilandDumper.cpp
tools/llvm-pdbdump/CompilandDumper.h
tools/llvm-pdbdump/EnumDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/EnumDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/FunctionDumper.cpp
tools/llvm-pdbdump/FunctionDumper.h
tools/llvm-pdbdump/LinePrinter.cpp [new file with mode: 0644]
tools/llvm-pdbdump/LinePrinter.h [new file with mode: 0644]
tools/llvm-pdbdump/TypeDumper.cpp
tools/llvm-pdbdump/TypeDumper.h
tools/llvm-pdbdump/TypedefDumper.cpp
tools/llvm-pdbdump/TypedefDumper.h
tools/llvm-pdbdump/VariableDumper.cpp
tools/llvm-pdbdump/VariableDumper.h
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-pdbdump/llvm-pdbdump.h
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-stress/CMakeLists.txt
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/lto.cpp
tools/opt/Android.mk
tools/opt/CMakeLists.txt
tools/opt/LLVMBuild.txt
tools/opt/Makefile
tools/opt/NewPMDriver.cpp
tools/opt/opt.cpp
tools/verify-uselistorder/verify-uselistorder.cpp
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2obj.cpp
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/DeltaAlgorithmTest.cpp
unittests/ADT/DenseMapTest.cpp
unittests/ADT/HashingTest.cpp
unittests/ADT/MapVectorTest.cpp
unittests/ADT/SCCIteratorTest.cpp
unittests/ADT/SmallVectorTest.cpp
unittests/ADT/TripleTest.cpp
unittests/ADT/TwineTest.cpp
unittests/ADT/ilistTest.cpp
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/IR/ConstantRangeTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugInfoTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/MetadataTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/Support/AlignOfTest.cpp
unittests/Support/Path.cpp
unittests/Support/YAMLIOTest.cpp
unittests/Transforms/IPO/LowerBitSets.cpp
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/ValueMapperTest.cpp [new file with mode: 0644]
utils/FileCheck/FileCheck.cpp
utils/KillTheDoctor/KillTheDoctor.cpp
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/X86DisassemblerTables.cpp
utils/lit/lit/TestRunner.py
utils/release/export.sh
utils/unittest/googletest/include/gtest/gtest.h
utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h