OSDN Git Service

Update to LLVM 3.5a.
authorStephen Hines <srhines@google.com>
Wed, 23 Apr 2014 23:57:46 +0000 (16:57 -0700)
committerStephen Hines <srhines@google.com>
Thu, 24 Apr 2014 22:53:16 +0000 (15:53 -0700)
commit36b56886974eae4f9c5ebc96befd3e7bfe5de338
treee6cfb69fbbd937f450eeb83bfb83b9da3b01275a
parent69a8640022b04415ae9fac62f8ab090601d8f889
Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
4942 files changed:
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile
Makefile.config.in
Makefile.rules
NOTICE [deleted file]
README.android [deleted file]
autoconf/AutoRegen.sh
autoconf/README.TXT
autoconf/config.guess
autoconf/configure.ac
autoconf/depcomp [deleted file]
autoconf/ltmain.sh [deleted file]
autoconf/m4/define_subst.m4 [new file with mode: 0644]
autoconf/m4/libtool.m4 [deleted file]
autoconf/m4/ltdl.m4 [deleted file]
bindings/ocaml/Makefile.ocaml
bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
bindings/python/llvm/core.py
bindings/python/llvm/tests/test_core.py
bindings/python/llvm/tests/test_disassembler.py
cmake/Makefile [new file with mode: 0644]
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/CMakeLists.txt
cmake/modules/ChooseMSVCCRT.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/HandleLLVMStdlib.cmake [new file with mode: 0644]
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMProcessSources.cmake
cmake/modules/Makefile [new file with mode: 0644]
cmake/modules/TableGen.cmake
cmake/nsis_icon.ico [new file with mode: 0644]
cmake/platforms/Android.cmake
configure
device/include/llvm/Config/config.h
device/include/llvm/Config/llvm-config.h
docs/BitCodeFormat.rst
docs/CMake.rst
docs/CMakeLists.txt
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/index.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/lli.rst
docs/CommandGuide/llvm-prof.rst [deleted file]
docs/CommandGuide/llvm-profdata.rst [new file with mode: 0644]
docs/CommandGuide/llvm-symbolizer.rst
docs/CommandGuide/opt.rst
docs/CommandLine.rst
docs/CompilerWriterInfo.rst
docs/DeveloperPolicy.rst
docs/ExceptionHandling.rst
docs/Extensions.rst
docs/FAQ.rst
docs/GarbageCollection.rst
docs/GetElementPtr.rst
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/HowToReleaseLLVM.rst
docs/HowToSetUpLLVMStyleRTTI.rst
docs/HowToSubmitABug.rst
docs/InAlloca.rst [new file with mode: 0644]
docs/LLVMBuild.rst
docs/LangRef.rst
docs/MakefileGuide.rst
docs/NVPTXUsage.rst
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/Projects.rst
docs/ReleaseNotes.rst
docs/ReleaseProcess.rst
docs/SourceLevelDebugging.rst
docs/StackMaps.rst [new file with mode: 0644]
docs/TableGen/BackEnds.rst [new file with mode: 0644]
docs/TableGen/Deficiencies.rst [new file with mode: 0644]
docs/TableGen/LangIntro.rst [new file with mode: 0644]
docs/TableGen/LangRef.rst
docs/TableGen/index.rst [new file with mode: 0644]
docs/TableGenFundamentals.rst
docs/TestingGuide.rst
docs/Vectorizers.rst
docs/WritingAnLLVMBackend.rst
docs/YamlIO.rst
docs/conf.py
docs/doxygen.cfg.in
docs/doxygen.footer
docs/index.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/LangImpl8.rst
docs/tutorial/OCamlLangImpl7.rst
docs/tutorial/OCamlLangImpl8.rst
docs/yaml2obj.rst
examples/BrainF/BrainFDriver.cpp
examples/BrainF/CMakeLists.txt
examples/CMakeLists.txt
examples/ExceptionDemo/CMakeLists.txt
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Fibonacci/CMakeLists.txt
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/CMakeLists.txt
examples/Kaleidoscope/Chapter3/CMakeLists.txt
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp
examples/Kaleidoscope/MCJIT/cached/toy.cpp
examples/Kaleidoscope/MCJIT/complete/toy.cpp
examples/Kaleidoscope/MCJIT/initial/toy.cpp
examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp
examples/Kaleidoscope/MCJIT/lazy/toy.cpp
examples/ModuleMaker/CMakeLists.txt
examples/ParallelJIT/CMakeLists.txt
examples/ParallelJIT/ParallelJIT.cpp
host/include/llvm/Config/config.h
host/include/llvm/Config/llvm-config.h
include/llvm-c/Core.h
include/llvm-c/Disassembler.h
include/llvm-c/ExecutionEngine.h
include/llvm-c/IRReader.h
include/llvm-c/Support.h
include/llvm-c/TargetMachine.h
include/llvm-c/Transforms/Scalar.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/Optional.h
include/llvm/ADT/OwningPtr.h
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/SCCIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallString.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/SparseMultiSet.h
include/llvm/ADT/SparseSet.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/ValueMap.h [deleted file]
include/llvm/ADT/iterator_range.h [new file with mode: 0644]
include/llvm/ADT/polymorphic_ptr.h [deleted file]
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/BlockFrequencyImpl.h
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CFG.h
include/llvm/Analysis/CFGPrinter.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CallGraphSCCPass.h
include/llvm/Analysis/CaptureTracking.h
include/llvm/Analysis/CodeMetrics.h
include/llvm/Analysis/ConstantsScanner.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/DominatorInternals.h [deleted file]
include/llvm/Analysis/Dominators.h [deleted file]
include/llvm/Analysis/FindUsedTypes.h
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LazyCallGraph.h [new file with mode: 0644]
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallAliasAnalysis.h
include/llvm/Analysis/LibCallSemantics.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/PtrUseVisitor.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionIterator.h
include/llvm/Analysis/RegionPass.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/TargetFolder.h [new file with mode: 0644]
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/Verifier.h [deleted file]
include/llvm/AsmParser/Parser.h [new file with mode: 0644]
include/llvm/Assembly/AssemblyAnnotationWriter.h [deleted file]
include/llvm/Assembly/Parser.h [deleted file]
include/llvm/Assembly/PrintModulePass.h [deleted file]
include/llvm/Assembly/Writer.h [deleted file]
include/llvm/AutoUpgrade.h [deleted file]
include/llvm/Bitcode/BitcodeWriterPass.h [new file with mode: 0644]
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CMakeLists.txt
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/EdgeBundles.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCs.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/IntrinsicLowering.h
include/llvm/CodeGen/JITCodeEmitter.h
include/llvm/CodeGen/LatencyPriorityQueue.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LivePhysRegs.h [new file with mode: 0644]
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveRegMatrix.h
include/llvm/CodeGen/LiveRegUnits.h [deleted file]
include/llvm/CodeGen/LiveStackAnalysis.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBlockFrequencyInfo.h
include/llvm/CodeGen/MachineBranchProbabilityInfo.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineFunctionAnalysis.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachinePassRegistry.h
include/llvm/CodeGen/MachinePostDominators.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/CodeGen/MachineValueType.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/CostAllocator.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/HeuristicBase.h [deleted file]
include/llvm/CodeGen/PBQP/HeuristicSolver.h [deleted file]
include/llvm/CodeGen/PBQP/Heuristics/Briggs.h [deleted file]
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/ReductionRules.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/RegAllocSolver.h [new file with mode: 0644]
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/ResourcePriorityQueue.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/ScheduleHazardRecognizer.h
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMapLivenessAnalysis.h [new file with mode: 0644]
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/StackProtector.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/VirtRegMap.h
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Config/llvm-config.h.cmake
include/llvm/DIBuilder.h [deleted file]
include/llvm/DebugInfo.h [deleted file]
include/llvm/DebugInfo/DIContext.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/ObjectBuffer.h
include/llvm/ExecutionEngine/ObjectImage.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/GVMaterializer.h [deleted file]
include/llvm/IR/Argument.h
include/llvm/IR/AssemblyAnnotationWriter.h [new file with mode: 0644]
include/llvm/IR/Attributes.h
include/llvm/IR/AutoUpgrade.h [new file with mode: 0644]
include/llvm/IR/BasicBlock.h
include/llvm/IR/CFG.h [new file with mode: 0644]
include/llvm/IR/CMakeLists.txt
include/llvm/IR/CallSite.h [new file with mode: 0644]
include/llvm/IR/CallingConv.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantFolder.h [new file with mode: 0644]
include/llvm/IR/ConstantRange.h [new file with mode: 0644]
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h [new file with mode: 0644]
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h [new file with mode: 0644]
include/llvm/IR/DebugLoc.h [new file with mode: 0644]
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticInfo.h [new file with mode: 0644]
include/llvm/IR/DiagnosticPrinter.h [new file with mode: 0644]
include/llvm/IR/Dominators.h [new file with mode: 0644]
include/llvm/IR/Function.h
include/llvm/IR/GVMaterializer.h [new file with mode: 0644]
include/llvm/IR/GetElementPtrTypeIterator.h [new file with mode: 0644]
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h [new file with mode: 0644]
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstIterator.h [new file with mode: 0644]
include/llvm/IR/InstVisitor.h [new file with mode: 0644]
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsARM64.td [new file with mode: 0644]
include/llvm/IR/IntrinsicsMips.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/IntrinsicsXCore.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LeakDetector.h [new file with mode: 0644]
include/llvm/IR/LegacyPassManager.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/LegacyPassNameParser.h [new file with mode: 0644]
include/llvm/IR/MDBuilder.h
include/llvm/IR/Mangler.h [new file with mode: 0644]
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/NoFolder.h [new file with mode: 0644]
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PatternMatch.h [new file with mode: 0644]
include/llvm/IR/PredIteratorCache.h [new file with mode: 0644]
include/llvm/IR/Type.h
include/llvm/IR/Use.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h [new file with mode: 0644]
include/llvm/IR/ValueMap.h [new file with mode: 0644]
include/llvm/IR/Verifier.h [new file with mode: 0644]
include/llvm/InitializePasses.h
include/llvm/InstVisitor.h [deleted file]
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LTO/LTOModule.h
include/llvm/LineEditor/LineEditor.h [new file with mode: 0644]
include/llvm/LinkAllIR.h
include/llvm/LinkAllPasses.h
include/llvm/Linker.h [deleted file]
include/llvm/Linker/Linker.h [new file with mode: 0644]
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoCOFF.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCAtom.h
include/llvm/MC/MCCodeEmitter.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDirectives.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCELFSymbolFlags.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCExternalSymbolizer.h
include/llvm/MC/MCFixup.h
include/llvm/MC/MCInstrAnalysis.h
include/llvm/MC/MCLinkerOptimizationHint.h [new file with mode: 0644]
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCModuleYAML.h
include/llvm/MC/MCObjectDisassembler.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectSymbolizer.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolizer.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCValue.h
include/llvm/MC/MachineLocation.h
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFYAML.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/Error.h
include/llvm/Object/IRObjectFile.h [new file with mode: 0644]
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/SymbolicFile.h [new file with mode: 0644]
include/llvm/Option/ArgList.h
include/llvm/Pass.h
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/ProfileData/InstrProf.h [new file with mode: 0644]
include/llvm/ProfileData/InstrProfReader.h [new file with mode: 0644]
include/llvm/ProfileData/InstrProfWriter.h [new file with mode: 0644]
include/llvm/Support/ARMBuildAttributes.h [new file with mode: 0644]
include/llvm/Support/ARMEHABI.h [new file with mode: 0644]
include/llvm/Support/AlignOf.h
include/llvm/Support/Allocator.h
include/llvm/Support/ArrayRecycler.h
include/llvm/Support/BlockFrequency.h
include/llvm/Support/CFG.h [deleted file]
include/llvm/Support/COFF.h
include/llvm/Support/CallSite.h [deleted file]
include/llvm/Support/Casting.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/Compression.h
include/llvm/Support/ConstantFolder.h [deleted file]
include/llvm/Support/ConstantRange.h [deleted file]
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DataFlow.h [deleted file]
include/llvm/Support/DebugLoc.h [deleted file]
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/Endian.h
include/llvm/Support/EndianStream.h [new file with mode: 0644]
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/FileUtilities.h
include/llvm/Support/Format.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/GCOV.h
include/llvm/Support/GenericDomTree.h [new file with mode: 0644]
include/llvm/Support/GenericDomTreeConstruction.h [new file with mode: 0644]
include/llvm/Support/GetElementPtrTypeIterator.h [deleted file]
include/llvm/Support/Host.h
include/llvm/Support/InstIterator.h [deleted file]
include/llvm/Support/LEB128.h
include/llvm/Support/LeakDetector.h [deleted file]
include/llvm/Support/LineIterator.h [new file with mode: 0644]
include/llvm/Support/MD5.h
include/llvm/Support/MachO.h
include/llvm/Support/MathExtras.h
include/llvm/Support/Memory.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/NoFolder.h [deleted file]
include/llvm/Support/PassNameParser.h [deleted file]
include/llvm/Support/Path.h
include/llvm/Support/PatternMatch.h [deleted file]
include/llvm/Support/PredIteratorCache.h [deleted file]
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/Recycler.h
include/llvm/Support/Regex.h
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/StringRefMemoryObject.h
include/llvm/Support/TargetFolder.h [deleted file]
include/llvm/Support/TargetRegistry.h
include/llvm/Support/TimeValue.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/UnicodeCharRanges.h
include/llvm/Support/Valgrind.h
include/llvm/Support/ValueHandle.h [deleted file]
include/llvm/Support/Win64EH.h
include/llvm/Support/YAMLParser.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/Support/system_error.h
include/llvm/Support/type_traits.h
include/llvm/TableGen/Error.h
include/llvm/TableGen/Record.h
include/llvm/Target/Mangler.h [deleted file]
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetLibraryInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/InlinerPass.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/ASanStackFrameLayout.h [new file with mode: 0644]
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/CmpInstAnalysis.h
include/llvm/Transforms/Utils/IntegerDivision.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/SSAUpdaterImpl.h
include/llvm/Transforms/Utils/SimplifyIndVar.h
include/llvm/Transforms/Utils/SpecialCaseList.h
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisCounter.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasDebugger.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CFGPrinter.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/Delinearization.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/DomPrinter.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/IPA/Android.mk
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/CallPrinter.cpp
lib/Analysis/IPA/FindUsedTypes.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/IPA/IPA.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InstCount.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/Interval.cpp
lib/Analysis/LazyCallGraph.cpp [new file with mode: 0644]
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/Lint.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MemDepPrinter.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/ModuleDebugInfoPrinter.cpp
lib/Analysis/NOTICE [deleted file]
lib/Analysis/NoAliasAnalysis.cpp
lib/Analysis/PHITransAddr.cpp
lib/Analysis/PostDominators.cpp
lib/Analysis/PtrUseVisitor.cpp
lib/Analysis/RegionInfo.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/RegionPrinter.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionAliasAnalysis.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScalarEvolutionNormalization.cpp
lib/Analysis/SparsePropagation.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/Trace.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/Android.mk
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/Android.mk
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Writer/Android.mk
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AllocationOrder.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/Android.mk
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DebugLocList.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp [deleted file]
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h [deleted file]
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfUnit.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/LLVMBuild.txt
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/Win64Exception.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h [new file with mode: 0644]
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp [new file with mode: 0644]
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ErlangGC.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandISelPseudos.cpp
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCStrategy.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMBuild.txt
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LatencyPriorityQueue.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LivePhysRegs.cpp [new file with mode: 0644]
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LiveRegUnits.cpp [deleted file]
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineBranchProbabilityInfo.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineFunctionPrinterPass.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineInstrBundle.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineLoopInfo.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/OptimizePHIs.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIEliminationUtils.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PrologEpilogInserter.h
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/SelectionDAG/Android.mk
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.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/SelectionDAGPrinter.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SlotIndexes.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/Spiller.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp [new file with mode: 0644]
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.h
lib/DebugInfo/DWARFCompileUnit.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARFDebugArangeSet.h
lib/DebugInfo/DWARFDebugAranges.cpp
lib/DebugInfo/DWARFDebugFrame.cpp
lib/DebugInfo/DWARFDebugFrame.h
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLine.h
lib/DebugInfo/DWARFDebugLoc.cpp
lib/DebugInfo/DWARFDebugLoc.h
lib/DebugInfo/DWARFDebugRangeList.cpp
lib/DebugInfo/DWARFTypeUnit.h
lib/DebugInfo/DWARFUnit.cpp
lib/DebugInfo/DWARFUnit.h
lib/ExecutionEngine/EventListenerCommon.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/jitprofiling.h
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/Interpreter/LLVMBuild.txt
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/ExecutionEngine/JIT/LLVMBuild.txt
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
lib/ExecutionEngine/RTDyldMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp
lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/IR/Android.mk
lib/IR/AsmWriter.cpp
lib/IR/AsmWriter.h
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/BasicBlock.cpp
lib/IR/CMakeLists.txt
lib/IR/ConstantFold.cpp
lib/IR/ConstantRange.cpp [new file with mode: 0644]
lib/IR/Constants.cpp
lib/IR/ConstantsContext.h
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp [new file with mode: 0644]
lib/IR/DiagnosticPrinter.cpp [new file with mode: 0644]
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/GVMaterializer.cpp
lib/IR/Globals.cpp
lib/IR/IRPrintingPasses.cpp [new file with mode: 0644]
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/IntrinsicInst.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LeakDetector.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Mangler.cpp [new file with mode: 0644]
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/Pass.cpp
lib/IR/PassManager.cpp
lib/IR/PassRegistry.cpp
lib/IR/PrintModulePass.cpp [deleted file]
lib/IR/Type.cpp
lib/IR/Use.cpp
lib/IR/Value.cpp
lib/IR/Verifier.cpp
lib/IRReader/Android.mk
lib/IRReader/IRReader.cpp
lib/LLVMBuild.txt
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LineEditor/CMakeLists.txt [new file with mode: 0644]
lib/LineEditor/LLVMBuild.txt [new file with mode: 0644]
lib/LineEditor/LineEditor.cpp [new file with mode: 0644]
lib/LineEditor/Makefile [new file with mode: 0644]
lib/Linker/Android.mk
lib/Linker/LinkModules.cpp
lib/MC/Android.mk
lib/MC/CMakeLists.txt
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmInfoELF.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/Disassembler.h
lib/MC/MCDisassembler/LLVMBuild.txt
lib/MC/MCDwarf.cpp
lib/MC/MCELF.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCExternalSymbolizer.cpp
lib/MC/MCFixup.cpp [new file with mode: 0644]
lib/MC/MCLinkerOptimizationHint.cpp [new file with mode: 0644]
lib/MC/MCMachOStreamer.cpp
lib/MC/MCModuleYAML.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectDisassembler.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCObjectSymbolizer.cpp
lib/MC/MCParser/Android.mk
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCPureStreamer.cpp [deleted file]
lib/MC/MCRelocationInfo.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionMachO.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSymbolizer.cpp
lib/MC/MCValue.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Makefile
lib/Object/Android.mk
lib/Object/Archive.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/COFFYAML.cpp
lib/Object/ELF.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/ELFYAML.cpp
lib/Object/Error.cpp
lib/Object/IRObjectFile.cpp [new file with mode: 0644]
lib/Object/LLVMBuild.txt
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolicFile.cpp [new file with mode: 0644]
lib/Object/YAML.cpp
lib/Option/Android.mk
lib/Option/ArgList.cpp
lib/ProfileData/CMakeLists.txt [new file with mode: 0644]
lib/ProfileData/InstrProf.cpp [new file with mode: 0644]
lib/ProfileData/InstrProfReader.cpp [new file with mode: 0644]
lib/ProfileData/InstrProfWriter.cpp [new file with mode: 0644]
lib/ProfileData/LLVMBuild.txt [new file with mode: 0644]
lib/ProfileData/Makefile [new file with mode: 0644]
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/ARMBuildAttrs.cpp [new file with mode: 0644]
lib/Support/Allocator.cpp
lib/Support/Android.mk
lib/Support/Atomic.cpp
lib/Support/BlockFrequency.cpp
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/Compression.cpp
lib/Support/ConstantRange.cpp [deleted file]
lib/Support/CrashRecoveryContext.cpp
lib/Support/DAGDeltaAlgorithm.cpp
lib/Support/DataStream.cpp
lib/Support/Dwarf.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FileUtilities.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/LEB128.cpp [new file with mode: 0644]
lib/Support/LineIterator.cpp [new file with mode: 0644]
lib/Support/LockFileManager.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Mutex.cpp
lib/Support/Path.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp
lib/Support/Regex.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SourceMgr.cpp
lib/Support/Statistic.cpp
lib/Support/StreamableMemoryObject.cpp
lib/Support/StringRef.cpp
lib/Support/TargetRegistry.cpp
lib/Support/ThreadLocal.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp
lib/Support/ToolOutputFile.cpp
lib/Support/Triple.cpp
lib/Support/Twine.cpp
lib/Support/Unix/Host.inc
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/RWMutex.inc
lib/Support/Unix/Signals.inc
lib/Support/Valgrind.cpp
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Host.inc
lib/Support/Windows/Memory.inc
lib/Support/Windows/Mutex.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/RWMutex.inc
lib/Support/Windows/Signals.inc
lib/Support/Windows/ThreadLocal.inc
lib/Support/Windows/TimeValue.inc
lib/Support/Windows/Windows.h [deleted file]
lib/Support/Windows/WindowsSupport.h [new file with mode: 0644]
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/Support/regcomp.c
lib/Support/system_error.cpp
lib/TableGen/Android.mk
lib/TableGen/Error.cpp
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64BranchFixupPass.cpp
lib/Target/AArch64/AArch64CallingConv.td
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64InstrNEON.td
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64Schedule.td
lib/Target/AArch64/AArch64ScheduleA53.td [new file with mode: 0644]
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 [new file with mode: 0644]
lib/Target/AArch64/Android.mk
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/AsmParser/Android.mk
lib/Target/AArch64/AsmParser/CMakeLists.txt
lib/Target/AArch64/AsmParser/LLVMBuild.txt
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/Android.mk
lib/Target/AArch64/Disassembler/CMakeLists.txt
lib/Target/AArch64/Disassembler/LLVMBuild.txt
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/Android.mk
lib/Target/AArch64/InstPrinter/CMakeLists.txt
lib/Target/AArch64/LLVMBuild.txt
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
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/MCTargetDesc/Android.mk
lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
lib/Target/AArch64/TargetInfo/Android.mk
lib/Target/AArch64/TargetInfo/CMakeLists.txt
lib/Target/AArch64/TargetInfo/LLVMBuild.txt
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AArch64/Utils/Android.mk
lib/Target/AArch64/Utils/CMakeLists.txt
lib/Target/AArch64/Utils/LLVMBuild.txt
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMAtomicExpandPass.cpp [new file with mode: 0644]
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMBuildAttrs.h [deleted file]
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFPUName.def
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFeatures.h
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMHazardRecognizer.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/ARM/ARMJITInfo.h
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMOptimizeBarriersPass.cpp [new file with mode: 0644]
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMRelocations.h
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMScheduleSwift.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.cpp
lib/Target/ARM/ARMTargetObjectFile.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/Android.mk
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/AsmParser/Android.mk
lib/Target/ARM/AsmParser/CMakeLists.txt
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/Android.mk
lib/Target/ARM/Disassembler/CMakeLists.txt
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/InstPrinter/Android.mk
lib/Target/ARM/InstPrinter/CMakeLists.txt
lib/Target/ARM/LLVMBuild.txt
lib/Target/ARM/MCTargetDesc/ARMArchName.def [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMArchName.h [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMUnwindOp.h [deleted file]
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
lib/Target/ARM/MCTargetDesc/Android.mk
lib/Target/ARM/MCTargetDesc/CMakeLists.txt
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp
lib/Target/ARM/TargetInfo/Android.mk
lib/Target/ARM/TargetInfo/CMakeLists.txt
lib/Target/ARM/TargetInfo/LLVMBuild.txt
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1InstrInfo.h
lib/Target/ARM/Thumb1RegisterInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.h
lib/Target/ARM/Thumb2RegisterInfo.cpp
lib/Target/ARM/Thumb2RegisterInfo.h
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM64/ARM64.h [new file with mode: 0644]
lib/Target/ARM64/ARM64.td [new file with mode: 0644]
lib/Target/ARM64/ARM64AddressTypePromotion.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64AdvSIMDScalarPass.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64AsmPrinter.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64BranchRelaxation.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64CallingConv.h [new file with mode: 0644]
lib/Target/ARM64/ARM64CallingConvention.td [new file with mode: 0644]
lib/Target/ARM64/ARM64CleanupLocalDynamicTLSPass.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64CollectLOH.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64ConditionalCompares.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64DeadRegisterDefinitionsPass.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64ExpandPseudoInsts.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64FastISel.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64FrameLowering.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64FrameLowering.h [new file with mode: 0644]
lib/Target/ARM64/ARM64ISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64ISelLowering.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64ISelLowering.h [new file with mode: 0644]
lib/Target/ARM64/ARM64InstrAtomics.td [new file with mode: 0644]
lib/Target/ARM64/ARM64InstrFormats.td [new file with mode: 0644]
lib/Target/ARM64/ARM64InstrInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64InstrInfo.h [new file with mode: 0644]
lib/Target/ARM64/ARM64InstrInfo.td [new file with mode: 0644]
lib/Target/ARM64/ARM64LoadStoreOptimizer.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64MCInstLower.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64MCInstLower.h [new file with mode: 0644]
lib/Target/ARM64/ARM64MachineFunctionInfo.h [new file with mode: 0644]
lib/Target/ARM64/ARM64PerfectShuffle.h [new file with mode: 0644]
lib/Target/ARM64/ARM64PromoteConstant.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64RegisterInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64RegisterInfo.h [new file with mode: 0644]
lib/Target/ARM64/ARM64RegisterInfo.td [new file with mode: 0644]
lib/Target/ARM64/ARM64SchedCyclone.td [new file with mode: 0644]
lib/Target/ARM64/ARM64Schedule.td [new file with mode: 0644]
lib/Target/ARM64/ARM64SelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64SelectionDAGInfo.h [new file with mode: 0644]
lib/Target/ARM64/ARM64StorePairSuppress.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64Subtarget.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64Subtarget.h [new file with mode: 0644]
lib/Target/ARM64/ARM64TargetMachine.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64TargetMachine.h [new file with mode: 0644]
lib/Target/ARM64/ARM64TargetObjectFile.cpp [new file with mode: 0644]
lib/Target/ARM64/ARM64TargetObjectFile.h [new file with mode: 0644]
lib/Target/ARM64/ARM64TargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/AsmParser/ARM64AsmParser.cpp [new file with mode: 0644]
lib/Target/ARM64/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/AsmParser/Makefile [new file with mode: 0644]
lib/Target/ARM64/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp [new file with mode: 0644]
lib/Target/ARM64/Disassembler/ARM64Disassembler.h [new file with mode: 0644]
lib/Target/ARM64/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/Disassembler/Makefile [new file with mode: 0644]
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.cpp [new file with mode: 0644]
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.h [new file with mode: 0644]
lib/Target/ARM64/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/ARM64/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64AddressingModes.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64AsmBackend.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64BaseInfo.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64ELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64ELFStreamer.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64ELFStreamer.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64FixupKinds.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCAsmInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCAsmInfo.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCExpr.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCExpr.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCTargetDesc.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MCTargetDesc.h [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/ARM64MachObjectWriter.cpp [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/MCTargetDesc/Makefile [new file with mode: 0644]
lib/Target/ARM64/Makefile [new file with mode: 0644]
lib/Target/ARM64/TargetInfo/ARM64TargetInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/Android.mk
lib/Target/CMakeLists.txt
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/CppBackend/TargetInfo/CMakeLists.txt
lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp
lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/Hexagon/HexagonCallingConvLower.h
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineFunctionInfo.h
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVarargsCallingConvention.h
lib/Target/Hexagon/InstPrinter/CMakeLists.txt
lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp
lib/Target/Hexagon/LLVMBuild.txt
lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/TargetInfo/CMakeLists.txt
lib/Target/Hexagon/TargetInfo/LLVMBuild.txt
lib/Target/LLVMBuild.txt
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/InstPrinter/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
lib/Target/MSP430/MSP430.td
lib/Target/MSP430/MSP430AsmPrinter.cpp
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/TargetInfo/CMakeLists.txt
lib/Target/MSP430/TargetInfo/LLVMBuild.txt
lib/Target/Mangler.cpp [deleted file]
lib/Target/Mips/Android.mk
lib/Target/Mips/AsmParser/Android.mk
lib/Target/Mips/AsmParser/CMakeLists.txt
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/Android.mk
lib/Target/Mips/Disassembler/CMakeLists.txt
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/Android.mk
lib/Target/Mips/InstPrinter/CMakeLists.txt
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/LLVMBuild.txt
lib/Target/Mips/MCTargetDesc/Android.mk
lib/Target/Mips/MCTargetDesc/CMakeLists.txt
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsReginfo.cpp [deleted file]
lib/Target/Mips/MCTargetDesc/MipsReginfo.h [deleted file]
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MSA.txt
lib/Target/Mips/MicroMipsInstrFPU.td [new file with mode: 0644]
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16HardFloatInfo.cpp [new file with mode: 0644]
lib/Target/Mips/Mips16HardFloatInfo.h [new file with mode: 0644]
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.h
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsOptimizePICCall.cpp [new file with mode: 0644]
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSchedule.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/Mips/TargetInfo/Android.mk
lib/Target/Mips/TargetInfo/CMakeLists.txt
lib/Target/Mips/TargetInfo/LLVMBuild.txt
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
lib/Target/NVPTX/LLVMBuild.txt
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAllocaHoisting.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp [new file with mode: 0644]
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/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp
lib/Target/NVPTX/NVPTXLowerAggrCopies.h
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXSplitBBatBar.cpp [deleted file]
lib/Target/NVPTX/NVPTXSplitBBatBar.h [deleted file]
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXUtilities.cpp
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/NVPTX/TargetInfo/CMakeLists.txt
lib/Target/NVPTX/TargetInfo/LLVMBuild.txt
lib/Target/PowerPC/AsmParser/CMakeLists.txt
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/PowerPC/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/PowerPC/Disassembler/Makefile [new file with mode: 0644]
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp [new file with mode: 0644]
lib/Target/PowerPC/InstPrinter/CMakeLists.txt
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/LLVMBuild.txt
lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
lib/Target/PowerPC/Makefile
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCBranchSelector.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCHazardRecognizers.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td [new file with mode: 0644]
lib/Target/PowerPC/PPCJITInfo.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/PPCSchedule440.td
lib/Target/PowerPC/PPCScheduleA2.td
lib/Target/PowerPC/PPCScheduleE500mc.td
lib/Target/PowerPC/PPCScheduleE5500.td
lib/Target/PowerPC/PPCScheduleG3.td
lib/Target/PowerPC/PPCScheduleG4.td
lib/Target/PowerPC/PPCScheduleG4Plus.td
lib/Target/PowerPC/PPCScheduleG5.td
lib/Target/PowerPC/PPCScheduleP7.td [new file with mode: 0644]
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetObjectFile.cpp
lib/Target/PowerPC/PPCTargetObjectFile.h
lib/Target/PowerPC/PPCTargetStreamer.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/TargetInfo/CMakeLists.txt
lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUFrameLowering.cpp
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.h
lib/Target/R600/AMDGPUInstrInfo.cpp
lib/Target/R600/AMDGPUInstrInfo.h
lib/Target/R600/AMDGPUInstrInfo.td
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPURegisterInfo.cpp
lib/Target/R600/AMDGPUSubtarget.cpp
lib/Target/R600/AMDGPUSubtarget.h
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/R600/AMDGPUTargetTransformInfo.cpp
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AMDILISelLowering.cpp
lib/Target/R600/AMDILIntrinsics.td
lib/Target/R600/CMakeLists.txt
lib/Target/R600/CaymanInstructions.td [new file with mode: 0644]
lib/Target/R600/EvergreenInstructions.td [new file with mode: 0644]
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/InstPrinter/CMakeLists.txt
lib/Target/R600/LLVMBuild.txt
lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/CMakeLists.txt
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/R600ControlFlowFinalizer.cpp
lib/Target/R600/R600Defines.h
lib/Target/R600/R600EmitClauseMarkers.cpp
lib/Target/R600/R600ExpandSpecialInstrs.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600ISelLowering.h
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600MachineScheduler.h
lib/Target/R600/R600OptimizeVectorRegisters.cpp
lib/Target/R600/R600Packetizer.cpp
lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
lib/Target/R600/R700Instructions.td [new file with mode: 0644]
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIFixSGPRCopies.cpp
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIISelLowering.h
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/SIIntrinsics.td
lib/Target/R600/SILowerControlFlow.cpp
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
lib/Target/R600/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SITypeRewriter.cpp
lib/Target/R600/TargetInfo/CMakeLists.txt
lib/Target/R600/TargetInfo/LLVMBuild.txt
lib/Target/Sparc/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Sparc/AsmParser/Makefile [new file with mode: 0644]
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp [new file with mode: 0644]
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Sparc/Disassembler/Makefile [new file with mode: 0644]
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp [new file with mode: 0644]
lib/Target/Sparc/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/Sparc/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Sparc/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp [new file with mode: 0644]
lib/Target/Sparc/InstPrinter/SparcInstPrinter.h [new file with mode: 0644]
lib/Target/Sparc/LLVMBuild.txt
lib/Target/Sparc/MCTargetDesc/CMakeLists.txt
lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h [deleted file]
lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h [new file with mode: 0644]
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp [new file with mode: 0644]
lib/Target/Sparc/Makefile
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcCallingConv.td
lib/Target/Sparc/SparcCodeEmitter.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstr64Bit.td
lib/Target/Sparc/SparcInstrAliases.td [new file with mode: 0644]
lib/Target/Sparc/SparcInstrFormats.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcInstrVIS.td [new file with mode: 0644]
lib/Target/Sparc/SparcJITInfo.cpp
lib/Target/Sparc/SparcMCInstLower.cpp [new file with mode: 0644]
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcRelocations.h
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/Sparc/SparcTargetObjectFile.h [new file with mode: 0644]
lib/Target/Sparc/SparcTargetStreamer.h [new file with mode: 0644]
lib/Target/Sparc/TargetInfo/CMakeLists.txt
lib/Target/Sparc/TargetInfo/LLVMBuild.txt
lib/Target/SystemZ/AsmParser/CMakeLists.txt
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/Disassembler/CMakeLists.txt
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
lib/Target/SystemZ/InstPrinter/CMakeLists.txt
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/LLVMBuild.txt
lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/README.txt
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZ.td
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZAsmPrinter.h
lib/Target/SystemZ/SystemZCallingConv.h
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
lib/Target/SystemZ/SystemZConstantPoolValue.h
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrBuilder.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZLongBranch.cpp
lib/Target/SystemZ/SystemZMCInstLower.cpp
lib/Target/SystemZ/SystemZMCInstLower.h
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZPatterns.td
lib/Target/SystemZ/SystemZProcessors.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/SystemZ/TargetInfo/CMakeLists.txt
lib/Target/SystemZ/TargetInfo/LLVMBuild.txt
lib/Target/Target.cpp
lib/Target/TargetLibraryInfo.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/Android.mk
lib/Target/X86/AsmParser/CMakeLists.txt
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmInstrumentation.h [new file with mode: 0644]
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParserCommon.h [new file with mode: 0644]
lib/Target/X86/AsmParser/X86Operand.h [new file with mode: 0644]
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/Android.mk
lib/Target/X86/Disassembler/CMakeLists.txt
lib/Target/X86/Disassembler/LLVMBuild.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86Disassembler.h
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/InstPrinter/Android.mk
lib/Target/X86/InstPrinter/CMakeLists.txt
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/Android.mk
lib/Target/X86/MCTargetDesc/CMakeLists.txt
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/README-SSE.txt
lib/Target/X86/README.txt
lib/Target/X86/TargetInfo/Android.mk
lib/Target/X86/TargetInfo/CMakeLists.txt
lib/Target/X86/TargetInfo/LLVMBuild.txt
lib/Target/X86/TargetInfo/X86TargetInfo.cpp
lib/Target/X86/Utils/Android.mk
lib/Target/X86/Utils/CMakeLists.txt
lib/Target/X86/Utils/LLVMBuild.txt
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86CallingConv.h
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrCMovSetCC.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrExtension.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSVM.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrTSX.td
lib/Target/X86/X86InstrVMX.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86JITInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/Disassembler/CMakeLists.txt
lib/Target/XCore/InstPrinter/CMakeLists.txt
lib/Target/XCore/LLVMBuild.txt
lib/Target/XCore/MCTargetDesc/CMakeLists.txt
lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/TargetInfo/CMakeLists.txt
lib/Target/XCore/TargetInfo/LLVMBuild.txt
lib/Target/XCore/XCore.h
lib/Target/XCore/XCore.td
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreCallingConv.td
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreFrameToArgsOffsetElim.cpp [new file with mode: 0644]
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreInstrInfo.td
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreMCInstLower.cpp
lib/Target/XCore/XCoreMachineFunctionInfo.cpp
lib/Target/XCore/XCoreMachineFunctionInfo.h
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetObjectFile.h
lib/Target/XCore/XCoreTargetStreamer.h [new file with mode: 0644]
lib/Target/XCore/XCoreTargetTransformInfo.cpp
lib/Transforms/Hello/CMakeLists.txt
lib/Transforms/Hello/Hello.cpp
lib/Transforms/IPO/Android.mk
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/BarrierNoopPass.cpp
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPConstantPropagation.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/IPO/LoopExtractor.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/StripDeadPrototypes.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/Android.mk
lib/Transforms/InstCombine/InstCombine.h
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/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/InstCombineWorklist.h
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/Android.mk
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/DebugIR.cpp
lib/Transforms/Instrumentation/DebugIR.h
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/LLVMBuild.txt
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/Android.mk
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCExpand.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CodeGenPrepare.cpp [deleted file]
lib/Transforms/Scalar/ConstantHoisting.cpp [new file with mode: 0644]
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/FlattenCFGPass.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/GlobalMerge.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LLVMBuild.txt
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LowerAtomic.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/Reg2Mem.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 [new file with mode: 0644]
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/ASanStackFrameLayout.cpp [new file with mode: 0644]
lib/Transforms/Utils/AddDiscriminators.cpp [new file with mode: 0644]
lib/Transforms/Utils/Android.mk
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/InstructionNamer.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LowerExpectIntrinsic.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/MetaRenamer.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/SpecialCaseList.cpp
lib/Transforms/Utils/Utils.cpp
lib/Transforms/Vectorize/Android.mk
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/LLVMBuild.txt
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/Vectorize.cpp
llvm-device-build.mk
llvm-host-build.mk
patches/0001-Add-module-notice.patch [new file with mode: 0644]
patches/0002-Add-basic-Android-configuration.patch [new file with mode: 0644]
patches/0003-Add-support-for-64-bit-longs.patch [new file with mode: 0644]
patches/0004-Add-Android-makefiles-for-LLVM.patch [new file with mode: 0644]
projects/CMakeLists.txt
projects/Makefile
projects/sample/Makefile [deleted file]
projects/sample/Makefile.common.in [deleted file]
projects/sample/Makefile.llvm.config.in [deleted file]
projects/sample/Makefile.llvm.rules [deleted file]
projects/sample/autoconf/AutoRegen.sh [deleted file]
projects/sample/autoconf/ExportMap.map [deleted file]
projects/sample/autoconf/LICENSE.TXT [deleted file]
projects/sample/autoconf/config.guess [deleted file]
projects/sample/autoconf/config.sub [deleted file]
projects/sample/autoconf/configure.ac [deleted file]
projects/sample/autoconf/install-sh [deleted file]
projects/sample/autoconf/ltmain.sh [deleted file]
projects/sample/autoconf/m4/build_exeext.m4 [deleted file]
projects/sample/autoconf/m4/c_printf_a.m4 [deleted file]
projects/sample/autoconf/m4/check_gnu_make.m4 [deleted file]
projects/sample/autoconf/m4/config_makefile.m4 [deleted file]
projects/sample/autoconf/m4/config_project.m4 [deleted file]
projects/sample/autoconf/m4/cxx_flag_check.m4 [deleted file]
projects/sample/autoconf/m4/find_std_program.m4 [deleted file]
projects/sample/autoconf/m4/func_isinf.m4 [deleted file]
projects/sample/autoconf/m4/func_isnan.m4 [deleted file]
projects/sample/autoconf/m4/func_mmap_file.m4 [deleted file]
projects/sample/autoconf/m4/header_mmap_anonymous.m4 [deleted file]
projects/sample/autoconf/m4/huge_val.m4 [deleted file]
projects/sample/autoconf/m4/libtool.m4 [deleted file]
projects/sample/autoconf/m4/link_options.m4 [deleted file]
projects/sample/autoconf/m4/linux_mixed_64_32.m4 [deleted file]
projects/sample/autoconf/m4/ltdl.m4 [deleted file]
projects/sample/autoconf/m4/need_dev_zero_for_mmap.m4 [deleted file]
projects/sample/autoconf/m4/path_tclsh.m4 [deleted file]
projects/sample/autoconf/m4/rand48.m4 [deleted file]
projects/sample/autoconf/m4/sanity_check.m4 [deleted file]
projects/sample/autoconf/m4/single_cxx_check.m4 [deleted file]
projects/sample/autoconf/m4/visibility_inlines_hidden.m4 [deleted file]
projects/sample/autoconf/mkinstalldirs [deleted file]
projects/sample/configure [deleted file]
projects/sample/docs/index.html [deleted file]
projects/sample/include/sample.h [deleted file]
projects/sample/lib/Makefile [deleted file]
projects/sample/lib/sample/Makefile [deleted file]
projects/sample/lib/sample/sample.c [deleted file]
projects/sample/tools/Makefile [deleted file]
projects/sample/tools/sample/Makefile [deleted file]
projects/sample/tools/sample/main.c [deleted file]
shared_llvm.mk
test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
test/Analysis/BasicAA/2014-03-18-Maxlookup-reached.ll [new file with mode: 0644]
test/Analysis/BasicAA/noalias-bugs.ll [new file with mode: 0644]
test/Analysis/BasicAA/phi-aa.ll
test/Analysis/BasicAA/pr18573.ll [new file with mode: 0644]
test/Analysis/CostModel/ARM/cast.ll
test/Analysis/CostModel/ARM64/lit.local.cfg [new file with mode: 0644]
test/Analysis/CostModel/ARM64/select.ll [new file with mode: 0644]
test/Analysis/CostModel/ARM64/store.ll [new file with mode: 0644]
test/Analysis/CostModel/PowerPC/ext.ll [new file with mode: 0644]
test/Analysis/CostModel/PowerPC/load_store.ll
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/cmp.ll
test/Analysis/CostModel/X86/scalarize.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vshift-cost.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/LazyCallGraph/basic.ll [new file with mode: 0644]
test/Analysis/Lint/address-spaces.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll
test/Analysis/ScalarEvolution/2012-05-18-LoopPredRecurse.ll
test/Analysis/ScalarEvolution/and-xor.ll
test/Analysis/ScalarEvolution/fold.ll
test/Analysis/ScalarEvolution/nsw-offset.ll
test/Analysis/ScalarEvolution/trip-count-pow2.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/trip-count-switch.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/xor-and.ll [deleted file]
test/Analysis/ScalarEvolution/zext-signed-addrec.ll [new file with mode: 0644]
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
test/Assembler/2007-09-10-AliasFwdRef.ll
test/Assembler/ConstantExprFoldSelect.ll [new file with mode: 0644]
test/Assembler/addrspacecast-alias.ll [new file with mode: 0644]
test/Assembler/atomic.ll
test/Assembler/functionlocal-metadata.ll
test/Assembler/getInt.ll [new file with mode: 0644]
test/Assembler/inalloca.ll [new file with mode: 0644]
test/Assembler/invalid-name.ll [new file with mode: 0644]
test/Assembler/invalid_cast3.ll [new file with mode: 0644]
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vmcore.ml
test/Bitcode/aggregateInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/aggregateInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/binaryFloatInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/binaryFloatInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/binaryIntInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/binaryIntInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/bitwiseInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/bitwiseInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/calling-conventions.3.2.ll [new file with mode: 0644]
test/Bitcode/calling-conventions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/cmpxchg-upgrade.ll [new file with mode: 0644]
test/Bitcode/cmpxchg-upgrade.ll.bc [new file with mode: 0644]
test/Bitcode/conversionInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/conversionInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/drop-debug-info.ll
test/Bitcode/global-variables.3.2.ll [new file with mode: 0644]
test/Bitcode/global-variables.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/linkage-types-3.2.ll [new file with mode: 0644]
test/Bitcode/linkage-types-3.2.ll.bc [new file with mode: 0644]
test/Bitcode/memInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/memInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/miscInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/miscInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/pr18704.ll [new file with mode: 0644]
test/Bitcode/pr18704.ll.bc [new file with mode: 0644]
test/Bitcode/select.ll
test/Bitcode/terminatorInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/terminatorInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/variableArgumentIntrinsic.3.2.ll [new file with mode: 0644]
test/Bitcode/variableArgumentIntrinsic.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/vectorInstructions.3.2.ll [new file with mode: 0644]
test/Bitcode/vectorInstructions.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/visibility-styles.3.2.ll [new file with mode: 0644]
test/Bitcode/visibility-styles.3.2.ll.bc [new file with mode: 0644]
test/BugPoint/compile-custom.ll [new file with mode: 0755]
test/BugPoint/compile-custom.ll.py [new file with mode: 0755]
test/CMakeLists.txt
test/CodeGen/AArch64/128bit_load_store.ll [new file with mode: 0644]
test/CodeGen/AArch64/adc.ll
test/CodeGen/AArch64/assertion-rc-mismatch.ll [new file with mode: 0644]
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/concatvector-bugs.ll [new file with mode: 0644]
test/CodeGen/AArch64/cpus.ll [new file with mode: 0644]
test/CodeGen/AArch64/fcvt-int.ll
test/CodeGen/AArch64/fp-dp3.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/i128-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/init-array.ll
test/CodeGen/AArch64/inline-asm-constraints.ll
test/CodeGen/AArch64/inline-asm-modifiers.ll
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/AArch64/misched-basic-A53.ll [new file with mode: 0644]
test/CodeGen/AArch64/mul-lohi.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-2velem.ll
test/CodeGen/AArch64/neon-3vdiff.ll
test/CodeGen/AArch64/neon-across.ll
test/CodeGen/AArch64/neon-add-pairwise.ll
test/CodeGen/AArch64/neon-add-sub.ll
test/CodeGen/AArch64/neon-bitcast.ll
test/CodeGen/AArch64/neon-bitwise-instructions.ll
test/CodeGen/AArch64/neon-bsl.ll
test/CodeGen/AArch64/neon-copy.ll
test/CodeGen/AArch64/neon-copyPhysReg-tuple.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-crypto.ll
test/CodeGen/AArch64/neon-extract.ll
test/CodeGen/AArch64/neon-facge-facgt.ll
test/CodeGen/AArch64/neon-fma.ll
test/CodeGen/AArch64/neon-fpround_f128.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-load-store-v1i32.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-max-min-pairwise.ll
test/CodeGen/AArch64/neon-misc.ll
test/CodeGen/AArch64/neon-mla-mls.ll
test/CodeGen/AArch64/neon-mov.ll
test/CodeGen/AArch64/neon-mul-div.ll
test/CodeGen/AArch64/neon-or-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-perm.ll
test/CodeGen/AArch64/neon-scalar-add-sub.ll
test/CodeGen/AArch64/neon-scalar-by-elem-fma.ll
test/CodeGen/AArch64/neon-scalar-by-elem-mul.ll
test/CodeGen/AArch64/neon-scalar-compare.ll
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/neon-scalar-cvt.ll
test/CodeGen/AArch64/neon-scalar-ext.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-fabd.ll
test/CodeGen/AArch64/neon-scalar-fcvt.ll
test/CodeGen/AArch64/neon-scalar-fp-compare.ll
test/CodeGen/AArch64/neon-scalar-recip.ll
test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll
test/CodeGen/AArch64/neon-scalar-rounding-shift.ll
test/CodeGen/AArch64/neon-scalar-saturating-add-sub.ll
test/CodeGen/AArch64/neon-scalar-saturating-rounding-shift.ll
test/CodeGen/AArch64/neon-scalar-saturating-shift.ll
test/CodeGen/AArch64/neon-scalar-shift.ll
test/CodeGen/AArch64/neon-select_cc.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-shift-left-long.ll
test/CodeGen/AArch64/neon-shl-ashr-lshr.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-ldst-one.ll
test/CodeGen/AArch64/neon-simd-tbl.ll
test/CodeGen/AArch64/neon-spill-fpr8-fpr16.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-truncStore-extLoad.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-v1i1-setcc.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-vector-list-spill.ll [new file with mode: 0644]
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/ragreedy-csr.ll [new file with mode: 0644]
test/CodeGen/AArch64/sext_inreg.ll [new file with mode: 0644]
test/CodeGen/AArch64/sincospow-vector-expansion.ll [new file with mode: 0644]
test/CodeGen/AArch64/variadic.ll
test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
test/CodeGen/ARM/2007-04-03-PEIBug.ll
test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
test/CodeGen/ARM/2008-07-17-Fdiv.ll
test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
test/CodeGen/ARM/2008-11-18-ScavengerAssert.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-FREM.ll
test/CodeGen/ARM/2009-04-08-FloatUndef.ll
test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll
test/CodeGen/ARM/2009-08-23-linkerprivate.ll [deleted file]
test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
test/CodeGen/ARM/2009-09-10-postdec.ll
test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll
test/CodeGen/ARM/2009-09-24-spill-align.ll
test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll
test/CodeGen/ARM/2010-04-09-NeonSelect.ll
test/CodeGen/ARM/2010-04-14-SplitVector.ll
test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll
test/CodeGen/ARM/2010-05-21-BuildVector.ll
test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll
test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll
test/CodeGen/ARM/2010-07-26-GlobalMerge.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll [deleted file]
test/CodeGen/ARM/2010-12-07-PEIBug.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-04-12-AlignBug.ll
test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-10-26-memset-inline.ll
test/CodeGen/ARM/2011-10-26-memset-with-neon.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-29-128bitArithmetics.ll
test/CodeGen/ARM/2012-04-10-DAGCombine.ll
test/CodeGen/ARM/2012-05-04-vmov.ll
test/CodeGen/ARM/2012-05-10-PreferVMOVtoVDUP32.ll
test/CodeGen/ARM/2012-08-23-legalize-vmull.ll
test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll
test/CodeGen/ARM/2013-04-05-Small-ByVal-Structs-PR15293.ll
test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll
test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll
test/CodeGen/ARM/2013-05-05-IfConvertBug.ll
test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll [new file with mode: 0644]
test/CodeGen/ARM/2014-02-05-vfp-regs-after-stack.ll [new file with mode: 0644]
test/CodeGen/ARM/2014-02-21-byval-reg-split-alignment.ll [new file with mode: 0644]
test/CodeGen/ARM/DbgValueOtherTargets.test
test/CodeGen/ARM/Windows/aapcs.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/hard-float.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/mangling.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/no-aeabi.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/no-arm-mode.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/no-ehabi.ll [new file with mode: 0644]
test/CodeGen/ARM/a15-SD-dep.ll
test/CodeGen/ARM/a15-mla.ll
test/CodeGen/ARM/a15.ll
test/CodeGen/ARM/addrmode.ll
test/CodeGen/ARM/addrspacecast.ll
test/CodeGen/ARM/arm-abi-attr.ll [new file with mode: 0644]
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/arm-asm.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-cmp.ll
test/CodeGen/ARM/atomic-load-store.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/atomicrmw_minmax.ll
test/CodeGen/ARM/bfc.ll
test/CodeGen/ARM/bfi.ll
test/CodeGen/ARM/bfx.ll
test/CodeGen/ARM/bic.ll
test/CodeGen/ARM/bits.ll
test/CodeGen/ARM/build-attributes-encoding.s
test/CodeGen/ARM/build-attributes.ll [new file with mode: 0644]
test/CodeGen/ARM/cache-intrinsic.ll [new file with mode: 0644]
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/call.ll
test/CodeGen/ARM/carry.ll
test/CodeGen/ARM/clz.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/compare-call.ll
test/CodeGen/ARM/constantfp.ll
test/CodeGen/ARM/crash-O0.ll
test/CodeGen/ARM/cse-ldrlit.ll [new file with mode: 0644]
test/CodeGen/ARM/ctz.ll
test/CodeGen/ARM/debug-frame-large-stack.ll [new file with mode: 0644]
test/CodeGen/ARM/debug-frame-no-debug.ll [new file with mode: 0644]
test/CodeGen/ARM/debug-frame-vararg.ll [new file with mode: 0644]
test/CodeGen/ARM/debug-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/debug-segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/ARM/default-float-abi.ll [new file with mode: 0644]
test/CodeGen/ARM/divmod-eabi.ll
test/CodeGen/ARM/dyn-stackalloc.ll
test/CodeGen/ARM/ehabi-filters.ll
test/CodeGen/ARM/ehabi-no-landingpad.ll
test/CodeGen/ARM/ehabi-unwind.ll
test/CodeGen/ARM/ehabi.ll
test/CodeGen/ARM/extload-knownzero.ll
test/CodeGen/ARM/extloadi1.ll
test/CodeGen/ARM/fadds.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-crash2.ll
test/CodeGen/ARM/fast-isel-frameaddr.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-static.ll
test/CodeGen/ARM/fast-tail-call.ll
test/CodeGen/ARM/fastcc-vfp.ll [new file with mode: 0644]
test/CodeGen/ARM/fastisel-thumb-litpool.ll [new file with mode: 0644]
test/CodeGen/ARM/fdivs.ll
test/CodeGen/ARM/fixunsdfdi.ll
test/CodeGen/ARM/fmacs.ll
test/CodeGen/ARM/fmdrr-fmrrd.ll
test/CodeGen/ARM/fmscs.ll
test/CodeGen/ARM/fmuls.ll
test/CodeGen/ARM/fnegs.ll
test/CodeGen/ARM/fnmacs.ll
test/CodeGen/ARM/fnmscs.ll
test/CodeGen/ARM/fnmul.ll
test/CodeGen/ARM/fnmuls.ll
test/CodeGen/ARM/fold-const.ll
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/formal.ll
test/CodeGen/ARM/fp-arg-shuffle.ll
test/CodeGen/ARM/fp-fast.ll
test/CodeGen/ARM/fp.ll
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fp_convert.ll
test/CodeGen/ARM/fpcmp-opt.ll
test/CodeGen/ARM/fpcmp.ll
test/CodeGen/ARM/fpconsts.ll
test/CodeGen/ARM/fpconv.ll
test/CodeGen/ARM/fpmem.ll
test/CodeGen/ARM/fpow.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/fsubs.ll
test/CodeGen/ARM/hello.ll
test/CodeGen/ARM/iabs.ll
test/CodeGen/ARM/ifconv-kills.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt-branch-weight.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt1.ll
test/CodeGen/ARM/ifcvt2.ll
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/ifcvt4.ll
test/CodeGen/ARM/ifcvt9.ll
test/CodeGen/ARM/illegal-vector-bitcast.ll
test/CodeGen/ARM/imm.ll
test/CodeGen/ARM/indirect-reg-input.ll
test/CodeGen/ARM/indirectbr.ll
test/CodeGen/ARM/inline-diagnostics.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-64bit.ll
test/CodeGen/ARM/inlineasm-imm-arm.ll
test/CodeGen/ARM/inlineasm-ldr-pseudo.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-arm.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-switch-mode-oneway-from-thumb.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-switch-mode.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm.ll
test/CodeGen/ARM/inlineasm2.ll
test/CodeGen/ARM/inlineasm3.ll
test/CodeGen/ARM/inlineasm4.ll
test/CodeGen/ARM/insn-sched1.ll
test/CodeGen/ARM/integer_insertelement.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/intrinsics-crypto.ll
test/CodeGen/ARM/ispositive.ll
test/CodeGen/ARM/large-stack.ll
test/CodeGen/ARM/ldaex-stlex.ll [new file with mode: 0644]
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.ll
test/CodeGen/ARM/ldstrex.ll
test/CodeGen/ARM/load.ll
test/CodeGen/ARM/long-setcc.ll
test/CodeGen/ARM/long.ll
test/CodeGen/ARM/longMAC.ll
test/CodeGen/ARM/long_shift.ll
test/CodeGen/ARM/lsr-scale-addr-mode.ll
test/CodeGen/ARM/lsr-unfolded-offset.ll
test/CodeGen/ARM/machine-licm.ll
test/CodeGen/ARM/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/ARM/mem.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memfunc.ll
test/CodeGen/ARM/minsize-imms.ll [new file with mode: 0644]
test/CodeGen/ARM/minsize-litpools.ll [new file with mode: 0644]
test/CodeGen/ARM/mls.ll
test/CodeGen/ARM/movt-movw-global.ll
test/CodeGen/ARM/movt.ll
test/CodeGen/ARM/mul_const.ll
test/CodeGen/ARM/mulhi.ll
test/CodeGen/ARM/mult-alt-generic-arm.ll
test/CodeGen/ARM/mvn.ll
test/CodeGen/ARM/neon_arith1.ll
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_minmax.ll
test/CodeGen/ARM/neon_shift.ll
test/CodeGen/ARM/neon_vabs.ll
test/CodeGen/ARM/none-macho.ll [new file with mode: 0644]
test/CodeGen/ARM/noreturn.ll
test/CodeGen/ARM/optimize-dmbs-v7.ll [new file with mode: 0644]
test/CodeGen/ARM/optselect-regclass.ll
test/CodeGen/ARM/pack.ll
test/CodeGen/ARM/phi.ll
test/CodeGen/ARM/popcnt.ll
test/CodeGen/ARM/prefetch-thumb.ll [deleted file]
test/CodeGen/ARM/prefetch.ll
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/ret0.ll
test/CodeGen/ARM/ret_arg1.ll
test/CodeGen/ARM/ret_arg2.ll
test/CodeGen/ARM/ret_arg3.ll
test/CodeGen/ARM/ret_arg4.ll
test/CodeGen/ARM/ret_arg5.ll
test/CodeGen/ARM/ret_f32_arg2.ll
test/CodeGen/ARM/ret_f32_arg5.ll
test/CodeGen/ARM/ret_f64_arg2.ll
test/CodeGen/ARM/ret_f64_arg_reg_split.ll
test/CodeGen/ARM/ret_f64_arg_split.ll
test/CodeGen/ARM/ret_f64_arg_stack.ll
test/CodeGen/ARM/ret_i128_arg2.ll
test/CodeGen/ARM/ret_i64_arg2.ll
test/CodeGen/ARM/ret_i64_arg3.ll
test/CodeGen/ARM/ret_i64_arg_split.ll
test/CodeGen/ARM/ret_void.ll
test/CodeGen/ARM/returned-ext.ll
test/CodeGen/ARM/returned-trunc-tail-calls.ll
test/CodeGen/ARM/rev.ll
test/CodeGen/ARM/saxpy10-a9.ll [new file with mode: 0644]
test/CodeGen/ARM/sbfx.ll
test/CodeGen/ARM/segmented-stacks-dynamic.ll [new file with mode: 0644]
test/CodeGen/ARM/segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/ARM/select-imm.ll
test/CodeGen/ARM/select-undef.ll
test/CodeGen/ARM/select.ll
test/CodeGen/ARM/setcc-sentinals.ll
test/CodeGen/ARM/smul.ll
test/CodeGen/ARM/ssp-data-layout.ll [new file with mode: 0644]
test/CodeGen/ARM/stack-frame.ll
test/CodeGen/ARM/str_post.ll
test/CodeGen/ARM/str_pre.ll
test/CodeGen/ARM/str_trunc.ll
test/CodeGen/ARM/struct_byval_arm_t1_t2.ll
test/CodeGen/ARM/sub.ll
test/CodeGen/ARM/subreg-remat.ll
test/CodeGen/ARM/sxt_rot.ll
test/CodeGen/ARM/t2-imm.ll
test/CodeGen/ARM/tail-call.ll [new file with mode: 0644]
test/CodeGen/ARM/taildup-branch-weight.ll [new file with mode: 0644]
test/CodeGen/ARM/this-return.ll
test/CodeGen/ARM/thumb-litpool.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb2-it-block.ll
test/CodeGen/ARM/tls-models.ll
test/CodeGen/ARM/tls1.ll
test/CodeGen/ARM/tls2.ll
test/CodeGen/ARM/trunc_ldr.ll
test/CodeGen/ARM/truncstore-dag-combine.ll
test/CodeGen/ARM/tst_teq.ll
test/CodeGen/ARM/twoaddrinstr.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/unaligned_load_store_vector.ll
test/CodeGen/ARM/unord.ll
test/CodeGen/ARM/uxt_rot.ll
test/CodeGen/ARM/v1-constant-fold.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 [new file with mode: 0644]
test/CodeGen/ARM/vargs.ll
test/CodeGen/ARM/vbits.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.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vfcmp.ll
test/CodeGen/ARM/vfp-regs-dwarf.ll [new file with mode: 0644]
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/vminmax.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/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/vsel.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/weak.ll
test/CodeGen/ARM/weak2.ll
test/CodeGen/ARM/zero-cycle-zero.ll [new file with mode: 0644]
test/CodeGen/ARM64/2011-03-09-CPSRSpill.ll [new file with mode: 0644]
test/CodeGen/ARM64/2011-03-17-AsmPrinterCrash.ll [new file with mode: 0644]
test/CodeGen/ARM64/2011-03-21-Unaligned-Frame-Index.ll [new file with mode: 0644]
test/CodeGen/ARM64/2011-04-21-CPSRBug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2011-10-18-LdStOptBug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-01-11-ComparisonDAGCrash.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-05-07-DAGCombineVectorExtract.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-05-07-MemcpyAlignBug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-05-09-LOADgot-bug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-05-22-LdStOptBug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-06-06-FPToUI.ll [new file with mode: 0644]
test/CodeGen/ARM64/2012-07-11-InstrEmitterBug.ll [new file with mode: 0644]
test/CodeGen/ARM64/2013-01-13-ffast-fcmp.ll [new file with mode: 0644]
test/CodeGen/ARM64/2013-01-23-frem-crash.ll [new file with mode: 0644]
test/CodeGen/ARM64/2013-01-23-sext-crash.ll [new file with mode: 0644]
test/CodeGen/ARM64/2013-02-12-shufv8i8.ll [new file with mode: 0644]
test/CodeGen/ARM64/AdvSIMD-Scalar.ll [new file with mode: 0644]
test/CodeGen/ARM64/aapcs.ll [new file with mode: 0644]
test/CodeGen/ARM64/abi-varargs.ll [new file with mode: 0644]
test/CodeGen/ARM64/abi.ll [new file with mode: 0644]
test/CodeGen/ARM64/abi_align.ll [new file with mode: 0644]
test/CodeGen/ARM64/addp.ll [new file with mode: 0644]
test/CodeGen/ARM64/addr-mode-folding.ll [new file with mode: 0644]
test/CodeGen/ARM64/addr-type-promotion.ll [new file with mode: 0644]
test/CodeGen/ARM64/addrmode.ll [new file with mode: 0644]
test/CodeGen/ARM64/alloc-no-stack-realign.ll [new file with mode: 0644]
test/CodeGen/ARM64/alloca-frame-pointer-offset.ll [new file with mode: 0644]
test/CodeGen/ARM64/andCmpBrToTBZ.ll [new file with mode: 0644]
test/CodeGen/ARM64/anyregcc-crash.ll [new file with mode: 0644]
test/CodeGen/ARM64/anyregcc.ll [new file with mode: 0644]
test/CodeGen/ARM64/arith-saturating.ll [new file with mode: 0644]
test/CodeGen/ARM64/arith.ll [new file with mode: 0644]
test/CodeGen/ARM64/atomic-128.ll [new file with mode: 0644]
test/CodeGen/ARM64/atomic.ll [new file with mode: 0644]
test/CodeGen/ARM64/basic-pic.ll [new file with mode: 0644]
test/CodeGen/ARM64/big-imm-offsets.ll [new file with mode: 0644]
test/CodeGen/ARM64/big-stack.ll [new file with mode: 0644]
test/CodeGen/ARM64/bitfield-extract.ll [new file with mode: 0644]
test/CodeGen/ARM64/blockaddress.ll [new file with mode: 0644]
test/CodeGen/ARM64/build-vector.ll [new file with mode: 0644]
test/CodeGen/ARM64/call-tailcalls.ll [new file with mode: 0644]
test/CodeGen/ARM64/cast-opt.ll [new file with mode: 0644]
test/CodeGen/ARM64/ccmp-heuristics.ll [new file with mode: 0644]
test/CodeGen/ARM64/ccmp.ll [new file with mode: 0644]
test/CodeGen/ARM64/coalesce-ext.ll [new file with mode: 0644]
test/CodeGen/ARM64/code-model-large-abs.ll [new file with mode: 0644]
test/CodeGen/ARM64/collect-loh-garbage-crash.ll [new file with mode: 0644]
test/CodeGen/ARM64/collect-loh-str.ll [new file with mode: 0644]
test/CodeGen/ARM64/collect-loh.ll [new file with mode: 0644]
test/CodeGen/ARM64/compact-unwind-unhandled-cfi.S [new file with mode: 0644]
test/CodeGen/ARM64/complex-ret.ll [new file with mode: 0644]
test/CodeGen/ARM64/convert-v2f64-v2i32.ll [new file with mode: 0644]
test/CodeGen/ARM64/convert-v2i32-v2f64.ll [new file with mode: 0644]
test/CodeGen/ARM64/copy-tuple.ll [new file with mode: 0644]
test/CodeGen/ARM64/crc32.ll [new file with mode: 0644]
test/CodeGen/ARM64/crypto.ll [new file with mode: 0644]
test/CodeGen/ARM64/cse.ll [new file with mode: 0644]
test/CodeGen/ARM64/csel.ll [new file with mode: 0644]
test/CodeGen/ARM64/cvt.ll [new file with mode: 0644]
test/CodeGen/ARM64/dagcombiner-convergence.ll [new file with mode: 0644]
test/CodeGen/ARM64/dagcombiner-load-slicing.ll [new file with mode: 0644]
test/CodeGen/ARM64/dup.ll [new file with mode: 0644]
test/CodeGen/ARM64/early-ifcvt.ll [new file with mode: 0644]
test/CodeGen/ARM64/elf-calls.ll [new file with mode: 0644]
test/CodeGen/ARM64/elf-constpool.ll [new file with mode: 0644]
test/CodeGen/ARM64/elf-globals.ll [new file with mode: 0644]
test/CodeGen/ARM64/ext.ll [new file with mode: 0644]
test/CodeGen/ARM64/extend-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/ARM64/extend.ll [new file with mode: 0644]
test/CodeGen/ARM64/extern-weak.ll [new file with mode: 0644]
test/CodeGen/ARM64/extload-knownzero.ll [new file with mode: 0644]
test/CodeGen/ARM64/extract.ll [new file with mode: 0644]
test/CodeGen/ARM64/extract_subvector.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-addr-offset.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-alloca.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-br.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-call.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-conversion.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-fcmp.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-gv.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-icmp.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-indirectbr.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-intrinsic.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-materialize.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-noconvert.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-rem.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-ret.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel-select.ll [new file with mode: 0644]
test/CodeGen/ARM64/fast-isel.ll [new file with mode: 0644]
test/CodeGen/ARM64/fastcc-tailcall.ll [new file with mode: 0644]
test/CodeGen/ARM64/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
test/CodeGen/ARM64/fcmp-opt.ll [new file with mode: 0644]
test/CodeGen/ARM64/fcopysign.ll [new file with mode: 0644]
test/CodeGen/ARM64/fixed-point-scalar-cvt-dagcombine.ll [new file with mode: 0644]
test/CodeGen/ARM64/fmadd.ll [new file with mode: 0644]
test/CodeGen/ARM64/fmax.ll [new file with mode: 0644]
test/CodeGen/ARM64/fminv.ll [new file with mode: 0644]
test/CodeGen/ARM64/fmuladd.ll [new file with mode: 0644]
test/CodeGen/ARM64/fold-address.ll [new file with mode: 0644]
test/CodeGen/ARM64/fold-lsl.ll [new file with mode: 0644]
test/CodeGen/ARM64/fp-imm.ll [new file with mode: 0644]
test/CodeGen/ARM64/fp.ll [new file with mode: 0644]
test/CodeGen/ARM64/fp128-folding.ll [new file with mode: 0644]
test/CodeGen/ARM64/fp128.ll [new file with mode: 0644]
test/CodeGen/ARM64/frame-index.ll [new file with mode: 0644]
test/CodeGen/ARM64/frameaddr.ll [new file with mode: 0644]
test/CodeGen/ARM64/global-address.ll [new file with mode: 0644]
test/CodeGen/ARM64/hello.ll [new file with mode: 0644]
test/CodeGen/ARM64/i16-subreg-extract.ll [new file with mode: 0644]
test/CodeGen/ARM64/icmp-opt.ll [new file with mode: 0644]
test/CodeGen/ARM64/illegal-float-ops.ll [new file with mode: 0644]
test/CodeGen/ARM64/indexed-memory.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-I.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-J.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-K.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-L.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-M.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-error-N.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm-zero-reg-error.ll [new file with mode: 0644]
test/CodeGen/ARM64/inline-asm.ll [new file with mode: 0644]
test/CodeGen/ARM64/join-reserved.ll [new file with mode: 0644]
test/CodeGen/ARM64/jumptable.ll [new file with mode: 0644]
test/CodeGen/ARM64/ld1.ll [new file with mode: 0644]
test/CodeGen/ARM64/ldp.ll [new file with mode: 0644]
test/CodeGen/ARM64/ldur.ll [new file with mode: 0644]
test/CodeGen/ARM64/ldxr-stxr.ll [new file with mode: 0644]
test/CodeGen/ARM64/leaf-compact-unwind.ll [new file with mode: 0644]
test/CodeGen/ARM64/leaf.ll [new file with mode: 0644]
test/CodeGen/ARM64/lit.local.cfg [new file with mode: 0644]
test/CodeGen/ARM64/long-shift.ll [new file with mode: 0644]
test/CodeGen/ARM64/memcpy-inline.ll [new file with mode: 0644]
test/CodeGen/ARM64/memset-inline.ll [new file with mode: 0644]
test/CodeGen/ARM64/memset-to-bzero.ll [new file with mode: 0644]
test/CodeGen/ARM64/movi.ll [new file with mode: 0644]
test/CodeGen/ARM64/mul.ll [new file with mode: 0644]
test/CodeGen/ARM64/neg.ll [new file with mode: 0644]
test/CodeGen/ARM64/neon-compare-instructions.ll [new file with mode: 0644]
test/CodeGen/ARM64/patchpoint.ll [new file with mode: 0644]
test/CodeGen/ARM64/platform-reg.ll [new file with mode: 0644]
test/CodeGen/ARM64/popcnt.ll [new file with mode: 0644]
test/CodeGen/ARM64/prefetch.ll [new file with mode: 0644]
test/CodeGen/ARM64/promote-const.ll [new file with mode: 0644]
test/CodeGen/ARM64/redzone.ll [new file with mode: 0644]
test/CodeGen/ARM64/register-offset-addressing.ll [new file with mode: 0644]
test/CodeGen/ARM64/register-pairing.ll [new file with mode: 0644]
test/CodeGen/ARM64/regress-f128csel-flags.ll [new file with mode: 0644]
test/CodeGen/ARM64/regress-interphase-shift.ll [new file with mode: 0644]
test/CodeGen/ARM64/return-vector.ll [new file with mode: 0644]
test/CodeGen/ARM64/returnaddr.ll [new file with mode: 0644]
test/CodeGen/ARM64/rev.ll [new file with mode: 0644]
test/CodeGen/ARM64/rounding.ll [new file with mode: 0644]
test/CodeGen/ARM64/scaled_iv.ll [new file with mode: 0644]
test/CodeGen/ARM64/scvt.ll [new file with mode: 0644]
test/CodeGen/ARM64/shifted-sext.ll [new file with mode: 0644]
test/CodeGen/ARM64/simd-scalar-to-vector.ll [new file with mode: 0644]
test/CodeGen/ARM64/simplest-elf.ll [new file with mode: 0644]
test/CodeGen/ARM64/sincos.ll [new file with mode: 0644]
test/CodeGen/ARM64/sitofp-combine-chains.ll [new file with mode: 0644]
test/CodeGen/ARM64/sli-sri-opt.ll [new file with mode: 0644]
test/CodeGen/ARM64/smaxv.ll [new file with mode: 0644]
test/CodeGen/ARM64/sminv.ll [new file with mode: 0644]
test/CodeGen/ARM64/spill-lr.ll [new file with mode: 0644]
test/CodeGen/ARM64/spill.ll [new file with mode: 0644]
test/CodeGen/ARM64/st1.ll [new file with mode: 0644]
test/CodeGen/ARM64/stack-no-frame.ll [new file with mode: 0644]
test/CodeGen/ARM64/stackmap.ll [new file with mode: 0644]
test/CodeGen/ARM64/stacksave.ll [new file with mode: 0644]
test/CodeGen/ARM64/stp.ll [new file with mode: 0644]
test/CodeGen/ARM64/strict-align.ll [new file with mode: 0644]
test/CodeGen/ARM64/stur.ll [new file with mode: 0644]
test/CodeGen/ARM64/subvector-extend.ll [new file with mode: 0644]
test/CodeGen/ARM64/swizzle-tbl-i16-layout.ll [new file with mode: 0644]
test/CodeGen/ARM64/tbl.ll [new file with mode: 0644]
test/CodeGen/ARM64/this-return.ll [new file with mode: 0644]
test/CodeGen/ARM64/tls-darwin.ll [new file with mode: 0644]
test/CodeGen/ARM64/tls-dynamic-together.ll [new file with mode: 0644]
test/CodeGen/ARM64/tls-dynamics.ll [new file with mode: 0644]
test/CodeGen/ARM64/tls-execs.ll [new file with mode: 0644]
test/CodeGen/ARM64/trap.ll [new file with mode: 0644]
test/CodeGen/ARM64/trn.ll [new file with mode: 0644]
test/CodeGen/ARM64/trunc-store.ll [new file with mode: 0644]
test/CodeGen/ARM64/umaxv.ll [new file with mode: 0644]
test/CodeGen/ARM64/uminv.ll [new file with mode: 0644]
test/CodeGen/ARM64/umov.ll [new file with mode: 0644]
test/CodeGen/ARM64/unaligned_ldst.ll [new file with mode: 0644]
test/CodeGen/ARM64/uzp.ll [new file with mode: 0644]
test/CodeGen/ARM64/vaargs.ll [new file with mode: 0644]
test/CodeGen/ARM64/vabs.ll [new file with mode: 0644]
test/CodeGen/ARM64/vadd.ll [new file with mode: 0644]
test/CodeGen/ARM64/vaddlv.ll [new file with mode: 0644]
test/CodeGen/ARM64/vaddv.ll [new file with mode: 0644]
test/CodeGen/ARM64/variadic-aapcs.ll [new file with mode: 0644]
test/CodeGen/ARM64/vbitwise.ll [new file with mode: 0644]
test/CodeGen/ARM64/vclz.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcmp.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcnt.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcombine.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvt.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvt_f.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvt_f32_su32.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvt_n.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvt_su32_f32.ll [new file with mode: 0644]
test/CodeGen/ARM64/vcvtxd_f32_f64.ll [new file with mode: 0644]
test/CodeGen/ARM64/vecCmpBr.ll [new file with mode: 0644]
test/CodeGen/ARM64/vecFold.ll [new file with mode: 0644]
test/CodeGen/ARM64/vector-ext.ll [new file with mode: 0644]
test/CodeGen/ARM64/vector-imm.ll [new file with mode: 0644]
test/CodeGen/ARM64/vector-ldst.ll [new file with mode: 0644]
test/CodeGen/ARM64/vext.ll [new file with mode: 0644]
test/CodeGen/ARM64/vfloatintrinsics.ll [new file with mode: 0644]
test/CodeGen/ARM64/vhadd.ll [new file with mode: 0644]
test/CodeGen/ARM64/vhsub.ll [new file with mode: 0644]
test/CodeGen/ARM64/virtual_base.ll [new file with mode: 0644]
test/CodeGen/ARM64/vmax.ll [new file with mode: 0644]
test/CodeGen/ARM64/vminmaxnm.ll [new file with mode: 0644]
test/CodeGen/ARM64/vmovn.ll [new file with mode: 0644]
test/CodeGen/ARM64/vmul.ll [new file with mode: 0644]
test/CodeGen/ARM64/volatile.ll [new file with mode: 0644]
test/CodeGen/ARM64/vqadd.ll [new file with mode: 0644]
test/CodeGen/ARM64/vqsub.ll [new file with mode: 0644]
test/CodeGen/ARM64/vselect.ll [new file with mode: 0644]
test/CodeGen/ARM64/vsetcc_fp.ll [new file with mode: 0644]
test/CodeGen/ARM64/vshift.ll [new file with mode: 0644]
test/CodeGen/ARM64/vshr.ll [new file with mode: 0644]
test/CodeGen/ARM64/vshuffle.ll [new file with mode: 0644]
test/CodeGen/ARM64/vsqrt.ll [new file with mode: 0644]
test/CodeGen/ARM64/vsra.ll [new file with mode: 0644]
test/CodeGen/ARM64/vsub.ll [new file with mode: 0644]
test/CodeGen/ARM64/weak-reference.ll [new file with mode: 0644]
test/CodeGen/ARM64/xaluo.ll [new file with mode: 0644]
test/CodeGen/ARM64/zero-cycle-regmov.ll [new file with mode: 0644]
test/CodeGen/ARM64/zero-cycle-zeroing.ll [new file with mode: 0644]
test/CodeGen/ARM64/zext.ll [new file with mode: 0644]
test/CodeGen/ARM64/zextload-unscaled.ll [new file with mode: 0644]
test/CodeGen/ARM64/zip.ll [new file with mode: 0644]
test/CodeGen/CPP/attributes.ll [new file with mode: 0644]
test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll
test/CodeGen/Generic/2007-04-27-LargeMemObject.ll
test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
test/CodeGen/Generic/2008-02-20-MatchingMem.ll
test/CodeGen/Generic/2014-02-05-OpaqueConstants.ll [new file with mode: 0644]
test/CodeGen/Generic/asm-large-immediate.ll
test/CodeGen/Generic/inline-asm-mem-clobber.ll
test/CodeGen/Generic/inline-asm-special-strings.ll
test/CodeGen/Generic/no-target.ll [new file with mode: 0644]
test/CodeGen/Generic/print-after.ll
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/packetize_cond_inst.ll
test/CodeGen/MSP430/fp.ll
test/CodeGen/MSP430/misched-msp430.ll [new file with mode: 0644]
test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
test/CodeGen/Mips/abicalls.ll [moved from test/MC/Mips/abicalls.ll with 100% similarity]
test/CodeGen/Mips/addi.ll
test/CodeGen/Mips/align16.ll
test/CodeGen/Mips/alloca16.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/blez_bgez.ll
test/CodeGen/Mips/blockaddr.ll
test/CodeGen/Mips/bswap.ll
test/CodeGen/Mips/buildpairextractelementf64.ll
test/CodeGen/Mips/cache-intrinsic.ll [new file with mode: 0644]
test/CodeGen/Mips/call-optimization.ll [new file with mode: 0644]
test/CodeGen/Mips/ci2.ll [new file with mode: 0644]
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/const-mult.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/const6.ll
test/CodeGen/Mips/const6a.ll
test/CodeGen/Mips/ctlz.ll
test/CodeGen/Mips/elf_eflags.ll [new file with mode: 0644]
test/CodeGen/Mips/elf_st_other.ll [new file with mode: 0644]
test/CodeGen/Mips/ex2.ll
test/CodeGen/Mips/f16abs.ll
test/CodeGen/Mips/fastcc.ll
test/CodeGen/Mips/fixdfsf.ll
test/CodeGen/Mips/fmadd1.ll
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/fp16instrinsmc.ll
test/CodeGen/Mips/fp16mix.ll
test/CodeGen/Mips/fp16static.ll
test/CodeGen/Mips/fpneeded.ll
test/CodeGen/Mips/fpnotneeded.ll
test/CodeGen/Mips/fptr2.ll
test/CodeGen/Mips/global-address.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/l3mc.ll [new file with mode: 0644]
test/CodeGen/Mips/largefr1.ll [deleted file]
test/CodeGen/Mips/lcb2.ll [new file with mode: 0644]
test/CodeGen/Mips/lcb3c.ll [new file with mode: 0644]
test/CodeGen/Mips/lcb4a.ll [new file with mode: 0644]
test/CodeGen/Mips/lcb5.ll [new file with mode: 0644]
test/CodeGen/Mips/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/Mips/mbrsize4a.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-atomic.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-jal.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-load-effective-address.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-long-branch.ll [moved from test/MC/Mips/micromips-long-branch.ll with 100% similarity]
test/CodeGen/Mips/mips16-hf-attr.ll [new file with mode: 0644]
test/CodeGen/Mips/mips16_32_1.ll
test/CodeGen/Mips/mips16_32_10.ll
test/CodeGen/Mips/mips16_32_3.ll
test/CodeGen/Mips/mips16_32_4.ll
test/CodeGen/Mips/mips16_32_5.ll
test/CodeGen/Mips/mips16_32_6.ll
test/CodeGen/Mips/mips16_32_7.ll
test/CodeGen/Mips/mips16_32_8.ll
test/CodeGen/Mips/mips16_32_9.ll
test/CodeGen/Mips/mips16_fpret.ll
test/CodeGen/Mips/mips16fpe.ll
test/CodeGen/Mips/mips64fpldst.ll
test/CodeGen/Mips/mips64intldst.ll
test/CodeGen/Mips/msa/2r_vector_scalar.ll
test/CodeGen/Mips/msa/3r-s.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/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_shift_slide.ll
test/CodeGen/Mips/msa/frameindex.ll
test/CodeGen/Mips/msa/llvm-stress-s449609655-simplified.ll
test/CodeGen/Mips/msa/shift-dagcombine.ll
test/CodeGen/Mips/msa/shuffle.ll
test/CodeGen/Mips/msa/special.ll
test/CodeGen/Mips/msa/vec.ll
test/CodeGen/Mips/nacl-align.ll [new file with mode: 0644]
test/CodeGen/Mips/nacl-branch-delay.ll [new file with mode: 0644]
test/CodeGen/Mips/nacl-reserved-regs.ll [new file with mode: 0644]
test/CodeGen/Mips/nomips16.ll
test/CodeGen/Mips/null.ll
test/CodeGen/Mips/octeon.ll [new file with mode: 0644]
test/CodeGen/Mips/octeon_popcnt.ll [new file with mode: 0644]
test/CodeGen/Mips/optimize-pic-o0.ll [new file with mode: 0644]
test/CodeGen/Mips/powif64_16.ll
test/CodeGen/Mips/rotate.ll
test/CodeGen/Mips/s2rem.ll [new file with mode: 0644]
test/CodeGen/Mips/sel1c.ll
test/CodeGen/Mips/sel2c.ll
test/CodeGen/Mips/sr1.ll [new file with mode: 0644]
test/CodeGen/Mips/tail16.ll [new file with mode: 0644]
test/CodeGen/Mips/tls.ll
test/CodeGen/Mips/trap1.ll
test/CodeGen/NVPTX/addrspacecast.ll [new file with mode: 0644]
test/CodeGen/NVPTX/aggr-param.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bug17709.ll
test/CodeGen/NVPTX/call-with-alloca-buffer.ll [new file with mode: 0644]
test/CodeGen/NVPTX/div-ri.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ldparam-v4.ll [new file with mode: 0644]
test/CodeGen/NVPTX/noduplicate-syncthreads.ll [new file with mode: 0644]
test/CodeGen/NVPTX/symbol-naming.ll [new file with mode: 0644]
test/CodeGen/NVPTX/vec-param-load.ll
test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll
test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/2008-12-12-EH.ll [deleted file]
test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll [deleted file]
test/CodeGen/PowerPC/Atomics-32.ll
test/CodeGen/PowerPC/Atomics-64.ll
test/CodeGen/PowerPC/aa-tbaa.ll [new file with mode: 0644]
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/bdzlr.ll
test/CodeGen/PowerPC/byval-agg-info.ll [new file with mode: 0644]
test/CodeGen/PowerPC/coalesce-ext.ll
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crbit-asm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crbits.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-large-ec.ll
test/CodeGen/PowerPC/ctrloop-udivti3.ll [new file with mode: 0644]
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/early-ret2.ll
test/CodeGen/PowerPC/fast-isel-conversion-p5.ll [new file with mode: 0644]
test/CodeGen/PowerPC/float-to-int.ll
test/CodeGen/PowerPC/fold-zero.ll
test/CodeGen/PowerPC/hello-reloc.s
test/CodeGen/PowerPC/i1-to-double.ll [new file with mode: 0644]
test/CodeGen/PowerPC/i32-to-float.ll
test/CodeGen/PowerPC/i64-to-float.ll
test/CodeGen/PowerPC/inlineasm-copy.ll
test/CodeGen/PowerPC/jaggedstructs.ll
test/CodeGen/PowerPC/lsa.ll
test/CodeGen/PowerPC/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/PowerPC/optcmp.ll
test/CodeGen/PowerPC/ppc32-i1-vaarg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-vacopy.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/private.ll
test/CodeGen/PowerPC/pwr7-gt-nop.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rlwimi-and.ll
test/CodeGen/PowerPC/sdag-ppcf128.ll
test/CodeGen/PowerPC/setcc_no_zext.ll
test/CodeGen/PowerPC/seteq-0.ll
test/CodeGen/PowerPC/sjlj.ll
test/CodeGen/PowerPC/spill-nor0.ll [new file with mode: 0644]
test/CodeGen/PowerPC/srl-mask.ll [new file with mode: 0644]
test/CodeGen/PowerPC/stfiwx.ll
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/PowerPC/subsumes-pred-regs.ll
test/CodeGen/PowerPC/tls-2.ll [deleted file]
test/CodeGen/PowerPC/tls-gd.ll [deleted file]
test/CodeGen/PowerPC/tls-ie.ll [deleted file]
test/CodeGen/PowerPC/tls-ld-2.ll [deleted file]
test/CodeGen/PowerPC/tls-ld.ll [deleted file]
test/CodeGen/PowerPC/tls-pic.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls.ll
test/CodeGen/PowerPC/unaligned.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vec_cmp.ll
test/CodeGen/PowerPC/vsx-args.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-fma-m.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-self-copy.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-spill.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vtable-reloc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/weak_def_can_be_hidden.ll [new file with mode: 0644]
test/CodeGen/R600/32-bit-local-address-space.ll
test/CodeGen/R600/add.ll
test/CodeGen/R600/add_i64.ll
test/CodeGen/R600/address-space.ll
test/CodeGen/R600/anyext.ll [new file with mode: 0644]
test/CodeGen/R600/array-ptr-calc-i32.ll [new file with mode: 0644]
test/CodeGen/R600/atomic_load_add.ll
test/CodeGen/R600/atomic_load_sub.ll
test/CodeGen/R600/basic-branch.ll [new file with mode: 0644]
test/CodeGen/R600/basic-loop.ll [new file with mode: 0644]
test/CodeGen/R600/bfe_uint.ll
test/CodeGen/R600/bitcast.ll
test/CodeGen/R600/cayman-loop-bug.ll [new file with mode: 0644]
test/CodeGen/R600/cf-stack-bug.ll [new file with mode: 0644]
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll [new file with mode: 0644]
test/CodeGen/R600/elf.r600.ll
test/CodeGen/R600/extload.ll
test/CodeGen/R600/fabs.ll
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fceil.ll [new file with mode: 0644]
test/CodeGen/R600/ffloor.ll [new file with mode: 0644]
test/CodeGen/R600/fneg-fabs.ll [new file with mode: 0644]
test/CodeGen/R600/fneg.ll
test/CodeGen/R600/ftrunc.ll [new file with mode: 0644]
test/CodeGen/R600/gep-address-space.ll
test/CodeGen/R600/gv-const-addrspace.ll [new file with mode: 0644]
test/CodeGen/R600/icmp64.ll [new file with mode: 0644]
test/CodeGen/R600/indirect-private-64.ll [new file with mode: 0644]
test/CodeGen/R600/infinite-loop-evergreen.ll [new file with mode: 0644]
test/CodeGen/R600/infinite-loop.ll [new file with mode: 0644]
test/CodeGen/R600/insert_vector_elt.ll
test/CodeGen/R600/insert_vector_elt_f64.ll [new file with mode: 0644]
test/CodeGen/R600/jump-address.ll
test/CodeGen/R600/lds-oqap-crash.ll [new file with mode: 0644]
test/CodeGen/R600/lds-output-queue.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.bfi.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.bfm.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.imax.ll
test/CodeGen/R600/llvm.AMDGPU.imin.ll
test/CodeGen/R600/llvm.AMDGPU.kill.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.umax.ll
test/CodeGen/R600/llvm.AMDGPU.umin.ll
test/CodeGen/R600/llvm.SI.load.dword.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.sample-masked.ll
test/CodeGen/R600/llvm.SI.sample.ll
test/CodeGen/R600/llvm.SI.sampled.ll
test/CodeGen/R600/llvm.SI.sendmsg.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.tbuffer.store.ll
test/CodeGen/R600/llvm.exp2.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.pow.ll
test/CodeGen/R600/llvm.trunc.ll [new file with mode: 0644]
test/CodeGen/R600/load.ll
test/CodeGen/R600/load64.ll
test/CodeGen/R600/local-64.ll [new file with mode: 0644]
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/loop-idiom.ll [new file with mode: 0644]
test/CodeGen/R600/mad_uint24.ll
test/CodeGen/R600/mubuf.ll [new file with mode: 0644]
test/CodeGen/R600/mul.ll
test/CodeGen/R600/mul_uint24.ll
test/CodeGen/R600/or.ll
test/CodeGen/R600/private-memory.ll
test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll [new file with mode: 0644]
test/CodeGen/R600/register-count-comments.ll [new file with mode: 0644]
test/CodeGen/R600/salu-to-valu.ll [new file with mode: 0644]
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll [new file with mode: 0644]
test/CodeGen/R600/select-vectors.ll [new file with mode: 0644]
test/CodeGen/R600/select64.ll [new file with mode: 0644]
test/CodeGen/R600/setcc-equivalent.ll [new file with mode: 0644]
test/CodeGen/R600/sext-in-reg.ll [new file with mode: 0644]
test/CodeGen/R600/si-annotate-cf-assertion.ll
test/CodeGen/R600/si-sgpr-spill.ll
test/CodeGen/R600/smrd.ll [new file with mode: 0644]
test/CodeGen/R600/store-v3i32.ll [new file with mode: 0644]
test/CodeGen/R600/store-v3i64.ll [new file with mode: 0644]
test/CodeGen/R600/store-vector-ptrs.ll
test/CodeGen/R600/store.ll
test/CodeGen/R600/trunc-store-i1.ll [new file with mode: 0644]
test/CodeGen/R600/trunc.ll
test/CodeGen/R600/unhandled-loop-condition-assertion.ll [new file with mode: 0644]
test/CodeGen/R600/unroll.ll [new file with mode: 0644]
test/CodeGen/R600/v1i64-kernel-arg.ll [new file with mode: 0644]
test/CodeGen/R600/v_cndmask.ll [new file with mode: 0644]
test/CodeGen/R600/vtx-fetch-branch.ll [new file with mode: 0644]
test/CodeGen/R600/vtx-schedule.ll
test/CodeGen/R600/xor.ll
test/CodeGen/R600/zero_extend.ll
test/CodeGen/SPARC/2009-08-28-PIC.ll
test/CodeGen/SPARC/2011-01-11-Call.ll
test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/64bit.ll
test/CodeGen/SPARC/64cond.ll
test/CodeGen/SPARC/64spill.ll [new file with mode: 0644]
test/CodeGen/SPARC/atomics.ll [new file with mode: 0644]
test/CodeGen/SPARC/constpool.ll
test/CodeGen/SPARC/ctpop.ll
test/CodeGen/SPARC/exception.ll
test/CodeGen/SPARC/fp128.ll
test/CodeGen/SPARC/globals.ll
test/CodeGen/SPARC/inlineasm.ll [new file with mode: 0644]
test/CodeGen/SPARC/leafproc.ll
test/CodeGen/SPARC/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/SPARC/missinglabel.ll [new file with mode: 0644]
test/CodeGen/SPARC/obj-relocs.ll [new file with mode: 0644]
test/CodeGen/SPARC/parts.ll [new file with mode: 0644]
test/CodeGen/SPARC/rem.ll
test/CodeGen/SPARC/setjmp.ll
test/CodeGen/SPARC/spillsize.ll [new file with mode: 0644]
test/CodeGen/SPARC/tls.ll
test/CodeGen/SPARC/trap.ll [new file with mode: 0644]
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-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/alias-01.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/atomic-store-01.ll
test/CodeGen/SystemZ/atomic-store-02.ll
test/CodeGen/SystemZ/atomic-store-03.ll
test/CodeGen/SystemZ/atomic-store-04.ll
test/CodeGen/SystemZ/atomicrmw-add-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-add-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-and-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-or-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-sub-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomicrmw-xor-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-01.ll
test/CodeGen/SystemZ/cmpxchg-02.ll
test/CodeGen/SystemZ/cmpxchg-03.ll
test/CodeGen/SystemZ/cmpxchg-04.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/fp-cmp-04.ll
test/CodeGen/SystemZ/fp-conv-06.ll
test/CodeGen/SystemZ/fp-conv-08.ll
test/CodeGen/SystemZ/fp-conv-10.ll
test/CodeGen/SystemZ/fp-conv-12.ll
test/CodeGen/SystemZ/fp-conv-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-conv-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/frame-08.ll
test/CodeGen/SystemZ/frame-11.ll
test/CodeGen/SystemZ/frame-13.ll
test/CodeGen/SystemZ/frame-14.ll
test/CodeGen/SystemZ/insert-06.ll
test/CodeGen/SystemZ/int-abs-01.ll
test/CodeGen/SystemZ/int-cmp-05.ll
test/CodeGen/SystemZ/int-cmp-06.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-45.ll
test/CodeGen/SystemZ/int-cmp-47.ll
test/CodeGen/SystemZ/int-neg-02.ll
test/CodeGen/SystemZ/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/SystemZ/risbg-01.ll
test/CodeGen/SystemZ/rnsbg-01.ll
test/CodeGen/SystemZ/rosbg-01.ll
test/CodeGen/SystemZ/rxsbg-01.ll
test/CodeGen/SystemZ/selectcc-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/selectcc-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/selectcc-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/serialize-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-04.ll
test/CodeGen/SystemZ/shift-10.ll
test/CodeGen/SystemZ/spill-01.ll
test/CodeGen/Thumb/cortex-m0-unaligned-access.ll [new file with mode: 0644]
test/CodeGen/Thumb/inlineasm-imm-thumb.ll
test/CodeGen/Thumb/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/Thumb/segmented-stacks-dynamic.ll [new file with mode: 0644]
test/CodeGen/Thumb/segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/Thumb/sjljehprepare-lower-vector.ll [new file with mode: 0644]
test/CodeGen/Thumb/triple.ll [new file with mode: 0644]
test/CodeGen/Thumb/unord.ll
test/CodeGen/Thumb2/2011-12-16-T2SizeReduceAssert.ll
test/CodeGen/Thumb2/bfx.ll
test/CodeGen/Thumb2/carry.ll
test/CodeGen/Thumb2/cortex-fp.ll
test/CodeGen/Thumb2/div.ll
test/CodeGen/Thumb2/large-stack.ll
test/CodeGen/Thumb2/longMACt.ll
test/CodeGen/Thumb2/mul_const.ll
test/CodeGen/Thumb2/segmented-stacks.ll [new file with mode: 0644]
test/CodeGen/Thumb2/tail-call-r9.ll
test/CodeGen/Thumb2/thumb2-adc.ll
test/CodeGen/Thumb2/thumb2-add.ll
test/CodeGen/Thumb2/thumb2-add2.ll
test/CodeGen/Thumb2/thumb2-add3.ll
test/CodeGen/Thumb2/thumb2-add4.ll
test/CodeGen/Thumb2/thumb2-add5.ll
test/CodeGen/Thumb2/thumb2-add6.ll
test/CodeGen/Thumb2/thumb2-and.ll
test/CodeGen/Thumb2/thumb2-and2.ll
test/CodeGen/Thumb2/thumb2-asr.ll
test/CodeGen/Thumb2/thumb2-asr2.ll
test/CodeGen/Thumb2/thumb2-bcc.ll
test/CodeGen/Thumb2/thumb2-bfc.ll
test/CodeGen/Thumb2/thumb2-bic.ll
test/CodeGen/Thumb2/thumb2-clz.ll
test/CodeGen/Thumb2/thumb2-cmn.ll
test/CodeGen/Thumb2/thumb2-cmn2.ll
test/CodeGen/Thumb2/thumb2-cmp.ll
test/CodeGen/Thumb2/thumb2-cmp2.ll
test/CodeGen/Thumb2/thumb2-eor.ll
test/CodeGen/Thumb2/thumb2-eor2.ll
test/CodeGen/Thumb2/thumb2-jtb.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-ldrh.ll
test/CodeGen/Thumb2/thumb2-lsl.ll
test/CodeGen/Thumb2/thumb2-lsl2.ll
test/CodeGen/Thumb2/thumb2-lsr.ll
test/CodeGen/Thumb2/thumb2-lsr2.ll
test/CodeGen/Thumb2/thumb2-lsr3.ll
test/CodeGen/Thumb2/thumb2-mla.ll
test/CodeGen/Thumb2/thumb2-mls.ll
test/CodeGen/Thumb2/thumb2-mov.ll
test/CodeGen/Thumb2/thumb2-mul.ll
test/CodeGen/Thumb2/thumb2-mulhi.ll
test/CodeGen/Thumb2/thumb2-mvn2.ll
test/CodeGen/Thumb2/thumb2-neg.ll
test/CodeGen/Thumb2/thumb2-orn.ll
test/CodeGen/Thumb2/thumb2-orn2.ll
test/CodeGen/Thumb2/thumb2-orr.ll
test/CodeGen/Thumb2/thumb2-orr2.ll
test/CodeGen/Thumb2/thumb2-pack.ll
test/CodeGen/Thumb2/thumb2-rev.ll
test/CodeGen/Thumb2/thumb2-rev16.ll
test/CodeGen/Thumb2/thumb2-ror.ll
test/CodeGen/Thumb2/thumb2-rsb.ll
test/CodeGen/Thumb2/thumb2-rsb2.ll
test/CodeGen/Thumb2/thumb2-sbc.ll
test/CodeGen/Thumb2/thumb2-select.ll
test/CodeGen/Thumb2/thumb2-select_xform.ll
test/CodeGen/Thumb2/thumb2-smla.ll
test/CodeGen/Thumb2/thumb2-smul.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-sub.ll
test/CodeGen/Thumb2/thumb2-sub2.ll
test/CodeGen/Thumb2/thumb2-sub3.ll
test/CodeGen/Thumb2/thumb2-sub4.ll
test/CodeGen/Thumb2/thumb2-sub5.ll
test/CodeGen/Thumb2/thumb2-sxt_rot.ll
test/CodeGen/Thumb2/thumb2-teq.ll
test/CodeGen/Thumb2/thumb2-teq2.ll
test/CodeGen/Thumb2/thumb2-tst.ll
test/CodeGen/Thumb2/thumb2-tst2.ll
test/CodeGen/Thumb2/tls1.ll
test/CodeGen/Thumb2/tls2.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/Thumb2/v8_IT_6.ll [new file with mode: 0644]
test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll
test/CodeGen/X86/2006-07-20-InlineAsm.ll
test/CodeGen/X86/2006-07-31-SingleRegClass.ll
test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll
test/CodeGen/X86/2007-05-05-Personality.ll
test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll [deleted file]
test/CodeGen/X86/2007-10-17-IllegalAsm.ll [deleted file]
test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll
test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll
test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll
test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll
test/CodeGen/X86/2008-03-14-SpillerCrash.ll
test/CodeGen/X86/2008-04-02-unnamedEH.ll
test/CodeGen/X86/2008-04-08-CoalescerCrash.ll
test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
test/CodeGen/X86/2008-08-31-EH_RETURN64.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll
test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll
test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll [deleted file]
test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll
test/CodeGen/X86/2009-06-05-VZextByteShort.ll
test/CodeGen/X86/2009-08-23-linkerprivate.ll [deleted file]
test/CodeGen/X86/2009-09-19-earlyclobber.ll
test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll
test/CodeGen/X86/2010-06-28-matched-g-constraint.ll
test/CodeGen/X86/2010-07-02-asm-alignstack.ll
test/CodeGen/X86/2010-07-06-asm-RIP.ll
test/CodeGen/X86/2010-07-13-indirectXconstraint.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
test/CodeGen/X86/2010-12-02-MC-Set.ll [deleted file]
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-05-09-loaduse.ll
test/CodeGen/X86/2011-10-11-SpillDead.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2011-12-28-vselecti8.ll
test/CodeGen/X86/2012-08-17-legalizer-crash.ll
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2013-10-14-FastISel-incorrect-vreg.ll
test/CodeGen/X86/3addr-16bit.ll
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/GC/ocaml-gc.ll
test/CodeGen/X86/MachineBranchProb.ll [new file with mode: 0644]
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/alias-error.ll [deleted file]
test/CodeGen/X86/anyregcc-crash.ll
test/CodeGen/X86/anyregcc.ll
test/CodeGen/X86/asm-block-labels.ll
test/CodeGen/X86/asm-global-imm.ll
test/CodeGen/X86/atom-cmpb.ll [new file with mode: 0644]
test/CodeGen/X86/atomic16.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll
test/CodeGen/X86/atomic6432.ll
test/CodeGen/X86/atomic8.ll
test/CodeGen/X86/atomic_op.ll
test/CodeGen/X86/avx-blend.ll
test/CodeGen/X86/avx-cvt-2.ll [new file with mode: 0644]
test/CodeGen/X86/avx-shift.ll
test/CodeGen/X86/avx-shuffle.ll
test/CodeGen/X86/avx-trunc.ll
test/CodeGen/X86/avx-vbroadcast.ll
test/CodeGen/X86/avx-vzeroupper.ll
test/CodeGen/X86/avx2-gather.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-shift.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx2-vector-shifts.ll
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-build-vector.ll
test/CodeGen/X86/avx512-cmp.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-mov.ll
test/CodeGen/X86/avx512-select.ll
test/CodeGen/X86/avx512-shuffle.ll
test/CodeGen/X86/avx512-trunc-ext.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512-vselect-crash.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-zext-load-crash.ll [new file with mode: 0644]
test/CodeGen/X86/barrier-sse.ll
test/CodeGen/X86/blend-msb.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/bswap-vector.ll [new file with mode: 0644]
test/CodeGen/X86/bt.ll
test/CodeGen/X86/cache-intrinsic.ll [new file with mode: 0644]
test/CodeGen/X86/call-imm.ll
test/CodeGen/X86/cas.ll
test/CodeGen/X86/catch.ll [new file with mode: 0644]
test/CodeGen/X86/cdecl-method-return.ll [new file with mode: 0644]
test/CodeGen/X86/cfstring.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmpxchg16b.ll
test/CodeGen/X86/coalescer-remat.ll
test/CodeGen/X86/codegen-prepare-addrmode-sext.ll [new file with mode: 0644]
test/CodeGen/X86/codegen-prepare-cast.ll
test/CodeGen/X86/codegen-prepare-extload.ll
test/CodeGen/X86/combine-or.ll [new file with mode: 0644]
test/CodeGen/X86/combine-vec-shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/const-base-addr.ll [new file with mode: 0644]
test/CodeGen/X86/crash.ll
test/CodeGen/X86/cse-add-with-overflow.ll [new file with mode: 0644]
test/CodeGen/X86/ctpop-combine.ll
test/CodeGen/X86/darwin-no-dead-strip.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll [new file with mode: 0644]
test/CodeGen/X86/dbg-changes-codegen.ll [new file with mode: 0644]
test/CodeGen/X86/dll-linkage.ll [deleted file]
test/CodeGen/X86/dllexport-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dllimport-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/dllimport.ll [new file with mode: 0644]
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dynamic-alloca-in-entry.ll [new file with mode: 0644]
test/CodeGen/X86/exedepsfix-broadcast.ll [new file with mode: 0644]
test/CodeGen/X86/extract-store.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-args-fail.ll
test/CodeGen/X86/fast-isel-select.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fast-isel.ll
test/CodeGen/X86/fastcall-correct-mangling.ll
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma3-intrinsics.ll
test/CodeGen/X86/fma4-intrinsics-x86_64.ll
test/CodeGen/X86/fold-call-oper.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-sext-crash.ll [new file with mode: 0644]
test/CodeGen/X86/fold-vector-sext-zext.ll [new file with mode: 0644]
test/CodeGen/X86/fold-xmm-zero.ll
test/CodeGen/X86/fp-fast.ll
test/CodeGen/X86/gcc_except_table.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/hidden-vis-pic.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/inalloca-ctor.ll [new file with mode: 0644]
test/CodeGen/X86/inalloca-invoke.ll [new file with mode: 0644]
test/CodeGen/X86/inalloca-stdcall.ll [new file with mode: 0644]
test/CodeGen/X86/inalloca.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-flag-clobber.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inline-asm-h.ll
test/CodeGen/X86/inline-asm-modifier-n.ll
test/CodeGen/X86/inline-asm-modifier-q.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-mrv.ll
test/CodeGen/X86/inline-asm-q-regs.ll
test/CodeGen/X86/inline-asm-sp-clobber-memcpy.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-stack-realign.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-stack-realign2.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-stack-realign3.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-tied.ll
test/CodeGen/X86/inline-asm-x-scalar.ll
test/CodeGen/X86/inline-asm.ll
test/CodeGen/X86/ins_split_regalloc.ll [new file with mode: 0644]
test/CodeGen/X86/isint.ll
test/CodeGen/X86/large-constants.ll [new file with mode: 0644]
test/CodeGen/X86/load-slice.ll
test/CodeGen/X86/lsr-interesting-step.ll
test/CodeGen/X86/lsr-normalization.ll
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/mature-mc-support.ll [new file with mode: 0644]
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/misched-aa-colored.ll [new file with mode: 0644]
test/CodeGen/X86/misched-aa-mmos.ll [new file with mode: 0644]
test/CodeGen/X86/misched-matmul.ll
test/CodeGen/X86/movbe.ll
test/CodeGen/X86/ms-inline-asm.ll
test/CodeGen/X86/mul128_sext_loop.ll [new file with mode: 0644]
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/negate-add-zero.ll
test/CodeGen/X86/no-elf-compact-unwind.ll [deleted file]
test/CodeGen/X86/nocx16.ll
test/CodeGen/X86/opaque-constant-asm.ll [new file with mode: 0644]
test/CodeGen/X86/osx-private-labels.ll [new file with mode: 0644]
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/peephole-multiple-folds.ll [new file with mode: 0644]
test/CodeGen/X86/personality.ll
test/CodeGen/X86/personality_size.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pr10420.ll [deleted file]
test/CodeGen/X86/pr14090.ll [deleted file]
test/CodeGen/X86/pr1462.ll
test/CodeGen/X86/pr16031.ll
test/CodeGen/X86/pr19049.ll [new file with mode: 0644]
test/CodeGen/X86/preserve_allcc64.ll [new file with mode: 0644]
test/CodeGen/X86/preserve_mostcc64.ll [new file with mode: 0644]
test/CodeGen/X86/private-2.ll
test/CodeGen/X86/ragreedy-bug.ll [new file with mode: 0644]
test/CodeGen/X86/ragreedy-hoist-spill.ll [new file with mode: 0644]
test/CodeGen/X86/ragreedy-last-chance-recoloring.ll [new file with mode: 0644]
test/CodeGen/X86/rot16.ll
test/CodeGen/X86/rotate3.ll [new file with mode: 0644]
test/CodeGen/X86/rotate4.ll [new file with mode: 0644]
test/CodeGen/X86/saddo-redundant-add.ll [new file with mode: 0644]
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/setjmp-spills.ll [new file with mode: 0644]
test/CodeGen/X86/shift-combine-crash.ll [new file with mode: 0644]
test/CodeGen/X86/shift-double.ll
test/CodeGen/X86/shift-pcmp.ll [new file with mode: 0644]
test/CodeGen/X86/shl_undef.ll
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/sibcall-5.ll
test/CodeGen/X86/sibcall.ll
test/CodeGen/X86/sse-scalar-fp-arith-2.ll [new file with mode: 0644]
test/CodeGen/X86/sse-scalar-fp-arith.ll [new file with mode: 0644]
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse2-blend.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2-vector-shifts.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse41-blend.ll
test/CodeGen/X86/ssp-data-layout.ll [new file with mode: 0644]
test/CodeGen/X86/stack-align-memcpy.ll
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stackmap-liveness.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-nops.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap.ll
test/CodeGen/X86/stdcall-notailcall.ll
test/CodeGen/X86/stdcall.ll
test/CodeGen/X86/stores-merging.ll [new file with mode: 0644]
test/CodeGen/X86/sunkaddr-ext.ll [new file with mode: 0644]
test/CodeGen/X86/tbm-intrinsics-x86_64.ll
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/v4i32load-crash.ll
test/CodeGen/X86/vaargs.ll [new file with mode: 0644]
test/CodeGen/X86/vastart-defs-eflags.ll [new file with mode: 0644]
test/CodeGen/X86/vbinop-simplify-bug.ll [new file with mode: 0644]
test/CodeGen/X86/vec_round.ll
test/CodeGen/X86/vec_setcc-2.ll [new file with mode: 0644]
test/CodeGen/X86/vec_setcc.ll
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shift5.ll [new file with mode: 0644]
test/CodeGen/X86/vec_shift6.ll [new file with mode: 0644]
test/CodeGen/X86/vec_shuf-insert.ll [new file with mode: 0644]
test/CodeGen/X86/vec_shuffle-40.ll [new file with mode: 0644]
test/CodeGen/X86/vector-gep.ll
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/vselect-2.ll [new file with mode: 0644]
test/CodeGen/X86/vselect.ll [new file with mode: 0644]
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-6.ll [new file with mode: 0644]
test/CodeGen/X86/warn-stack.ll
test/CodeGen/X86/weak_def_can_be_hidden.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/win32_sret.ll
test/CodeGen/X86/win64_alloca_dynalloca.ll
test/CodeGen/X86/win_chkstk.ll
test/CodeGen/X86/x86-64-double-precision-shift-left.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-double-precision-shift-right.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-double-shifts-var.ll [new file with mode: 0644]
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/zlib-longest-match.ll [new file with mode: 0644]
test/CodeGen/XCore/align.ll [new file with mode: 0644]
test/CodeGen/XCore/atomic.ll
test/CodeGen/XCore/bigstructret.ll
test/CodeGen/XCore/byVal.ll
test/CodeGen/XCore/call.ll [new file with mode: 0644]
test/CodeGen/XCore/codemodel.ll [new file with mode: 0644]
test/CodeGen/XCore/epilogue_prologue.ll
test/CodeGen/XCore/exception.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/inline-asm.ll
test/CodeGen/XCore/linkage.ll
test/CodeGen/XCore/llvm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/XCore/load.ll
test/CodeGen/XCore/memcpy.ll [new file with mode: 0644]
test/CodeGen/XCore/resources.ll
test/CodeGen/XCore/resources_combine.ll [new file with mode: 0644]
test/CodeGen/XCore/scavenging.ll
test/DebugInfo/2009-11-10-CurrentFn.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-10-MultipleCU.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/variable-loc.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/sectionorder.ll [new file with mode: 0644]
test/DebugInfo/ARM/tls.ll [new file with mode: 0644]
test/DebugInfo/ARM64/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/ARM64/struct_by_value.ll [new file with mode: 0644]
test/DebugInfo/COFF/asan-module-ctor.ll [new file with mode: 0644]
test/DebugInfo/COFF/asan-module-without-functions.ll [new file with mode: 0644]
test/DebugInfo/COFF/asm.ll [new file with mode: 0644]
test/DebugInfo/COFF/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/COFF/multifile.ll [new file with mode: 0644]
test/DebugInfo/COFF/multifunction.ll [new file with mode: 0644]
test/DebugInfo/COFF/simple.ll [new file with mode: 0644]
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll [new file with mode: 0644]
test/DebugInfo/Inputs/arm-relocs.elf-arm [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-line-dwo.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-line-dwo.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/llvm-symbolizer-test.c [new file with mode: 0644]
test/DebugInfo/Inputs/llvm-symbolizer-test.elf-x86-64 [new file with mode: 0755]
test/DebugInfo/Inputs/shared-object-stripped.elf-i386 [new file with mode: 0644]
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll [new file with mode: 0644]
test/DebugInfo/Sparc/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-08-10-DbgConstant.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_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/aligned_stack_var.ll
test/DebugInfo/X86/arange.ll [new file with mode: 0644]
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_debug_info_type.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/cu-ranges-odr.ll [new file with mode: 0644]
test/DebugInfo/X86/cu-ranges.ll [new file with mode: 0644]
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg_value_direct.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-offset.ll [new file with mode: 0644]
test/DebugInfo/X86/decl-derived-member.ll [new file with mode: 0644]
test/DebugInfo/X86/discriminator.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/eh_symbol.ll [deleted file]
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
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-ranges.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/lexical_block.ll [new file with mode: 0644]
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll [new file with mode: 0644]
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr9951.ll [deleted file]
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/sret.ll [new file with mode: 0644]
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 [new file with mode: 0644]
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/tls-fission.ll [deleted file]
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/arm-relocs.test [new file with mode: 0644]
test/DebugInfo/array.ll
test/DebugInfo/cu-line-tables.ll [new file with mode: 0644]
test/DebugInfo/cu-range-hole.ll [new file with mode: 0644]
test/DebugInfo/cu-ranges.ll [new file with mode: 0644]
test/DebugInfo/debug-info-qualifiers.ll [new file with mode: 0644]
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/dwarfdump-line-dwo.test [new file with mode: 0644]
test/DebugInfo/empty.ll [new file with mode: 0644]
test/DebugInfo/enum.ll
test/DebugInfo/global.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/lto-comp-dir.ll [new file with mode: 0644]
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/namespace.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/unconditional-branch.ll [new file with mode: 0644]
test/DebugInfo/varargs.ll [new file with mode: 0644]
test/DebugInfo/version.ll
test/ExecutionEngine/MCJIT/lit.local.cfg
test/ExecutionEngine/MCJIT/load-object-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/non-extern-addend.ll
test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/lit.local.cfg
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/lit.local.cfg
test/Feature/aliases.ll
test/Feature/intrinsic-noduplicate.ll [new file with mode: 0644]
test/Feature/intrinsics.ll
test/Feature/linker_private_linkages.ll [deleted file]
test/Feature/optnone-llc.ll [new file with mode: 0644]
test/Feature/optnone-opt.ll [new file with mode: 0644]
test/FileCheck/check-multiple-prefixes-nomatch-2.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.s [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/bug_11395.ll
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/coverage.ll
test/Instrumentation/AddressSanitizer/different_scale_and_offset.ll [deleted file]
test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-touch-odr-global.ll
test/Instrumentation/AddressSanitizer/do-not-touch-threadlocal.ll
test/Instrumentation/AddressSanitizer/freebsd.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/instrument-no-return.ll
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_load_then_store.ll
test/Instrumentation/AddressSanitizer/keep-instrumented_functions.ll
test/Instrumentation/AddressSanitizer/lifetime-uar.ll
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/stack-poisoning.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/stack_layout.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/test64.ll
test/Instrumentation/BoundsChecking/phi.ll
test/Instrumentation/BoundsChecking/simple.ll
test/Instrumentation/DataFlowSanitizer/load.ll
test/Instrumentation/DataFlowSanitizer/store.ll
test/Instrumentation/MemorySanitizer/atomics.ll
test/Instrumentation/MemorySanitizer/check_access_address.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/store-origin.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_shift.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll
test/Instrumentation/ThreadSanitizer/atomic.ll
test/Instrumentation/ThreadSanitizer/vptr_update.ll
test/LTO/current-section.ll [new file with mode: 0644]
test/LTO/keep-used-puts-during-instcombine.ll [new file with mode: 0644]
test/LTO/linkonce_odr_func.ll
test/LTO/no-undefined-puts-when-implemented.ll [new file with mode: 0644]
test/LTO/private-symbol.ll [new file with mode: 0644]
test/LTO/symver-asm.ll [new file with mode: 0644]
test/LTO/triple-init.ll [new file with mode: 0644]
test/Linker/2011-08-22-ResolveAlias2.ll
test/Linker/Inputs/datalayout-a.ll [new file with mode: 0644]
test/Linker/Inputs/datalayout-b.ll [new file with mode: 0644]
test/Linker/Inputs/targettriple-a.ll [new file with mode: 0644]
test/Linker/Inputs/targettriple-b.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/Inputs/type-unique-simple2-b.ll
test/Linker/datalayout.ll [new file with mode: 0644]
test/Linker/dllstorage-a.ll [new file with mode: 0644]
test/Linker/dllstorage-b.ll [new file with mode: 0644]
test/Linker/func-attrs-a.ll [new file with mode: 0644]
test/Linker/func-attrs-b.ll [new file with mode: 0644]
test/Linker/targettriple.ll [new file with mode: 0644]
test/Linker/type-unique-odr-a.ll [new file with mode: 0644]
test/Linker/type-unique-odr-b.ll [new file with mode: 0644]
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple-b.ll
test/Linker/type-unique-simple2-a.ll [new file with mode: 0644]
test/Linker/type-unique-simple2-b.ll [new file with mode: 0644]
test/Linker/type-unique-simple2.ll
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/neon-compare-instructions.s
test/MC/AArch64/neon-diagnostics.s
test/MC/AArch64/neon-scalar-fp-compare.s
test/MC/AArch64/neon-sxtl.s [new file with mode: 0644]
test/MC/AArch64/neon-uxtl.s [new file with mode: 0644]
test/MC/AArch64/optional-hash.s [new file with mode: 0644]
test/MC/ARM/2013-03-18-Br-to-label-named-like-reg.s
test/MC/ARM/arm-elf-symver.s [new file with mode: 0644]
test/MC/ARM/arm-ldrd.s
test/MC/ARM/arm-memory-instructions.s
test/MC/ARM/arm-qualifier-diagnostics.s [new file with mode: 0644]
test/MC/ARM/arm_addrmode2.s
test/MC/ARM/arm_fixups.s
test/MC/ARM/arm_word_directive.s [deleted file]
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/basic-thumb-instructions.s
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/bkpt.s [new file with mode: 0644]
test/MC/ARM/cmp-immediate-fixup-error.s [new file with mode: 0644]
test/MC/ARM/cmp-immediate-fixup-error2.s [new file with mode: 0644]
test/MC/ARM/cmp-immediate-fixup.s [new file with mode: 0644]
test/MC/ARM/cmp-immediate-fixup2.s [new file with mode: 0644]
test/MC/ARM/comment.s [new file with mode: 0644]
test/MC/ARM/complex-operands.s [new file with mode: 0644]
test/MC/ARM/data-in-code.ll
test/MC/ARM/directive-align.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv2.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv2a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv3.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv3m.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv4.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv4t.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv5.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv5t.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv5te.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6-m.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6j.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6t2.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6z.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv6zk.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7-a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7-m.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7-r.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7m.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv7r.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv8-a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-armv8a.s [new file with mode: 0644]
test/MC/ARM/directive-arch-iwmmxt.s [new file with mode: 0644]
test/MC/ARM/directive-arch-iwmmxt2.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-crc.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-crypto.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-fp.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-idiv.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-mp.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-sec.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-simd.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute-2.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute-diagnostics.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute-overwrite.s [new file with mode: 0644]
test/MC/ARM/directive-even.s [new file with mode: 0644]
test/MC/ARM/directive-fpu-multiple.s
test/MC/ARM/directive-fpu-softvfp.s [new file with mode: 0644]
test/MC/ARM/directive-literals.s [new file with mode: 0644]
test/MC/ARM/directive-object_arch-2.s [new file with mode: 0644]
test/MC/ARM/directive-object_arch-3.s [new file with mode: 0644]
test/MC/ARM/directive-object_arch-diagnostics.s [new file with mode: 0644]
test/MC/ARM/directive-object_arch.s [new file with mode: 0644]
test/MC/ARM/directive-tlsdescseq-diagnostics.s [new file with mode: 0644]
test/MC/ARM/directive-tlsdescseq.s [new file with mode: 0644]
test/MC/ARM/directive-word-diagnostics.s [new file with mode: 0644]
test/MC/ARM/dot-req-case-insensitive.s [new file with mode: 0644]
test/MC/ARM/dwarf-cfi-initial-state.s [new file with mode: 0644]
test/MC/ARM/eh-directive-cantunwind-diagnostics.s
test/MC/ARM/eh-directive-fnstart-diagnostics.s
test/MC/ARM/eh-directive-movsp-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-movsp.s [new file with mode: 0644]
test/MC/ARM/eh-directive-personalityindex-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-personalityindex.s [new file with mode: 0644]
test/MC/ARM/eh-directive-setfp.s
test/MC/ARM/eh-directive-unwind_raw-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-unwind_raw.s [new file with mode: 0644]
test/MC/ARM/elf-jump24-fixup.s
test/MC/ARM/elf-thumbfunc-reloc.ll
test/MC/ARM/fconst.s [new file with mode: 0644]
test/MC/ARM/fixup-cpu-mode.s [new file with mode: 0644]
test/MC/ARM/fp-const-errors.s [new file with mode: 0644]
test/MC/ARM/inst-arm-suffixes.s [new file with mode: 0644]
test/MC/ARM/inst-constant-required.s [new file with mode: 0644]
test/MC/ARM/inst-directive-emit.s [new file with mode: 0644]
test/MC/ARM/inst-directive.s [new file with mode: 0644]
test/MC/ARM/inst-overflow.s [new file with mode: 0644]
test/MC/ARM/inst-thumb-overflow-2.s [new file with mode: 0644]
test/MC/ARM/inst-thumb-overflow.s [new file with mode: 0644]
test/MC/ARM/inst-thumb-suffixes.s [new file with mode: 0644]
test/MC/ARM/invalid-vector-index.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo-darwin.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo-obj-errors.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo-parse-errors.s [new file with mode: 0644]
test/MC/ARM/ldr-pseudo.s [new file with mode: 0644]
test/MC/ARM/ldrd-strd-gnu-sp.s [new file with mode: 0644]
test/MC/ARM/ltorg-darwin.s [new file with mode: 0644]
test/MC/ARM/ltorg.s [new file with mode: 0644]
test/MC/ARM/mul-v4.s [new file with mode: 0644]
test/MC/ARM/neon-vld-encoding.s
test/MC/ARM/not-armv4.s [new file with mode: 0644]
test/MC/ARM/pool.s [new file with mode: 0644]
test/MC/ARM/simple-fp-encoding.s
test/MC/ARM/symbol-variants-errors.s [new file with mode: 0644]
test/MC/ARM/symbol-variants.s [new file with mode: 0644]
test/MC/ARM/target-expressions.s [new file with mode: 0644]
test/MC/ARM/thumb-far-jump.s [new file with mode: 0644]
test/MC/ARM/thumb-st_other.s [new file with mode: 0644]
test/MC/ARM/thumb-types.s [new file with mode: 0644]
test/MC/ARM/thumb2-cbn-to-next-inst.s [new file with mode: 0644]
test/MC/ARM/thumb2-ldrd.s
test/MC/ARM/thumb2-mclass.s
test/MC/ARM/thumb_set-diagnostics.s [new file with mode: 0644]
test/MC/ARM/thumb_set.s [new file with mode: 0644]
test/MC/ARM/thumbv7m.s [new file with mode: 0644]
test/MC/ARM/unwind-stack-diagnostics.s [new file with mode: 0644]
test/MC/ARM/variant-diagnostics.s [new file with mode: 0644]
test/MC/ARM/vfp-aliases-diagnostics.s [new file with mode: 0644]
test/MC/ARM/vfp-aliases.s [new file with mode: 0644]
test/MC/ARM/xscale-attributes.ll [deleted file]
test/MC/ARM64/advsimd.s [new file with mode: 0644]
test/MC/ARM64/aliases.s [new file with mode: 0644]
test/MC/ARM64/arithmetic-encoding.s [new file with mode: 0644]
test/MC/ARM64/arm64-fixup.s [new file with mode: 0644]
test/MC/ARM64/basic-a64-instructions.s [new file with mode: 0644]
test/MC/ARM64/bitfield-encoding.s [new file with mode: 0644]
test/MC/ARM64/branch-encoding.s [new file with mode: 0644]
test/MC/ARM64/crypto.s [new file with mode: 0644]
test/MC/ARM64/diags.s [new file with mode: 0644]
test/MC/ARM64/directive_loh.s [new file with mode: 0644]
test/MC/ARM64/elf-relocs.s [new file with mode: 0644]
test/MC/ARM64/fp-encoding.s [new file with mode: 0644]
test/MC/ARM64/large-relocs.s [new file with mode: 0644]
test/MC/ARM64/lit.local.cfg [new file with mode: 0644]
test/MC/ARM64/logical-encoding.s [new file with mode: 0644]
test/MC/ARM64/mapping-across-sections.s [new file with mode: 0644]
test/MC/ARM64/mapping-within-section.s [new file with mode: 0644]
test/MC/ARM64/memory.s [new file with mode: 0644]
test/MC/ARM64/separator.s [new file with mode: 0644]
test/MC/ARM64/simd-ldst.s [new file with mode: 0644]
test/MC/ARM64/small-data-fixups.s [new file with mode: 0644]
test/MC/ARM64/system-encoding.s [new file with mode: 0644]
test/MC/ARM64/tls-modifiers-darwin.s [new file with mode: 0644]
test/MC/ARM64/tls-relocs.s [new file with mode: 0644]
test/MC/ARM64/variable-exprs.s [new file with mode: 0644]
test/MC/AsmParser/conditional_asm.s
test/MC/AsmParser/directive-err-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/directive-err.s [new file with mode: 0644]
test/MC/AsmParser/directive_end-2.s [new file with mode: 0644]
test/MC/AsmParser/directive_end.s [new file with mode: 0644]
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_loc.s
test/MC/AsmParser/directive_rept-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/directive_rept.s [new file with mode: 0644]
test/MC/AsmParser/directive_values.s
test/MC/AsmParser/dot-symbol-assignment-backwards.s [new file with mode: 0644]
test/MC/AsmParser/dot-symbol-assignment.s [new file with mode: 0644]
test/MC/AsmParser/dot-symbol-non-absolute.s [new file with mode: 0644]
test/MC/AsmParser/dot-symbol.s
test/MC/AsmParser/exprs.s
test/MC/AsmParser/ifc.s
test/MC/AsmParser/ifeqs-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/ifeqs.s [new file with mode: 0644]
test/MC/AsmParser/macro-def-in-instantiation.s
test/MC/AsmParser/macro-err1.s
test/MC/AsmParser/macro-irp.s
test/MC/AsmParser/macro-qualifier-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/macro-qualifier.s [new file with mode: 0644]
test/MC/AsmParser/macros-argument-parsing-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/macros-argument-parsing.s [new file with mode: 0644]
test/MC/AsmParser/macros-darwin.s
test/MC/AsmParser/macros-gas.s [new file with mode: 0644]
test/MC/AsmParser/macros.s [deleted file]
test/MC/COFF/bad-expr.s [new file with mode: 0644]
test/MC/COFF/bss.s
test/MC/COFF/bss_section.ll
test/MC/COFF/comm.s [new file with mode: 0644]
test/MC/COFF/feat00.s
test/MC/COFF/ir-to-imgrel.ll [new file with mode: 0644]
test/MC/COFF/secidx-diagnostic.s [new file with mode: 0644]
test/MC/COFF/secidx.s [new file with mode: 0644]
test/MC/COFF/section-name-encoding.s
test/MC/COFF/timestamp.s [new file with mode: 0644]
test/MC/COFF/tricky-names.ll
test/MC/COFF/weak-symbol.ll
test/MC/COFF/weak.s
test/MC/Disassembler/ARM/addrmode2-reencoding.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/advsimd.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/arithmetic.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/bitfield.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/branch.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/crc32.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/crypto.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/invalid-logical.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/ARM64/logical.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/memory.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/scalar-fp.txt [new file with mode: 0644]
test/MC/Disassembler/ARM64/system.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips.txt
test/MC/Disassembler/Mips/micromips_le.txt
test/MC/Disassembler/Mips/mips32.txt
test/MC/Disassembler/Mips/mips32_le.txt
test/MC/Disassembler/Mips/mips32r2.txt
test/MC/Disassembler/Mips/mips32r2_le.txt
test/MC/Disassembler/PowerPC/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-fp.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-operands.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/vsx.txt [new file with mode: 0644]
test/MC/Disassembler/Sparc/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/Sparc/sparc-fp.txt [new file with mode: 0644]
test/MC/Disassembler/Sparc/sparc-mem.txt [new file with mode: 0644]
test/MC/Disassembler/Sparc/sparc.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/insns.txt
test/MC/Disassembler/X86/avx-512.txt [new file with mode: 0644]
test/MC/Disassembler/X86/fp-stack.txt [new file with mode: 0644]
test/MC/Disassembler/X86/missing-sib.txt [new file with mode: 0644]
test/MC/Disassembler/X86/moffs.txt [new file with mode: 0644]
test/MC/Disassembler/X86/padlock.txt [new file with mode: 0644]
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-16.txt [new file with mode: 0644]
test/MC/Disassembler/X86/x86-32.txt
test/MC/Disassembler/X86/x86-64.txt
test/MC/ELF/abs.s
test/MC/ELF/alias-reloc.s
test/MC/ELF/alias.s
test/MC/ELF/bad-expr.s [new file with mode: 0644]
test/MC/ELF/bad-expr2.s [new file with mode: 0644]
test/MC/ELF/bad-expr3.s [new file with mode: 0644]
test/MC/ELF/basic-elf-32.s
test/MC/ELF/cfi.s
test/MC/ELF/comdat.s
test/MC/ELF/common.s
test/MC/ELF/compression.s [new file with mode: 0644]
test/MC/ELF/discriminator.s [new file with mode: 0644]
test/MC/ELF/dot-symbol-assignment.s [new file with mode: 0644]
test/MC/ELF/file-double.s
test/MC/ELF/file.s
test/MC/ELF/gen-dwarf.s
test/MC/ELF/ifunc-reloc.s [new file with mode: 0644]
test/MC/ELF/local-reloc.s
test/MC/ELF/many-section.s [deleted file]
test/MC/ELF/many-sections-2.s
test/MC/ELF/many-sections.s [new file with mode: 0644]
test/MC/ELF/merge.s
test/MC/ELF/nocompression.s [new file with mode: 0644]
test/MC/ELF/offset.s [new file with mode: 0644]
test/MC/ELF/pic-diff.s
test/MC/ELF/pr9292.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-pc.s
test/MC/ELF/relocation.s
test/MC/ELF/set.s
test/MC/ELF/symref.s
test/MC/ELF/tls-i386.s
test/MC/ELF/tls.s
test/MC/ELF/type-propagate.s [new file with mode: 0644]
test/MC/ELF/type.s
test/MC/ELF/undef.s
test/MC/ELF/weak.s
test/MC/ELF/weakref-reloc.s
test/MC/ELF/weakref.s
test/MC/MachO/ARM/bad-darwin-ARM-reloc.s [new file with mode: 0644]
test/MC/MachO/ARM/bad-darwin-directives.s [new file with mode: 0644]
test/MC/MachO/ARM/ios-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/ARM/version-min-diagnostics.s [new file with mode: 0644]
test/MC/MachO/ARM/version-min.s [new file with mode: 0644]
test/MC/MachO/ARM64/darwin-ARM64-local-label-diff.s [new file with mode: 0644]
test/MC/MachO/ARM64/darwin-ARM64-reloc.s [new file with mode: 0644]
test/MC/MachO/ARM64/lit.local.cfg [new file with mode: 0644]
test/MC/MachO/bss.s
test/MC/MachO/eh-frame-reloc.s [new file with mode: 0644]
test/MC/MachO/eh-symbols.s [new file with mode: 0644]
test/MC/MachO/eh_symbol.s [new file with mode: 0644]
test/MC/MachO/gen-dwarf-cpp.s
test/MC/MachO/gen-dwarf.s
test/MC/MachO/osx-version-min-load-command.s [new file with mode: 0644]
test/MC/MachO/x86_32-scattered-reloc-fallback.s [new file with mode: 0644]
test/MC/Mips/cfi.s [new file with mode: 0644]
test/MC/Mips/cpsetup.s [new file with mode: 0644]
test/MC/Mips/do_switch.ll [deleted file]
test/MC/Mips/do_switch1.s [new file with mode: 0644]
test/MC/Mips/do_switch2.s [new file with mode: 0644]
test/MC/Mips/do_switch3.s [new file with mode: 0644]
test/MC/Mips/elf-N64.ll [deleted file]
test/MC/Mips/elf-N64.s [new file with mode: 0644]
test/MC/Mips/elf-gprel-32-64.ll [deleted file]
test/MC/Mips/elf-gprel-32-64.s [new file with mode: 0644]
test/MC/Mips/elf-reginfo.ll [deleted file]
test/MC/Mips/elf-relsym.ll [deleted file]
test/MC/Mips/elf-relsym.s [new file with mode: 0644]
test/MC/Mips/elf-tls.ll [deleted file]
test/MC/Mips/elf-tls.s [new file with mode: 0644]
test/MC/Mips/elf_eflags.ll [deleted file]
test/MC/Mips/elf_eflags.s
test/MC/Mips/elf_eflags_abicalls.s [new file with mode: 0644]
test/MC/Mips/elf_eflags_micromips.s [new file with mode: 0644]
test/MC/Mips/elf_eflags_mips16.s [new file with mode: 0644]
test/MC/Mips/elf_eflags_noreorder.s [new file with mode: 0644]
test/MC/Mips/elf_eflags_pic0.s [new file with mode: 0644]
test/MC/Mips/elf_eflags_pic2.s [new file with mode: 0644]
test/MC/Mips/elf_reginfo.s [new file with mode: 0644]
test/MC/Mips/elf_st_other.ll [deleted file]
test/MC/Mips/elf_st_other.s
test/MC/Mips/higher-highest-addressing.s [new file with mode: 0644]
test/MC/Mips/higher_highest.ll [deleted file]
test/MC/Mips/hilo-addressing.s
test/MC/Mips/lea_64.ll [deleted file]
test/MC/Mips/micromips-16-bit-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-alias.s [new file with mode: 0644]
test/MC/Mips/micromips-alu-instructions.s
test/MC/Mips/micromips-bad-branches.s [new file with mode: 0644]
test/MC/Mips/micromips-control-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-diagnostic-fixup.s [new file with mode: 0644]
test/MC/Mips/micromips-el-fixup-data.s [new file with mode: 0644]
test/MC/Mips/micromips-fpu-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-jump-instructions.s
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/micromips-pc16-fixup.s [new file with mode: 0644]
test/MC/Mips/micromips-relocations.s
test/MC/Mips/mips-alu-instructions.s
test/MC/Mips/mips-bad-branches.s [new file with mode: 0644]
test/MC/Mips/mips-data-directives.s [new file with mode: 0644]
test/MC/Mips/mips-diagnostic-fixup.s [new file with mode: 0644]
test/MC/Mips/mips-jump-instructions.s
test/MC/Mips/mips-noat.s [new file with mode: 0644]
test/MC/Mips/mips-pc16-fixup.s [new file with mode: 0644]
test/MC/Mips/mips-register-names-invalid.s [new file with mode: 0644]
test/MC/Mips/mips-register-names-o32.s [new file with mode: 0644]
test/MC/Mips/mips-register-names.s [deleted file]
test/MC/Mips/mips1/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips1/valid.s [new file with mode: 0644]
test/MC/Mips/mips2/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips2/valid.s [new file with mode: 0644]
test/MC/Mips/mips3/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips3/valid.s [new file with mode: 0644]
test/MC/Mips/mips32/invalid-mips32r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips32/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32/valid.s [new file with mode: 0644]
test/MC/Mips/mips32r2/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32r2/valid.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64-xfail.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips4/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips4/valid.s [new file with mode: 0644]
test/MC/Mips/mips5/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips5/valid.s [new file with mode: 0644]
test/MC/Mips/mips64-alu-instructions.s
test/MC/Mips/mips64-register-names-n32-n64.s [new file with mode: 0644]
test/MC/Mips/mips64-register-names-o32.s [new file with mode: 0644]
test/MC/Mips/mips64-register-names.s [deleted file]
test/MC/Mips/mips64/invalid-mips64r2-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips64/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64/valid.s [new file with mode: 0644]
test/MC/Mips/mips64eb-fixups.s [new file with mode: 0644]
test/MC/Mips/mips64r2/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64r2/valid.s [new file with mode: 0644]
test/MC/Mips/mips_directives.s
test/MC/Mips/mips_directives_bad.s [new file with mode: 0644]
test/MC/Mips/mips_gprel16.ll [deleted file]
test/MC/Mips/mips_gprel16.s [new file with mode: 0644]
test/MC/Mips/msa/test_2r.s
test/MC/Mips/msa/test_2r_msa64.s [new file with mode: 0644]
test/MC/Mips/msa/test_2rf.s
test/MC/Mips/msa/test_3r.s
test/MC/Mips/msa/test_3rf.s
test/MC/Mips/msa/test_bit.s
test/MC/Mips/msa/test_cbranch.s
test/MC/Mips/msa/test_ctrlregs.s
test/MC/Mips/msa/test_dlsa.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm.s
test/MC/Mips/msa/test_elm_insert.s
test/MC/Mips/msa/test_elm_insert_msa64.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm_insve.s
test/MC/Mips/msa/test_elm_msa64.s [new file with mode: 0644]
test/MC/Mips/msa/test_i10.s
test/MC/Mips/msa/test_i5.s
test/MC/Mips/msa/test_i8.s
test/MC/Mips/msa/test_lsa.s
test/MC/Mips/msa/test_mi10.s
test/MC/Mips/msa/test_vec.s
test/MC/Mips/nabi-regs.s
test/MC/Mips/nacl-mask.s [new file with mode: 0644]
test/MC/Mips/octeon-instructions.s [new file with mode: 0644]
test/MC/Mips/r-mips-got-disp.ll [deleted file]
test/MC/Mips/r-mips-got-disp.s [new file with mode: 0644]
test/MC/Mips/set-at-directive-explicit-at.s [new file with mode: 0644]
test/MC/Mips/set-at-directive.s
test/MC/Mips/sym-expr.s [new file with mode: 0644]
test/MC/Mips/xgot.ll [deleted file]
test/MC/Mips/xgot.s [new file with mode: 0644]
test/MC/PowerPC/deprecated-p7.s
test/MC/PowerPC/ppc-llong.s
test/MC/PowerPC/ppc-machine.s
test/MC/PowerPC/ppc-nop.s
test/MC/PowerPC/ppc-word.s
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-bookIII.s
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-fp.s
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-errors.s
test/MC/PowerPC/ppc64-fixup-apply.s
test/MC/PowerPC/ppc64-fixup-explicit.s
test/MC/PowerPC/ppc64-fixups.s
test/MC/PowerPC/ppc64-initial-cfa.s
test/MC/PowerPC/ppc64-operands.s
test/MC/PowerPC/ppc64-regs.s
test/MC/PowerPC/vsx.s [new file with mode: 0644]
test/MC/Sparc/lit.local.cfg [new file with mode: 0644]
test/MC/Sparc/sparc-alu-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc-atomic-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc-ctrl-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc-directive-xword.s [new file with mode: 0644]
test/MC/Sparc/sparc-directives.s [new file with mode: 0644]
test/MC/Sparc/sparc-fp-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc-mem-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc-nop-data.s [new file with mode: 0644]
test/MC/Sparc/sparc-pic.s [new file with mode: 0644]
test/MC/Sparc/sparc-relocations.s [new file with mode: 0644]
test/MC/Sparc/sparc-vis.s [new file with mode: 0644]
test/MC/Sparc/sparc64-alu-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparc64-ctrl-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparcv8-instructions.s [new file with mode: 0644]
test/MC/Sparc/sparcv9-instructions.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad-z196.s
test/MC/SystemZ/insn-bad.s
test/MC/SystemZ/insn-good-z196.s
test/MC/X86/address-size.s
test/MC/X86/avx512-encodings.s
test/MC/X86/fixup-cpu-mode.s [new file with mode: 0644]
test/MC/X86/index-operations.s [new file with mode: 0644]
test/MC/X86/intel-syntax-avx512.s [new file with mode: 0644]
test/MC/X86/intel-syntax-bitwise-ops.s [new file with mode: 0644]
test/MC/X86/intel-syntax-directional-label.s [new file with mode: 0644]
test/MC/X86/intel-syntax-invalid-basereg.s [new file with mode: 0644]
test/MC/X86/intel-syntax-invalid-scale.s [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/no-elf-compact-unwind.s [new file with mode: 0644]
test/MC/X86/padlock.s
test/MC/X86/relax-insn.s [new file with mode: 0644]
test/MC/X86/reloc-undef-global.s [new file with mode: 0644]
test/MC/X86/ret.s [new file with mode: 0644]
test/MC/X86/stackmap-nops.ll [new file with mode: 0644]
test/MC/X86/variant-diagnostics.s [new file with mode: 0644]
test/MC/X86/x86-16.s [new file with mode: 0644]
test/MC/X86/x86-32.s
test/MC/X86/x86-64.s
test/MC/X86/x86-target-directives.s [new file with mode: 0644]
test/MC/X86/x86_64-avx-encoding.s
test/MC/X86/x86_64-signed-reloc.s [new file with mode: 0644]
test/MC/X86/x86_64-tbm-encoding.s
test/MC/X86/x86_errors.s
test/Makefile
test/Object/Inputs/COFF/i386.yaml
test/Object/Inputs/COFF/long-file-symbol.yaml [new file with mode: 0644]
test/Object/Inputs/COFF/x86-64.yaml
test/Object/Inputs/absolute.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/common.coff-i386 [new file with mode: 0644]
test/Object/Inputs/relocatable-with-section-address.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/thumb-symbols.elf.arm [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.elf-mipsel [new file with mode: 0644]
test/Object/Inputs/weak.elf-x86-64 [new file with mode: 0644]
test/Object/X86/objdump-disassembly-inline-relocations.test
test/Object/extract.ll
test/Object/mangle-ir.ll [new file with mode: 0644]
test/Object/nm-archive.test
test/Object/nm-error.test
test/Object/nm-ir.ll [new file with mode: 0644]
test/Object/nm-shared-object.test
test/Object/nm-trivial-object.test
test/Object/obj2yaml-coff-long-file-symbol.test [new file with mode: 0644]
test/Object/obj2yaml.test
test/Object/objdump-relocations.test
test/Object/readobj-elf-versioning.test
test/Object/readobj-shared-object.test
test/Object/yaml2obj-elf-file-headers-with-e_flags.yaml [new file with mode: 0644]
test/Object/yaml2obj-elf-section-basic.yaml
test/Object/yaml2obj-elf-symbol-basic.yaml
test/Other/Inputs/llvm_cov.gcda [deleted file]
test/Other/Inputs/llvm_cov.gcno [deleted file]
test/Other/llvm-cov.test [deleted file]
test/Other/new-pass-manager.ll [new file with mode: 0644]
test/Other/pass-pipeline-parsing.ll [new file with mode: 0644]
test/TableGen/MultiClassDefName.td
test/TableGen/ValidIdentifiers.td [new file with mode: 0644]
test/Transforms/AddDiscriminators/basic.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/first-only.ll [new file with mode: 0644]
test/Transforms/AddDiscriminators/multiple.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/inalloca.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/tail.ll [new file with mode: 0644]
test/Transforms/BBVectorize/simple-int.ll
test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
test/Transforms/CodeGenPrepare/X86/extend-sink-hoist.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/X86/x86-shuffle-sink.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/const-base-addr.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/delete-dead-cast-inst.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/phi.ll [new file with mode: 0644]
test/Transforms/ConstantHoisting/X86/stackmap.ll [new file with mode: 0644]
test/Transforms/ConstantMerge/linker-private.ll [deleted file]
test/Transforms/DeadArgElim/deadexternal.ll
test/Transforms/DeadArgElim/keepalive.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/readattrs.ll
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/2009-03-10-PREOnVoid.ll
test/Transforms/GVN/unreachable_block_infinite_loop.ll
test/Transforms/GlobalMerge/ARM/arm.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/GlobalMerge/ARM64/arm64.ll [new file with mode: 0644]
test/Transforms/GlobalMerge/ARM64/lit.local.cfg [new file with mode: 0644]
test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/alias-used-address-space.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/alias-used-section.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/fastcc.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/memset.ll
test/Transforms/IndVarSimplify/iv-widen.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lcssa-preservation.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr-extend-const.ll
test/Transforms/IndVarSimplify/lftr-reuse.ll
test/Transforms/IndVarSimplify/overflowcheck.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/tripcount_compute.ll
test/Transforms/Inline/ignore-debug-info.ll [new file with mode: 0644]
test/Transforms/Inline/inline-cold.ll [new file with mode: 0644]
test/Transforms/Inline/inline_invoke.ll
test/Transforms/Inline/inline_returns_twice.ll
test/Transforms/Inline/invoke-cleanup.ll [new file with mode: 0644]
test/Transforms/Inline/invoke-combine-clauses.ll [new file with mode: 0644]
test/Transforms/Inline/ptr-diff.ll
test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/add4.ll
test/Transforms/InstCombine/bitcast-store.ll
test/Transforms/InstCombine/call-cast-target-inalloca.ll [new file with mode: 0644]
test/Transforms/InstCombine/call-cast-target.ll
test/Transforms/InstCombine/cast-call-combine.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast-set.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/ceil.ll [new file with mode: 0644]
test/Transforms/InstCombine/constant-fold-math.ll [new file with mode: 0644]
test/Transforms/InstCombine/copysign.ll [new file with mode: 0644]
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/double-float-shrink-1.ll
test/Transforms/InstCombine/exp2-1.ll
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fdiv.ll
test/Transforms/InstCombine/float-shrink-compare.ll
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/fpextend.ll
test/Transforms/InstCombine/fpextend_x86.ll [new file with mode: 0644]
test/Transforms/InstCombine/fprintf-1.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/insert-extract-shuffle.ll [new file with mode: 0644]
test/Transforms/InstCombine/load-addrspace-cast.ll [new file with mode: 0644]
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/onehot_merge.ll
test/Transforms/InstCombine/pow-1.ll
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/round.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-2.ll
test/Transforms/InstCombine/select-select.ll [new file with mode: 0644]
test/Transforms/InstCombine/sign-test-and-or.ll
test/Transforms/InstCombine/sincospi.ll
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/strchr-1.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/vec_extract_var_elt.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/InstCombine/vec_sext.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/zext.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/undef.ll
test/Transforms/InstSimplify/vector_gep.ll
test/Transforms/Internalize/lists.ll
test/Transforms/LICM/lcssa-ssa-promoter.ll [new file with mode: 0644]
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/sinking.ll
test/Transforms/LICM/volatile-alias.ll
test/Transforms/LoopReroll/basic.ll
test/Transforms/LoopReroll/nonconst_lb.ll [new file with mode: 0644]
test/Transforms/LoopReroll/reduction.ll
test/Transforms/LoopRotate/PhiSelfReference-1.ll [new file with mode: 0644]
test/Transforms/LoopRotate/PhiSelfRefernce-1.ll [deleted file]
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/preserve-loop-simplify.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/ashr-crash.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/notify-scev.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/ARM64/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/ARM64/lsr-memcpy.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/ARM64/lsr-memset.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/X86/no_superflous_induction_vars.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/X86/pr17473.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/lsr-expand-quadratic.ll
test/Transforms/LoopStrengthReduce/pr18165.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/X86/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/X86/partial.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/arm-unroll.ll
test/Transforms/LoopVectorize/ARM64/gather-cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM64/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/vsx-tsvc-s173.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/fp32_to_uint32-cost-model.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/fp64_to_uint32-cost-model.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/fp_to_sint8-cost-model.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/metadata-enable.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/uint64_to_fp64-cost-model.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/unroll-small-loops.ll
test/Transforms/LoopVectorize/flags.ll
test/Transforms/LoopVectorize/float-reduction.ll
test/Transforms/LoopVectorize/global_alias.ll
test/Transforms/LoopVectorize/if-pred-stores.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/increment.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/multi-use-reduction-bug.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/runtime-check-readonly.ll
test/Transforms/LoopVectorize/unroll_novec.ll
test/Transforms/LoopVectorize/value-ptr-bug.ll
test/Transforms/LoopVectorize/version-mem-access.ll [new file with mode: 0644]
test/Transforms/LowerAtomic/atomic-swap.ll
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll [deleted file]
test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll [deleted file]
test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll [deleted file]
test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll [deleted file]
test/Transforms/LowerInvoke/basictest.ll [deleted file]
test/Transforms/LowerInvoke/lowerinvoke.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MemCpyOpt/memcpy-undef.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/ObjCARC/allocas.ll
test/Transforms/ObjCARC/contract-end-of-use-list.ll [new file with mode: 0644]
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/SLPVectorizer/ARM64/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/ARM64/mismatched-intrinsics.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_vectorizeTree.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/extractcost.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
test/Transforms/SLPVectorizer/X86/intrinsic.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/metadata.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/phi.ll
test/Transforms/SLPVectorizer/X86/tiny-tree.ll
test/Transforms/SROA/address-spaces.ll [new file with mode: 0644]
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SampleProfile/Inputs/bad_discriminator_value.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_fn_header.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_line_values.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_mangle.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_sample_line.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/bad_samples.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/branch.prof
test/Transforms/SampleProfile/Inputs/calls.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/discriminator.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/propagate.prof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/syntax.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll [new file with mode: 0644]
test/Transforms/SampleProfile/discriminator.ll [new file with mode: 0644]
test/Transforms/SampleProfile/propagate.ll [new file with mode: 0644]
test/Transforms/SampleProfile/syntax.ll [new file with mode: 0644]
test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll
test/Transforms/ScalarRepl/vector_memcpy.ll
test/Transforms/Scalarizer/basic.ll [new file with mode: 0644]
test/Transforms/Scalarizer/dbginfo.ll [new file with mode: 0644]
test/Transforms/Scalarizer/no-data-layout.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/no_speculative_loads_with_tsan.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/preserve-branchweights.ll
test/Transforms/SimplifyCFG/speculate-math.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/Sink/basic.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Unit/lit.cfg
test/Unit/lit.site.cfg.in
test/Verifier/2010-08-07-PointerIntrinsic.ll
test/Verifier/alias.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-nested-global-cycle.ll
test/Verifier/bitcast-address-space-nested-global.ll
test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll
test/Verifier/bitcast-address-space-through-constant-inttoptr.ll
test/Verifier/bitcast-address-space-through-gep-2.ll
test/Verifier/bitcast-address-space-through-gep.ll
test/Verifier/bitcast-address-space-through-inttoptr.ll
test/Verifier/bitcast-address-spaces.ll
test/Verifier/bitcast-alias-address-space.ll
test/Verifier/bitcast-vector-pointer-as.ll
test/Verifier/inalloca-vararg.ll [new file with mode: 0755]
test/Verifier/inalloca1.ll [new file with mode: 0644]
test/Verifier/inalloca2.ll [new file with mode: 0644]
test/Verifier/recursive-type-1.ll [new file with mode: 0644]
test/Verifier/recursive-type-2.ll [new file with mode: 0644]
test/Verifier/recursive-type-3.ll [new file with mode: 0644]
test/Verifier/varargs-intrinsic.ll
test/lit.cfg
test/lit.site.cfg.in
test/tools/llvm-cov/Inputs/copy_block_helper.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/copy_block_helper.gcno [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.cpp
test/tools/llvm-cov/Inputs/test.cpp.gcov [deleted file]
test/tools/llvm-cov/Inputs/test.gcda
test/tools/llvm-cov/Inputs/test.gcno
test/tools/llvm-cov/Inputs/test.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b_-c_-u.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b_-c_-u.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b_-u.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-a_-b_-u.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-b.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-b_-f.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_-f.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_gcda.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_gcda.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_gcda.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_options.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_options.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_options.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_no_preserve_paths.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_objdir.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_objdir.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_paths.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_paths.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_paths.gcno [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_paths.h.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_preserve_paths.output [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_read_fail.gcno
test/tools/llvm-cov/copy_block_helper.m [new file with mode: 0644]
test/tools/llvm-cov/lit.local.cfg
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-objdump/Inputs/export.dll.coff-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/many-relocs.obj-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/nop.exe.coff-i386
test/tools/llvm-objdump/Inputs/out-of-section-sym.elf-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/out-of-section-sym.s [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64.exe [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64.obj [moved from test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64 with 100% similarity]
test/tools/llvm-objdump/coff-many-relocs.test [new file with mode: 0644]
test/tools/llvm-objdump/coff-private-headers.test
test/tools/llvm-objdump/hex-relocation-addr.test [new file with mode: 0644]
test/tools/llvm-objdump/out-of-section-sym.test [new file with mode: 0644]
test/tools/llvm-objdump/win64-unwind-data.test
test/tools/llvm-profdata/Inputs/bad-hash.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/bar3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/c-general.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/empty.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/extra-word.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3bar3-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo3bar3-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo4-1.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/foo4-2.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/invalid-count-later.profdata [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/overflow.profdata [new file with mode: 0644]
test/tools/llvm-profdata/c-general.test [new file with mode: 0644]
test/tools/llvm-profdata/errors.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-32-bits-be.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-32-bits-le.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-64-bits-be.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-64-bits-le.test [new file with mode: 0644]
test/tools/llvm-profdata/raw-magic-but-no-header.test [new file with mode: 0644]
test/tools/llvm-profdata/simple.test [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attributes.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-readobj/ARM/unwind.s [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/cxx-cli-aux.cpp [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/cxx-cli-aux.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dynamic-table-exe.mips [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/dynamic-table-so.mips [moved from test/tools/llvm-readobj/Inputs/dynamic-table.mips with 100% similarity]
test/tools/llvm-readobj/Inputs/dynamic-table.c
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2012-i368 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2012-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2012-i368 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2012-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/nop.exe.coff-x86-64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/trivial.obj.coff-arm [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/trivial.obj.coff-i386
test/tools/llvm-readobj/Inputs/zero-string-table.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/codeview-linetables.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-zero-string-table.test [new file with mode: 0644]
test/tools/llvm-readobj/cxx-cli-aux.test [new file with mode: 0644]
test/tools/llvm-readobj/dynamic.test
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/peplus.test [new file with mode: 0644]
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-readobj/symbols.test
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint-passes/CMakeLists.txt
tools/bugpoint-passes/TestPasses.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CMakeLists.txt
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/LLVMBuild.txt
tools/bugpoint/Makefile
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/gold/CMakeLists.txt
tools/gold/gold-plugin.cpp
tools/llc/Android.mk
tools/llc/CMakeLists.txt
tools/llc/Makefile
tools/llc/llc.cpp
tools/lli/CMakeLists.txt
tools/lli/ChildTarget/CMakeLists.txt
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/ChildTarget/Makefile
tools/lli/ChildTarget/Unix/ChildTarget.inc [deleted file]
tools/lli/ChildTarget/Windows/ChildTarget.inc [deleted file]
tools/lli/RPCChannel.h [new file with mode: 0644]
tools/lli/RemoteMemoryManager.cpp
tools/lli/RemoteMemoryManager.h
tools/lli/RemoteTarget.cpp
tools/lli/RemoteTarget.h
tools/lli/RemoteTargetExternal.cpp
tools/lli/RemoteTargetExternal.h
tools/lli/RemoteTargetMessage.h
tools/lli/Unix/RPCChannel.inc [new file with mode: 0644]
tools/lli/Unix/RemoteTargetExternal.inc [deleted file]
tools/lli/Windows/RPCChannel.inc [new file with mode: 0644]
tools/lli/Windows/RemoteTargetExternal.inc [deleted file]
tools/lli/lli.cpp
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/CMakeLists.txt
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/CMakeLists.txt
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/CMakeLists.txt
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/CMakeLists.txt
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-diff/CMakeLists.txt
tools/llvm-diff/DiffConsumer.h
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-dis/CMakeLists.txt
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/CMakeLists.txt
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-extract/CMakeLists.txt
tools/llvm-extract/llvm-extract.cpp
tools/llvm-jitlistener/llvm-jitlistener.cpp
tools/llvm-link/Android.mk
tools/llvm-link/CMakeLists.txt
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/CMakeLists.txt
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-profdata/CMakeLists.txt [new file with mode: 0644]
tools/llvm-profdata/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-profdata/Makefile [new file with mode: 0644]
tools/llvm-profdata/llvm-profdata.cpp [new file with mode: 0644]
tools/llvm-readobj/ARMAttributeParser.cpp [new file with mode: 0644]
tools/llvm-readobj/ARMAttributeParser.h [new file with mode: 0644]
tools/llvm-readobj/ARMEHABIPrinter.h [new file with mode: 0644]
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/Error.cpp
tools/llvm-readobj/Error.h
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/CMakeLists.txt
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/Makefile
tools/llvm-size/CMakeLists.txt
tools/llvm-size/llvm-size.cpp
tools/llvm-stress/CMakeLists.txt
tools/llvm-stress/Makefile
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/CMakeLists.txt
tools/lto/Makefile
tools/lto/lto.cpp
tools/lto/lto.exports
tools/macho-dump/CMakeLists.txt
tools/macho-dump/macho-dump.cpp
tools/msbuild/CMakeLists.txt
tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in
tools/msbuild/install.bat
tools/msbuild/uninstall.bat
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/opt/AnalysisWrappers.cpp
tools/opt/Android.mk
tools/opt/BreakpointPrinter.cpp [new file with mode: 0644]
tools/opt/BreakpointPrinter.h [new file with mode: 0644]
tools/opt/CMakeLists.txt
tools/opt/GraphPrinters.cpp
tools/opt/LLVMBuild.txt
tools/opt/Makefile
tools/opt/NewPMDriver.cpp [new file with mode: 0644]
tools/opt/NewPMDriver.h [new file with mode: 0644]
tools/opt/PassPrinters.cpp [new file with mode: 0644]
tools/opt/PassPrinters.h [new file with mode: 0644]
tools/opt/Passes.cpp [new file with mode: 0644]
tools/opt/Passes.h [new file with mode: 0644]
tools/opt/PrintSCC.cpp
tools/opt/opt.cpp
tools/yaml2obj/CMakeLists.txt
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2obj.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/APSIntTest.cpp [new file with mode: 0644]
unittests/ADT/ArrayRefTest.cpp [new file with mode: 0644]
unittests/ADT/BitVectorTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/HashingTest.cpp
unittests/ADT/MakeUniqueTest.cpp [new file with mode: 0644]
unittests/ADT/OptionalTest.cpp
unittests/ADT/OwningPtrTest.cpp [new file with mode: 0644]
unittests/ADT/PointerIntPairTest.cpp [new file with mode: 0644]
unittests/ADT/SmallPtrSetTest.cpp
unittests/ADT/StringMapTest.cpp
unittests/ADT/StringRefTest.cpp
unittests/ADT/TinyPtrVectorTest.cpp
unittests/ADT/TripleTest.cpp
unittests/ADT/ilistTest.cpp
unittests/ADT/polymorphic_ptr_test.cpp [deleted file]
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Bitcode/BitReaderTest.cpp
unittests/Bitcode/CMakeLists.txt
unittests/CMakeLists.txt
unittests/CodeGen/CMakeLists.txt
unittests/CodeGen/DIEHashTest.cpp
unittests/DebugInfo/CMakeLists.txt
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/ExecutionEngine/JIT/CMakeLists.txt
unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
unittests/ExecutionEngine/JIT/Makefile
unittests/ExecutionEngine/JIT/MultiJITTest.cpp
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/MCJIT/Makefile
unittests/IR/CMakeLists.txt
unittests/IR/ConstantRangeTest.cpp [new file with mode: 0644]
unittests/IR/ConstantsTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/LeakDetectorTest.cpp [new file with mode: 0644]
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/PatternMatch.cpp
unittests/IR/ValueHandleTest.cpp [new file with mode: 0644]
unittests/IR/ValueMapTest.cpp
unittests/IR/ValueTest.cpp
unittests/IR/VerifierTest.cpp
unittests/LineEditor/CMakeLists.txt [new file with mode: 0644]
unittests/LineEditor/LineEditor.cpp [new file with mode: 0644]
unittests/LineEditor/Makefile [new file with mode: 0644]
unittests/Linker/CMakeLists.txt [new file with mode: 0644]
unittests/Linker/LinkModulesTest.cpp [new file with mode: 0644]
unittests/Linker/Makefile [new file with mode: 0644]
unittests/Makefile
unittests/Makefile.unittest
unittests/Object/CMakeLists.txt
unittests/Object/YAMLTest.cpp
unittests/Option/CMakeLists.txt
unittests/Option/OptionParsingTest.cpp
unittests/Support/AllocatorTest.cpp
unittests/Support/BlockFrequencyTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/Casting.cpp
unittests/Support/CommandLineTest.cpp
unittests/Support/CompressionTest.cpp
unittests/Support/ConstantRangeTest.cpp [deleted file]
unittests/Support/ErrorOrTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/LEB128Test.cpp [new file with mode: 0644]
unittests/Support/LeakDetectorTest.cpp [deleted file]
unittests/Support/LineIteratorTest.cpp [new file with mode: 0644]
unittests/Support/LockFileManagerTest.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/RegexTest.cpp
unittests/Support/SwapByteOrderTest.cpp
unittests/Support/TimeValueTest.cpp
unittests/Support/ValueHandleTest.cpp [deleted file]
unittests/Support/YAMLIOTest.cpp
unittests/Transforms/DebugIR/CMakeLists.txt
unittests/Transforms/DebugIR/DebugIR.cpp
unittests/Transforms/Utils/ASanStackFrameLayoutTest.cpp [new file with mode: 0644]
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/IntegerDivision.cpp
unittests/Transforms/Utils/SpecialCaseList.cpp
utils/FileCheck/CMakeLists.txt
utils/FileCheck/FileCheck.cpp
utils/FileCheck/Makefile
utils/FileUpdate/CMakeLists.txt
utils/FileUpdate/FileUpdate.cpp
utils/TableGen/Android.mk
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/AsmWriterInst.h
utils/TableGen/CMakeLists.txt
utils/TableGen/CTagsEmitter.cpp
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp
utils/TableGen/DisassemblerEmitter.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/OptParserEmitter.cpp
utils/TableGen/PseudoLoweringEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SetTheory.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TGValueTypes.cpp [deleted file]
utils/TableGen/TableGen.cpp
utils/TableGen/X86DisassemblerShared.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86ModRMFilters.cpp
utils/TableGen/X86ModRMFilters.h
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/buildit/build_llvm
utils/count/Makefile
utils/kate/llvm.xml
utils/lit/MANIFEST.in
utils/lit/README.txt [new file with mode: 0644]
utils/lit/lit/Test.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/__init__.py
utils/lit/lit/formats/googletest.py
utils/lit/lit/main.py
utils/lit/utils/check-sdist
utils/llvm-build/llvmbuild/main.py
utils/llvm-lit/CMakeLists.txt
utils/llvm-lit/Makefile
utils/llvm-lit/llvm-lit.in
utils/llvm-native-gcc [deleted file]
utils/llvm.grm
utils/llvm.natvis
utils/not/CMakeLists.txt
utils/not/Makefile
utils/release/test-release.sh
utils/test_debuginfo.pl
utils/unittest/CMakeLists.txt
utils/unittest/UnitTestMain/CMakeLists.txt [new file with mode: 0644]
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/include/gtest/gtest-typed-test.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h
utils/vim/llvm.vim
utils/wciia.py
utils/yaml-bench/YAMLBench.cpp