OSDN Git Service

Update aosp/master LLVM for rebase to r235153
authorPirama Arumuga Nainar <pirama@google.com>
Wed, 6 May 2015 18:46:36 +0000 (11:46 -0700)
committerPirama Arumuga Nainar <pirama@google.com>
Mon, 18 May 2015 17:52:30 +0000 (10:52 -0700)
commit2c3e0051c31c3f5b2328b447eadf1cf9c4427442
treec0104029af14e9f47c2ef58ca60e6137691f3c9b
parente1bc145815f4334641be19f1c45ecf85d25b6e5a
Update aosp/master LLVM for rebase to r235153

Change-Id: I9bf53792f9fc30570e81a8d80d296c681d005ea7
(cherry picked from commit 0c7f116bb6950ef819323d855415b2f2b0aad987)
2002 files changed:
CMakeLists.txt
Makefile.config.in
autoconf/configure.ac
bindings/go/llvm/DIBuilderBindings.cpp
cmake/modules/AddLLVM.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/Makefile
configure
docs/Bugpoint.rst
docs/ExceptionHandling.rst
docs/ExtendingLLVM.rst
docs/Extensions.rst
docs/LangRef.rst
docs/LibFuzzer.rst [new file with mode: 0644]
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/R600Usage.rst
docs/Vectorizers.rst
docs/YamlIO.rst
docs/index.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/OCamlLangImpl5.rst
examples/BrainF/BrainF.cpp
examples/ExceptionDemo/CMakeLists.txt
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt
examples/Kaleidoscope/Chapter8/toy.cpp
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
examples/Kaleidoscope/Orc/initial/toy.cpp
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp
include/llvm-c/Core.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EpochTracker.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/Twine.h
include/llvm/ADT/iterator.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AssumptionCache.h
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/JumpInstrTableInfo.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LoopAccessAnalysis.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/TargetFolder.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/GCStrategy.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineModuleInfoImpls.h
include/llvm/CodeGen/MachinePassRegistry.h
include/llvm/CodeGen/MachinePostDominators.h
include/llvm/CodeGen/MachineRegionInfo.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/WinEHFuncInfo.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFUnit.h
include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/ExecutionEngine/Orc/ExecutionUtils.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
include/llvm/ExecutionEngine/Orc/IRTransformLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/JITSymbol.h
include/llvm/ExecutionEngine/Orc/LambdaResolver.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h [deleted file]
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/IR/Attributes.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallSite.h
include/llvm/IR/ConstantFolder.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoMetadata.h
include/llvm/IR/DebugLoc.h
include/llvm/IR/Function.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsBPF.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsSystemZ.td [new file with mode: 0644]
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LegacyPassManager.h
include/llvm/IR/LegacyPassNameParser.h
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/NoFolder.h
include/llvm/IR/Operator.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/Type.h
include/llvm/IR/UseListOrder.h
include/llvm/IR/User.h
include/llvm/IR/ValueMap.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LineEditor/LineEditor.h
include/llvm/LinkAllPasses.h
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfoELF.h
include/llvm/MC/MCAsmLayout.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCWinCOFFObjectWriter.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Object/IRObjectFile.h
include/llvm/Object/SymbolicFile.h
include/llvm/Option/ArgList.h
include/llvm/Pass.h
include/llvm/Support/Allocator.h
include/llvm/Support/Compiler.h
include/llvm/Support/ELFRelocs/Mips.def
include/llvm/Support/FileSystem.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/MathExtras.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/Options.h
include/llvm/Support/Signals.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/circular_raw_ostream.h
include/llvm/Support/raw_os_ostream.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
include/llvm/Target/Target.td
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/SymbolRewriter.h
include/llvm/Transforms/Utils/UnrollLoop.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisCounter.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFGPrinter.cpp
lib/Analysis/CFLAliasAnalysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/ConstantFolding.cpp
lib/Analysis/DivergenceAnalysis.cpp [new file with mode: 0644]
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/LoopAccessAnalysis.cpp
lib/Analysis/MemDepPrinter.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/ModuleDebugInfoPrinter.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/RegionPrinter.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/TargetLibraryInfo.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
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/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/Win64Exception.h
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCRootLowering.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineModuleInfoImpls.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.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/ShadowStackGCLowering.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/WinEHPrepare.cpp
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp
lib/DebugInfo/PDB/PDBSymbolFunc.cpp
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp
lib/ExecutionEngine/EventListenerCommon.h [deleted file]
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/GDBRegistrationListener.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/Orc/Android.mk
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/ExecutionUtils.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCOFF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerDFSan.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerDriver.cpp
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerIO.cpp
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerUtil.cpp
lib/Fuzzer/README.txt
lib/Fuzzer/cxx_fuzzer_tokens.txt [new file with mode: 0644]
lib/Fuzzer/dfsan_fuzzer_abi.list [new file with mode: 0644]
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/CxxTokensTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/dfsan/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/dfsan/DFSanSimpleCmpTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test
lib/IR/Android.mk
lib/IR/AsmWriter.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/ConstantFold.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/IRBuilder.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/Metadata.cpp
lib/IR/UseListOrder.cpp [deleted file]
lib/IR/Value.cpp
lib/IR/Verifier.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/Linker/LinkModules.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCObjectWriter.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCSymbol.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Object/COFFObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Option/ArgList.cpp
lib/Support/APInt.cpp
lib/Support/CommandLine.cpp
lib/Support/DataStream.cpp
lib/Support/Debug.cpp
lib/Support/FoldingSet.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/Process.cpp
lib/Support/Regex.cpp
lib/Support/Triple.cpp
lib/Support/Unix/Signals.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Signals.inc
lib/Support/Windows/TimeValue.inc
lib/Support/raw_ostream.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFStreamer.cpp
lib/Target/BPF/BPFISelDAGToDAG.cpp
lib/Target/BPF/BPFISelLowering.cpp
lib/Target/BPF/BPFInstrInfo.td
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp
lib/Target/BPF/InstPrinter/BPFInstPrinter.h
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h
lib/Target/BPF/MCTargetDesc/LLVMBuild.txt
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonExpandCondsets.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
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/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsOptionRecord.h
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
lib/Target/NVPTX/NVPTXTargetTransformInfo.h
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/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.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/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopDataPrefetch.cpp
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetStreamer.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/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUPromoteAlloca.cpp
lib/Target/R600/AMDGPUSubtarget.cpp
lib/Target/R600/AMDGPUSubtarget.h
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AsmParser/AMDGPUAsmParser.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIISelLowering.h
lib/Target/R600/SIInstrFormats.td
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SITypeRewriter.cpp
lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcSelectionDAGInfo.h
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/LLVMBuild.txt
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZAsmPrinter.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZProcessors.td
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZTargetTransformInfo.h [new file with mode: 0644]
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp
lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreTargetStreamer.h
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/LowerBitSets.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/StripSymbols.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/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.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/ARCRuntimeEntryPoints.h
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/Float2Int.cpp [new file with mode: 0644]
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LoadCombine.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/NaryReassociate.cpp [new file with mode: 0644]
lib/Transforms/Scalar/PlaceSafepoints.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/StraightLineStrengthReduce.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
test/Analysis/BasicAA/2008-04-15-Byval.ll
test/Analysis/BasicAA/byval.ll
test/Analysis/BlockFrequencyInfo/bad_input.ll
test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll [new file with mode: 0644]
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/CallGraph/2008-09-09-DirectCall.ll
test/Analysis/DivergenceAnalysis/NVPTX/diverge.ll [new file with mode: 0644]
test/Analysis/DivergenceAnalysis/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Analysis/GlobalsModRef/volatile-instrs.ll
test/Analysis/LazyCallGraph/basic.ll
test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll
test/Analysis/LoopAccessAnalysis/safe-no-checks.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/store-to-invariant-check3.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll
test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll
test/Analysis/ScalarEvolution/latch-dominating-conditions.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/max-trip-count.ll
test/Analysis/ScalarEvolution/zext-signed-addrec.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll
test/Assembler/2002-07-25-ReturnPtrFunction.ll
test/Assembler/2003-05-15-AssemblerProblem.ll
test/Assembler/2008-01-11-VarargAttrs.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/debug-info.ll
test/Assembler/invalid-mdcompileunit-null-file.ll [new file with mode: 0644]
test/Assembler/invalid-mdglobalvariable-empty-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdglobalvariable-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdimportedentity-missing-scope.ll [moved from test/Assembler/invalid-mdimportedentity-missing-parent.ll with 100% similarity]
test/Assembler/invalid-mdlexicalblock-missing-scope.ll [moved from test/Assembler/invalid-mdlexicalblock-missing-parent.ll with 100% similarity]
test/Assembler/invalid-mdlexicalblock-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll [moved from test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll with 100% similarity]
test/Assembler/invalid-mdlexicalblockfile-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocalvariable-missing-name.ll [deleted file]
test/Assembler/invalid-mdlocalvariable-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocalvariable-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocalvariable-null-scope.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-null-scope.ll [new file with mode: 0644]
test/Assembler/mdglobalvariable.ll
test/Assembler/mdimportedentity.ll
test/Assembler/mdlexicalblock.ll
test/Assembler/mdlocalvariable.ll
test/Assembler/mdnamespace.ll
test/Assembler/mdobjcproperty.ll
test/Assembler/mdsubprogram.ll
test/Assembler/mdsubroutinetype.ll [new file with mode: 0644]
test/Assembler/mdtemplateparameter.ll
test/Assembler/metadata-null-operands.ll
test/Assembler/musttail-invalid-1.ll
test/Assembler/musttail-invalid-2.ll
test/Assembler/musttail.ll
test/Bitcode/Inputs/invalid-no-proper-module.bc [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/invalid.test
test/Bitcode/miscInstructions.3.2.ll
test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll [new file with mode: 0644]
test/CodeGen/AArch64/addsub.ll
test/CodeGen/AArch64/argument-blocks.ll
test/CodeGen/AArch64/arm64-2012-06-06-FPToUI.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-abi-varargs.ll
test/CodeGen/AArch64/arm64-anyregcc-crash.ll
test/CodeGen/AArch64/arm64-anyregcc.ll
test/CodeGen/AArch64/arm64-big-endian-vector-caller.ll
test/CodeGen/AArch64/arm64-call-tailcalls.ll
test/CodeGen/AArch64/arm64-codegen-prepare-extload.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-convert-v4f64.ll
test/CodeGen/AArch64/arm64-dup.ll
test/CodeGen/AArch64/arm64-fcopysign.ll
test/CodeGen/AArch64/arm64-join-reserved.ll
test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-neon-v8.1a.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-patchpoint-scratch-regs.ll
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll
test/CodeGen/AArch64/arm64-patchpoint.ll
test/CodeGen/AArch64/arm64-stackmap-nops.ll
test/CodeGen/AArch64/arm64-stackmap.ll
test/CodeGen/AArch64/arm64-vshuffle.ll
test/CodeGen/AArch64/bitcast.ll [new file with mode: 0644]
test/CodeGen/AArch64/br-to-eh-lpad.ll
test/CodeGen/AArch64/concat_vector-scalar-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/concat_vector-truncate-combine.ll
test/CodeGen/AArch64/concat_vector-truncated-scalar-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/dag-combine-invaraints.ll
test/CodeGen/AArch64/f16-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-int-ext5.ll [new file with mode: 0644]
test/CodeGen/AArch64/fold-constants.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-instructions.ll [deleted file]
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/merge-store.ll [new file with mode: 0644]
test/CodeGen/AArch64/print-mrs-system-register.ll [new file with mode: 0644]
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/stackmap-liveness.ll [new file with mode: 0644]
test/CodeGen/AArch64/tailcall-explicit-sret.ll [new file with mode: 0644]
test/CodeGen/AArch64/tailcall-implicit-sret.ll [new file with mode: 0644]
test/CodeGen/AArch64/tailcall-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/AArch64/vcvt-oversize.ll [new file with mode: 0644]
test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
test/CodeGen/ARM/2007-04-03-PEIBug.ll
test/CodeGen/ARM/2007-04-03-UndefinedSymbol.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/2008-03-07-RegScavengerAssert.ll
test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
test/CodeGen/ARM/2009-02-16-SpillerBug.ll
test/CodeGen/ARM/2009-04-08-FREM.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-30-RegScavengerAssert.ll
test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2009-10-27-double-align.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll
test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
test/CodeGen/ARM/2010-12-15-elf-lcomm.ll
test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll
test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll
test/CodeGen/ARM/2011-10-26-ExpandUnalignedLoadCrash.ll
test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
test/CodeGen/ARM/2012-10-04-FixedFrame-vs-byval.ll
test/CodeGen/ARM/2013-04-21-AAPCS-VA-C.1.cp.ll
test/CodeGen/ARM/2013-10-11-select-stalls.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/arguments.ll
test/CodeGen/ARM/arm-asm.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/bx_fold.ll
test/CodeGen/ARM/cache-intrinsic.ll
test/CodeGen/ARM/compare-call.ll
test/CodeGen/ARM/debug-info-arg.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/ARM/debug-info-branch-folding.ll
test/CodeGen/ARM/debug-info-d16-reg.ll
test/CodeGen/ARM/debug-info-no-frame.ll [new file with mode: 0644]
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/div.ll
test/CodeGen/ARM/fast-isel-vararg.ll
test/CodeGen/ARM/fcopysign.ll
test/CodeGen/ARM/ghc-tcreturn-lowered.ll
test/CodeGen/ARM/global-merge-1.ll
test/CodeGen/ARM/ifcvt6.ll
test/CodeGen/ARM/indirectbr-2.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/neon-spfp.ll
test/CodeGen/ARM/optselect-regclass.ll
test/CodeGen/ARM/print-memb-operand.ll [new file with mode: 0644]
test/CodeGen/ARM/regpair_hint_phys.ll [new file with mode: 0644]
test/CodeGen/ARM/saxpy10-a9.ll
test/CodeGen/ARM/shifter_operand.ll
test/CodeGen/ARM/stack-protector-bmovpcb_call.ll
test/CodeGen/ARM/stm.ll
test/CodeGen/ARM/uint64tof64.ll
test/CodeGen/ARM/vargs.ll
test/CodeGen/ARM/vcvt.ll
test/CodeGen/ARM/vector-spilling.ll
test/CodeGen/ARM/vfp.ll
test/CodeGen/ARM/vminmaxnm.ll
test/CodeGen/ARM/weak2.ll
test/CodeGen/BPF/basictest.ll
test/CodeGen/BPF/ex1.ll
test/CodeGen/BPF/intrinsics.ll
test/CodeGen/BPF/sanity.ll
test/CodeGen/CPP/2009-05-01-Long-Double.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/2005-12-01-Crash.ll
test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll
test/CodeGen/Generic/2008-02-04-Ctlz.ll
test/CodeGen/Generic/2008-02-25-NegateZero.ll
test/CodeGen/Generic/ConstantExprLowering.ll
test/CodeGen/Generic/PBQP.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/badarg6.ll
test/CodeGen/Generic/builtin-expect.ll
test/CodeGen/Generic/cast-fp.ll
test/CodeGen/Generic/constindices.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/hello.ll
test/CodeGen/Generic/negintconst.ll
test/CodeGen/Generic/overloaded-intrinsic-name.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/Hexagon/adde.ll
test/CodeGen/Hexagon/expand-condsets-basic.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-rm-segment.ll [new file with mode: 0644]
test/CodeGen/Hexagon/expand-condsets-undef.ll [new file with mode: 0644]
test/CodeGen/Hexagon/i16_VarArg.ll
test/CodeGen/Hexagon/i1_VarArg.ll
test/CodeGen/Hexagon/i8_VarArg.ll
test/CodeGen/Hexagon/sube.ll
test/CodeGen/Hexagon/tail-call-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/Mips/Fast-ISel/logopm.ll
test/CodeGen/Mips/adjust-callstack-sp.ll [new file with mode: 0644]
test/CodeGen/Mips/alloca.ll
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/and1.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/cache-intrinsic.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/cfi_offset.ll
test/CodeGen/Mips/dagcombine_crash.ll [new file with mode: 0644]
test/CodeGen/Mips/eh-return32.ll
test/CodeGen/Mips/eh-return64.ll
test/CodeGen/Mips/fpbr.ll
test/CodeGen/Mips/gprestore.ll
test/CodeGen/Mips/helloworld.ll
test/CodeGen/Mips/hf16call32.ll
test/CodeGen/Mips/hfptrcall.ll
test/CodeGen/Mips/i32k.ll
test/CodeGen/Mips/inlineasm_constraint.ll
test/CodeGen/Mips/inlineasm_constraint_R.ll [new file with mode: 0644]
test/CodeGen/Mips/internalfunc.ll
test/CodeGen/Mips/lb1.ll
test/CodeGen/Mips/lbu1.ll
test/CodeGen/Mips/lh1.ll
test/CodeGen/Mips/lhu1.ll
test/CodeGen/Mips/mbrsize4a.ll
test/CodeGen/Mips/micromips-addiu.ll
test/CodeGen/Mips/micromips-andi.ll
test/CodeGen/Mips/mips16_32_8.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/neg1.ll
test/CodeGen/Mips/not1.ll
test/CodeGen/Mips/octeon.ll
test/CodeGen/Mips/or1.ll
test/CodeGen/Mips/return-vector.ll
test/CodeGen/Mips/sb1.ll
test/CodeGen/Mips/selnek.ll
test/CodeGen/Mips/sh1.ll
test/CodeGen/Mips/sll1.ll
test/CodeGen/Mips/sll2.ll
test/CodeGen/Mips/sra1.ll
test/CodeGen/Mips/sra2.ll
test/CodeGen/Mips/srl1.ll
test/CodeGen/Mips/srl2.ll
test/CodeGen/Mips/stchar.ll
test/CodeGen/Mips/stldst.ll
test/CodeGen/Mips/sub1.ll
test/CodeGen/Mips/sub2.ll
test/CodeGen/Mips/tailcall.ll
test/CodeGen/Mips/xor1.ll
test/CodeGen/NVPTX/ptx-version-30.ll [deleted file]
test/CodeGen/NVPTX/ptx-version-31.ll [deleted file]
test/CodeGen/NVPTX/sm-version-30.ll
test/CodeGen/NVPTX/sm-version-32.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-35.ll
test/CodeGen/NVPTX/sm-version-37.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-50.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-52.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sm-version-53.ll [new file with mode: 0644]
test/CodeGen/NVPTX/symbol-naming.ll
test/CodeGen/PowerPC/2006-10-13-Miscompile.ll
test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll
test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll
test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll
test/CodeGen/PowerPC/2007-09-08-unaligned.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll
test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll
test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll
test/CodeGen/PowerPC/2010-03-09-indirect-call.ll
test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
test/CodeGen/PowerPC/and-branch.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/branch-opt.ll
test/CodeGen/PowerPC/cr1eq-no-extra-moves.ll
test/CodeGen/PowerPC/cr1eq.ll
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/PowerPC/ctrloop-sums.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/div-e-32.ll [new file with mode: 0644]
test/CodeGen/PowerPC/div-e-all.ll [new file with mode: 0644]
test/CodeGen/PowerPC/f32-to-i64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-load-store-vsx.ll
test/CodeGen/PowerPC/fp-int-conversions-direct-moves.ll [new file with mode: 0644]
test/CodeGen/PowerPC/loop-data-prefetch-inner.ll [new file with mode: 0644]
test/CodeGen/PowerPC/loop-prep-all.ll [new file with mode: 0644]
test/CodeGen/PowerPC/mcm-obj-2.ll
test/CodeGen/PowerPC/mcm-obj.ll
test/CodeGen/PowerPC/memset-nc-le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/memset-nc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/optnone-crbits-i1-ret.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pip-inner.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll
test/CodeGen/PowerPC/ppc32-pic-large.ll
test/CodeGen/PowerPC/ppc32-pic.ll
test/CodeGen/PowerPC/ppc64-anyregcc-crash.ll
test/CodeGen/PowerPC/ppc64-anyregcc.ll
test/CodeGen/PowerPC/ppc64-patchpoint.ll
test/CodeGen/PowerPC/ppc64-stackmap-nops.ll
test/CodeGen/PowerPC/ppc64-stackmap.ll
test/CodeGen/PowerPC/ppcf128-3.ll
test/CodeGen/PowerPC/remat-imm.ll
test/CodeGen/PowerPC/resolvefi-basereg.ll
test/CodeGen/PowerPC/s000-alias-misched.ll
test/CodeGen/PowerPC/stack-protector.ll
test/CodeGen/PowerPC/trampoline.ll
test/CodeGen/PowerPC/varargs-struct-float.ll
test/CodeGen/PowerPC/vec_constants.ll
test/CodeGen/PowerPC/vperm-lowering.ll
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-spill-norwstore.ll
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/R600/ds_read2.ll
test/CodeGen/R600/ds_read2st64.ll
test/CodeGen/R600/ds_write2.ll
test/CodeGen/R600/ds_write2st64.ll
test/CodeGen/R600/fmaxnum.ll
test/CodeGen/R600/fminnum.ll
test/CodeGen/R600/ftrunc.f64.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/operand-folding.ll
test/CodeGen/R600/si-annotate-cf.ll [new file with mode: 0644]
test/CodeGen/R600/unaligned-load-store.ll
test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll
test/CodeGen/SPARC/2011-01-11-Call.ll
test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/setjmp.ll
test/CodeGen/SPARC/tls.ll
test/CodeGen/SPARC/varargs.ll
test/CodeGen/SystemZ/ctpop-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/htm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-12.ll
test/CodeGen/SystemZ/int-cmp-47.ll
test/CodeGen/SystemZ/int-cmp-50.ll [new file with mode: 0644]
test/CodeGen/SystemZ/risbg-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tail-call-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll
test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll
test/CodeGen/Thumb/2011-06-16-NoGPRs.ll
test/CodeGen/Thumb/asmprinter-bug.ll
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/2009-07-21-ISelBug.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-21-PostRAKill4.ll
test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll
test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
test/CodeGen/Thumb2/div.ll
test/CodeGen/Thumb2/large-call.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-tbb.ll
test/CodeGen/WinEH/cppeh-alloca-sink.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-catch-all.ll
test/CodeGen/WinEH/cppeh-catch-scalar.ll
test/CodeGen/WinEH/cppeh-catch-unwind.ll
test/CodeGen/WinEH/cppeh-cleanup-invoke.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-frame-vars.ll
test/CodeGen/WinEH/cppeh-inalloca.ll
test/CodeGen/WinEH/cppeh-min-unwind.ll
test/CodeGen/WinEH/cppeh-multi-catch.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-nested-1.ll
test/CodeGen/WinEH/cppeh-nested-2.ll
test/CodeGen/WinEH/cppeh-nested-3.ll
test/CodeGen/WinEH/cppeh-nonalloca-frame-values.ll
test/CodeGen/WinEH/cppeh-prepared-catch-all.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-prepared-catch-reordered.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-prepared-catch.ll [new file with mode: 0644]
test/CodeGen/WinEH/cppeh-prepared-cleanups.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-catch-all.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-inlined-finally.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-outlined-finally.ll [new file with mode: 0644]
test/CodeGen/WinEH/seh-simple.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-12-19-IntelSyntax.ll
test/CodeGen/X86/2007-02-16-BranchFold.ll
test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll
test/CodeGen/X86/2007-05-05-VecCastExpand.ll
test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll
test/CodeGen/X86/2007-07-10-StackerAssert.ll
test/CodeGen/X86/2007-10-15-CoalescerCrash.ll
test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll
test/CodeGen/X86/2008-02-18-TailMergingBug.ll
test/CodeGen/X86/2008-04-09-BranchFolding.ll
test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
test/CodeGen/X86/2008-05-12-tailmerge-5.ll
test/CodeGen/X86/2008-07-16-CoalescerCrash.ll
test/CodeGen/X86/2008-08-06-CmpStride.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-10-11-CallCrash.ll
test/CodeGen/X86/2008-10-13-CoalescerBug.ll
test/CodeGen/X86/2008-11-06-testb.ll
test/CodeGen/X86/2008-11-29-ULT-Sign.ll
test/CodeGen/X86/2008-12-01-SpillerAssert.ll
test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-25-TestBug.ll
test/CodeGen/X86/2009-04-13-2AddrAssert.ll
test/CodeGen/X86/2009-04-14-IllegalRegs.ll
test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll
test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-02-23-UnfoldBug.ll
test/CodeGen/X86/2011-03-02-DAGCombiner.ll
test/CodeGen/X86/2011-09-14-valcoalesce.ll
test/CodeGen/X86/2011-10-12-MachineCSE.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2012-01-12-extract-sv.ll
test/CodeGen/X86/2012-07-10-extload64.ll
test/CodeGen/X86/2012-09-28-CGPBug.ll
test/CodeGen/X86/2012-1-10-buildvector.ll
test/CodeGen/X86/2012-11-28-merge-store-alias.ll
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2012-11-30-regpres-dbg.ll
test/CodeGen/X86/2014-08-29-CompactUnwind.ll
test/CodeGen/X86/GC/dynamic-frame-size.ll [new file with mode: 0644]
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/add-of-carry.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/and-or-fold.ll
test/CodeGen/X86/andimm8.ll
test/CodeGen/X86/anyregcc-crash.ll
test/CodeGen/X86/anyregcc.ll
test/CodeGen/X86/atomic64.ll
test/CodeGen/X86/avoid-loop-align.ll
test/CodeGen/X86/avx-bitcast.ll
test/CodeGen/X86/avx-cvt-2.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-shift.ll
test/CodeGen/X86/avx-varargs-x86_64.ll
test/CodeGen/X86/avx512-fma-intrinsics.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/bool-zext.ll
test/CodeGen/X86/brcond.ll
test/CodeGen/X86/byval-align.ll
test/CodeGen/X86/byval6.ll
test/CodeGen/X86/cache-intrinsic.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/coalescer-remat.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/dag-optnone.ll [new file with mode: 0644]
test/CodeGen/X86/dagcombine-and-setcc.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/discontiguous-loops.ll
test/CodeGen/X86/dllimport-x86_64.ll
test/CodeGen/X86/dllimport.ll
test/CodeGen/X86/early-ifcvt.ll
test/CodeGen/X86/exedeps-movq.ll [new file with mode: 0644]
test/CodeGen/X86/extern_weak.ll
test/CodeGen/X86/fast-isel-i1.ll
test/CodeGen/X86/fast-isel-sext.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/fdiv-combine.ll [new file with mode: 0644]
test/CodeGen/X86/fltused.ll
test/CodeGen/X86/fltused_function_pointer.ll
test/CodeGen/X86/fp-stack-O0.ll
test/CodeGen/X86/fp-stack-ret-store.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frameescape.ll
test/CodeGen/X86/h-registers-3.ll
test/CodeGen/X86/hoist-common.ll
test/CodeGen/X86/inline-asm-duplicated-constraint.ll [new file with mode: 0644]
test/CodeGen/X86/invalid-shift-immediate.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/licm-nested.ll
test/CodeGen/X86/licm-regpressure.ll [new file with mode: 0644]
test/CodeGen/X86/licm-symbol.ll
test/CodeGen/X86/lsr-normalization.ll
test/CodeGen/X86/machine-cse.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll
test/CodeGen/X86/mmx-arg-passing-x86-64.ll
test/CodeGen/X86/mmx-bitcast.ll
test/CodeGen/X86/movtopush.ll
test/CodeGen/X86/musttail-fastcall.ll
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/narrow-shl-cst.ll
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/or-branch.ll
test/CodeGen/X86/patchpoint-webkit_jscc.ll
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/phys-reg-local-regalloc.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pr1489.ll
test/CodeGen/X86/pr18023.ll
test/CodeGen/X86/pr23246.ll [new file with mode: 0644]
test/CodeGen/X86/pr2326.ll
test/CodeGen/X86/pr2656.ll
test/CodeGen/X86/pr2982.ll
test/CodeGen/X86/pr3244.ll
test/CodeGen/X86/pr3250.ll
test/CodeGen/X86/pr3457.ll
test/CodeGen/X86/rd-mod-wr-eflags.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/scalarize-bitcast.ll
test/CodeGen/X86/scheduler-backtracking.ll [new file with mode: 0644]
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/seh-safe-div.ll
test/CodeGen/X86/setcc.ll
test/CodeGen/X86/shift-pair.ll
test/CodeGen/X86/sibcall.ll
test/CodeGen/X86/smul-with-overflow.ll
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sret-implicit.ll
test/CodeGen/X86/sse-varargs.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/stack-folding-3dnow.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-int-avx1.ll
test/CodeGen/X86/stack-folding-int-sse42.ll
test/CodeGen/X86/stack-folding-mmx.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stackmap-fast-isel.ll
test/CodeGen/X86/stackmap-large-constants.ll
test/CodeGen/X86/stackmap-liveness.ll
test/CodeGen/X86/stackmap-nops.ll
test/CodeGen/X86/stackmap-shadow-optimization.ll
test/CodeGen/X86/stackmap.ll
test/CodeGen/X86/statepoint-allocas.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-call-lowering.ll
test/CodeGen/X86/statepoint-forward.ll
test/CodeGen/X86/statepoint-invoke.ll
test/CodeGen/X86/statepoint-stack-usage.ll
test/CodeGen/X86/statepoint-stackmap-format.ll
test/CodeGen/X86/sub-with-overflow.ll
test/CodeGen/X86/switch-crit-edge-constant.ll
test/CodeGen/X86/switch-or.ll
test/CodeGen/X86/tail-call-win64.ll
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-fastisel.ll
test/CodeGen/X86/tailcall-mem-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/twoaddr-coalesce.ll
test/CodeGen/X86/uint64-to-float.ll
test/CodeGen/X86/umul-with-carry.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/utf16-cfstrings.ll
test/CodeGen/X86/vararg-callee-cleanup.ll
test/CodeGen/X86/vararg_tailcall.ll
test/CodeGen/X86/variadic-node-pic.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_floor.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-mmx.ll
test/CodeGen/X86/vec_reassociate.ll [new file with mode: 0644]
test/CodeGen/X86/vec_zero_cse.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
test/CodeGen/X86/vector-shuffle-mmx.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_cast-5.ll
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/x86-64-asm.ll
test/CodeGen/X86/x86-64-tls-1.ll
test/CodeGen/X86/x86-64-varargs.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xor-icmp.ll
test/CodeGen/XCore/llvm-intrinsics.ll
test/DebugInfo/2009-11-03-InsertExtractValue.ll
test/DebugInfo/2009-11-05-DeadGlobalVariable.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-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/cfi-eof-prologue.ll
test/DebugInfo/AArch64/frameindices.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/s-super-register.ll
test/DebugInfo/Mips/InlinedFnLocalVar.ll
test/DebugInfo/Mips/fn-call-line.ll
test/DebugInfo/PR20038.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/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_TAG_friend.ll
test/DebugInfo/X86/InlinedFnLocalVar.ll
test/DebugInfo/X86/arange-and-stub.ll [new file with mode: 0644]
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/cu-ranges-odr.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-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-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-loc-asan.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/deleted-bit-piece.ll [new file with mode: 0644]
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/inline-member-function.ll
test/DebugInfo/X86/inlined-formal-parameter.ll [new file with mode: 0644]
test/DebugInfo/X86/mi-print.ll [new file with mode: 0644]
test/DebugInfo/X86/nodebug_with_debug_loc.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/recursive_inlining.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/sroasplit-1.ll
test/DebugInfo/X86/sroasplit-2.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/array.ll
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/debuginfofinder-forward-declaration.ll [new file with mode: 0644]
test/DebugInfo/debuginfofinder-multiple-cu.ll
test/DebugInfo/inline-debug-info-multiret.ll
test/DebugInfo/inline-debug-info.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/member-order.ll
test/DebugInfo/missing-abstract-variable.ll
test/DebugInfo/multiline.ll
test/DebugInfo/namespace_inline_function_definition.ll
test/DebugInfo/template-recursive-void.ll
test/DebugInfo/tu-composite.ll
test/DebugInfo/varargs.ll
test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
test/ExecutionEngine/MCJIT/fpbitcast.ll
test/ExecutionEngine/MCJIT/hello-sm-pic.ll [deleted file]
test/ExecutionEngine/MCJIT/hello2.ll
test/ExecutionEngine/OrcLazy/anonymous_globals.ll [new file with mode: 0644]
test/ExecutionEngine/OrcLazy/hello.ll [new file with mode: 0644]
test/ExecutionEngine/OrcLazy/private_linkage.ll [new file with mode: 0644]
test/ExecutionEngine/OrcLazy/trivial_retval_1.ll [deleted file]
test/ExecutionEngine/OrcMCJIT/2002-12-16-ArgTest.ll
test/ExecutionEngine/OrcMCJIT/2008-06-05-APInt-OverAShr.ll
test/ExecutionEngine/OrcMCJIT/fpbitcast.ll
test/ExecutionEngine/OrcMCJIT/hello-sm-pic.ll [deleted file]
test/ExecutionEngine/OrcMCJIT/hello2.ll
test/ExecutionEngine/RuntimeDyld/X86/ELF_x64-64_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/Inputs/ExternalGlobal.ll [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
test/ExecutionEngine/fma3-jit.ll
test/ExecutionEngine/frem.ll
test/ExecutionEngine/test-interp-vec-loadstore.ll
test/Feature/aliases.ll
test/Feature/attributes.ll
test/Feature/paramattrs.ll
test/Feature/testvarargs.ll
test/Instrumentation/AddressSanitizer/X86/asm_cpuid.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/DataFlowSanitizer/abilist.ll
test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Integer/2007-01-19-TruncSext.ll
test/LTO/X86/keep-used-puts-during-instcombine.ll
test/LTO/X86/no-undefined-puts-when-implemented.ll
test/Linker/2011-08-04-DebugLoc.ll
test/Linker/2011-08-04-DebugLoc2.ll
test/Linker/2011-08-04-Metadata.ll
test/Linker/2011-08-04-Metadata2.ll
test/Linker/2011-08-18-unique-class-type.ll
test/Linker/2011-08-18-unique-class-type2.ll
test/Linker/2011-08-18-unique-debug-type.ll
test/Linker/2011-08-18-unique-debug-type2.ll
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/basiclink.b.ll
test/Linker/Inputs/drop-debug.bc [new file with mode: 0644]
test/Linker/Inputs/type-unique-inheritance-a.ll
test/Linker/Inputs/type-unique-inheritance-b.ll
test/Linker/broken.ll
test/Linker/drop-debug.ll [new file with mode: 0644]
test/Linker/subprogram-linkonce-weak-odr.ll
test/Linker/subprogram-linkonce-weak.ll
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-odr-b.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll
test/MC/AArch64/arm64-elf-reloc-condbr.s
test/MC/AArch64/arm64-fp-encoding-error.s [new file with mode: 0644]
test/MC/AArch64/armv8.1a-lor.s [new file with mode: 0644]
test/MC/AArch64/armv8.1a-pan.s [new file with mode: 0644]
test/MC/AArch64/armv8.1a-rdma.s [new file with mode: 0644]
test/MC/AArch64/armv8.1a-vhe.s [new file with mode: 0644]
test/MC/AArch64/elf-extern.s
test/MC/AArch64/elf-globaladdress.ll
test/MC/AArch64/elf-reloc-addsubimm.s
test/MC/AArch64/elf-reloc-ldrlit.s
test/MC/AArch64/elf-reloc-ldstunsimm.s
test/MC/AArch64/elf-reloc-movw.s
test/MC/AArch64/elf-reloc-pcreladdressing.s
test/MC/AArch64/elf-reloc-tstb.s
test/MC/AArch64/elf-reloc-uncondbrimm.s
test/MC/AArch64/tls-relocs.s
test/MC/ARM/2010-11-30-reloc-movt.s
test/MC/ARM/arm-elf-symver.s
test/MC/ARM/basic-arm-instructions-v8.1a.s
test/MC/ARM/eh-compact-pr0.s
test/MC/ARM/eh-directive-handlerdata.s
test/MC/ARM/eh-directive-personality.s
test/MC/ARM/eh-directive-personalityindex.s
test/MC/ARM/eh-directive-section-multiple-func.s
test/MC/ARM/eh-directive-section.s
test/MC/ARM/eh-link.s [new file with mode: 0644]
test/MC/ARM/elf-movt.s
test/MC/ARM/elf-reloc-01.ll
test/MC/ARM/elf-reloc-02.ll
test/MC/ARM/elf-reloc-03.ll
test/MC/ARM/elf-reloc-condcall.s
test/MC/ARM/elf-thumbfunc-reloc.ll
test/MC/ARM/elf-thumbfunc-reloc.s
test/MC/ARM/thumb1-relax-adr.s [new file with mode: 0644]
test/MC/ARM/thumb1-relax-bcc.s [new file with mode: 0644]
test/MC/ARM/thumb1-relax-br.s [new file with mode: 0644]
test/MC/ARM/thumb1-relax-ldrlit.s [new file with mode: 0644]
test/MC/ARM/thumb2-bxj-v8.s [new file with mode: 0644]
test/MC/ARM/thumb2-bxj.s
test/MC/Disassembler/AArch64/arm64-advsimd.txt
test/MC/Disassembler/AArch64/armv8.1a-lor.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.1a-pan.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.1a-rdma.txt [new file with mode: 0644]
test/MC/Disassembler/AArch64/armv8.1a-vhe.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/armv8.1a.txt
test/MC/Disassembler/ARM/thumb-v8.1a.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/SystemZ/insns.txt
test/MC/Disassembler/X86/x86-16.txt
test/MC/ELF/alias.s
test/MC/ELF/basic-elf-32.s
test/MC/ELF/basic-elf-64.s
test/MC/ELF/cfi-adjust-cfa-offset.s
test/MC/ELF/cfi-advance-loc2.s
test/MC/ELF/cfi-def-cfa-offset.s
test/MC/ELF/cfi-def-cfa-register.s
test/MC/ELF/cfi-def-cfa.s
test/MC/ELF/cfi-escape.s
test/MC/ELF/cfi-offset.s
test/MC/ELF/cfi-register.s
test/MC/ELF/cfi-rel-offset.s
test/MC/ELF/cfi-rel-offset2.s
test/MC/ELF/cfi-remember.s
test/MC/ELF/cfi-restore.s
test/MC/ELF/cfi-same-value.s
test/MC/ELF/cfi-undefined.s
test/MC/ELF/cfi-window-save.s
test/MC/ELF/cfi-zero-addr-delta.s
test/MC/ELF/cfi.s
test/MC/ELF/common.s
test/MC/ELF/compression.s
test/MC/ELF/debug-line.s
test/MC/ELF/ifunc-reloc.s
test/MC/ELF/local-reloc.s
test/MC/ELF/merge.s
test/MC/ELF/pr19582.s [new file with mode: 0644]
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-pc.s
test/MC/ELF/rename.s
test/MC/ELF/section-sym2.s
test/MC/ELF/section-unique-err1.s [new file with mode: 0644]
test/MC/ELF/section-unique-err2.s [new file with mode: 0644]
test/MC/ELF/section-unique-err3.s [new file with mode: 0644]
test/MC/ELF/section-unique-err4.s [new file with mode: 0644]
test/MC/ELF/section-unique.s
test/MC/ELF/symver-msvc.s
test/MC/ELF/symver.s
test/MC/ELF/tls.s
test/MC/ELF/weak-diff2.s [new file with mode: 0644]
test/MC/ELF/weakref.s
test/MC/Hexagon/inst_select.ll
test/MC/MachO/ARM/aliased-symbols.s
test/MC/Mips/elf-tls.s
test/MC/Mips/insn-directive.s [new file with mode: 0644]
test/MC/Mips/micromips-alias.s
test/MC/Mips/mips-expansions-bad.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-jump-delay-slots.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/set-defined-symbol.s [new file with mode: 0644]
test/MC/Mips/sort-relocation-table.s [new file with mode: 0644]
test/MC/Mips/xgot.s
test/MC/PowerPC/ppc-reloc.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/tls-gd-obj.s
test/MC/PowerPC/tls-ie-obj.s
test/MC/PowerPC/tls-ld-obj.s
test/MC/PowerPC/vsx.s
test/MC/R600/ds-err.s [new file with mode: 0644]
test/MC/R600/ds.s [new file with mode: 0644]
test/MC/R600/mubuf.s [new file with mode: 0644]
test/MC/R600/smrd.s [new file with mode: 0644]
test/MC/R600/sop1-err.s [new file with mode: 0644]
test/MC/R600/sop1.s [new file with mode: 0644]
test/MC/R600/sop2.s [new file with mode: 0644]
test/MC/R600/sopc.s [new file with mode: 0644]
test/MC/R600/sopk.s [new file with mode: 0644]
test/MC/R600/sopp.s
test/MC/R600/vop1.s [new file with mode: 0644]
test/MC/R600/vop2-err.s [new file with mode: 0644]
test/MC/R600/vop2.s [new file with mode: 0644]
test/MC/R600/vop3.s [new file with mode: 0644]
test/MC/R600/vopc.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad-z196.s
test/MC/SystemZ/insn-bad-zEC12.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad.s
test/MC/SystemZ/insn-good-z196.s
test/MC/SystemZ/insn-good-zEC12.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/bundle-group-too-large-error.s
test/MC/X86/AlignedBundling/different-sections.s
test/MC/X86/AlignedBundling/labeloffset.s
test/MC/X86/AlignedBundling/long-nop-pad.s
test/MC/X86/AlignedBundling/nesting.s
test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s
test/MC/X86/AlignedBundling/pad-bundle-groups.s
test/MC/X86/AlignedBundling/relax-at-bundle-end.s
test/MC/X86/AlignedBundling/relax-in-bundle-group.s
test/MC/X86/AlignedBundling/single-inst-bundling.s
test/MC/X86/expand-var.s
test/MC/X86/reloc-undef-global.s
test/MC/X86/stackmap-nops.ll
test/MC/X86/x86-16.s
test/MC/X86/x86-32.s
test/MC/X86/x86-64.s
test/Other/lint.ll
test/TableGen/AsmPredicateCondsEmission.td [new file with mode: 0644]
test/Transforms/ArgumentPromotion/variadic.ll
test/Transforms/CodeGenPrepare/X86/memset_chk-simplify-nobuiltin.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/overflow-intrinsics.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/statepoint-relocate.ll
test/Transforms/ConstantHoisting/X86/stackmap.ll
test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll
test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll
test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/2013-05-17-VarargsAndBlockAddress.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/dead_vaargs.ll
test/Transforms/DeadArgElim/variadic_safety.ll
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/Float2Int/basic.ll [new file with mode: 0644]
test/Transforms/Float2Int/float2int-optnone.ll [new file with mode: 0644]
test/Transforms/Float2Int/toolarge.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/readattrs.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/return-block.ll
test/Transforms/GVN/2007-07-31-NoDomInherit.ll
test/Transforms/GVN/2008-02-12-UndefLoad.ll
test/Transforms/GVN/2009-02-17-LoadPRECrash.ll
test/Transforms/GVN/invariant-load.ll
test/Transforms/GVN/pre-basic-add.ll
test/Transforms/GVN/pre-compare.ll
test/Transforms/GVN/rle-must-alias.ll
test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll
test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll
test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/GlobalOpt/blockaddress.ll
test/Transforms/GlobalOpt/constantexpr-dangle.ll
test/Transforms/IndVarSimplify/2011-11-01-lftrptr.ll
test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll
test/Transforms/IndVarSimplify/eliminate-max.ll
test/Transforms/IndVarSimplify/lftr-udiv-tripcount.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sink-alloca.ll
test/Transforms/IndVarSimplify/udiv.ll
test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll
test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll
test/Transforms/Inline/alloca-dbgdeclare.ll
test/Transforms/Inline/attributes.ll
test/Transforms/Inline/devirtualize-2.ll
test/Transforms/Inline/frameescape.ll [new file with mode: 0644]
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-musttail-varargs.ll
test/Transforms/Inline/inline_dbg_declare.ll
test/Transforms/Inline/inline_ssp.ll
test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll
test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll
test/Transforms/InstCombine/2007-02-07-PointerCast.ll
test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll
test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll
test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll
test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll
test/Transforms/InstCombine/2008-05-08-StrLenSink.ll
test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll
test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll
test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll
test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll
test/Transforms/InstCombine/2012-02-13-FCmp.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/call-intrinsics.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/call2.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/err-rep-cold.ll
test/Transforms/InstCombine/fprintf-1.ll
test/Transforms/InstCombine/gc.relocate.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/objsize-noverify.ll [new file with mode: 0644]
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/osx-names.ll
test/Transforms/InstCombine/overflow.ll
test/Transforms/InstCombine/pr2996.ll
test/Transforms/InstCombine/pr8547.ll
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/printf-2.ll
test/Transforms/InstCombine/select-crash-noverify.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-crash.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/simplify-libcalls.ll
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/sqrt.ll
test/Transforms/InstCombine/srem1.ll
test/Transforms/InstCombine/statepoint.ll
test/Transforms/InstCombine/urem-simplify-bug.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/x86-insertps.ll [new file with mode: 0644]
test/Transforms/InstSimplify/undef.ll
test/Transforms/JumpThreading/2010-08-26-and.ll
test/Transforms/JumpThreading/assume.ll
test/Transforms/JumpThreading/indirectbr.ll
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LICM/2011-04-09-RAUW-AST.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopInterchange/interchange.ll
test/Transforms/LoopRotate/PhiRename-1.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopSimplify/dup-preds.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/2012-07-18-LimitReassociate.ll
test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll
test/Transforms/LoopStrengthReduce/X86/pr17473.ll
test/Transforms/LoopStrengthReduce/different-type-ivs.ll
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopStrengthReduce/pr18165.ll
test/Transforms/LoopUnroll/high-cost-trip-count-computation.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop4.ll
test/Transforms/LoopUnroll/runtime-loop5.ll [new file with mode: 0644]
test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll
test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerInvoke/2003-12-10-Crash.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/NaryReassociate/nary-add.ll [new file with mode: 0644]
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/contract.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/intrinsic-use-isolated.ll
test/Transforms/ObjCARC/intrinsic-use.ll
test/Transforms/ObjCARC/move-and-merge-autorelease.ll
test/Transforms/PhaseOrdering/PR6627.ll
test/Transforms/PlaceSafepoints/basic.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-1.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-10.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-11.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-2.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-3.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-4.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-5.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-6.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-7.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-8.ll
test/Transforms/RewriteStatepointsForGC/base-pointers-9.ll
test/Transforms/RewriteStatepointsForGC/base-pointers.ll
test/Transforms/RewriteStatepointsForGC/basics.ll
test/Transforms/RewriteStatepointsForGC/live-vector.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/liveness-basics.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/preprocess.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll
test/Transforms/RewriteStatepointsForGC/relocation.ll
test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll
test/Transforms/SCCP/retvalue-undef.ll
test/Transforms/SLPVectorizer/X86/barriercall.ll
test/Transforms/SLPVectorizer/X86/compare-reduce.ll
test/Transforms/SLPVectorizer/X86/cross_block_slp.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/in-tree-user.ll
test/Transforms/SLPVectorizer/X86/multi_block.ll
test/Transforms/SLPVectorizer/X86/pr16628.ll
test/Transforms/SROA/ppcf128-no-fold.ll [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/ScalarRepl/inline-vector.ll
test/Transforms/ScalarRepl/only-memcpy-uses.ll
test/Transforms/ScalarRepl/phi-cycle.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/SimplifyCFG/2007-12-21-Crash.ll
test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll
test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/common-dest-folding.ll
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/volatile-phioper.ll
test/Transforms/StraightLineStrengthReduce/X86/no-slsr.ll
test/Transforms/StraightLineStrengthReduce/slsr-add.ll [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/slsr-gep.ll
test/Transforms/StraightLineStrengthReduce/slsr-mul.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
test/Verifier/2008-01-11-VarargAttrs.ll
test/Verifier/dbg-typerefs.ll [new file with mode: 0644]
test/Verifier/frameescape.ll
test/Verifier/inalloca-vararg.ll
test/Verifier/invalid-statepoint.ll
test/Verifier/invalid-statepoint2.ll
test/Verifier/llvm.dbg.declare-address.ll
test/Verifier/llvm.dbg.declare-expression.ll
test/Verifier/llvm.dbg.declare-variable.ll
test/Verifier/llvm.dbg.intrinsic-dbg-attachment.ll [new file with mode: 0644]
test/Verifier/llvm.dbg.value-expression.ll
test/Verifier/llvm.dbg.value-value.ll
test/Verifier/llvm.dbg.value-variable.ll
test/Verifier/mdcompositetype-templateparams-tuple.ll [new file with mode: 0644]
test/Verifier/mdcompositetype-templateparams.ll [new file with mode: 0644]
test/Verifier/musttail-invalid.ll
test/Verifier/musttail-valid.ll
test/Verifier/statepoint.ll
test/Verifier/varargs-intrinsic.ll
test/tools/llvm-objdump/AArch64/Inputs/print-mrs.obj.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-print-mrs.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/Objc1.32bit.exe.macho-i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/Objc1.32bit.obj.macho-i386 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/Objc2.32bit.exe.macho-i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/Objc2.32bit.obj.macho-i386 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/Objc2.64bit.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/Objc2.64bit.obj.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-objc-meta-data.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-sections.test [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/macho-universal-archive.x86_64.i386 [new file with mode: 0644]
test/tools/llvm-readobj/macho-universal-x86_64.i386.test
tools/bugpoint/BugDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.h
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/lli/OrcLazyJIT.cpp
tools/lli/OrcLazyJIT.h
tools/lli/RemoteMemoryManager.h
tools/lli/RemoteTargetExternal.h
tools/lli/lli.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-cxxdump/llvm-cxxdump.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/opt/BreakpointPrinter.cpp
tools/opt/NewPMDriver.cpp
tools/opt/NewPMDriver.h
tools/opt/opt.cpp
tools/verify-uselistorder/verify-uselistorder.cpp
tools/yaml2obj/yaml2coff.cpp
unittests/ADT/DAGDeltaAlgorithmTest.cpp
unittests/ADT/DeltaAlgorithmTest.cpp
unittests/ADT/SmallVectorTest.cpp
unittests/Analysis/AliasAnalysisTest.cpp [new file with mode: 0644]
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugInfoTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/ValueHandleTest.cpp
unittests/IR/ValueMapTest.cpp
unittests/LineEditor/LineEditor.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/Support/AlignOfTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CommandLineTest.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
unittests/Support/raw_pwrite_stream_test.cpp [new file with mode: 0644]
unittests/Transforms/Utils/Cloning.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/AsmWriterInst.h
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/DAGISelMatcher.h
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/X86DisassemblerShared.h
utils/TableGen/X86DisassemblerTables.cpp
utils/create_ladder_graph.py [new file with mode: 0644]
utils/lit/lit/formats/googletest.py
utils/unittest/UnitTestMain/TestMain.cpp
utils/unittest/googletest/include/gtest/gtest-spi.h
utils/unittest/googletest/include/gtest/gtest-test-part.h
utils/unittest/googletest/include/gtest/gtest.h
utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h
utils/unittest/googletest/src/gtest-death-test.cc
utils/unittest/googletest/src/gtest-internal-inl.h
utils/unittest/googletest/src/gtest.cc
utils/yaml-bench/YAMLBench.cpp