OSDN Git Service

Update aosp/master LLVM for rebase to r222494.
authorStephen Hines <srhines@google.com>
Mon, 1 Dec 2014 22:51:49 +0000 (14:51 -0800)
committerStephen Hines <srhines@google.com>
Wed, 3 Dec 2014 00:08:10 +0000 (16:08 -0800)
commit37ed9c199ca639565f6ce88105f9e39e898d82d0
tree8fb36d3910e3ee4c4e1b7422f4f017108efc52f5
parentd2327b22152ced7bc46dc629fc908959e8a52d03
Update aosp/master LLVM for rebase to r222494.

Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
5086 files changed:
.clang-tidy [new file with mode: 0644]
.gitignore
Android.mk
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
Makefile.config.in
Makefile.rules
autoconf/config.sub
autoconf/configure.ac
bindings/Makefile
bindings/go/README.txt [new file with mode: 0644]
bindings/go/build.sh [new file with mode: 0755]
bindings/go/conftest.go [new file with mode: 0644]
bindings/go/llvm/DIBuilderBindings.cpp [new file with mode: 0644]
bindings/go/llvm/DIBuilderBindings.h [new file with mode: 0644]
bindings/go/llvm/IRBindings.cpp [new file with mode: 0644]
bindings/go/llvm/IRBindings.h [new file with mode: 0644]
bindings/go/llvm/InstrumentationBindings.cpp [new file with mode: 0644]
bindings/go/llvm/InstrumentationBindings.h [new file with mode: 0644]
bindings/go/llvm/SupportBindings.cpp [new file with mode: 0644]
bindings/go/llvm/SupportBindings.h [new file with mode: 0644]
bindings/go/llvm/analysis.go [new file with mode: 0644]
bindings/go/llvm/bitreader.go [new file with mode: 0644]
bindings/go/llvm/bitwriter.go [new file with mode: 0644]
bindings/go/llvm/dibuilder.go [new file with mode: 0644]
bindings/go/llvm/executionengine.go [new file with mode: 0644]
bindings/go/llvm/executionengine_test.go [new file with mode: 0644]
bindings/go/llvm/ir.go [new file with mode: 0644]
bindings/go/llvm/ir_test.go [new file with mode: 0644]
bindings/go/llvm/linker.go [new file with mode: 0644]
bindings/go/llvm/llvm_config.go.in [new file with mode: 0644]
bindings/go/llvm/llvm_dep.go [new file with mode: 0644]
bindings/go/llvm/string.go [new file with mode: 0644]
bindings/go/llvm/string_test.go [new file with mode: 0644]
bindings/go/llvm/support.go [new file with mode: 0644]
bindings/go/llvm/target.go [new file with mode: 0644]
bindings/go/llvm/transforms_instrumentation.go [new file with mode: 0644]
bindings/go/llvm/transforms_ipo.go [new file with mode: 0644]
bindings/go/llvm/transforms_pmbuilder.go [new file with mode: 0644]
bindings/go/llvm/transforms_scalar.go [new file with mode: 0644]
bindings/go/llvm/version.go [new file with mode: 0644]
bindings/ocaml/Makefile
bindings/ocaml/Makefile.ocaml
bindings/ocaml/all_backends/Makefile
bindings/ocaml/analysis/Makefile
bindings/ocaml/analysis/analysis_ocaml.c
bindings/ocaml/analysis/llvm_analysis.ml
bindings/ocaml/analysis/llvm_analysis.mli
bindings/ocaml/backends/META.llvm_backend.in
bindings/ocaml/backends/backend_ocaml.c
bindings/ocaml/bitreader/Makefile
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/bitreader/llvm_bitreader.ml
bindings/ocaml/bitreader/llvm_bitreader.mli
bindings/ocaml/bitwriter/Makefile
bindings/ocaml/bitwriter/bitwriter_ocaml.c
bindings/ocaml/bitwriter/llvm_bitwriter.ml
bindings/ocaml/bitwriter/llvm_bitwriter.mli
bindings/ocaml/executionengine/Makefile
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/irreader/irreader_ocaml.c
bindings/ocaml/irreader/llvm_irreader.ml
bindings/ocaml/linker/linker_ocaml.c
bindings/ocaml/linker/llvm_linker.ml
bindings/ocaml/llvm/META.llvm.in
bindings/ocaml/llvm/Makefile
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/llvm/llvm_ocaml.c
bindings/ocaml/target/llvm_target.ml
bindings/ocaml/target/llvm_target.mli
bindings/ocaml/target/target_ocaml.c
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/ipo/Makefile
bindings/ocaml/transforms/ipo/ipo_ocaml.c
bindings/ocaml/transforms/ipo/llvm_ipo.ml
bindings/ocaml/transforms/ipo/llvm_ipo.mli
bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli
bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c
bindings/ocaml/transforms/scalar/Makefile [deleted file]
bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml [deleted file]
bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli [deleted file]
bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c [deleted file]
bindings/ocaml/transforms/scalar_opts/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.ml [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/llvm_scalar_opts.mli [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/scalar_opts_ocaml.c [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/Makefile
bindings/ocaml/transforms/vectorize/llvm_vectorize.ml
bindings/ocaml/transforms/vectorize/llvm_vectorize.mli
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/AddSphinxTarget.cmake
cmake/modules/CMakeLists.txt
cmake/modules/CheckAtomic.cmake
cmake/modules/CrossCompile.cmake [new file with mode: 0644]
cmake/modules/FindSphinx.cmake
cmake/modules/GetSVN.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/LLVMProcessSources.cmake
cmake/modules/Makefile
cmake/modules/TableGen.cmake
cmake/platforms/iOS.cmake [new file with mode: 0644]
configure
device/include/llvm/Config/config.h
docs/Atomics.rst
docs/BitCodeFormat.rst
docs/CMake.rst
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llvm-config.rst
docs/CommandGuide/llvm-profdata.rst
docs/CommandGuide/llvm-symbolizer.rst
docs/CommandGuide/opt.rst
docs/CommandLine.rst
docs/CompilerWriterInfo.rst
docs/CoverageMappingFormat.rst [new file with mode: 0644]
docs/DeveloperPolicy.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/GoldPlugin.rst
docs/HowToReleaseLLVM.rst
docs/HowToSubmitABug.rst
docs/LangRef.rst
docs/Lexicon.rst
docs/MCJITDesignAndImplementation.rst
docs/Makefile
docs/ProgrammersManual.rst
docs/R600Usage.rst [new file with mode: 0644]
docs/ReleaseNotes.rst
docs/SourceLevelDebugging.rst
docs/TableGen/BackEnds.rst
docs/TableGen/LangIntro.rst
docs/TableGen/LangRef.rst
docs/TableGen/index.rst
docs/TestingGuide.rst
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst
docs/conf.py
docs/index.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst
examples/BrainF/BrainFDriver.cpp
examples/BrainF/CMakeLists.txt
examples/BrainF/Makefile
examples/ExceptionDemo/CMakeLists.txt
examples/ExceptionDemo/ExceptionDemo.cpp
examples/ExceptionDemo/Makefile
examples/Fibonacci/CMakeLists.txt
examples/Fibonacci/Makefile
examples/Fibonacci/fibonacci.cpp
examples/HowToUseJIT/CMakeLists.txt
examples/HowToUseJIT/HowToUseJIT.cpp
examples/HowToUseJIT/Makefile
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/Makefile
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/Makefile
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/Makefile
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/Makefile
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/ParallelJIT/CMakeLists.txt
examples/ParallelJIT/Makefile
examples/ParallelJIT/ParallelJIT.cpp
host/include/llvm/Config/config.h
host/include/llvm/Config/llvm-config.h
include/llvm-c/BitReader.h
include/llvm-c/BitWriter.h
include/llvm-c/Core.h
include/llvm-c/Disassembler.h
include/llvm-c/ExecutionEngine.h
include/llvm-c/Initialization.h
include/llvm-c/Support.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/DenseMap.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PostOrderIterator.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/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/StringSet.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/VariadicFunction.h
include/llvm/ADT/ilist.h
include/llvm/ADT/ilist_node.h
include/llvm/ADT/iterator_range.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/AssumptionTracker.h [new file with mode: 0644]
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/CFGPrinter.h
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CaptureTracking.h
include/llvm/Analysis/CodeMetrics.h
include/llvm/Analysis/DOTGraphTraitsPass.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/DominanceFrontier.h
include/llvm/Analysis/DominanceFrontierImpl.h [new file with mode: 0644]
include/llvm/Analysis/FunctionTargetTransformInfo.h [new file with mode: 0644]
include/llvm/Analysis/IVUsers.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/JumpInstrTableInfo.h
include/llvm/Analysis/LazyCallGraph.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/Loads.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h [new file with mode: 0644]
include/llvm/Analysis/RegionIterator.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/TargetFolder.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/ValueTracking.h
include/llvm/AsmParser/Parser.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CMakeLists.txt
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/ForwardControlFlowIntegrity.h [new file with mode: 0644]
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/JITCodeEmitter.h [deleted file]
include/llvm/CodeGen/JumpInstrTables.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeEmitter.h [deleted file]
include/llvm/CodeGen/MachineCodeInfo.h [deleted file]
include/llvm/CodeGen/MachineCombinerPattern.h [new file with mode: 0644]
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineDominanceFrontier.h [new file with mode: 0644]
include/llvm/CodeGen/MachineDominators.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachinePostDominators.h
include/llvm/CodeGen/MachineRegionInfo.h [new file with mode: 0644]
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineRelocation.h [deleted file]
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineTraceMetrics.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/PBQP/CostAllocator.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/Math.h
include/llvm/CodeGen/PBQP/ReductionRules.h
include/llvm/CodeGen/PBQP/RegAllocSolver.h [deleted file]
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/PBQPRAConstraint.h [new file with mode: 0644]
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAGInstrs.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/StackMapLivenessAnalysis.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/TargetSchedule.h
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Config/llvm-config.h.cmake
include/llvm/Config/llvm-config.h.in
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARFFormValue.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JIT.h [deleted file]
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/JITMemoryManager.h [deleted file]
include/llvm/ExecutionEngine/ObjectBuffer.h
include/llvm/ExecutionEngine/ObjectCache.h
include/llvm/ExecutionEngine/ObjectImage.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
include/llvm/IR/Argument.h
include/llvm/IR/AssemblyAnnotationWriter.h
include/llvm/IR/Attributes.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CallSite.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantFolder.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/DiagnosticPrinter.h
include/llvm/IR/Function.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.h
include/llvm/IR/Instructions.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsR600.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Mangler.h
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PatternMatch.h
include/llvm/IR/PredIteratorCache.h
include/llvm/IR/Type.h
include/llvm/IR/UseListOrder.h [new file with mode: 0644]
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h
include/llvm/IR/ValueMap.h
include/llvm/IRReader/IRReader.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LTO/LTOModule.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCAnalysis/MCAtom.h [deleted file]
include/llvm/MC/MCAnalysis/MCFunction.h [deleted file]
include/llvm/MC/MCAnalysis/MCModule.h [deleted file]
include/llvm/MC/MCAnalysis/MCModuleYAML.h [deleted file]
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoELF.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELF.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCInstrItineraries.h
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectDisassembler.h [deleted file]
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectSymbolizer.h [deleted file]
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCWin64EH.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/MCWinEH.h [new file with mode: 0644]
include/llvm/MC/StringTableBuilder.h
include/llvm/MC/SubtargetFeature.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/ELFTypes.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/Error.h
include/llvm/Object/IRObjectFile.h
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
include/llvm/Option/ArgList.h
include/llvm/Option/OptParser.td
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/ProfileData/CoverageMapping.h [new file with mode: 0644]
include/llvm/ProfileData/CoverageMappingReader.h [new file with mode: 0644]
include/llvm/ProfileData/CoverageMappingWriter.h [new file with mode: 0644]
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/SampleProf.h [new file with mode: 0644]
include/llvm/ProfileData/SampleProfReader.h [new file with mode: 0644]
include/llvm/ProfileData/SampleProfWriter.h [new file with mode: 0644]
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/ARMEHABI.h
include/llvm/Support/ARMWinEH.h
include/llvm/Support/Allocator.h
include/llvm/Support/CBindingWrapping.h
include/llvm/Support/COFF.h
include/llvm/Support/CodeGen.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DataExtractor.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/DataTypes.h.in
include/llvm/Support/Disassembler.h [deleted file]
include/llvm/Support/Dwarf.h
include/llvm/Support/DynamicLibrary.h
include/llvm/Support/ELF.h
include/llvm/Support/Endian.h
include/llvm/Support/EndianStream.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/Format.h
include/llvm/Support/GCOV.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GenericDomTreeConstruction.h
include/llvm/Support/IncludeFile.h [deleted file]
include/llvm/Support/LEB128.h
include/llvm/Support/LineIterator.h
include/llvm/Support/MD5.h
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h
include/llvm/Support/Mutex.h
include/llvm/Support/MutexGuard.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/Options.h [new file with mode: 0644]
include/llvm/Support/Path.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RWMutex.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/SpecialCaseList.h
include/llvm/Support/StreamableMemoryObject.h [deleted file]
include/llvm/Support/StreamingMemoryObject.h [new file with mode: 0644]
include/llvm/Support/StringRefMemoryObject.h [deleted file]
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/TimeValue.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/UniqueLock.h [new file with mode: 0644]
include/llvm/Support/Win64EH.h
include/llvm/Support/WindowsError.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/SetTheory.h
include/llvm/TableGen/StringToOffsetTable.h
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetIntrinsicInfo.h
include/llvm/Target/TargetJITInfo.h [deleted file]
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/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/CodeExtractor.h
include/llvm/Transforms/Utils/CtorUtils.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/SymbolRewriter.h [new file with mode: 0644]
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/VectorUtils.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/AssumptionTracker.cpp [new file with mode: 0644]
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CFGPrinter.cpp
lib/Analysis/CFLAliasAnalysis.cpp [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/DominanceFrontier.cpp
lib/Analysis/FunctionTargetTransformInfo.cpp [new file with mode: 0644]
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/JumpInstrTableInfo.cpp
lib/Analysis/LazyCallGraph.cpp
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/LibCallSemantics.cpp
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/NoAliasAnalysis.cpp
lib/Analysis/PHITransAddr.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/ScopedNoAliasAA.cpp [new file with mode: 0644]
lib/Analysis/StratifiedSets.h [new file with mode: 0644]
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/AllocationOrder.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AntiDepBreaker.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AddressPool.h
lib/CodeGen/AsmPrinter/Android.mk
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterHandler.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DebugLocList.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
lib/CodeGen/AsmPrinter/DwarfStringPool.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp
lib/CodeGen/AsmPrinter/EHStreamer.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp
lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
lib/CodeGen/AsmPrinter/Win64Exception.cpp
lib/CodeGen/AsmPrinter/Win64Exception.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h
lib/CodeGen/AtomicExpandLoadLinkedPass.cpp [deleted file]
lib/CodeGen/AtomicExpandPass.cpp [new file with mode: 0644]
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ErlangGC.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandISelPseudos.cpp
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/ForwardControlFlowIntegrity.cpp [new file with mode: 0644]
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCStrategy.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/JITCodeEmitter.cpp [deleted file]
lib/CodeGen/JumpInstrTables.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LiveStackAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCodeEmitter.cpp [deleted file]
lib/CodeGen/MachineCombiner.cpp [new file with mode: 0644]
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineDominanceFrontier.cpp [new file with mode: 0644]
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionAnalysis.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineInstrBundle.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineRegionInfo.cpp [new file with mode: 0644]
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.h
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/PseudoSourceValue.cpp
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterCoalescer.h
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGPrinter.cpp
lib/CodeGen/ScoreboardHazardRecognizer.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.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/TargetLowering.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/Spiller.cpp [deleted file]
lib/CodeGen/Spiller.h
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/DebugInfo/Android.mk
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DIContext.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.h
lib/DebugInfo/DWARFAcceleratorTable.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFAcceleratorTable.h [new file with mode: 0644]
lib/DebugInfo/DWARFCompileUnit.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugAbbrev.cpp
lib/DebugInfo/DWARFDebugAbbrev.h
lib/DebugInfo/DWARFDebugArangeSet.h
lib/DebugInfo/DWARFDebugAranges.h
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.h
lib/DebugInfo/DWARFDebugRangeList.h
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFRelocMap.h
lib/DebugInfo/DWARFSection.h [new file with mode: 0644]
lib/DebugInfo/DWARFTypeUnit.h
lib/DebugInfo/DWARFUnit.cpp
lib/DebugInfo/DWARFUnit.h
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
lib/ExecutionEngine/Interpreter/CMakeLists.txt
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/Android.mk [deleted file]
lib/ExecutionEngine/JIT/CMakeLists.txt [deleted file]
lib/ExecutionEngine/JIT/JIT.cpp [deleted file]
lib/ExecutionEngine/JIT/JIT.h [deleted file]
lib/ExecutionEngine/JIT/JITEmitter.cpp [deleted file]
lib/ExecutionEngine/JIT/JITMemoryManager.cpp [deleted file]
lib/ExecutionEngine/JIT/LLVMBuild.txt [deleted file]
lib/ExecutionEngine/JIT/Makefile [deleted file]
lib/ExecutionEngine/JITEventListener.cpp [new file with mode: 0644]
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/Makefile
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/RTDyldMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp
lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldCheckerImpl.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h [new file with mode: 0644]
lib/ExecutionEngine/TargetSelect.cpp
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/ConstantFold.h
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
lib/IR/DiagnosticPrinter.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LeaksContext.h
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Mangler.cpp
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/PassManager.cpp
lib/IR/PassRegistry.cpp
lib/IR/SymbolTableListTraitsImpl.h
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/Use.cpp
lib/IR/UseListOrder.cpp [new file with mode: 0644]
lib/IR/User.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/Verifier.cpp
lib/IRReader/IRReader.cpp
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/Linker/LinkModules.cpp
lib/MC/Android.mk
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/LLVMBuild.txt
lib/MC/MCAnalysis/Android.mk [deleted file]
lib/MC/MCAnalysis/CMakeLists.txt [deleted file]
lib/MC/MCAnalysis/LLVMBuild.txt [deleted file]
lib/MC/MCAnalysis/MCAtom.cpp [deleted file]
lib/MC/MCAnalysis/MCFunction.cpp [deleted file]
lib/MC/MCAnalysis/MCModule.cpp [deleted file]
lib/MC/MCAnalysis/MCModuleYAML.cpp [deleted file]
lib/MC/MCAnalysis/MCObjectDisassembler.cpp [deleted file]
lib/MC/MCAnalysis/MCObjectSymbolizer.cpp [deleted file]
lib/MC/MCAnalysis/Makefile [deleted file]
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 [deleted file]
lib/MC/MCDisassembler/Android.mk
lib/MC/MCDisassembler/CMakeLists.txt
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/Disassembler.h
lib/MC/MCDisassembler/MCDisassembler.cpp [new file with mode: 0644]
lib/MC/MCDisassembler/MCExternalSymbolizer.cpp [new file with mode: 0644]
lib/MC/MCDisassembler/MCRelocationInfo.cpp [new file with mode: 0644]
lib/MC/MCDwarf.cpp
lib/MC/MCELF.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCExternalSymbolizer.cpp [deleted file]
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCParser/MCAsmLexer.cpp
lib/MC/MCParser/MCAsmParser.cpp
lib/MC/MCRelocationInfo.cpp [deleted file]
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCTargetOptions.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MCWinEH.cpp [new file with mode: 0644]
lib/MC/MachObjectWriter.cpp
lib/MC/Makefile
lib/MC/StringTableBuilder.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Object/Archive.cpp
lib/Object/Binary.cpp
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
lib/Object/LLVMBuild.txt
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/RecordStreamer.h
lib/Object/SymbolicFile.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/ProfileData/Android.mk
lib/ProfileData/CMakeLists.txt
lib/ProfileData/CoverageMapping.cpp [new file with mode: 0644]
lib/ProfileData/CoverageMappingReader.cpp [new file with mode: 0644]
lib/ProfileData/CoverageMappingWriter.cpp [new file with mode: 0644]
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfIndexed.h
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/ProfileData/LLVMBuild.txt
lib/ProfileData/SampleProf.cpp [new file with mode: 0644]
lib/ProfileData/SampleProfReader.cpp [new file with mode: 0644]
lib/ProfileData/SampleProfWriter.cpp [new file with mode: 0644]
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/Android.mk
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/DataStream.cpp
lib/Support/Debug.cpp
lib/Support/Disassembler.cpp [deleted file]
lib/Support/Dwarf.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FileUtilities.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/IncludeFile.cpp [deleted file]
lib/Support/LineIterator.cpp
lib/Support/LockFileManager.cpp
lib/Support/MD5.cpp
lib/Support/MathExtras.cpp [new file with mode: 0644]
lib/Support/MemoryBuffer.cpp
lib/Support/MemoryObject.cpp
lib/Support/Options.cpp [new file with mode: 0644]
lib/Support/Path.cpp
lib/Support/ScaledNumber.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SourceMgr.cpp
lib/Support/SpecialCaseList.cpp
lib/Support/StreamableMemoryObject.cpp [deleted file]
lib/Support/StreamingMemoryObject.cpp [new file with mode: 0644]
lib/Support/StringRef.cpp
lib/Support/StringRefMemoryObject.cpp [deleted file]
lib/Support/TimeValue.cpp
lib/Support/Timer.cpp
lib/Support/ToolOutputFile.cpp
lib/Support/Triple.cpp
lib/Support/Unix/Host.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/Unix/TimeValue.inc
lib/Support/Unix/Unix.h
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Host.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/RWMutex.inc
lib/Support/Windows/ThreadLocal.inc
lib/Support/Windows/WindowsSupport.h
lib/Support/Windows/explicit_symbols.inc
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AddressTypePromotion.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64BranchRelaxation.cpp
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64DeadRegisterDefinitionsPass.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrAtomics.td
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64MCInstLower.h
lib/Target/AArch64/AArch64MachineCombinerPattern.h [new file with mode: 0644]
lib/Target/AArch64/AArch64MachineFunctionInfo.h
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64PBQPRegAlloc.h [new file with mode: 0644]
lib/Target/AArch64/AArch64PerfectShuffle.h
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64SchedA57WriteRes.td
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.h
lib/Target/AArch64/AArch64StorePairSuppress.cpp
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetObjectFile.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/Android.mk
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.h
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.h
lib/Target/AArch64/Disassembler/LLVMBuild.txt
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/LLVMBuild.txt
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h
lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h
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/AArch64MCExpr.h
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCallingConv.h
lib/Target/ARM/ARMCodeEmitter.cpp [deleted file]
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFPUName.def
lib/Target/ARM/ARMFPUName.h
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 [deleted file]
lib/Target/ARM/ARMJITInfo.h [deleted file]
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMPerfectShuffle.h
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRelocations.h [deleted file]
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/Android.mk
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/Disassembler/LLVMBuild.txt
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
lib/Target/ARM/MCTargetDesc/ARMArchName.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h [new file with mode: 0644]
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/ARMMCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/Makefile
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/Android.mk
lib/Target/CMakeLists.txt
lib/Target/CppBackend/CPPTargetMachine.h
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp [new file with mode: 0644]
lib/Target/Hexagon/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/Hexagon/Disassembler/Makefile [new file with mode: 0644]
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCallingConvLower.cpp
lib/Target/Hexagon/HexagonCallingConvLower.h
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsV4.td
lib/Target/Hexagon/HexagonMachineFunctionInfo.h
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonSelectionDAGInfo.h
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVarargsCallingConvention.h
lib/Target/Hexagon/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp [deleted file]
lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.h [deleted file]
lib/Target/Hexagon/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/Hexagon/InstPrinter/Makefile [deleted file]
lib/Target/Hexagon/LLVMBuild.txt
lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt
lib/Target/Hexagon/Makefile
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
lib/Target/MSP430/MSP430.h
lib/Target/MSP430/MSP430BranchSelector.cpp
lib/Target/MSP430/MSP430CallingConv.td
lib/Target/MSP430/MSP430FrameLowering.cpp
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430MCInstLower.h
lib/Target/MSP430/MSP430MachineFunctionInfo.h
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430RegisterInfo.td
lib/Target/MSP430/MSP430SelectionDAGInfo.h
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/Mips/Android.mk
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/LLVMBuild.txt
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
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/MipsABIFlagsSection.cpp
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
lib/Target/Mips/MCTargetDesc/MipsMCNaCl.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/Makefile
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16HardFloat.h
lib/Target/Mips/Mips16HardFloatInfo.h
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.h
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.h
lib/Target/Mips/Mips16InstrFormats.td
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips16RegisterInfo.h
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsABIInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MipsABIInfo.h [new file with mode: 0644]
lib/Target/Mips/MipsAnalyzeImmediate.cpp
lib/Target/Mips/MipsAnalyzeImmediate.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCCState.cpp [new file with mode: 0644]
lib/Target/Mips/MipsCCState.h [new file with mode: 0644]
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCodeEmitter.cpp [deleted file]
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsJITInfo.cpp [deleted file]
lib/Target/Mips/MipsJITInfo.h [deleted file]
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsMSAInstrInfo.td
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsModuleISelDAGToDAG.cpp
lib/Target/Mips/MipsModuleISelDAGToDAG.h
lib/Target/Mips/MipsOptimizePICCall.cpp
lib/Target/Mips/MipsOptionRecord.h [new file with mode: 0644]
lib/Target/Mips/MipsOs16.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsRelocations.h [deleted file]
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.h
lib/Target/Mips/MipsSelectionDAGInfo.h
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/MipsTargetObjectFile.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
lib/Target/NVPTX/LLVMBuild.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h
lib/Target/NVPTX/ManagedStringPool.h
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTXAllocaHoisting.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXInstrFormats.td
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXLowerAggrCopies.h
lib/Target/NVPTX/NVPTXLowerStructArgs.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXMachineFunctionInfo.h
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.h
lib/Target/NVPTX/NVPTXRegisterInfo.td
lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
lib/Target/NVPTX/NVPTXSection.h
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXUtilities.cpp
lib/Target/NVPTX/NVPTXUtilities.h
lib/Target/NVPTX/NVPTXutil.h
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/LLVMBuild.txt
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
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/PPCMachObjectWriter.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 [deleted file]
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
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/PPCInstrBuilder.h
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrSPE.td [new file with mode: 0644]
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCJITInfo.cpp [deleted file]
lib/Target/PowerPC/PPCJITInfo.h [deleted file]
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCPerfectShuffle.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCRelocations.h [deleted file]
lib/Target/PowerPC/PPCSchedule.td
lib/Target/PowerPC/PPCSelectionDAGInfo.h
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetObjectFile.h
lib/Target/PowerPC/PPCTargetStreamer.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAlwaysInlinePass.cpp [new file with mode: 0644]
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUCallingConv.td
lib/Target/R600/AMDGPUFrameLowering.h
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/AMDGPUIntrinsicInfo.cpp
lib/Target/R600/AMDGPUIntrinsicInfo.h
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUMCInstLower.h
lib/Target/R600/AMDGPUMachineFunction.cpp
lib/Target/R600/AMDGPUMachineFunction.h
lib/Target/R600/AMDGPUPromoteAlloca.cpp
lib/Target/R600/AMDGPURegisterInfo.h
lib/Target/R600/AMDGPUSubtarget.cpp
lib/Target/R600/AMDGPUSubtarget.h
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/R600/AMDGPUTargetMachine.h
lib/Target/R600/AMDGPUTargetTransformInfo.cpp
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AsmParser/AMDGPUAsmParser.cpp [new file with mode: 0644]
lib/Target/R600/AsmParser/CMakeLists.txt [new file with mode: 0644]
lib/Target/R600/AsmParser/LLVMBuild.txt [new file with mode: 0644]
lib/Target/R600/AsmParser/Makefile [new file with mode: 0644]
lib/Target/R600/CMakeLists.txt
lib/Target/R600/CaymanInstructions.td
lib/Target/R600/EvergreenInstructions.td
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
lib/Target/R600/LLVMBuild.txt
lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp
lib/Target/R600/MCTargetDesc/AMDGPUFixupKinds.h [new file with mode: 0644]
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/R600/Makefile
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/R600InstrFormats.td
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600MachineFunctionInfo.h
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600MachineScheduler.h
lib/Target/R600/R600OptimizeVectorRegisters.cpp
lib/Target/R600/R600Packetizer.cpp
lib/Target/R600/R600RegisterInfo.h
lib/Target/R600/SIDefines.h
lib/Target/R600/SIFixSGPRCopies.cpp
lib/Target/R600/SIFixSGPRLiveRanges.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/SILoadStoreOptimizer.cpp [new file with mode: 0644]
lib/Target/R600/SILowerControlFlow.cpp
lib/Target/R600/SILowerI1Copies.cpp
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
lib/Target/R600/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.h
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SIShrinkInstructions.cpp [new file with mode: 0644]
lib/Target/R600/SITypeRewriter.cpp
lib/Target/README.txt
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/Disassembler/LLVMBuild.txt
lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
lib/Target/Sparc/Makefile
lib/Target/Sparc/README.txt
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcCodeEmitter.cpp [deleted file]
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcInstrVIS.td
lib/Target/Sparc/SparcJITInfo.cpp [deleted file]
lib/Target/Sparc/SparcJITInfo.h [deleted file]
lib/Target/Sparc/SparcMachineFunctionInfo.h
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcRelocations.h [deleted file]
lib/Target/Sparc/SparcSelectionDAGInfo.h
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/SparcTargetObjectFile.h
lib/Target/Sparc/SparcTargetStreamer.h
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/Disassembler/LLVMBuild.txt
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/LLVMBuild.txt
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/Makefile
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZAsmPrinter.h
lib/Target/SystemZ/SystemZCallingConv.h
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/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZLongBranch.cpp
lib/Target/SystemZ/SystemZMCInstLower.h
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZShortenInst.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/Target.cpp
lib/Target/TargetJITInfo.cpp [deleted file]
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/CMakeLists.txt
lib/Target/X86/AsmParser/LLVMBuild.txt
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParserCommon.h
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/LLVMBuild.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86Disassembler.h
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
lib/Target/X86/InstPrinter/X86InstComments.cpp
lib/Target/X86/InstPrinter/X86InstComments.h
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/LLVMBuild.txt
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86FixupKinds.h
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/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/README.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/X86AtomicExpandPass.cpp [deleted file]
lib/Target/X86/X86CallingConv.h
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CodeEmitter.cpp [deleted file]
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrBuilder.h
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrExtension.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/X86InstrSGX.td [new file with mode: 0644]
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86IntrinsicsInfo.h [new file with mode: 0644]
lib/Target/X86/X86JITInfo.cpp [deleted file]
lib/Target/X86/X86JITInfo.h [deleted file]
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MachineFunctionInfo.h
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86Relocations.h [deleted file]
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86ScheduleAtom.td
lib/Target/X86/X86ScheduleBtVer2.td [new file with mode: 0644]
lib/Target/X86/X86ScheduleSLM.td
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/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/Disassembler/LLVMBuild.txt
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/InstPrinter/XCoreInstPrinter.h
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h
lib/Target/XCore/XCore.h
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreFrameLowering.h
lib/Target/XCore/XCoreFrameToArgsOffsetElim.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/XCoreMCInstLower.h
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/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetObjectFile.h
lib/Target/XCore/XCoreTargetStreamer.h
lib/Target/XCore/XCoreTargetTransformInfo.cpp
lib/Transforms/Hello/CMakeLists.txt
lib/Transforms/IPO/ArgumentPromotion.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/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/StripSymbols.cpp
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/InstCombineWorklist.h
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/Android.mk
lib/Transforms/Instrumentation/CMakeLists.txt
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/MemorySanitizer.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
lib/Transforms/ObjCARC/Android.mk
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/ObjCARC/DependencyAnalysis.h
lib/Transforms/ObjCARC/ObjCARC.cpp
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.h
lib/Transforms/ObjCARC/ProvenanceAnalysisEvaluator.cpp [new file with mode: 0644]
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LLVMBuild.txt
lib/Transforms/Scalar/LoadCombine.cpp
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/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/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp [new file with mode: 0644]
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/SampleProfile.cpp
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/Scalarizer.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/Android.mk
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/CtorUtils.cpp
lib/Transforms/Utils/FlattenCFG.cpp
lib/Transforms/Utils/GlobalStatus.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/IntegerDivision.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyInstructions.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SymbolRewriter.cpp [new file with mode: 0644]
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm-tblgen-rules.mk
projects/CMakeLists.txt
shared_llvm.mk
test/Analysis/BasicAA/2008-04-15-Byval.ll
test/Analysis/BasicAA/assume.ll [new file with mode: 0644]
test/Analysis/BasicAA/cs-cs.ll
test/Analysis/BasicAA/gcsetest.ll
test/Analysis/BasicAA/modref.ll
test/Analysis/BasicAA/phi-aa.ll
test/Analysis/BasicAA/zext.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/arguments-globals.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/arguments.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/basic-interproc-ret.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/basic-interproc.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/const-expr-gep.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/constant-over-index.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/empty.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/full-store-partial-alias.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/gep-signed-arithmetic.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/multilevel-combine.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/multilevel.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/must-and-partial.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/phi-and-select.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/simple.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/va.ll [new file with mode: 0644]
test/Analysis/CostModel/ARM/cast.ll
test/Analysis/CostModel/PowerPC/cmp-expanded.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/cmp.ll
test/Analysis/CostModel/X86/sitofp.ll
test/Analysis/CostModel/X86/uitofp.ll
test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll [new file with mode: 0644]
test/Analysis/GlobalsModRef/pr12351.ll
test/Analysis/ScalarEvolution/load-with-range-metadata.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nsw-offset-assume.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/sext-iv-1.ll
test/Analysis/ScopedNoAliasAA/basic-domains.ll [new file with mode: 0644]
test/Analysis/ScopedNoAliasAA/basic.ll [new file with mode: 0644]
test/Analysis/ScopedNoAliasAA/basic2.ll [new file with mode: 0644]
test/Analysis/TypeBasedAliasAnalysis/dse.ll
test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
test/Assembler/2002-03-08-NameCollision.ll
test/Assembler/2002-03-08-NameCollision2.ll
test/Assembler/2002-04-07-HexFloatConstants.ll
test/Assembler/2002-04-07-InfConstant.ll
test/Assembler/2002-04-29-NameBinding.ll
test/Assembler/2002-05-02-InvalidForwardRef.ll
test/Assembler/2002-07-14-OpaqueType.ll
test/Assembler/2002-07-25-QuoteInString.ll
test/Assembler/2002-07-25-ReturnPtrFunction.ll
test/Assembler/2002-07-31-SlashInString.ll
test/Assembler/2002-08-15-CastAmbiguity.ll
test/Assembler/2002-08-15-ConstantExprProblem.ll
test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
test/Assembler/2002-08-16-ConstExprInlined.ll
test/Assembler/2002-08-19-BytecodeReader.ll
test/Assembler/2002-08-22-DominanceProblem.ll
test/Assembler/2002-10-08-LargeArrayPerformance.ll
test/Assembler/2002-10-13-ConstantEncodingProblem.ll
test/Assembler/2002-12-15-GlobalResolve.ll
test/Assembler/2003-01-30-UnsignedString.ll
test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
test/Assembler/2003-05-03-BytecodeReaderProblem.ll
test/Assembler/2003-05-12-MinIntProblem.ll
test/Assembler/2003-05-15-AssemblerProblem.ll
test/Assembler/2003-05-15-SwitchBug.ll
test/Assembler/2003-05-21-ConstantShiftExpr.ll
test/Assembler/2003-05-21-EmptyStructTest.ll
test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
test/Assembler/2003-11-05-ConstantExprShift.ll
test/Assembler/2003-11-12-ConstantExprCast.ll
test/Assembler/2004-01-11-getelementptrfolding.ll
test/Assembler/2004-01-20-MaxLongLong.ll
test/Assembler/2004-02-01-NegativeZero.ll
test/Assembler/2004-02-27-SelfUseAssertError.ll
test/Assembler/2004-03-07-FunctionAddressAlignment.ll
test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
test/Assembler/2004-06-07-VerifierBug.ll
test/Assembler/2004-10-22-BCWriterUndefBug.ll
test/Assembler/2004-11-28-InvalidTypeCrash.ll
test/Assembler/2005-01-03-FPConstantDisassembly.ll
test/Assembler/2005-01-31-CallingAggregateFunction.ll
test/Assembler/2005-05-05-OpaqueUndefValues.ll
test/Assembler/2005-12-21-ZeroInitVector.ll
test/Assembler/2006-12-09-Cast-To-Bool.ll
test/Assembler/2007-01-02-Undefined-Arg-Type.ll
test/Assembler/2007-01-05-Cmp-ConstExpr.ll
test/Assembler/2007-03-19-NegValue.ll
test/Assembler/2007-04-20-AlignedLoad.ll
test/Assembler/2007-04-20-AlignedStore.ll
test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll
test/Assembler/2007-05-21-Escape.ll
test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
test/Assembler/2007-09-10-AliasFwdRef.ll
test/Assembler/2007-09-29-GC.ll
test/Assembler/2007-12-11-AddressSpaces.ll
test/Assembler/2008-01-11-VarargAttrs.ll
test/Assembler/2008-07-10-APInt.ll
test/Assembler/2008-09-02-FunctionNotes.ll
test/Assembler/2008-09-29-RetAttr.ll
test/Assembler/2008-10-14-QuoteInName.ll
test/Assembler/2009-02-01-UnnamedForwardRef.ll
test/Assembler/2009-02-28-CastOpc.ll
test/Assembler/2009-02-28-StripOpaqueName.ll
test/Assembler/2009-03-24-ZextConstantExpr.ll
test/Assembler/2009-07-24-ZeroArgGEP.ll
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprFold.ll
test/Assembler/ConstantExprFoldCast.ll
test/Assembler/ConstantExprFoldSelect.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/MultipleReturnValueType.ll
test/Assembler/addrspacecast-alias.ll
test/Assembler/aggregate-constant-values.ll
test/Assembler/aggregate-return-single-value.ll
test/Assembler/alias-use-list-order.ll [new file with mode: 0644]
test/Assembler/align-inst.ll
test/Assembler/alignstack.ll
test/Assembler/anon-functions.ll
test/Assembler/atomic.ll
test/Assembler/auto_upgrade_intrinsics.ll
test/Assembler/bcwrap.ll
test/Assembler/comment.ll
test/Assembler/externally-initialized.ll
test/Assembler/fast-math-flags.ll
test/Assembler/flags.ll
test/Assembler/functionlocal-metadata.ll
test/Assembler/getelementptr.ll
test/Assembler/global-addrspace-forwardref.ll
test/Assembler/half-constprop.ll
test/Assembler/half-conv.ll
test/Assembler/half.ll
test/Assembler/huge-array.ll
test/Assembler/inalloca.ll
test/Assembler/inline-asm-clobber.ll [new file with mode: 0644]
test/Assembler/insertextractvalue.ll
test/Assembler/internal-hidden-alias.ll
test/Assembler/internal-protected-alias.ll
test/Assembler/invalid-uselistorder-function-between-blocks.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-function-missing-named.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-function-missing-numbered.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-global-missing.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-duplicated.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-empty.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-one.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-ordered.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-range.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-toofew.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-indexes-toomany.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder-type.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-missing-bb.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-missing-body.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-missing-func.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-not-bb.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-not-func.ll [new file with mode: 0644]
test/Assembler/invalid-uselistorder_bb-numbered.ll [new file with mode: 0644]
test/Assembler/metadata.ll
test/Assembler/musttail-invalid-1.ll [new file with mode: 0644]
test/Assembler/musttail-invalid-2.ll [new file with mode: 0644]
test/Assembler/musttail.ll [new file with mode: 0644]
test/Assembler/named-metadata.ll
test/Assembler/numbered-values.ll
test/Assembler/private-hidden-alias.ll
test/Assembler/private-protected-alias.ll
test/Assembler/select.ll
test/Assembler/tls-models.ll
test/Assembler/unnamed-addr.ll
test/Assembler/unnamed.ll
test/Assembler/upgrade-loop-metadata.ll
test/Assembler/uselistorder.ll [new file with mode: 0644]
test/Assembler/uselistorder_bb.ll [new file with mode: 0644]
test/Assembler/vbool-cmp.ll
test/Assembler/vector-cmp.ll
test/Assembler/vector-select.ll
test/Assembler/vector-shift.ll
test/Assembler/x86mmx.ll
test/Bindings/Go/go.test [new file with mode: 0644]
test/Bindings/Go/lit.local.cfg [new file with mode: 0644]
test/Bindings/OCaml/analysis.ml [new file with mode: 0644]
test/Bindings/OCaml/bitreader.ml [new file with mode: 0644]
test/Bindings/OCaml/bitwriter.ml [new file with mode: 0644]
test/Bindings/OCaml/core.ml [new file with mode: 0644]
test/Bindings/OCaml/executionengine.ml [new file with mode: 0644]
test/Bindings/OCaml/ext_exc.ml [new file with mode: 0644]
test/Bindings/OCaml/ipo.ml [new file with mode: 0644]
test/Bindings/OCaml/irreader.ml [new file with mode: 0644]
test/Bindings/OCaml/linker.ml [new file with mode: 0644]
test/Bindings/OCaml/lit.local.cfg [new file with mode: 0644]
test/Bindings/OCaml/passmgr_builder.ml [new file with mode: 0644]
test/Bindings/OCaml/scalar_opts.ml [new file with mode: 0644]
test/Bindings/OCaml/target.ml [new file with mode: 0644]
test/Bindings/OCaml/vectorize.ml [new file with mode: 0644]
test/Bindings/Ocaml/analysis.ml [deleted file]
test/Bindings/Ocaml/bitreader.ml [deleted file]
test/Bindings/Ocaml/bitwriter.ml [deleted file]
test/Bindings/Ocaml/executionengine.ml [deleted file]
test/Bindings/Ocaml/ext_exc.ml [deleted file]
test/Bindings/Ocaml/ipo_opts.ml [deleted file]
test/Bindings/Ocaml/irreader.ml [deleted file]
test/Bindings/Ocaml/linker.ml [deleted file]
test/Bindings/Ocaml/lit.local.cfg [deleted file]
test/Bindings/Ocaml/passmgr_builder.ml [deleted file]
test/Bindings/Ocaml/scalar_opts.ml [deleted file]
test/Bindings/Ocaml/target.ml [deleted file]
test/Bindings/Ocaml/vectorize_opts.ml [deleted file]
test/Bindings/Ocaml/vmcore.ml [deleted file]
test/Bindings/llvm-c/disassemble.test
test/Bindings/llvm-c/objectfile.ll [new file with mode: 0644]
test/Bitcode/2006-12-11-Cast-ConstExpr.ll
test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll
test/Bitcode/aggregateInstructions.3.2.ll
test/Bitcode/arm32_neon_vcnt_upgrade.ll
test/Bitcode/atomic.ll
test/Bitcode/attributes-3.3.ll
test/Bitcode/attributes.ll
test/Bitcode/binaryFloatInstructions.3.2.ll
test/Bitcode/binaryIntInstructions.3.2.ll
test/Bitcode/bitwiseInstructions.3.2.ll
test/Bitcode/blockaddress.ll
test/Bitcode/calling-conventions.3.2.ll
test/Bitcode/case-ranges-3.3.ll
test/Bitcode/cmpxchg-upgrade.ll
test/Bitcode/constantsTest.3.2.ll [new file with mode: 0644]
test/Bitcode/constantsTest.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/conversionInstructions.3.2.ll
test/Bitcode/conversionInstructions.3.2.ll.bc
test/Bitcode/deprecated-linker_private-linker_private_weak.ll [deleted file]
test/Bitcode/drop-debug-info.ll
test/Bitcode/extractelement.ll
test/Bitcode/flags.ll
test/Bitcode/function-encoding-rel-operands.ll
test/Bitcode/global-variables.3.2.ll
test/Bitcode/highLevelStructure.3.2.ll [new file with mode: 0644]
test/Bitcode/highLevelStructure.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/inalloca.ll [new file with mode: 0644]
test/Bitcode/linkage-types-3.2.ll
test/Bitcode/local-linkage-default-visibility.3.4.ll
test/Bitcode/memInstructions.3.2.ll
test/Bitcode/metadata-2.ll
test/Bitcode/metadata.ll
test/Bitcode/miscInstructions.3.2.ll
test/Bitcode/miscInstructions.3.2.ll.bc
test/Bitcode/old-aliases.ll
test/Bitcode/ptest-new.ll
test/Bitcode/ptest-old.ll
test/Bitcode/select.ll
test/Bitcode/shuffle.ll
test/Bitcode/ssse3_palignr.ll
test/Bitcode/standardCIntrinsic.3.2.ll [new file with mode: 0644]
test/Bitcode/standardCIntrinsic.3.2.ll.bc [new file with mode: 0644]
test/Bitcode/tailcall.ll
test/Bitcode/terminatorInstructions.3.2.ll
test/Bitcode/terminatorInstructions.3.2.ll.bc
test/Bitcode/upgrade-global-ctors.ll
test/Bitcode/upgrade-loop-metadata.ll
test/Bitcode/upgrade-tbaa.ll
test/Bitcode/use-list-order.ll [new file with mode: 0644]
test/Bitcode/variableArgumentIntrinsic.3.2.ll
test/Bitcode/vectorInstructions.3.2.ll
test/Bitcode/visibility-styles.3.2.ll
test/Bitcode/weak-cmpxchg-upgrade.ll
test/BugPoint/compile-custom.ll
test/BugPoint/metadata.ll
test/CMakeLists.txt
test/CodeGen/AArch64/PBQP-chain.ll [new file with mode: 0644]
test/CodeGen/AArch64/PBQP-coalesce-benefit.ll [new file with mode: 0644]
test/CodeGen/AArch64/PBQP-csr.ll [new file with mode: 0644]
test/CodeGen/AArch64/PBQP.ll [new file with mode: 0644]
test/CodeGen/AArch64/Redundantstore.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll
test/CodeGen/AArch64/aarch64-be-bv.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-gep-opt.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-smull.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-wide-shuffle.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64_f16_be.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64_tree_tests.ll [new file with mode: 0644]
test/CodeGen/AArch64/adc.ll
test/CodeGen/AArch64/analyzecmp.ll [new file with mode: 0644]
test/CodeGen/AArch64/and-mask-removal.ll [new file with mode: 0644]
test/CodeGen/AArch64/andandshift.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-2011-10-18-LdStOptBug.ll
test/CodeGen/AArch64/arm64-2012-06-06-FPToUI.ll
test/CodeGen/AArch64/arm64-AdvSIMD-Scalar.ll
test/CodeGen/AArch64/arm64-EXT-undef-mask.ll
test/CodeGen/AArch64/arm64-aapcs-be.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-addr-mode-folding.ll
test/CodeGen/AArch64/arm64-addrmode.ll
test/CodeGen/AArch64/arm64-bcc.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-big-endian-bitconverts.ll
test/CodeGen/AArch64/arm64-big-endian-eh.ll
test/CodeGen/AArch64/arm64-big-endian-varargs.ll
test/CodeGen/AArch64/arm64-big-endian-vector-callee.ll
test/CodeGen/AArch64/arm64-big-endian-vector-caller.ll
test/CodeGen/AArch64/arm64-cse.ll
test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
test/CodeGen/AArch64/arm64-dagcombiner-indexed-load.ll [deleted file]
test/CodeGen/AArch64/arm64-extern-weak.ll
test/CodeGen/AArch64/arm64-fast-isel-addr-offset.ll
test/CodeGen/AArch64/arm64-fast-isel-alloca.ll
test/CodeGen/AArch64/arm64-fast-isel-br.ll
test/CodeGen/AArch64/arm64-fast-isel-call.ll
test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
test/CodeGen/AArch64/arm64-fast-isel-fcmp.ll
test/CodeGen/AArch64/arm64-fast-isel-gv.ll
test/CodeGen/AArch64/arm64-fast-isel-icmp.ll
test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fast-isel-materialize.ll
test/CodeGen/AArch64/arm64-fast-isel-noconvert.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/arm64-fast-isel-ret.ll
test/CodeGen/AArch64/arm64-fast-isel-select.ll [deleted file]
test/CodeGen/AArch64/arm64-fast-isel-store.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-fast-isel.ll
test/CodeGen/AArch64/arm64-frameaddr.ll [deleted file]
test/CodeGen/AArch64/arm64-indexed-memory.ll
test/CodeGen/AArch64/arm64-inline-asm.ll
test/CodeGen/AArch64/arm64-patchpoint-scratch-regs.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-patchpoint-webkit_jscc.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-patchpoint.ll
test/CodeGen/AArch64/arm64-popcnt.ll
test/CodeGen/AArch64/arm64-prefetch.ll
test/CodeGen/AArch64/arm64-scvt.ll
test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-shifted-sext.ll
test/CodeGen/AArch64/arm64-stackmap.ll
test/CodeGen/AArch64/arm64-triv-disjoint-mem-access.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-vabs.ll
test/CodeGen/AArch64/arm64-vcvt_f.ll
test/CodeGen/AArch64/arm64-vector-ext.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/br-undef-cond.ll [new file with mode: 0644]
test/CodeGen/AArch64/cmp-const-max.ll [new file with mode: 0644]
test/CodeGen/AArch64/cmpwithshort.ll [new file with mode: 0644]
test/CodeGen/AArch64/combine-comparisons-by-cse.ll [new file with mode: 0644]
test/CodeGen/AArch64/cond-sel.ll
test/CodeGen/AArch64/dag-combine-invaraints.ll [new file with mode: 0644]
test/CodeGen/AArch64/dont-take-over-the-world.ll [new file with mode: 0644]
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/f16-convert.ll
test/CodeGen/AArch64/fast-isel-addressing-modes.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-branch_weights.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-call-return.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-cbz.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-cmp-branch.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-folding.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-gep.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-int-ext.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-int-ext2.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-int-ext3.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-int-ext4.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-intrinsic.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-logic-op.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-mul.ll
test/CodeGen/AArch64/fast-isel-runtime-libcall.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-sdiv.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-select.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-sqrt.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-switch-phi.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-tbz.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-trunc.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-vector-arithmetic.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-vret.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-v4-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-v8-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-vector-bitcast.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-vector-load-store.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-vector-shuffle.ll [new file with mode: 0644]
test/CodeGen/AArch64/fpconv-vector-op-scalarize.ll [new file with mode: 0644]
test/CodeGen/AArch64/frameaddr.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/half.ll [new file with mode: 0644]
test/CodeGen/AArch64/hints.ll [new file with mode: 0644]
test/CodeGen/AArch64/init-array.ll
test/CodeGen/AArch64/intrinsics-memory-barrier.ll [new file with mode: 0644]
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/legalize-bug-bogus-cpu.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine_cse.ll [new file with mode: 0644]
test/CodeGen/AArch64/madd-combiner.ll [new file with mode: 0644]
test/CodeGen/AArch64/madd-lohi.ll [new file with mode: 0644]
test/CodeGen/AArch64/mul-lohi.ll
test/CodeGen/AArch64/neon-perm.ll
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/paired-load.ll [new file with mode: 0644]
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/postra-mi-sched.ll [new file with mode: 0644]
test/CodeGen/AArch64/rbit.ll [new file with mode: 0644]
test/CodeGen/AArch64/rm_redundant_cmp.ll [new file with mode: 0644]
test/CodeGen/AArch64/sdivpow2.ll [new file with mode: 0644]
test/CodeGen/AArch64/stack-guard-remat-bitcast.ll [new file with mode: 0644]
test/CodeGen/AArch64/stack_guard_remat.ll [new file with mode: 0644]
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tailcall-fastisel.ll [new file with mode: 0644]
test/CodeGen/AArch64/tbz-tbnz.ll [new file with mode: 0644]
test/CodeGen/AArch64/trunc-v1i64.ll
test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll [deleted file]
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-04-12-AlignBug.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2014-07-18-earlyclobber-str-post.ll [new file with mode: 0644]
test/CodeGen/ARM/2014-08-04-muls-it.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/alloca.ll [new file with mode: 0644]
test/CodeGen/ARM/aapcs-hfa-code.ll
test/CodeGen/ARM/adv-copy-opt.ll [new file with mode: 0644]
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/arm32-round-conv.ll [new file with mode: 0644]
test/CodeGen/ARM/arm32-rounding.ll [new file with mode: 0644]
test/CodeGen/ARM/atomic-cmpxchg.ll [new file with mode: 0644]
test/CodeGen/ARM/atomic-load-store.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/carry.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/constant-islands.ll [new file with mode: 0644]
test/CodeGen/ARM/copy-cpsr.ll [new file with mode: 0644]
test/CodeGen/ARM/darwin-eabi.ll
test/CodeGen/ARM/dbg.ll [new file with mode: 0644]
test/CodeGen/ARM/debug-frame-large-stack.ll
test/CodeGen/ARM/debug-frame-vararg.ll
test/CodeGen/ARM/debug-frame.ll
test/CodeGen/ARM/debug-info-arg.ll
test/CodeGen/ARM/debug-info-blocks.ll
test/CodeGen/ARM/debug-info-branch-folding.ll
test/CodeGen/ARM/debug-info-d16-reg.ll
test/CodeGen/ARM/debug-info-qreg.ll
test/CodeGen/ARM/debug-info-s16-reg.ll
test/CodeGen/ARM/debug-info-sreg2.ll
test/CodeGen/ARM/debug-segmented-stacks.ll
test/CodeGen/ARM/dwarf-unwind.ll [new file with mode: 0644]
test/CodeGen/ARM/fabs-neon.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-deadcode.ll
test/CodeGen/ARM/fast-isel-inline-asm.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-mvn.ll
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel-vararg.ll
test/CodeGen/ARM/fnegs.ll
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fpcmp-f64-neon-opt.ll [new file with mode: 0644]
test/CodeGen/ARM/half.ll [new file with mode: 0644]
test/CodeGen/ARM/inlineasm-global.ll [new file with mode: 0644]
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/invalid-target.ll [new file with mode: 0644]
test/CodeGen/ARM/jump_tables.ll [deleted file]
test/CodeGen/ARM/negative-offset.ll [new file with mode: 0644]
test/CodeGen/ARM/no-tail-call.ll [new file with mode: 0644]
test/CodeGen/ARM/none-macho-v4t.ll [new file with mode: 0644]
test/CodeGen/ARM/none-macho.ll
test/CodeGen/ARM/out-of-registers.ll [new file with mode: 0644]
test/CodeGen/ARM/pr18364-movw.ll [new file with mode: 0644]
test/CodeGen/ARM/preferred-align.ll [new file with mode: 0644]
test/CodeGen/ARM/prefetch.ll
test/CodeGen/ARM/rbit.ll [new file with mode: 0644]
test/CodeGen/ARM/sbfx.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/sjljehprepare-lower-empty-struct.ll [new file with mode: 0644]
test/CodeGen/ARM/smulw.ll [new file with mode: 0644]
test/CodeGen/ARM/space-directive.ll [new file with mode: 0644]
test/CodeGen/ARM/stack_guard_remat.ll [new file with mode: 0644]
test/CodeGen/ARM/swift-atomics.ll
test/CodeGen/ARM/sxt_rot.ll
test/CodeGen/ARM/tail-call.ll
test/CodeGen/ARM/tail-merge-branch-weight.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb1-varalloc.ll
test/CodeGen/ARM/thumb1_return_sequence.ll [new file with mode: 0644]
test/CodeGen/ARM/thumb2-it-block.ll
test/CodeGen/ARM/thumb2-size-opt.ll [new file with mode: 0644]
test/CodeGen/ARM/vararg_no_start.ll [new file with mode: 0644]
test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
test/CodeGen/ARM/vargs_align.ll
test/CodeGen/ARM/vector-promotion.ll [new file with mode: 0644]
test/CodeGen/ARM/vector-spilling.ll [new file with mode: 0644]
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vldm-sched-a9.ll
test/CodeGen/ARM/vminmaxnm.ll
test/CodeGen/ARM/wrong-t2stmia-size-opt.ll [new file with mode: 0644]
test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll
test/CodeGen/Generic/PBQP.ll [new file with mode: 0644]
test/CodeGen/Generic/assume.ll [new file with mode: 0644]
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/empty-insertvalue.ll [new file with mode: 0644]
test/CodeGen/Hexagon/cmp-not.ll [new file with mode: 0644]
test/CodeGen/Hexagon/ctor.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MSP430/asm-clobbers.ll [new file with mode: 0644]
test/CodeGen/MSP430/memset.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/br1.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/callabi.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fpcmpa.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fpext.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fpintconv.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/fptrunc.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/icmpa.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/loadstore2.ll
test/CodeGen/Mips/Fast-ISel/loadstoreconv.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/loadstrconst.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/nullvoid.ll
test/CodeGen/Mips/Fast-ISel/shift.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/simplestore.ll
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll
test/CodeGen/Mips/Fast-ISel/simplestorei.ll
test/CodeGen/Mips/abicalls.ll
test/CodeGen/Mips/abiflags-xx.ll
test/CodeGen/Mips/abiflags32.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/bswap.ll
test/CodeGen/Mips/buildpairextractelementf64.ll
test/CodeGen/Mips/cconv/arguments-float.ll
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
test/CodeGen/Mips/cconv/arguments-varargs.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments.ll
test/CodeGen/Mips/cconv/return-float.ll
test/CodeGen/Mips/cconv/return-hard-float.ll
test/CodeGen/Mips/cconv/return-hard-struct-f128.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/return-struct.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/return.ll
test/CodeGen/Mips/cfi_offset.ll [new file with mode: 0644]
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/const-mult.ll
test/CodeGen/Mips/countleading.ll
test/CodeGen/Mips/ctlz-v.ll
test/CodeGen/Mips/cttz-v.ll
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/ehframe-indirect.ll
test/CodeGen/Mips/fastcc.ll
test/CodeGen/Mips/fp16instrinsmc.ll
test/CodeGen/Mips/fp64a.ll [new file with mode: 0644]
test/CodeGen/Mips/fpxx.ll [new file with mode: 0644]
test/CodeGen/Mips/gpreg-lazy-binding.ll
test/CodeGen/Mips/hfptrcall.ll
test/CodeGen/Mips/init-array.ll
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/llvm-ir/mul.ll [new file with mode: 0644]
test/CodeGen/Mips/load-store-left-right.ll
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/madd-msub.ll
test/CodeGen/Mips/micromips-addiu.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-andi.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-delay-slot.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-rdhwr-directives.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-shift.ll [new file with mode: 0644]
test/CodeGen/Mips/mips16-hf-attr-2.ll [new file with mode: 0644]
test/CodeGen/Mips/mips16-hf-attr.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64-sret.ll
test/CodeGen/Mips/mno-ldc1-sdc1.ll
test/CodeGen/Mips/msa/arithmetic_float.ll
test/CodeGen/Mips/msa/frameindex.ll
test/CodeGen/Mips/no-odd-spreg.ll
test/CodeGen/Mips/nomips16.ll
test/CodeGen/Mips/o32_cc.ll
test/CodeGen/Mips/octeon_popcnt.ll
test/CodeGen/Mips/prevent-hoisting.ll
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/seleq.ll
test/CodeGen/Mips/small-section-reserve-gp.ll
test/CodeGen/Mips/start-asm-file.ll
test/CodeGen/Mips/zeroreg.ll
test/CodeGen/NVPTX/arithmetic-fp-sm20.ll
test/CodeGen/NVPTX/arithmetic-int.ll
test/CodeGen/NVPTX/atomics.ll
test/CodeGen/NVPTX/bug21465.ll [new file with mode: 0644]
test/CodeGen/NVPTX/call-with-alloca-buffer.ll
test/CodeGen/NVPTX/compare-int.ll
test/CodeGen/NVPTX/convert-fp.ll
test/CodeGen/NVPTX/convert-int-sm20.ll
test/CodeGen/NVPTX/fma.ll
test/CodeGen/NVPTX/fp-contract.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fp-literals.ll
test/CodeGen/NVPTX/fp16.ll [new file with mode: 0644]
test/CodeGen/NVPTX/half.ll [new file with mode: 0644]
test/CodeGen/NVPTX/implicit-def.ll
test/CodeGen/NVPTX/intrinsic-old.ll
test/CodeGen/NVPTX/intrinsics.ll
test/CodeGen/NVPTX/ld-addrspace.ll
test/CodeGen/NVPTX/ld-generic.ll
test/CodeGen/NVPTX/ldu-i8.ll
test/CodeGen/NVPTX/ldu-ldg.ll
test/CodeGen/NVPTX/ldu-reg-plus-offset.ll
test/CodeGen/NVPTX/local-stack-frame.ll
test/CodeGen/NVPTX/machine-sink.ll [new file with mode: 0644]
test/CodeGen/NVPTX/misaligned-vector-ldst.ll [new file with mode: 0644]
test/CodeGen/NVPTX/mulwide.ll
test/CodeGen/NVPTX/pr13291-i1-store.ll
test/CodeGen/NVPTX/st-addrspace.ll
test/CodeGen/NVPTX/st-generic.ll
test/CodeGen/NVPTX/surf-read-cuda.ll [new file with mode: 0644]
test/CodeGen/NVPTX/surf-write-cuda.ll [new file with mode: 0644]
test/CodeGen/NVPTX/tex-read-cuda.ll [new file with mode: 0644]
test/CodeGen/NVPTX/tex-read.ll
test/CodeGen/NVPTX/texsurf-queries.ll [new file with mode: 0644]
test/CodeGen/NVPTX/vector-call.ll [new file with mode: 0644]
test/CodeGen/NVPTX/vector-return.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2007-09-08-unaligned.ll
test/CodeGen/PowerPC/2012-10-12-bitcast.ll
test/CodeGen/PowerPC/Atomics-32.ll [deleted file]
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/asm-constraints.ll [new file with mode: 0644]
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/atomics-fences.ll [new file with mode: 0644]
test/CodeGen/PowerPC/atomics-indexed.ll [new file with mode: 0644]
test/CodeGen/PowerPC/atomics.ll [new file with mode: 0644]
test/CodeGen/PowerPC/available-externally.ll
test/CodeGen/PowerPC/blockaddress.ll [new file with mode: 0644]
test/CodeGen/PowerPC/buildvec_canonicalize.ll
test/CodeGen/PowerPC/byval-aliased.ll [new file with mode: 0644]
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/copysignl.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/empty-functions.ll
test/CodeGen/PowerPC/fabs.ll
test/CodeGen/PowerPC/fast-isel-call.ll
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/fast-isel-load-store.ll
test/CodeGen/PowerPC/fast-isel-ret.ll
test/CodeGen/PowerPC/fcpsgn.ll
test/CodeGen/PowerPC/fma-mutate.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/fmaxnum.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fminnum.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fnabs.ll
test/CodeGen/PowerPC/fp-branch.ll
test/CodeGen/PowerPC/fp_to_uint.ll
test/CodeGen/PowerPC/fsel.ll
test/CodeGen/PowerPC/fsqrt.ll
test/CodeGen/PowerPC/i64_fp.ll
test/CodeGen/PowerPC/mcm-10.ll
test/CodeGen/PowerPC/mcm-12.ll
test/CodeGen/PowerPC/mcm-2.ll
test/CodeGen/PowerPC/mcm-4.ll
test/CodeGen/PowerPC/ppc32-lshrti3.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-pic-large.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-pic.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc440-msync.ll
test/CodeGen/PowerPC/ppc64-align-long-double.ll
test/CodeGen/PowerPC/ppc64-elf-abi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-prefetch.ll
test/CodeGen/PowerPC/ppc64le-aggregates.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64le-calls.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64le-crsave.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64le-localentry.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64le-smallarg.ll
test/CodeGen/PowerPC/ppcf128-1.ll
test/CodeGen/PowerPC/pr15630.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/pr18663-2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr18663.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr20442.ll [new file with mode: 0644]
test/CodeGen/PowerPC/recipest.ll
test/CodeGen/PowerPC/resolvefi-disp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rounding-ops.ll
test/CodeGen/PowerPC/sections.ll
test/CodeGen/PowerPC/split-index-tc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/stack-realign.ll
test/CodeGen/PowerPC/subsumes-pred-regs.ll
test/CodeGen/PowerPC/tls-pic.ll
test/CodeGen/PowerPC/tls-store2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/toc-load-sched-bug.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal-altivec-wint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal4-std.ll
test/CodeGen/PowerPC/unaligned.ll
test/CodeGen/PowerPC/unsafe-math.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/varargs-struct-float.ll
test/CodeGen/PowerPC/vec-abi-align.ll
test/CodeGen/PowerPC/vec_cmp.ll
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_shuffle_le.ll
test/CodeGen/PowerPC/vec_urem_const.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vrspill.ll
test/CodeGen/PowerPC/vsx-div.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-ldst.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-minmax.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-p8.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/R600/128bit-kernel-args.ll
test/CodeGen/R600/32-bit-local-address-space.ll
test/CodeGen/R600/64bit-kernel-args.ll
test/CodeGen/R600/add-debug.ll [new file with mode: 0644]
test/CodeGen/R600/add.ll
test/CodeGen/R600/add_i64.ll
test/CodeGen/R600/address-space.ll
test/CodeGen/R600/and.ll
test/CodeGen/R600/anyext.ll
test/CodeGen/R600/array-ptr-calc-i32.ll
test/CodeGen/R600/array-ptr-calc-i64.ll
test/CodeGen/R600/atomic_cmp_swap_local.ll
test/CodeGen/R600/atomic_load_add.ll
test/CodeGen/R600/atomic_load_sub.ll
test/CodeGen/R600/basic-branch.ll
test/CodeGen/R600/basic-loop.ll
test/CodeGen/R600/bfe_uint.ll
test/CodeGen/R600/bfi_int.ll
test/CodeGen/R600/big_alu.ll
test/CodeGen/R600/bitcast.ll
test/CodeGen/R600/bswap.ll
test/CodeGen/R600/build_vector.ll
test/CodeGen/R600/call.ll
test/CodeGen/R600/call_fs.ll
test/CodeGen/R600/cayman-loop-bug.ll
test/CodeGen/R600/cf-stack-bug.ll
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll
test/CodeGen/R600/combine_vloads.ll
test/CodeGen/R600/commute_modifiers.ll [new file with mode: 0644]
test/CodeGen/R600/complex-folding.ll
test/CodeGen/R600/concat_vectors.ll [new file with mode: 0644]
test/CodeGen/R600/copy-illegal-type.ll [new file with mode: 0644]
test/CodeGen/R600/copy-to-reg.ll [new file with mode: 0644]
test/CodeGen/R600/ctlz_zero_undef.ll
test/CodeGen/R600/ctpop.ll
test/CodeGen/R600/ctpop64.ll
test/CodeGen/R600/cttz_zero_undef.ll
test/CodeGen/R600/cvt_f32_ubyte.ll
test/CodeGen/R600/dagcombiner-bug-illegal-vec4-int-to-fp.ll
test/CodeGen/R600/default-fp-mode.ll
test/CodeGen/R600/disconnected-predset-break-bug.ll
test/CodeGen/R600/dot4-folding.ll
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll [new file with mode: 0644]
test/CodeGen/R600/ds_read2.ll [new file with mode: 0644]
test/CodeGen/R600/ds_read2st64.ll [new file with mode: 0644]
test/CodeGen/R600/ds_write2.ll [new file with mode: 0644]
test/CodeGen/R600/ds_write2st64.ll [new file with mode: 0644]
test/CodeGen/R600/elf.ll
test/CodeGen/R600/empty-function.ll [new file with mode: 0644]
test/CodeGen/R600/extload.ll
test/CodeGen/R600/extract_vector_elt_i16.ll
test/CodeGen/R600/fabs.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fabs.ll
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fadd64.ll
test/CodeGen/R600/fceil.ll
test/CodeGen/R600/fceil64.ll
test/CodeGen/R600/fcmp.ll
test/CodeGen/R600/fcmp64.ll
test/CodeGen/R600/fconst64.ll
test/CodeGen/R600/fcopysign.f32.ll
test/CodeGen/R600/fcopysign.f64.ll
test/CodeGen/R600/fdiv.ll
test/CodeGen/R600/fdiv64.ll
test/CodeGen/R600/fetch-limits.r600.ll
test/CodeGen/R600/fetch-limits.r700+.ll
test/CodeGen/R600/ffloor.ll
test/CodeGen/R600/flat-address-space.ll [new file with mode: 0644]
test/CodeGen/R600/fma.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fma.ll
test/CodeGen/R600/fmax3.ll [new file with mode: 0644]
test/CodeGen/R600/fmax_legacy.ll [new file with mode: 0644]
test/CodeGen/R600/fmaxnum.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fmaxnum.ll [new file with mode: 0644]
test/CodeGen/R600/fmin3.ll [new file with mode: 0644]
test/CodeGen/R600/fmin_legacy.ll [new file with mode: 0644]
test/CodeGen/R600/fminnum.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fminnum.ll [new file with mode: 0644]
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fmul64.ll
test/CodeGen/R600/fmuladd.ll
test/CodeGen/R600/fneg-fabs.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fneg-fabs.ll
test/CodeGen/R600/fneg.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fneg.ll
test/CodeGen/R600/fp16_to_fp.ll [new file with mode: 0644]
test/CodeGen/R600/fp16_to_fp32.ll [deleted file]
test/CodeGen/R600/fp32_to_fp16.ll
test/CodeGen/R600/fp64_to_sint.ll [deleted file]
test/CodeGen/R600/fp_to_sint.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fp_to_sint.ll
test/CodeGen/R600/fp_to_sint_i64.ll [deleted file]
test/CodeGen/R600/fp_to_uint.f64.ll
test/CodeGen/R600/fp_to_uint.ll
test/CodeGen/R600/fpext.ll
test/CodeGen/R600/fptrunc.ll
test/CodeGen/R600/frem.ll [new file with mode: 0644]
test/CodeGen/R600/fsqrt.ll
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/fsub64.ll
test/CodeGen/R600/ftrunc.f64.ll [new file with mode: 0644]
test/CodeGen/R600/ftrunc.ll
test/CodeGen/R600/gep-address-space.ll
test/CodeGen/R600/global-directive.ll [new file with mode: 0644]
test/CodeGen/R600/global-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/global_atomics.ll [new file with mode: 0644]
test/CodeGen/R600/gv-const-addrspace-fail.ll
test/CodeGen/R600/gv-const-addrspace.ll
test/CodeGen/R600/half.ll [new file with mode: 0644]
test/CodeGen/R600/i1-copy-implicit-def.ll [new file with mode: 0644]
test/CodeGen/R600/i1-copy-phi.ll [new file with mode: 0644]
test/CodeGen/R600/icmp64.ll
test/CodeGen/R600/imm.ll
test/CodeGen/R600/indirect-addressing-si.ll
test/CodeGen/R600/indirect-private-64.ll
test/CodeGen/R600/infinite-loop.ll
test/CodeGen/R600/inline-calls.ll [new file with mode: 0644]
test/CodeGen/R600/input-mods.ll
test/CodeGen/R600/insert_subreg.ll [new file with mode: 0644]
test/CodeGen/R600/insert_vector_elt.ll
test/CodeGen/R600/insert_vector_elt_f64.ll [deleted file]
test/CodeGen/R600/kcache-fold.ll
test/CodeGen/R600/kernel-args.ll
test/CodeGen/R600/large-constant-initializer.ll
test/CodeGen/R600/lds-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/lds-oqap-crash.ll
test/CodeGen/R600/lds-output-queue.ll
test/CodeGen/R600/lds-size.ll
test/CodeGen/R600/lds-zero-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/legalizedag-bug-expand-setcc.ll
test/CodeGen/R600/literals.ll
test/CodeGen/R600/llvm.AMDGPU.abs.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.global.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll
test/CodeGen/R600/llvm.AMDGPU.bfi.ll
test/CodeGen/R600/llvm.AMDGPU.bfm.ll
test/CodeGen/R600/llvm.AMDGPU.brev.ll
test/CodeGen/R600/llvm.AMDGPU.clamp.ll
test/CodeGen/R600/llvm.AMDGPU.cube.ll
test/CodeGen/R600/llvm.AMDGPU.cvt_f32_ubyte.ll
test/CodeGen/R600/llvm.AMDGPU.div_fixup.ll
test/CodeGen/R600/llvm.AMDGPU.div_fmas.ll
test/CodeGen/R600/llvm.AMDGPU.div_scale.ll
test/CodeGen/R600/llvm.AMDGPU.fract.ll
test/CodeGen/R600/llvm.AMDGPU.imad24.ll
test/CodeGen/R600/llvm.AMDGPU.imax.ll
test/CodeGen/R600/llvm.AMDGPU.imin.ll
test/CodeGen/R600/llvm.AMDGPU.imul24.ll
test/CodeGen/R600/llvm.AMDGPU.kill.ll
test/CodeGen/R600/llvm.AMDGPU.ldexp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.legacy.rsq.ll
test/CodeGen/R600/llvm.AMDGPU.rcp.f64.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rcp.ll
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.f64.ll
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.ll
test/CodeGen/R600/llvm.AMDGPU.rsq.ll
test/CodeGen/R600/llvm.AMDGPU.trig_preop.ll
test/CodeGen/R600/llvm.AMDGPU.trunc.ll
test/CodeGen/R600/llvm.AMDGPU.umad24.ll
test/CodeGen/R600/llvm.AMDGPU.umax.ll
test/CodeGen/R600/llvm.AMDGPU.umin.ll
test/CodeGen/R600/llvm.AMDGPU.umul24.ll
test/CodeGen/R600/llvm.SI.fs.interp.constant.ll
test/CodeGen/R600/llvm.SI.gather4.ll
test/CodeGen/R600/llvm.SI.getlod.ll
test/CodeGen/R600/llvm.SI.image.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.image.sample.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.image.sample.o.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.imageload.ll
test/CodeGen/R600/llvm.SI.load.dword.ll
test/CodeGen/R600/llvm.SI.resinfo.ll
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
test/CodeGen/R600/llvm.SI.tbuffer.store.ll
test/CodeGen/R600/llvm.SI.tid.ll
test/CodeGen/R600/llvm.amdgpu.dp4.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.amdgpu.kilp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.amdgpu.lrp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.cos.ll
test/CodeGen/R600/llvm.exp2.ll
test/CodeGen/R600/llvm.floor.ll
test/CodeGen/R600/llvm.log2.ll
test/CodeGen/R600/llvm.memcpy.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.rint.f64.ll
test/CodeGen/R600/llvm.rint.ll
test/CodeGen/R600/llvm.round.ll
test/CodeGen/R600/llvm.sin.ll
test/CodeGen/R600/llvm.sqrt.ll
test/CodeGen/R600/llvm.trunc.ll
test/CodeGen/R600/load-i1.ll
test/CodeGen/R600/load-input-fold.ll
test/CodeGen/R600/load.ll
test/CodeGen/R600/load.vec.ll
test/CodeGen/R600/load64.ll
test/CodeGen/R600/local-64.ll
test/CodeGen/R600/local-atomics.ll
test/CodeGen/R600/local-atomics64.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/loop-idiom.ll
test/CodeGen/R600/lshl.ll
test/CodeGen/R600/lshr.ll
test/CodeGen/R600/m0-spill.ll [new file with mode: 0644]
test/CodeGen/R600/mad-sub.ll [new file with mode: 0644]
test/CodeGen/R600/mad_int24.ll
test/CodeGen/R600/mad_uint24.ll
test/CodeGen/R600/max-literals.ll
test/CodeGen/R600/max.ll [new file with mode: 0644]
test/CodeGen/R600/max3.ll [new file with mode: 0644]
test/CodeGen/R600/min.ll [new file with mode: 0644]
test/CodeGen/R600/min3.ll [new file with mode: 0644]
test/CodeGen/R600/missing-store.ll [new file with mode: 0644]
test/CodeGen/R600/mubuf.ll
test/CodeGen/R600/mul.ll
test/CodeGen/R600/mul_int24.ll
test/CodeGen/R600/mul_uint24.ll
test/CodeGen/R600/mulhu.ll
test/CodeGen/R600/no-initializer-constant-addrspace.ll
test/CodeGen/R600/operand-spacing.ll [new file with mode: 0644]
test/CodeGen/R600/or.ll
test/CodeGen/R600/packetizer.ll
test/CodeGen/R600/parallelandifcollapse.ll
test/CodeGen/R600/predicate-dp4.ll
test/CodeGen/R600/predicates.ll
test/CodeGen/R600/private-memory.ll
test/CodeGen/R600/pv.ll
test/CodeGen/R600/r600-encoding.ll
test/CodeGen/R600/r600-export-fix.ll
test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll
test/CodeGen/R600/r600cfg.ll
test/CodeGen/R600/register-count-comments.ll
test/CodeGen/R600/reorder-stores.ll
test/CodeGen/R600/rotl.i64.ll
test/CodeGen/R600/rotl.ll
test/CodeGen/R600/rotr.i64.ll
test/CodeGen/R600/rotr.ll
test/CodeGen/R600/rsq.ll
test/CodeGen/R600/s_movk_i32.ll [new file with mode: 0644]
test/CodeGen/R600/saddo.ll
test/CodeGen/R600/salu-to-valu.ll
test/CodeGen/R600/scalar_to_vector.ll
test/CodeGen/R600/schedule-global-loads.ll [new file with mode: 0644]
test/CodeGen/R600/schedule-kernel-arg-loads.ll [new file with mode: 0644]
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/R600/sdiv.ll
test/CodeGen/R600/sdivrem24.ll [new file with mode: 0644]
test/CodeGen/R600/select-i1.ll [new file with mode: 0644]
test/CodeGen/R600/select-vectors.ll
test/CodeGen/R600/select.ll
test/CodeGen/R600/select64.ll
test/CodeGen/R600/selectcc-opt.ll
test/CodeGen/R600/selectcc.ll
test/CodeGen/R600/set-dx10.ll
test/CodeGen/R600/setcc-equivalent.ll
test/CodeGen/R600/setcc-opt.ll [new file with mode: 0644]
test/CodeGen/R600/setcc.ll
test/CodeGen/R600/setcc64.ll
test/CodeGen/R600/seto.ll
test/CodeGen/R600/setuo.ll
test/CodeGen/R600/sext-eliminate.ll [new file with mode: 0644]
test/CodeGen/R600/sext-in-reg.ll
test/CodeGen/R600/sgpr-control-flow.ll
test/CodeGen/R600/sgpr-copy-duplicate-operand.ll
test/CodeGen/R600/sgpr-copy.ll
test/CodeGen/R600/shared-op-cycle.ll
test/CodeGen/R600/shl.ll
test/CodeGen/R600/shl_add_constant.ll [new file with mode: 0644]
test/CodeGen/R600/shl_add_ptr.ll [new file with mode: 0644]
test/CodeGen/R600/si-annotate-cf-assertion.ll
test/CodeGen/R600/si-lod-bias.ll
test/CodeGen/R600/si-sgpr-spill.ll
test/CodeGen/R600/si-triv-disjoint-mem-access.ll [new file with mode: 0644]
test/CodeGen/R600/si-vector-hang.ll
test/CodeGen/R600/sign_extend.ll
test/CodeGen/R600/simplify-demanded-bits-build-pair.ll
test/CodeGen/R600/sint_to_fp.f64.ll [new file with mode: 0644]
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/sint_to_fp64.ll [deleted file]
test/CodeGen/R600/smrd.ll
test/CodeGen/R600/split-scalar-i64-add.ll [new file with mode: 0644]
test/CodeGen/R600/sra.ll
test/CodeGen/R600/srl.ll
test/CodeGen/R600/ssubo.ll
test/CodeGen/R600/store-v3i32.ll
test/CodeGen/R600/store-v3i64.ll
test/CodeGen/R600/store-vector-ptrs.ll
test/CodeGen/R600/store.ll
test/CodeGen/R600/store.r600.ll
test/CodeGen/R600/structurize.ll
test/CodeGen/R600/structurize1.ll
test/CodeGen/R600/sub.ll
test/CodeGen/R600/swizzle-export.ll
test/CodeGen/R600/trunc-store-i1.ll
test/CodeGen/R600/trunc-vector-store-assertion-failure.ll
test/CodeGen/R600/trunc.ll
test/CodeGen/R600/uaddo.ll
test/CodeGen/R600/udiv.ll
test/CodeGen/R600/udivrem.ll
test/CodeGen/R600/udivrem24.ll [new file with mode: 0644]
test/CodeGen/R600/udivrem64.ll
test/CodeGen/R600/uint_to_fp.f64.ll
test/CodeGen/R600/uint_to_fp.ll
test/CodeGen/R600/unaligned-load-store.ll
test/CodeGen/R600/unhandled-loop-condition-assertion.ll
test/CodeGen/R600/unsupported-cc.ll
test/CodeGen/R600/urecip.ll
test/CodeGen/R600/urem.ll
test/CodeGen/R600/use-sgpr-multiple-times.ll [new file with mode: 0644]
test/CodeGen/R600/usubo.ll
test/CodeGen/R600/v1i64-kernel-arg.ll
test/CodeGen/R600/v_cndmask.ll
test/CodeGen/R600/valu-i1.ll
test/CodeGen/R600/vector-alloca.ll
test/CodeGen/R600/vertex-fetch-encoding.ll
test/CodeGen/R600/vop-shrink.ll [new file with mode: 0644]
test/CodeGen/R600/vselect.ll
test/CodeGen/R600/vselect64.ll
test/CodeGen/R600/vtx-fetch-branch.ll
test/CodeGen/R600/vtx-schedule.ll
test/CodeGen/R600/wait.ll
test/CodeGen/R600/work-item-intrinsics.ll
test/CodeGen/R600/wrong-transalu-pos-fix.ll
test/CodeGen/R600/xor.ll
test/CodeGen/R600/zero_extend.ll
test/CodeGen/SPARC/empty-functions.ll [new file with mode: 0644]
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll
test/CodeGen/Thumb/copy_thumb.ll [new file with mode: 0644]
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/inlineasm-thumb.ll
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/ldm-merge-call.ll [new file with mode: 0644]
test/CodeGen/Thumb/ldm-merge-struct.ll [new file with mode: 0644]
test/CodeGen/Thumb/ldm-stm-base-materialization.ll [new file with mode: 0644]
test/CodeGen/Thumb/pop.ll
test/CodeGen/Thumb/stack_guard_remat.ll [new file with mode: 0644]
test/CodeGen/Thumb/stm-merge.ll [new file with mode: 0644]
test/CodeGen/Thumb/thumb-ldm.ll
test/CodeGen/Thumb/thumb-memcpy-ldm-stm.ll
test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
test/CodeGen/Thumb2/aapcs.ll [new file with mode: 0644]
test/CodeGen/Thumb2/constant-islands-new-island.ll [new file with mode: 0644]
test/CodeGen/Thumb2/cortex-fp.ll
test/CodeGen/Thumb2/float-cmp.ll [new file with mode: 0644]
test/CodeGen/Thumb2/float-intrinsics-double.ll [new file with mode: 0644]
test/CodeGen/Thumb2/float-intrinsics-float.ll [new file with mode: 0644]
test/CodeGen/Thumb2/float-ops.ll [new file with mode: 0644]
test/CodeGen/Thumb2/stack_guard_remat.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-sxt_rot.ll
test/CodeGen/Thumb2/thumb2-uxt_rot.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll
test/CodeGen/X86/2008-06-18-BadShuffle.ll [deleted file]
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll [deleted file]
test/CodeGen/X86/2009-06-05-VZextByteShort.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-07-06-DbgCrash.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-08-29-InitOrder.ll
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-07-15-broadcastfold.ll
test/CodeGen/X86/2012-10-02-DAGCycle.ll
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2012-11-30-regpres-dbg.ll
test/CodeGen/X86/2013-10-14-FastISel-incorrect-vreg.ll
test/CodeGen/X86/2014-08-29-CompactUnwind.ll [new file with mode: 0644]
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/SwizzleShuff.ll
test/CodeGen/X86/TruncAssertZext.ll [new file with mode: 0644]
test/CodeGen/X86/add-of-carry.ll
test/CodeGen/X86/add_shl_constant.ll [new file with mode: 0644]
test/CodeGen/X86/addr-mode-matcher.ll [new file with mode: 0644]
test/CodeGen/X86/address-type-promotion-constantexpr.ll [new file with mode: 0644]
test/CodeGen/X86/adx-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/aligned-variadic.ll [new file with mode: 0644]
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/asm-block-labels.ll
test/CodeGen/X86/atomic-load-store-wide.ll
test/CodeGen/X86/atomic-ops-ancient-64.ll
test/CodeGen/X86/atomic_add.ll
test/CodeGen/X86/atomic_idempotent.ll [new file with mode: 0644]
test/CodeGen/X86/atomic_mi.ll [new file with mode: 0644]
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-blend.ll [deleted file]
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-movdup.ll [deleted file]
test/CodeGen/X86/avx-sext.ll [deleted file]
test/CodeGen/X86/avx-shuffle.ll [deleted file]
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-vmovddup.ll [deleted file]
test/CodeGen/X86/avx-vperm2f128.ll [deleted file]
test/CodeGen/X86/avx-vperm2x128.ll [new file with mode: 0644]
test/CodeGen/X86/avx-vpermil.ll [deleted file]
test/CodeGen/X86/avx-vshufp.ll [deleted file]
test/CodeGen/X86/avx-zext.ll [deleted file]
test/CodeGen/X86/avx.ll
test/CodeGen/X86/avx1-stack-reload-folding.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-blend.ll [deleted file]
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-palignr.ll [deleted file]
test/CodeGen/X86/avx2-shuffle.ll [deleted file]
test/CodeGen/X86/avx2-unpack.ll [deleted file]
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx2-vperm2i128.ll [deleted file]
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-fma-intrinsics.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 [deleted file]
test/CodeGen/X86/avx512-trunc-ext.ll
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512-zext-load-crash.ll [deleted file]
test/CodeGen/X86/avx512bw-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-mask-op.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-vec-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-vec-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/avx512dq-mask-op.ll [new file with mode: 0644]
test/CodeGen/X86/avx512er-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-nontemporal.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-vec-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/blend-msb.ll [deleted file]
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/byval-callee-cleanup.ll [new file with mode: 0644]
test/CodeGen/X86/cfi_enforcing.ll [new file with mode: 0644]
test/CodeGen/X86/cfi_invoke.ll [new file with mode: 0644]
test/CodeGen/X86/cfi_non_default_function.ll [new file with mode: 0644]
test/CodeGen/X86/cfi_simple_indirect_call.ll [new file with mode: 0644]
test/CodeGen/X86/cmpxchg-clobber-flags.ll [new file with mode: 0644]
test/CodeGen/X86/codegen-prepare-addrmode-sext.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-comdat2.ll
test/CodeGen/X86/combine-and.ll [new file with mode: 0644]
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/combine-vec-shuffle-2.ll [deleted file]
test/CodeGen/X86/combine-vec-shuffle.ll [deleted file]
test/CodeGen/X86/commute-blend-avx2.ll [new file with mode: 0644]
test/CodeGen/X86/commute-blend-sse41.ll [new file with mode: 0644]
test/CodeGen/X86/commuted-blend-mask.ll [new file with mode: 0644]
test/CodeGen/X86/constant-pool-remat-0.ll
test/CodeGen/X86/constant-pool-sharing.ll
test/CodeGen/X86/constructor.ll
test/CodeGen/X86/cvt16.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/divrem8_ext.ll [new file with mode: 0644]
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dllimport-x86_64.ll
test/CodeGen/X86/dllimport.ll
test/CodeGen/X86/dont-trunc-store-double-to-float.ll [new file with mode: 0644]
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dynamic-alloca-lifetime.ll [new file with mode: 0644]
test/CodeGen/X86/empty-functions.ll
test/CodeGen/X86/exedepsfix-broadcast.ll
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/fast-isel-args-fail.ll
test/CodeGen/X86/fast-isel-cmp-branch3.ll
test/CodeGen/X86/fast-isel-constpool.ll
test/CodeGen/X86/fast-isel-mem.ll
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fast-isel-x32.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fastmath-optnone.ll [new file with mode: 0644]
test/CodeGen/X86/fma-intrinsics-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/fma-phi-213-to-231.ll [new file with mode: 0644]
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma4-intrinsics-x86_64-folded-load.ll [new file with mode: 0644]
test/CodeGen/X86/fma4-intrinsics-x86_64.ll [deleted file]
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fmaxnum.ll [new file with mode: 0644]
test/CodeGen/X86/fminnum.ll [new file with mode: 0644]
test/CodeGen/X86/fmul-combines.ll [new file with mode: 0644]
test/CodeGen/X86/fnabs.ll [new file with mode: 0644]
test/CodeGen/X86/fold-pcmpeqd-0.ll [deleted file]
test/CodeGen/X86/fold-tied-op.ll [new file with mode: 0644]
test/CodeGen/X86/fp-load-trunc.ll
test/CodeGen/X86/fp-trunc.ll
test/CodeGen/X86/fpstack-debuginstr-kill.ll [new file with mode: 0644]
test/CodeGen/X86/frameaddr.ll
test/CodeGen/X86/gcc_except_table_functions.ll [new file with mode: 0644]
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/half.ll [new file with mode: 0644]
test/CodeGen/X86/i8-umulo.ll [deleted file]
test/CodeGen/X86/inalloca-regparm.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/jump_table_alias.ll
test/CodeGen/X86/jump_table_align.ll [new file with mode: 0644]
test/CodeGen/X86/jump_table_bitcast.ll
test/CodeGen/X86/jump_tables.ll
test/CodeGen/X86/lea-2.ll
test/CodeGen/X86/lea-3.ll
test/CodeGen/X86/lea-4.ll
test/CodeGen/X86/lea-5.ll [new file with mode: 0644]
test/CodeGen/X86/lea.ll
test/CodeGen/X86/long-extend.ll [deleted file]
test/CodeGen/X86/loop-strength-reduce8.ll
test/CodeGen/X86/lower-bitcast.ll
test/CodeGen/X86/mem-intrin-base-reg.ll [new file with mode: 0644]
test/CodeGen/X86/mem-promote-integers.ll
test/CodeGen/X86/misched-matmul.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/ms-inline-asm.ll
test/CodeGen/X86/musttail-varargs.ll [new file with mode: 0644]
test/CodeGen/X86/nancvt.ll
test/CodeGen/X86/narrow-shl-load.ll
test/CodeGen/X86/nonconst-static-ev.ll
test/CodeGen/X86/nonconst-static-iv.ll
test/CodeGen/X86/nontemporal-2.ll [new file with mode: 0644]
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/object-size.ll
test/CodeGen/X86/osx-private-labels.ll
test/CodeGen/X86/palignr.ll
test/CodeGen/X86/patchpoint-invoke.ll [new file with mode: 0644]
test/CodeGen/X86/patchpoint-webkit_jscc.ll [new file with mode: 0644]
test/CodeGen/X86/patchpoint.ll
test/CodeGen/X86/peep-vector-extract-concat.ll [deleted file]
test/CodeGen/X86/peep-vector-extract-insert.ll [deleted file]
test/CodeGen/X86/peephole-fold-movsd.ll [new file with mode: 0644]
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pr11334.ll
test/CodeGen/X86/pr12359.ll [deleted file]
test/CodeGen/X86/pr14161.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr18846.ll [new file with mode: 0644]
test/CodeGen/X86/pr21099.ll [new file with mode: 0644]
test/CodeGen/X86/pr21529.ll [new file with mode: 0644]
test/CodeGen/X86/pshufb-mask-comments.ll [new file with mode: 0644]
test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
test/CodeGen/X86/recip-fastmath.ll [new file with mode: 0644]
test/CodeGen/X86/return_zeroext_i2.ll [new file with mode: 0644]
test/CodeGen/X86/segmented-stacks-dynamic.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/sext-i1.ll
test/CodeGen/X86/shift-parts.ll
test/CodeGen/X86/shuffle-combine-crash.ll [new file with mode: 0644]
test/CodeGen/X86/sincos-opt.ll
test/CodeGen/X86/sink-blockfreq.ll [new file with mode: 0644]
test/CodeGen/X86/sink-out-of-loop.ll
test/CodeGen/X86/slow-incdec.ll [new file with mode: 0644]
test/CodeGen/X86/splat-for-size.ll [new file with mode: 0644]
test/CodeGen/X86/splat-scalar-load.ll [deleted file]
test/CodeGen/X86/sqrt-fastmath.ll
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse-scalar-fp-arith-2.ll [deleted file]
test/CodeGen/X86/sse-scalar-fp-arith.ll
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse2-blend.ll [deleted file]
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2-mul.ll [deleted file]
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll
test/CodeGen/X86/sse3-avx-addsub.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-blend.ll [deleted file]
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse41-intrinsics-x86.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack_guard_remat.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-fast-isel.ll
test/CodeGen/X86/stackmap-large-constants.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-liveness.ll
test/CodeGen/X86/stackmap-nops.ll
test/CodeGen/X86/stackmap-shadow-optimization.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/swizzle-2.ll
test/CodeGen/X86/swizzle.ll [deleted file]
test/CodeGen/X86/tailcall-multiret.ll [new file with mode: 0644]
test/CodeGen/X86/tls-addr-non-leaf-function.ll [new file with mode: 0644]
test/CodeGen/X86/trunc-ext-ld-st.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/v-binop-widen.ll [deleted file]
test/CodeGen/X86/v-binop-widen2.ll [deleted file]
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/vararg-callee-cleanup.ll [new file with mode: 0644]
test/CodeGen/X86/vararg_no_start.ll [new file with mode: 0644]
test/CodeGen/X86/vastart-defs-eflags.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_compare-2.ll [deleted file]
test/CodeGen/X86/vec_ctbits.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_fneg.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-6.ll [deleted file]
test/CodeGen/X86/vec_insert.ll [deleted file]
test/CodeGen/X86/vec_return.ll
test/CodeGen/X86/vec_set-3.ll
test/CodeGen/X86/vec_set-5.ll [deleted file]
test/CodeGen/X86/vec_set-9.ll [deleted file]
test/CodeGen/X86/vec_set-E.ll [deleted file]
test/CodeGen/X86/vec_set-G.ll [deleted file]
test/CodeGen/X86/vec_set-I.ll [deleted file]
test/CodeGen/X86/vec_set-J.ll [deleted file]
test/CodeGen/X86/vec_setcc.ll
test/CodeGen/X86/vec_sext.ll [deleted file]
test/CodeGen/X86/vec_shuffle-11.ll [deleted file]
test/CodeGen/X86/vec_shuffle-14.ll [deleted file]
test/CodeGen/X86/vec_shuffle-15.ll [deleted file]
test/CodeGen/X86/vec_shuffle-16.ll [deleted file]
test/CodeGen/X86/vec_shuffle-17.ll [deleted file]
test/CodeGen/X86/vec_shuffle-18.ll [deleted file]
test/CodeGen/X86/vec_shuffle-19.ll [deleted file]
test/CodeGen/X86/vec_shuffle-20.ll [deleted file]
test/CodeGen/X86/vec_shuffle-22.ll [deleted file]
test/CodeGen/X86/vec_shuffle-23.ll [deleted file]
test/CodeGen/X86/vec_shuffle-24.ll [deleted file]
test/CodeGen/X86/vec_shuffle-25.ll [deleted file]
test/CodeGen/X86/vec_shuffle-26.ll [deleted file]
test/CodeGen/X86/vec_shuffle-27.ll [deleted file]
test/CodeGen/X86/vec_shuffle-28.ll [deleted file]
test/CodeGen/X86/vec_shuffle-30.ll [deleted file]
test/CodeGen/X86/vec_shuffle-31.ll [deleted file]
test/CodeGen/X86/vec_shuffle-34.ll [deleted file]
test/CodeGen/X86/vec_shuffle-35.ll [deleted file]
test/CodeGen/X86/vec_shuffle-36.ll [deleted file]
test/CodeGen/X86/vec_shuffle-37.ll [deleted file]
test/CodeGen/X86/vec_shuffle-38.ll [deleted file]
test/CodeGen/X86/vec_shuffle-39.ll [deleted file]
test/CodeGen/X86/vec_shuffle-40.ll [deleted file]
test/CodeGen/X86/vec_shuffle-41.ll [deleted file]
test/CodeGen/X86/vec_shuffle.ll [deleted file]
test/CodeGen/X86/vec_splat-2.ll [deleted file]
test/CodeGen/X86/vec_splat-3.ll [deleted file]
test/CodeGen/X86/vec_splat.ll [deleted file]
test/CodeGen/X86/vec_trunc_sext.ll [new file with mode: 0644]
test/CodeGen/X86/vec_uint_to_fp.ll
test/CodeGen/X86/vec_unsafe-fp-math.ll [new file with mode: 0644]
test/CodeGen/X86/vec_zext.ll [deleted file]
test/CodeGen/X86/vector-blend.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-sext.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-256-v32.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-256-v4.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-256-v8.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-512-v8.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-shuffle-sse1.ll [new file with mode: 0644]
test/CodeGen/X86/vector-zext.ll [new file with mode: 0644]
test/CodeGen/X86/vectorcall.ll [new file with mode: 0644]
test/CodeGen/X86/vselect-avx.ll [new file with mode: 0644]
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conversions.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/win32-pic-jumptable.ll [new file with mode: 0644]
test/CodeGen/X86/win64_call_epi.ll [new file with mode: 0644]
test/CodeGen/X86/win64_vararg.ll
test/CodeGen/X86/win_cst_pool.ll [new file with mode: 0644]
test/CodeGen/X86/windows-itanium-alloca.ll [new file with mode: 0644]
test/CodeGen/X86/x32-function_pointer-1.ll [new file with mode: 0644]
test/CodeGen/X86/x32-function_pointer-2.ll [new file with mode: 0644]
test/CodeGen/X86/x32-function_pointer-3.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-call.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-pic-10.ll
test/CodeGen/X86/x86-64-stack-and-frame-ptr.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-tls-1.ll
test/CodeGen/X86/x86-mixed-alignment-dagcombine.ll [new file with mode: 0644]
test/CodeGen/X86/x86-setcc-int-to-fp-combine.ll [new file with mode: 0644]
test/CodeGen/X86/xaluo.ll
test/CodeGen/XCore/atomic.ll
test/CodeGen/XCore/dwarf_debug.ll
test/CodeGen/XCore/exception.ll
test/DebugInfo/2009-11-03-InsertExtractValue.ll
test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll
test/DebugInfo/2009-11-10-CurrentFn.ll
test/DebugInfo/2010-01-05-DbgScope.ll
test/DebugInfo/2010-03-12-llc-crash.ll
test/DebugInfo/2010-03-19-DbgDeclare.ll
test/DebugInfo/2010-03-24-MemberFn.ll
test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll
test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
test/DebugInfo/2010-04-19-FramePtr.ll
test/DebugInfo/2010-05-03-DisableFramePtr.ll
test/DebugInfo/2010-05-03-OriginDIE.ll
test/DebugInfo/2010-05-10-MultipleCU.ll
test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
test/DebugInfo/2010-07-19-Crash.ll
test/DebugInfo/2010-10-01-crash.ll
test/DebugInfo/AArch64/big-endian-dump.ll [new file with mode: 0644]
test/DebugInfo/AArch64/big-endian.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/little-endian-dump.ll [new file with mode: 0644]
test/DebugInfo/AArch64/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/big-endian-dump.ll [new file with mode: 0644]
test/DebugInfo/ARM/little-endian-dump.ll [new file with mode: 0644]
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/ARM/s-super-register.ll [new file with mode: 0644]
test/DebugInfo/ARM/sectionorder.ll
test/DebugInfo/ARM/selectiondag-deadcode.ll
test/DebugInfo/ARM/tls.ll
test/DebugInfo/COFF/asan-module-ctor.ll
test/DebugInfo/COFF/asan-module-without-functions.ll
test/DebugInfo/COFF/asm.ll
test/DebugInfo/COFF/cpp-mangling.ll [new file with mode: 0644]
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/Inputs/cross-cu-inlining.c [new file with mode: 0644]
test/DebugInfo/Inputs/cross-cu-inlining.x86_64-macho.o [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64
test/DebugInfo/Inputs/dwarfdump-objc.m [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o [new file with mode: 0644]
test/DebugInfo/Inputs/gmlt.ll [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-test [new file with mode: 0755]
test/DebugInfo/Inputs/split-dwarf-test.cc [new file with mode: 0644]
test/DebugInfo/Inputs/split-dwarf-test.dwo [new file with mode: 0644]
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/PR20038.ll
test/DebugInfo/PowerPC/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/SystemZ/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.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_linkage_name.ll
test/DebugInfo/X86/DW_AT_location-reference.ll
test/DebugInfo/X86/DW_AT_object_pointer.ll
test/DebugInfo/X86/DW_AT_specification.ll
test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arange.ll
test/DebugInfo/X86/arguments.ll
test/DebugInfo/X86/array.ll
test/DebugInfo/X86/array2.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-asm.s [new file with mode: 0644]
test/DebugInfo/X86/dbg-at-specficiation.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-file-name.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-prolog-end.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-terminator.ll
test/DebugInfo/X86/dbg_value_direct.ll
test/DebugInfo/X86/debug-dead-local-var.ll
test/DebugInfo/X86/debug-info-access.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll [new file with mode: 0644]
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll [new file with mode: 0644]
test/DebugInfo/X86/gmlt.test [new file with mode: 0644]
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/inline-member-function.ll
test/DebugInfo/X86/inline-seldag-test.ll
test/DebugInfo/X86/instcombine-instrinsics.ll
test/DebugInfo/X86/lexical_block.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/multiple-aranges.ll
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nodebug_with_debug_loc.ll [new file with mode: 0644]
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pieces-1.ll [new file with mode: 0644]
test/DebugInfo/X86/pieces-2.ll [new file with mode: 0644]
test/DebugInfo/X86/pieces-3.ll [new file with mode: 0644]
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/recursive_inlining.ll [new file with mode: 0644]
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/sret.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/type_units_with_addresses.ll
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/array.ll
test/DebugInfo/bug_null_debuginfo.ll
test/DebugInfo/constant-pointers.ll
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/cross-cu-linkonce-distinct.ll
test/DebugInfo/cross-cu-linkonce.ll
test/DebugInfo/cu-line-tables.ll [deleted file]
test/DebugInfo/cu-range-hole.ll
test/DebugInfo/cu-ranges.ll
test/DebugInfo/dead-argument-order.ll
test/DebugInfo/debug-info-always-inline.ll [new file with mode: 0644]
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/debuginfofinder-multiple-cu.ll
test/DebugInfo/duplicate_inline.ll [new file with mode: 0644]
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/dwarfdump-accel.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-objc.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-ranges.test
test/DebugInfo/empty.ll
test/DebugInfo/enum-types.ll [new file with mode: 0644]
test/DebugInfo/enum.ll
test/DebugInfo/global-with-type-context.ll [new file with mode: 0644]
test/DebugInfo/global.ll
test/DebugInfo/gmlt.test [new file with mode: 0644]
test/DebugInfo/incorrect-variable-debugloc.ll
test/DebugInfo/inheritance.ll
test/DebugInfo/inline-debug-info-multiret.ll
test/DebugInfo/inline-debug-info.ll
test/DebugInfo/inline-no-debug-info.ll
test/DebugInfo/inline-scopes.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/lto-comp-dir.ll
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/member-pointers.o [moved from test/tools/llvm-profdata/Inputs/empty.profdata with 100% similarity]
test/DebugInfo/missing-abstract-variable.ll
test/DebugInfo/missing-abstract-variable.o [new file with mode: 0644]
test/DebugInfo/namespace.ll
test/DebugInfo/namespace_function_definition.ll
test/DebugInfo/namespace_inline_function_definition.ll
test/DebugInfo/nodebug.ll
test/DebugInfo/restrict.ll
test/DebugInfo/sugared-constants.ll
test/DebugInfo/template-recursive-void.ll
test/DebugInfo/tu-composite.ll
test/DebugInfo/tu-member-pointer.ll
test/DebugInfo/two-cus-from-same-file.ll
test/DebugInfo/typedef.ll
test/DebugInfo/unconditional-branch.ll
test/DebugInfo/varargs.ll
test/DebugInfo/version.ll
test/ExecutionEngine/2002-12-16-ArgTest.ll
test/ExecutionEngine/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/2003-01-04-LoopTest.ll
test/ExecutionEngine/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/2003-05-06-LivenessClobber.ll
test/ExecutionEngine/2003-05-07-ArgumentTest.ll
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/2005-12-02-TailCallBug.ll
test/ExecutionEngine/Interpreter/intrinsics.ll [new file with mode: 0644]
test/ExecutionEngine/Interpreter/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll
test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll
test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll
test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll
test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll
test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll
test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll
test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll
test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll
test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll
test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll
test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll
test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll
test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll
test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll
test/ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll
test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll
test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll
test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll
test/ExecutionEngine/MCJIT/cross-module-a.ll
test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/eh.ll
test/ExecutionEngine/MCJIT/fpbitcast.ll
test/ExecutionEngine/MCJIT/hello-sm-pic.ll
test/ExecutionEngine/MCJIT/hello.ll
test/ExecutionEngine/MCJIT/hello2.ll
test/ExecutionEngine/MCJIT/load-object-a.ll
test/ExecutionEngine/MCJIT/multi-module-a.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll
test/ExecutionEngine/MCJIT/non-extern-addend.ll
test/ExecutionEngine/MCJIT/pr13727.ll
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
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/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/MCJIT/simplesttest.ll
test/ExecutionEngine/MCJIT/simpletest.ll
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll
test/ExecutionEngine/MCJIT/stubs.ll
test/ExecutionEngine/MCJIT/test-arith.ll
test/ExecutionEngine/MCJIT/test-branch.ll
test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll
test/ExecutionEngine/MCJIT/test-call.ll
test/ExecutionEngine/MCJIT/test-cast.ll
test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll
test/ExecutionEngine/MCJIT/test-common-symbols.ll
test/ExecutionEngine/MCJIT/test-constantexpr.ll
test/ExecutionEngine/MCJIT/test-data-align.ll
test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll
test/ExecutionEngine/MCJIT/test-fp.ll
test/ExecutionEngine/MCJIT/test-global-ctors.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll
test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll
test/ExecutionEngine/MCJIT/test-global.ll
test/ExecutionEngine/MCJIT/test-loadstore.ll
test/ExecutionEngine/MCJIT/test-local.ll
test/ExecutionEngine/MCJIT/test-logical.ll
test/ExecutionEngine/MCJIT/test-loop.ll
test/ExecutionEngine/MCJIT/test-phi.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll
test/ExecutionEngine/MCJIT/test-ptr-reloc.ll
test/ExecutionEngine/MCJIT/test-ret.ll
test/ExecutionEngine/MCJIT/test-return.ll
test/ExecutionEngine/MCJIT/test-setcond-fp.ll
test/ExecutionEngine/MCJIT/test-setcond-int.ll
test/ExecutionEngine/MCJIT/test-shift.ll
test/ExecutionEngine/RuntimeDyld/AArch64/MachO_ARM64_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/ARM/MachO_ARM_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/ARM/lit.local.cfg [moved from test/Transforms/AtomicExpandLoadLinked/ARM/lit.local.cfg with 100% similarity]
test/ExecutionEngine/RuntimeDyld/Inputs/arm_secdiff_reloc.o [deleted file]
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_eh_frame.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s
test/ExecutionEngine/RuntimeDyld/macho_relocations.test [deleted file]
test/ExecutionEngine/frem.ll [new file with mode: 0644]
test/ExecutionEngine/hello.ll
test/ExecutionEngine/hello2.ll
test/ExecutionEngine/mov64zext32.ll
test/ExecutionEngine/simpletest.ll
test/ExecutionEngine/stubs.ll
test/ExecutionEngine/test-call-no-external-funcs.ll
test/ExecutionEngine/test-call.ll
test/ExecutionEngine/test-common-symbols.ll
test/ExecutionEngine/test-fp-no-external-funcs.ll
test/ExecutionEngine/test-fp.ll
test/ExecutionEngine/test-global-init-nonzero.ll
test/ExecutionEngine/test-global.ll
test/ExecutionEngine/test-loadstore.ll
test/ExecutionEngine/test-local.ll
test/Feature/aliases.ll
test/Feature/comdat.ll
test/Feature/md_on_instruction.ll
test/Feature/optnone-llc.ll
test/Feature/weak_constant.ll
test/FileCheck/check-empty.txt [new file with mode: 0644]
test/FileCheck/implicit-check-not.txt [new file with mode: 0644]
test/FileCheck/validate-check-prefix.txt
test/Instrumentation/AddressSanitizer/X86/asm_cfi.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_cfi.s [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.ll
test/Instrumentation/AddressSanitizer/X86/asm_mov.s
test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s
test/Instrumentation/AddressSanitizer/X86/asm_rep_movs.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_rsp_mem_op.s [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_swap_intel.s
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/coverage-dbg.ll [deleted file]
test/Instrumentation/AddressSanitizer/coverage.ll [deleted file]
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-cstring.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/do-not-touch-comdat-global.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
test/Instrumentation/AddressSanitizer/ubsan.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/Inputs/debuglist.txt [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/abilist.ll
test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
test/Instrumentation/DataFlowSanitizer/debug.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/load.ll
test/Instrumentation/DataFlowSanitizer/store.ll
test/Instrumentation/DataFlowSanitizer/union-large.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/union.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/array_types.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/byval-alignment.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/check-constant-shadow.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/coverage.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll [new file with mode: 0644]
test/Instrumentation/SanitizerCoverage/tracing.ll [new file with mode: 0644]
test/JitListener/test-common-symbols.ll
test/JitListener/test-inline.ll
test/JitListener/test-parameters.ll
test/LTO/Inputs/bcsection.macho.s [new file with mode: 0644]
test/LTO/Inputs/bcsection.s [new file with mode: 0644]
test/LTO/bcsection.ll [new file with mode: 0644]
test/LTO/diagnostic-handler-remarks.ll [new file with mode: 0644]
test/LTO/jump-table-type.ll
test/Linker/2003-01-30-LinkerRename.ll
test/Linker/2003-05-31-LinkerRename.ll
test/Linker/2008-03-05-AliasReference.ll
test/Linker/2009-09-03-mdnode.ll
test/Linker/2009-09-03-mdnode2.ll
test/Linker/2011-08-04-DebugLoc.ll
test/Linker/2011-08-04-DebugLoc2.ll
test/Linker/2011-08-04-Metadata.ll
test/Linker/2011-08-04-Metadata2.ll
test/Linker/2011-08-18-unique-class-type.ll
test/Linker/2011-08-18-unique-class-type2.ll
test/Linker/2011-08-18-unique-debug-type.ll
test/Linker/2011-08-18-unique-debug-type2.ll
test/Linker/2011-08-22-ResolveAlias.ll
test/Linker/2011-08-22-ResolveAlias2.ll
test/Linker/ConstantGlobals.ll [new file with mode: 0644]
test/Linker/ConstantGlobals1.ll [deleted file]
test/Linker/ConstantGlobals2.ll [deleted file]
test/Linker/ConstantGlobals3.ll [deleted file]
test/Linker/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/2003-01-30-LinkerRename.ll [new file with mode: 0644]
test/Linker/Inputs/2003-05-31-LinkerRename.ll [new file with mode: 0644]
test/Linker/Inputs/ConstantGlobals.ll [new file with mode: 0644]
test/Linker/Inputs/comdat8.ll [new file with mode: 0644]
test/Linker/Inputs/comdat9.ll [new file with mode: 0644]
test/Linker/Inputs/constructor-comdat.ll [new file with mode: 0644]
test/Linker/Inputs/ctors.ll [new file with mode: 0644]
test/Linker/Inputs/ident.a.ll [new file with mode: 0644]
test/Linker/Inputs/ident.b.ll [new file with mode: 0644]
test/Linker/Inputs/linkage2.ll [new file with mode: 0644]
test/Linker/Inputs/module-flags-pic-1-b.ll [new file with mode: 0644]
test/Linker/Inputs/module-flags-pic-2-b.ll [new file with mode: 0644]
test/Linker/Inputs/redefinition.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-inheritance-a.ll
test/Linker/Inputs/type-unique-inheritance-b.ll
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/Inputs/type-unique-simple2-b.ll
test/Linker/Inputs/unique-fwd-decl-b.ll [new file with mode: 0644]
test/Linker/Inputs/visibility.ll [new file with mode: 0644]
test/Linker/comdat7.ll
test/Linker/comdat8.ll
test/Linker/comdat9.ll [new file with mode: 0644]
test/Linker/constructor-comdat.ll [new file with mode: 0644]
test/Linker/ctors.ll [new file with mode: 0644]
test/Linker/debug-info-version-a.ll
test/Linker/debug-info-version-b.ll
test/Linker/global_ctors.ll
test/Linker/ident.ll [new file with mode: 0644]
test/Linker/link-messages.ll [deleted file]
test/Linker/linkage2.ll [new file with mode: 0644]
test/Linker/lto-attributes.ll [new file with mode: 0644]
test/Linker/module-flags-pic-1-a.ll [new file with mode: 0644]
test/Linker/module-flags-pic-2-a.ll [new file with mode: 0644]
test/Linker/redefinition.ll
test/Linker/targettriple.ll
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-odr-b.ll
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple-b.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll
test/Linker/type-unique-type-array-a.ll [new file with mode: 0644]
test/Linker/type-unique-type-array-b.ll [new file with mode: 0644]
test/Linker/unique-fwd-decl-a.ll [new file with mode: 0644]
test/Linker/unnamed-addr1-b.ll
test/Linker/visibility.ll [new file with mode: 0644]
test/Linker/visibility1.ll [deleted file]
test/Linker/visibility2.ll [deleted file]
test/MC/AArch64/arm64-be-datalayout.s
test/MC/AArch64/arm64-diags.s
test/MC/AArch64/arm64-system-encoding.s
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/elf_osabi_flags.s [new file with mode: 0644]
test/MC/AArch64/inst-directive-diagnostic.s [new file with mode: 0644]
test/MC/AArch64/inst-directive.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo.s
test/MC/AArch64/single-slash.s [new file with mode: 0644]
test/MC/ARM/arm_instructions.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/coff-file.s
test/MC/ARM/coproc-diag.s [new file with mode: 0644]
test/MC/ARM/cps.s [new file with mode: 0644]
test/MC/ARM/d16.s [new file with mode: 0644]
test/MC/ARM/diagnostics.s
test/MC/ARM/directive-arch_extension-crc.s
test/MC/ARM/directive-arch_extension-fp.s
test/MC/ARM/directive-arch_extension-idiv.s
test/MC/ARM/directive-arch_extension-mode-switch.s [new file with mode: 0644]
test/MC/ARM/directive-arch_extension-simd.s
test/MC/ARM/directive-arch_extension-toggle.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute-2.s [deleted file]
test/MC/ARM/directive-eabi_attribute.s
test/MC/ARM/directive-fpu-instrs.s [new file with mode: 0644]
test/MC/ARM/directive-thumb_func.s [new file with mode: 0644]
test/MC/ARM/directive-unsupported.s [new file with mode: 0644]
test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s [new file with mode: 0644]
test/MC/ARM/dwarf-asm-multiple-sections.s
test/MC/ARM/ldr-pseudo-darwin.s
test/MC/ARM/ltorg-darwin.s
test/MC/ARM/move-banked-regs.s [new file with mode: 0644]
test/MC/ARM/neon-bitwise-encoding.s
test/MC/ARM/neon-mov-vfp.s [new file with mode: 0644]
test/MC/ARM/symbol-variants.s
test/MC/ARM/thumb-diagnostics.s
test/MC/ARM/thumb-not-mclass.s [new file with mode: 0644]
test/MC/ARM/thumb2-bxj.s [new file with mode: 0644]
test/MC/ARM/thumb2-exception-return-mclass.s [new file with mode: 0644]
test/MC/ARM/thumb2-ldrb-ldrh.s [new file with mode: 0644]
test/MC/ARM/thumb2-ldrexd-strexd.s [new file with mode: 0644]
test/MC/ARM/thumb2-mclass.s
test/MC/ARM/thumb_rewrites.s [new file with mode: 0644]
test/MC/ARM/thumbv7em.s [new file with mode: 0644]
test/MC/ARM/vfp4.s
test/MC/ARM/vorr-vbic-illegal-cases.s
test/MC/AsmParser/comments-x86-darwin.s [new file with mode: 0644]
test/MC/AsmParser/directive-warning.s [new file with mode: 0644]
test/MC/AsmParser/macro-exitm.s [new file with mode: 0644]
test/MC/AsmParser/macros-darwin-vararg.s
test/MC/COFF/alias.s
test/MC/COFF/basic-coff-64.s
test/MC/COFF/basic-coff.s
test/MC/COFF/bigobj.py [new file with mode: 0644]
test/MC/COFF/bss_section.ll
test/MC/COFF/comm-align.s [new file with mode: 0644]
test/MC/COFF/comm.ll
test/MC/COFF/comm.s
test/MC/COFF/const-gv-with-rel-init.ll [new file with mode: 0644]
test/MC/COFF/feat00.s
test/MC/COFF/file.s
test/MC/COFF/ir-to-imgrel.ll
test/MC/COFF/linker-options.ll
test/MC/COFF/lset0.s
test/MC/COFF/secidx.s
test/MC/COFF/section-invalid-flags.s
test/MC/COFF/section-name-encoding.s
test/MC/COFF/section-passthru-flags.s [new file with mode: 0644]
test/MC/COFF/seh-linkonce.s [new file with mode: 0644]
test/MC/COFF/simple-fixups.s
test/MC/COFF/symbol-fragment-offset-64.s
test/MC/COFF/symbol-fragment-offset.s
test/MC/COFF/weak.s
test/MC/Disassembler/ARM/arm-tests.txt
test/MC/Disassembler/ARM/d16.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumb-MSR-MClass.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/move-banked-regs-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/move-banked-regs-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-MSR-MClass.txt
test/MC/Disassembler/ARM/thumb-tests.txt
test/MC/Disassembler/ARM/thumb2-preloads.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips.txt
test/MC/Disassembler/Mips/micromips_le.txt
test/MC/Disassembler/Mips/mips2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32.txt
test/MC/Disassembler/Mips/mips64.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-4xx.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-6xx.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-bookII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-e500.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/ELF/cfi-version.ll
test/MC/ELF/comdat.s
test/MC/ELF/reloc-same-name-section.s [new file with mode: 0644]
test/MC/ELF/section-sym-err.s [new file with mode: 0644]
test/MC/ELF/section-sym.s [new file with mode: 0644]
test/MC/ELF/section-sym2.s [new file with mode: 0644]
test/MC/Hexagon/basic.ll [new file with mode: 0644]
test/MC/Hexagon/inst_add.ll [new file with mode: 0644]
test/MC/Hexagon/inst_and.ll [new file with mode: 0644]
test/MC/Hexagon/inst_or.ll [new file with mode: 0644]
test/MC/Hexagon/inst_sub.ll [new file with mode: 0644]
test/MC/Hexagon/inst_xor.ll [new file with mode: 0644]
test/MC/Hexagon/lit.local.cfg [new file with mode: 0644]
test/MC/MachO/ARM/aliased-symbols.s
test/MC/MachO/ARM/darwin-ARM-reloc.s
test/MC/MachO/ARM/ios-version-min-load-command.s
test/MC/MachO/absolute.s
test/MC/MachO/absolutize.s
test/MC/MachO/bad-darwin-x86_64-reloc-expr1.s [new file with mode: 0644]
test/MC/MachO/bad-darwin-x86_64-reloc-expr2.s [new file with mode: 0644]
test/MC/MachO/comm-1.s
test/MC/MachO/darwin-complex-difference.s
test/MC/MachO/darwin-x86_64-diff-reloc-assign-2.s
test/MC/MachO/darwin-x86_64-diff-relocs.s
test/MC/MachO/darwin-x86_64-reloc.s
test/MC/MachO/eh-frame-reloc.s
test/MC/MachO/empty-dwarf-lines.s [deleted file]
test/MC/MachO/file.s
test/MC/MachO/gen-dwarf.s
test/MC/MachO/indirect-symbols.s
test/MC/MachO/lcomm-attributes.s
test/MC/MachO/osx-version-min-load-command.s
test/MC/MachO/reloc.s
test/MC/MachO/section-align-2.s
test/MC/MachO/string-table.s
test/MC/MachO/symbol-diff.s
test/MC/MachO/symbol-flags.s
test/MC/MachO/symbol-indirect.s
test/MC/MachO/symbols-1.s
test/MC/MachO/tbss.s
test/MC/MachO/tls.s
test/MC/MachO/tlv-reloc.s
test/MC/MachO/variable-exprs.s
test/MC/MachO/x86_32-symbols.s
test/MC/MachO/x86_64-symbols.s
test/MC/MachO/zerofill-3.s
test/MC/Mips/cpload-bad.s
test/MC/Mips/cpload.s
test/MC/Mips/elf-objdump.s [deleted file]
test/MC/Mips/elf_eflags.s
test/MC/Mips/elf_eflags_abicalls.s
test/MC/Mips/elf_eflags_micromips.s
test/MC/Mips/elf_eflags_mips16.s
test/MC/Mips/elf_eflags_nan2008.s
test/MC/Mips/elf_eflags_nanlegacy.s
test/MC/Mips/elf_eflags_noreorder.s
test/MC/Mips/elf_eflags_pic0.s
test/MC/Mips/elf_eflags_pic2.s
test/MC/Mips/elf_reginfo.s
test/MC/Mips/micromips-16-bit-instructions.s
test/MC/Mips/micromips-branch-instructions.s
test/MC/Mips/micromips-control-instructions.s
test/MC/Mips/micromips-fpu-instructions.s
test/MC/Mips/micromips-invalid.s [new file with mode: 0644]
test/MC/Mips/micromips-jump-instructions.s
test/MC/Mips/micromips-label-test-sections.s [new file with mode: 0644]
test/MC/Mips/micromips-label-test.s [new file with mode: 0644]
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/mips-expansions-bad.s
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-hwr-register-names.s [new file with mode: 0644]
test/MC/Mips/mips-jump-delay-slots.s [new file with mode: 0644]
test/MC/Mips/mips-noat.s
test/MC/Mips/mips-pdr-bad.s [new file with mode: 0644]
test/MC/Mips/mips-pdr.s [new file with mode: 0644]
test/MC/Mips/mips-reginfo-fp32.s [new file with mode: 0644]
test/MC/Mips/mips-reginfo-fp64.s [new file with mode: 0644]
test/MC/Mips/mips1/invalid-mips2.s
test/MC/Mips/mips1/invalid-mips3.s
test/MC/Mips/mips1/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips1/invalid-mips4-wrong-error.s
test/MC/Mips/mips1/invalid-mips5-wrong-error.s
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips2/invalid-mips3.s
test/MC/Mips/mips2/invalid-mips32r2.s
test/MC/Mips/mips2/invalid-mips4-wrong-error.s
test/MC/Mips/mips2/invalid-mips5-wrong-error.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips3/invalid-mips4-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips3/invalid-mips5-wrong-error.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/abiflags.s
test/MC/Mips/mips32/invalid-mips32r2.s
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/abiflags.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips1.s
test/MC/Mips/mips32r6/invalid-mips2-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips2.s
test/MC/Mips/mips32r6/invalid-mips32-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips32.s
test/MC/Mips/mips32r6/invalid-mips4-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips4.s
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips5-wrong-error.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-register-names-n32-n64.s
test/MC/Mips/mips64/abiflags.s
test/MC/Mips/mips64/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/abiflags.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips1.s
test/MC/Mips/mips64r6/invalid-mips2.s
test/MC/Mips/mips64r6/invalid-mips3-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips32-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips4-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips4.s
test/MC/Mips/mips64r6/invalid-mips5-wrong-error.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_abi_flags_xx.s
test/MC/Mips/mips_abi_flags_xx_set.s
test/MC/Mips/mips_directives_bad.s
test/MC/Mips/msa/abiflags.s
test/MC/Mips/msa/set-msa-directive-bad.s [new file with mode: 0644]
test/MC/Mips/msa/set-msa-directive.s [new file with mode: 0644]
test/MC/Mips/nacl-mask.s
test/MC/Mips/nooddspreg-cmdarg.s
test/MC/Mips/nooddspreg.s
test/MC/Mips/octeon-instructions.s
test/MC/Mips/oddspreg.s
test/MC/Mips/set-arch.s [new file with mode: 0644]
test/MC/Mips/set-at-directive-explicit-at.s
test/MC/Mips/set-mips-directives-bad.s [new file with mode: 0644]
test/MC/Mips/set-mips-directives.s [new file with mode: 0644]
test/MC/Mips/set-mips0-directive.s [new file with mode: 0644]
test/MC/Mips/set-mips16-directive.s [new file with mode: 0644]
test/MC/Mips/set-nodsp.s [new file with mode: 0644]
test/MC/Mips/set-push-pop-directives-bad.s [new file with mode: 0644]
test/MC/Mips/set-push-pop-directives.s [new file with mode: 0644]
test/MC/Mips/unaligned-nops.s [new file with mode: 0644]
test/MC/PowerPC/lcomm.s [new file with mode: 0644]
test/MC/PowerPC/ppc-reloc.s [new file with mode: 0644]
test/MC/PowerPC/ppc32-ba.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-abiversion.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-4xx.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-6xx.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-bookIII.s
test/MC/PowerPC/ppc64-encoding-e500.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-spe.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-fixup-apply.s
test/MC/PowerPC/ppc64-fixups.s
test/MC/PowerPC/ppc64-localentry-error1.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-localentry-error2.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-localentry.s [new file with mode: 0644]
test/MC/PowerPC/vsx.s
test/MC/R600/lit.local.cfg [new file with mode: 0644]
test/MC/R600/sopp.s [new file with mode: 0644]
test/MC/SystemZ/lit.local.cfg
test/MC/X86/AlignedBundling/labeloffset.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/long-nop-pad.s
test/MC/X86/AlignedBundling/nesting.s [new file with mode: 0644]
test/MC/X86/avx512-encodings.s
test/MC/X86/intel-syntax-2.s
test/MC/X86/intel-syntax-ambiguous.s [new file with mode: 0644]
test/MC/X86/intel-syntax-error.s [new file with mode: 0644]
test/MC/X86/intel-syntax-ptr-sized.s [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/macho-uleb.s [new file with mode: 0644]
test/MC/X86/reloc-macho.s [new file with mode: 0644]
test/MC/X86/sgx-encoding.s [new file with mode: 0644]
test/MC/X86/stackmap-nops.ll
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-32-ms-inline-asm.s
test/MC/X86/x86-64-avx512bw.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512bw_vl.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512dq.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512dq_vl.s [new file with mode: 0644]
test/MC/X86/x86-64-avx512f_vl.s [new file with mode: 0644]
test/MC/X86/x86-itanium.ll [new file with mode: 0644]
test/MC/X86/x86-windows-itanium-libcalls.ll [new file with mode: 0644]
test/MC/X86/x86_errors.s
test/MC/X86/x86_operands.s
test/Makefile
test/Object/AArch64/yaml2obj-elf-aarch64-rel.yaml [new file with mode: 0644]
test/Object/ARM/macho-data-in-code.test
test/Object/Inputs/COFF/long-section-name.yaml [new file with mode: 0644]
test/Object/Inputs/COFF/section-aux-symbol.yaml [new file with mode: 0644]
test/Object/Inputs/macho-archive-unsorted-x86_64.a [new file with mode: 0644]
test/Object/Inputs/macho-hello-g.macho-x86_64 [new file with mode: 0755]
test/Object/Inputs/mri-crlf.mri [new file with mode: 0644]
test/Object/Inputs/trivial-label-test.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.elf-mipsel
test/Object/Inputs/unwind-section.elf-x86-64 [new file with mode: 0644]
test/Object/X86/nm-ir.ll
test/Object/X86/objdump-cfg-invalid-opcode.yaml [deleted file]
test/Object/X86/objdump-cfg-textatomsize.yaml [deleted file]
test/Object/X86/objdump-cfg.yaml [deleted file]
test/Object/X86/objdump-disassembly-inline-relocations.test
test/Object/X86/objdump-disassembly-symbolic.test [deleted file]
test/Object/X86/objdump-label.test [new file with mode: 0644]
test/Object/archive-error-tmp.txt
test/Object/archive-symtab.test
test/Object/coff-archive-short.test
test/Object/coff-archive.test
test/Object/mri-addlib.test [new file with mode: 0644]
test/Object/mri-addmod.test [new file with mode: 0644]
test/Object/mri-crlf.test [new file with mode: 0644]
test/Object/mri1.test [new file with mode: 0644]
test/Object/mri2.test [new file with mode: 0644]
test/Object/mri3.test [new file with mode: 0644]
test/Object/mri4.test [new file with mode: 0644]
test/Object/mri5.test [new file with mode: 0644]
test/Object/nm-archive.test
test/Object/nm-trivial-object.test
test/Object/nm-universal-binary.test
test/Object/obj2yaml-coff-long-section-name.test [new file with mode: 0644]
test/Object/obj2yaml-coff-section-aux-symbol.test [new file with mode: 0644]
test/Object/obj2yaml.test
test/Object/objdump-reloc-shared.test [new file with mode: 0644]
test/Object/objdump-relocations.test
test/Object/yaml2obj-elf-file-headers-with-e_flags.yaml
test/Object/yaml2obj-elf-symbol-visibility.yaml
test/Other/Inputs/block-info-only.bc [new file with mode: 0755]
test/Other/Inputs/has-block-info.bc [new file with mode: 0644]
test/Other/Inputs/no-block-info.bc [new file with mode: 0755]
test/Other/bcanalyzer-block-info.txt [new file with mode: 0644]
test/Other/link-opts.ll [deleted file]
test/Other/lit-unicode.txt [new file with mode: 0644]
test/SymbolRewriter/rewrite.ll [new file with mode: 0644]
test/SymbolRewriter/rewrite.map [new file with mode: 0644]
test/TableGen/BitOffsetDecoder.td [new file with mode: 0644]
test/TableGen/BitsInit.td [new file with mode: 0644]
test/TableGen/ClassInstanceValue.td [new file with mode: 0644]
test/TableGen/ForeachList.td
test/TableGen/ForeachLoop.td
test/TableGen/NestedForeach.td
test/TableGen/SiblingForeach.td
test/TableGen/if.td
test/TableGen/ifbit.td
test/TableGen/intrinsic-long-name.td [new file with mode: 0644]
test/TableGen/intrinsic-varargs.td
test/TableGen/list-element-bitref.td
test/TableGen/math.td
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/AlignmentFromAssumptions/simple.ll [new file with mode: 0644]
test/Transforms/AlignmentFromAssumptions/simple32.ll [new file with mode: 0644]
test/Transforms/AlignmentFromAssumptions/start-unk.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/dbg.ll
test/Transforms/ArgumentPromotion/fp80.ll [new file with mode: 0644]
test/Transforms/ArgumentPromotion/tail.ll
test/Transforms/ArgumentPromotion/variadic.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/ARM/atomic-expansion-v7.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/ARM/atomic-expansion-v8.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/ARM/cmpxchg-weak.ll [new file with mode: 0644]
test/Transforms/AtomicExpand/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v7.ll [deleted file]
test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v8.ll [deleted file]
test/Transforms/AtomicExpandLoadLinked/ARM/cmpxchg-weak.ll [deleted file]
test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll
test/Transforms/CodeGenPrepare/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AArch64/trunc-weird-user.ll [new file with mode: 0644]
test/Transforms/ConstProp/loads.ll
test/Transforms/ConstProp/trunc_vec.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/dead_vaargs.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/atomic.ll
test/Transforms/DeadStoreElimination/const-pointers.ll
test/Transforms/DeadStoreElimination/cs-cs-aliasing.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DeadStoreElimination/no-targetdata.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/DebugIR/simple-addrspace.ll
test/Transforms/EarlyCSE/basic.ll
test/Transforms/FunctionAttrs/optnone-simple.ll [new file with mode: 0644]
test/Transforms/FunctionAttrs/optnone.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/function-numbering.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linezero.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/2009-03-10-PREOnVoid.ll
test/Transforms/GVN/atomic.ll
test/Transforms/GVN/noalias.ll [new file with mode: 0644]
test/Transforms/GVN/rle.ll
test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll
test/Transforms/GlobalDCE/deadblockaddr.ll [new file with mode: 0644]
test/Transforms/GlobalDCE/pr20981.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/alias-used-address-space.ll
test/Transforms/GlobalOpt/alias-used-section.ll
test/Transforms/GlobalOpt/alias-used.ll
test/Transforms/GlobalOpt/constantfold-initializers.ll
test/Transforms/GlobalOpt/pr21191.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/preserve-comdats.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll
test/Transforms/IndVarSimplify/NVPTX/lit.local.cfg [new file with mode: 0644]
test/Transforms/IndVarSimplify/NVPTX/no-widen-expensive.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll
test/Transforms/IndVarSimplify/lftr-extend-const.ll
test/Transforms/IndVarSimplify/lftr-reuse.ll
test/Transforms/IndVarSimplify/no-iv-rewrite.ll
test/Transforms/IndVarSimplify/pr20680.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sharpen-range.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/use-range-metadata.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/verify-scev.ll
test/Transforms/IndVarSimplify/widen-loop-comp.ll [new file with mode: 0644]
test/Transforms/Inline/align.ll [new file with mode: 0644]
test/Transforms/Inline/byval-tail-call.ll
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/ephemeral.ll [new file with mode: 0644]
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-musttail-varargs.ll [new file with mode: 0644]
test/Transforms/Inline/noalias-calls.ll [new file with mode: 0644]
test/Transforms/Inline/noalias-cs.ll [new file with mode: 0644]
test/Transforms/Inline/noalias.ll [new file with mode: 0644]
test/Transforms/Inline/noalias2.ll [new file with mode: 0644]
test/Transforms/Inline/pr21206.ll [new file with mode: 0644]
test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll
test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll
test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll [deleted file]
test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/add4.ll [deleted file]
test/Transforms/InstCombine/align-attr.ll [new file with mode: 0644]
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/apint-sub.ll
test/Transforms/InstCombine/ashr-nop.ll [deleted file]
test/Transforms/InstCombine/assume-loop-align.ll [new file with mode: 0644]
test/Transforms/InstCombine/assume-redundant.ll [new file with mode: 0644]
test/Transforms/InstCombine/assume.ll [new file with mode: 0644]
test/Transforms/InstCombine/assume2.ll [new file with mode: 0644]
test/Transforms/InstCombine/atomic.ll
test/Transforms/InstCombine/bitcast-alias-function.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
test/Transforms/InstCombine/constant-fold-alias.ll [new file with mode: 0644]
test/Transforms/InstCombine/constant-fold-math.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/descale-zero.ll
test/Transforms/InstCombine/devirt.ll [deleted file]
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/double-float-shrink-1.ll
test/Transforms/InstCombine/fabs.ll [new file with mode: 0644]
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fold-phi.ll
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-logical.ll
test/Transforms/InstCombine/icmp-range.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp-shr.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/load-addrspace-cast.ll [deleted file]
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/loadstore-alignment.ll
test/Transforms/InstCombine/loadstore-metadata.ll [new file with mode: 0644]
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/maxnum.ll [new file with mode: 0644]
test/Transforms/InstCombine/memcmp-1.ll
test/Transforms/InstCombine/minnum.ll [new file with mode: 0644]
test/Transforms/InstCombine/narrow-switch.ll [new file with mode: 0644]
test/Transforms/InstCombine/no_cgscc_assert.ll [new file with mode: 0644]
test/Transforms/InstCombine/objsize-address-space.ll
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/or-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/overflow-mul.ll
test/Transforms/InstCombine/pr12338.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/strcmp-1.ll
test/Transforms/InstCombine/strncmp-1.ll
test/Transforms/InstCombine/sub-xor.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/vsx-unaligned.ll [new file with mode: 0644]
test/Transforms/InstCombine/xor2.ll
test/Transforms/InstMerge/ld_hoist1.ll [new file with mode: 0644]
test/Transforms/InstMerge/ld_hoist_st_sink.ll [new file with mode: 0644]
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/assume.ll [new file with mode: 0644]
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/exact-nsw-nuw.ll
test/Transforms/InstSimplify/fold-builtin-fma.ll [new file with mode: 0644]
test/Transforms/InstSimplify/gep.ll [new file with mode: 0644]
test/Transforms/InstSimplify/rem.ll
test/Transforms/InstSimplify/shr-nop.ll [new file with mode: 0644]
test/Transforms/InstSimplify/vector_ptr_bitcast.ll [new file with mode: 0644]
test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll
test/Transforms/Internalize/local-visibility.ll
test/Transforms/JumpThreading/assume-edge-dom.ll [new file with mode: 0644]
test/Transforms/JumpThreading/assume.ll [new file with mode: 0644]
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LICM/2014-09-10-doFinalizationAssert.ll [new file with mode: 0644]
test/Transforms/LICM/PR19798.ll [new file with mode: 0644]
test/Transforms/LICM/PR21582.ll [new file with mode: 0644]
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoist-bitcast-load.ll
test/Transforms/LICM/hoist-deref-load.ll [new file with mode: 0644]
test/Transforms/LICM/speculate.ll
test/Transforms/LoadCombine/load-combine-aa.ll [new file with mode: 0644]
test/Transforms/LoadCombine/load-combine-assume.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/R600/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopIdiom/R600/popcnt.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/nosimplifylatch.ll [new file with mode: 0644]
test/Transforms/LoopRotate/simplifylatch.ll
test/Transforms/LoopSimplify/merge-exits.ll
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll
test/Transforms/LoopUnroll/ephemeral.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/ignore-annotation-intrinsic-cost.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/nsw-tripcount.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/scevunroll.ll
test/Transforms/LoopUnroll/tripcount-overflow.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unroll-pragmas-disabled.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopUnroll/update-loop-info-in-subloops.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/12-12-11-if-conv.ll
test/Transforms/LoopVectorize/2012-10-20-infloop.ll
test/Transforms/LoopVectorize/2012-10-22-isconsec.ll
test/Transforms/LoopVectorize/AArch64/sdiv-pow2.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/assume.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/gcc-examples.ll
test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
test/Transforms/LoopVectorize/X86/min-trip-count-switch.ll
test/Transforms/LoopVectorize/X86/parallel-loops-after-reg2mem.ll
test/Transforms/LoopVectorize/X86/parallel-loops.ll
test/Transforms/LoopVectorize/X86/powof2div.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/tripcount.ll
test/Transforms/LoopVectorize/X86/unroll-small-loops.ll
test/Transforms/LoopVectorize/X86/unroll_selection.ll
test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/X86/x86_fp80-vector-store.ll
test/Transforms/LoopVectorize/XCore/no-vector-registers.ll
test/Transforms/LoopVectorize/align.ll
test/Transforms/LoopVectorize/bsd_regex.ll
test/Transforms/LoopVectorize/bzip_reverse_loops.ll
test/Transforms/LoopVectorize/calloc.ll
test/Transforms/LoopVectorize/cast-induction.ll
test/Transforms/LoopVectorize/conditional-assignment.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/cpp-new-array.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/duplicated-metadata.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ee-crash.ll
test/Transforms/LoopVectorize/exact.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/flags.ll
test/Transforms/LoopVectorize/float-reduction.ll
test/Transforms/LoopVectorize/funcall.ll
test/Transforms/LoopVectorize/gcc-examples.ll
test/Transforms/LoopVectorize/global_alias.ll
test/Transforms/LoopVectorize/hoist-loads.ll
test/Transforms/LoopVectorize/i8-induction.ll
test/Transforms/LoopVectorize/if-conv-crash.ll
test/Transforms/LoopVectorize/if-conversion-nest.ll
test/Transforms/LoopVectorize/if-conversion-reduction.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/if-pred-stores.ll
test/Transforms/LoopVectorize/incorrect-dom-info.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/increment.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/induction_plus.ll
test/Transforms/LoopVectorize/intrinsic.ll
test/Transforms/LoopVectorize/lcssa-crash.ll
test/Transforms/LoopVectorize/lifetime.ll
test/Transforms/LoopVectorize/memdep.ll
test/Transforms/LoopVectorize/metadata-unroll.ll
test/Transforms/LoopVectorize/metadata-width.ll
test/Transforms/LoopVectorize/metadata.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/multi-use-reduction-bug.ll
test/Transforms/LoopVectorize/multiple-address-spaces.ll
test/Transforms/LoopVectorize/no_array_bounds.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/no_idiv_reduction.ll
test/Transforms/LoopVectorize/no_int_induction.ll
test/Transforms/LoopVectorize/no_outside_user.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/nofloat.ll
test/Transforms/LoopVectorize/non-const-n.ll
test/Transforms/LoopVectorize/nsw-crash.ll
test/Transforms/LoopVectorize/opt.ll
test/Transforms/LoopVectorize/ptr_loops.ll
test/Transforms/LoopVectorize/read-only.ll
test/Transforms/LoopVectorize/reduction.ll
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/reverse_iter.ll
test/Transforms/LoopVectorize/runtime-check-address-space.ll
test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll
test/Transforms/LoopVectorize/runtime-check-readonly.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/runtime-limit.ll
test/Transforms/LoopVectorize/safegep.ll
test/Transforms/LoopVectorize/same-base-access.ll
test/Transforms/LoopVectorize/scalar-select.ll
test/Transforms/LoopVectorize/scev-exitlim-crash.ll
test/Transforms/LoopVectorize/simple-unroll.ll
test/Transforms/LoopVectorize/small-loop.ll
test/Transforms/LoopVectorize/start-non-zero.ll
test/Transforms/LoopVectorize/store-shuffle-bug.ll
test/Transforms/LoopVectorize/struct_access.ll
test/Transforms/LoopVectorize/tbaa-nodep.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/undef-inst-bug.ll
test/Transforms/LoopVectorize/unroll_novec.ll
test/Transforms/LoopVectorize/unsized-pointee-crash.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/value-ptr-bug.ll
test/Transforms/LoopVectorize/vect.omp.persistence.ll
test/Transforms/LoopVectorize/vect.stats.ll
test/Transforms/LoopVectorize/vectorize-once.ll
test/Transforms/LoopVectorize/version-mem-access.ll
test/Transforms/LoopVectorize/write-only.ll
test/Transforms/LowerSwitch/2014-06-23-PHIlowering.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll
test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll
test/Transforms/MemCpyOpt/callslot_deref.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/capturing-func.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/loadstore-sret.ll
test/Transforms/MemCpyOpt/memcpy-to-memset-with-lifetimes.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/sret.ll
test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll [new file with mode: 0644]
test/Transforms/MergeFunc/vector-GEP-crash.ll [new file with mode: 0644]
test/Transforms/MetaRenamer/metarenamer.ll
test/Transforms/ObjCARC/allocas.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/provenance.ll [new file with mode: 0644]
test/Transforms/PartiallyInlineLibCalls/bad-prototype.ll [new file with mode: 0644]
test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/canonicalize-neg-const.ll [new file with mode: 0644]
test/Transforms/Reassociate/commute.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-AgressiveSubMove.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-ArrayOutOfBounds.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-MissedTree.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-ReassociateVector.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-SubReassociate.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-basictest.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-fp-commute.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-mightymul.ll [new file with mode: 0644]
test/Transforms/Reassociate/fast-multistep.ll [new file with mode: 0644]
test/Transforms/Reassociate/mixed-fast-nonfast-fp.ll [new file with mode: 0644]
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/negation1.ll [new file with mode: 0644]
test/Transforms/Reassociate/pr21205.ll [new file with mode: 0644]
test/Transforms/Reassociate/wrap-flags.ll [new file with mode: 0644]
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SLPVectorizer/AArch64/commute.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/load-store-q.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/sdiv-pow2.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/ARM/sroa.ll
test/Transforms/SLPVectorizer/X86/addsub.ll
test/Transforms/SLPVectorizer/X86/align.ll
test/Transforms/SLPVectorizer/X86/crash_binaryop.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_gep.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_scheduling.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_vectorizeTree.ll
test/Transforms/SLPVectorizer/X86/cycle_dup.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/extract_in_tree_user.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/hoist.ll
test/Transforms/SLPVectorizer/X86/horizontal.ll
test/Transforms/SLPVectorizer/X86/in-tree-user.ll
test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
test/Transforms/SLPVectorizer/X86/loopinvariant.ll
test/Transforms/SLPVectorizer/X86/multi_user.ll
test/Transforms/SLPVectorizer/X86/powof2div.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/propagate_ir_flags.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/return.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/saxpy.ll
test/Transforms/SLPVectorizer/X86/scheduling.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/unreachable.ll [new file with mode: 0644]
test/Transforms/SROA/phi-and-select.ll
test/Transforms/SROA/slice-width.ll
test/Transforms/SROA/vector-lifetime-intrinsic.ll [new file with mode: 0644]
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SampleProfile/Inputs/fnptr.binprof [new file with mode: 0644]
test/Transforms/SampleProfile/Inputs/fnptr.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/fnptr.ll [new file with mode: 0644]
test/Transforms/SampleProfile/propagate.ll
test/Transforms/SampleProfile/syntax.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch-table-bug.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/assume.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/branch-fold-threshold.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/hoist-with-range.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/lifetime.ll
test/Transforms/SimplifyCFG/speculate-math.ll
test/Transforms/SimplifyCFG/switch-to-select-multiple-edge-per-block-phi.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/switch-to-select-two-case.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/TailCallElim/EraseBB.ll [new file with mode: 0644]
test/Transforms/TailCallElim/basic.ll
test/Transforms/TailCallElim/reorder_load.ll
test/Transforms/Util/flattencfg.ll [new file with mode: 0644]
test/Transforms/Util/lowerswitch.ll [new file with mode: 0644]
test/Verifier/alias.ll
test/Verifier/comdat2.ll
test/Verifier/invoke.ll
test/Verifier/jumptable.ll
test/Verifier/musttail-valid.ll
test/Verifier/range-1.ll
test/lit.cfg
test/lit.site.cfg.in
test/tools/gold/Inputs/alias-1.ll [new file with mode: 0644]
test/tools/gold/Inputs/bcsection.s [new file with mode: 0644]
test/tools/gold/Inputs/comdat.ll [new file with mode: 0644]
test/tools/gold/Inputs/common.ll [new file with mode: 0644]
test/tools/gold/Inputs/invalid.bc [new file with mode: 0644]
test/tools/gold/Inputs/linker-script.export [new file with mode: 0644]
test/tools/gold/Inputs/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/Inputs/pr19901-1.ll [new file with mode: 0644]
test/tools/gold/Inputs/weak.ll [new file with mode: 0644]
test/tools/gold/alias.ll [new file with mode: 0644]
test/tools/gold/bad-alias.ll [new file with mode: 0644]
test/tools/gold/bcsection.ll [new file with mode: 0644]
test/tools/gold/comdat.ll [new file with mode: 0644]
test/tools/gold/common.ll [new file with mode: 0644]
test/tools/gold/emit-llvm.ll [new file with mode: 0644]
test/tools/gold/invalid.ll [new file with mode: 0644]
test/tools/gold/linker-script.ll [new file with mode: 0644]
test/tools/gold/linkonce-weak.ll [new file with mode: 0644]
test/tools/gold/lit.local.cfg [new file with mode: 0644]
test/tools/gold/mtriple.ll [new file with mode: 0644]
test/tools/gold/option.ll [new file with mode: 0644]
test/tools/gold/pr19901.ll [new file with mode: 0644]
test/tools/gold/slp-vectorize.ll [new file with mode: 0644]
test/tools/gold/vectorize.ll [new file with mode: 0644]
test/tools/gold/weak.ll [new file with mode: 0644]
test/tools/llvm-cov/Inputs/README
test/tools/llvm-cov/Inputs/highlightedRanges.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/highlightedRanges.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/lineExecutionCounts.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/lineExecutionCounts.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/regionMarkers.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/regionMarkers.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/report.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/report.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/showExpansions.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/showExpansions.profdata [new file with mode: 0644]
test/tools/llvm-cov/Inputs/templateInstantiations.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/templateInstantiations.profdata [new file with mode: 0644]
test/tools/llvm-cov/lit.local.cfg
test/tools/llvm-cov/report.cpp [new file with mode: 0644]
test/tools/llvm-cov/showExpansions.cpp [new file with mode: 0644]
test/tools/llvm-cov/showHighlightedRanges.cpp [new file with mode: 0644]
test/tools/llvm-cov/showLineExecutionCounts.cpp [new file with mode: 0644]
test/tools/llvm-cov/showRegionMarkers.cpp [new file with mode: 0644]
test/tools/llvm-cov/showTemplateInstantiations.cpp [new file with mode: 0644]
test/tools/llvm-mc/line_end_with_space.test [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/Inputs/ObjC.exe.macho-aarch64 [new file with mode: 0755]
test/tools/llvm-objdump/AArch64/Inputs/ObjC.obj.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/Inputs/hello.exe.macho-aarch64 [new file with mode: 0755]
test/tools/llvm-objdump/AArch64/Inputs/hello.obj.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-symbolized-disassembly.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/Inputs/hello.exe.macho-arm [new file with mode: 0755]
test/tools/llvm-objdump/ARM/Inputs/hello.obj.macho-arm [new file with mode: 0644]
test/tools/llvm-objdump/ARM/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-arm-and-thumb.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-mattr-arm.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-mcpu-arm.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-symbolized-disassembly.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-symbolized-subtractor.test [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/bad-ordinal.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/bind.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/bind2.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/compact-unwind.macho-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/compact-unwind.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/exports-trie.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/large-bss.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/lazy-bind.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/rebase.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/unwind-info-no-relocs.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/unwind-info.macho-arm64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/unwind-info.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/Inputs/weak-bind.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/ObjC.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/ObjC.obj.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/dylibLoadKinds.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/hello.exe.macho-i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/hello.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/hello.obj.macho-i386 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/hello.obj.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/hello_cpp.exe.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/out-of-section-sym.elf-i386 [moved from test/tools/llvm-objdump/Inputs/out-of-section-sym.elf-i386 with 100% similarity]
test/tools/llvm-objdump/X86/Inputs/trivial.obj.elf-i386 [moved from test/tools/llvm-objdump/Inputs/trivial.obj.elf-i386 with 100% similarity]
test/tools/llvm-objdump/X86/disassembly-show-raw.test [moved from test/tools/llvm-objdump/disassembly-show-raw.test with 100% similarity]
test/tools/llvm-objdump/X86/lit.local.cfg [moved from test/tools/llvm-objdump/lit.local.cfg with 100% similarity]
test/tools/llvm-objdump/X86/macho-private-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-symbolized-disassembly.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-symbolized-subtractor-i386.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-symbolized-subtractor.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/out-of-section-sym.test [moved from test/tools/llvm-objdump/out-of-section-sym.test with 100% similarity]
test/tools/llvm-objdump/coff-large-bss.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-bad-ordinal.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-bind.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-bind2.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-compact-unwind-i386.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-compact-unwind-x86_64.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-exports-trie.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-lazy-bind.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-rebase.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-unwind-info-arm64.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-unwind-info-no-relocs.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-unwind-info-x86_64.test [new file with mode: 0644]
test/tools/llvm-objdump/macho-weak-bind.test [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/bad-hash.proftext [moved from test/tools/llvm-profdata/Inputs/bad-hash.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/bar3-1.proftext [moved from test/tools/llvm-profdata/Inputs/bar3-1.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/c-general.profraw [moved from test/tools/llvm-profdata/Inputs/c-general.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/compat.profdata.v1 [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/empty.proftext [new file with mode: 0644]
test/tools/llvm-profdata/Inputs/extra-word.proftext [moved from test/tools/llvm-profdata/Inputs/extra-word.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/foo3-1.proftext [moved from test/tools/llvm-profdata/Inputs/foo3-1.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/foo3-2.proftext [moved from test/tools/llvm-profdata/Inputs/foo3-2.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/foo3bar3-1.proftext [moved from test/tools/llvm-profdata/Inputs/foo3bar3-1.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/foo3bar3-2.profdata [deleted file]
test/tools/llvm-profdata/Inputs/foo4-1.profdata [deleted file]
test/tools/llvm-profdata/Inputs/foo4-2.profdata [deleted file]
test/tools/llvm-profdata/Inputs/invalid-count-later.proftext [moved from test/tools/llvm-profdata/Inputs/invalid-count-later.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/no-counts.proftext [moved from test/tools/llvm-profdata/Inputs/no-counts.profdata with 100% similarity]
test/tools/llvm-profdata/Inputs/overflow.profdata [deleted file]
test/tools/llvm-profdata/Inputs/sample-profile.proftext [new file with mode: 0644]
test/tools/llvm-profdata/c-general.test
test/tools/llvm-profdata/compat.proftext [new file with mode: 0644]
test/tools/llvm-profdata/count-mismatch.proftext [new file with mode: 0644]
test/tools/llvm-profdata/errors.test [deleted file]
test/tools/llvm-profdata/general.proftext [new file with mode: 0644]
test/tools/llvm-profdata/hash-mismatch.proftext [new file with mode: 0644]
test/tools/llvm-profdata/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-profdata/multiple-inputs.test [new file with mode: 0644]
test/tools/llvm-profdata/overflow.proftext [new file with mode: 0644]
test/tools/llvm-profdata/raw-two-profiles.test
test/tools/llvm-profdata/sample-profile-basic.test [new file with mode: 0644]
test/tools/llvm-profdata/simple.test [deleted file]
test/tools/llvm-profdata/text-format-errors.test [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/bad-relocs.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/basereloc.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/bigobj.coff-x86-64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/comdat-function-linetables.obj.coff-2012-i386 [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/comdat-function-linetables.obj.coff-2013-i386 [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/directives.obj.coff-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/file-aux-record.yaml
test/tools/llvm-readobj/Inputs/file-multiple-aux-records.yaml
test/tools/llvm-readobj/Inputs/imports.exe.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/imports.exe.coff-x86-64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2012-i368 [changed mode: 0644->0755]
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2012-x86_64 [changed mode: 0644->0755]
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2013-i368 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifile-linetables.obj.coff-2013-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2012-i368 [changed mode: 0644->0755]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2012-x86_64 [changed mode: 0644->0755]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2013-i368 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/multifunction-linetables.obj.coff-2013-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/relocs.obj.coff-i386
test/tools/llvm-readobj/Inputs/relocs.obj.coff-x86_64
test/tools/llvm-readobj/Inputs/relocs.obj.elf-aarch64
test/tools/llvm-readobj/Inputs/relocs.py
test/tools/llvm-readobj/Inputs/trivial.obj.elf-mipsel [new file with mode: 0644]
test/tools/llvm-readobj/bigobj.test [new file with mode: 0644]
test/tools/llvm-readobj/codeview-linetables.test
test/tools/llvm-readobj/coff-basereloc.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-directives.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-file-sections-reading.test
test/tools/llvm-readobj/cxx-cli-aux.test
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/imports.test [new file with mode: 0644]
test/tools/llvm-readobj/peplus.test
test/tools/llvm-readobj/reloc-types.test
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-readobj/sections.test
test/tools/llvm-readobj/symbols.test
test/tools/llvm-symbolizer/Inputs/dsym-test-exe [new file with mode: 0755]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-differentname.dSYM/Contents/Info.plist [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-differentname.dSYM/Contents/Resources/DWARF/dsym-test-exe-second [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe-second [new file with mode: 0755]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents/Info.plist [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test-exe.dSYM/Contents/Resources/DWARF/dsym-test-exe [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/dsym-test.c [new file with mode: 0644]
test/tools/llvm-symbolizer/Inputs/ppc64 [new file with mode: 0755]
test/tools/llvm-symbolizer/dsym.test [new file with mode: 0644]
test/tools/llvm-symbolizer/ppc64.test [new file with mode: 0644]
test/tools/llvm-vtabledump/Inputs/trivial.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-vtabledump/Inputs/trivial.obj.elf-i386 [new file with mode: 0644]
test/tools/llvm-vtabledump/trivial.test [new file with mode: 0644]
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint-passes/CMakeLists.txt
tools/bugpoint/Android.mk
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/ListReducer.h
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/Makefile
tools/gold/gold-plugin.cpp
tools/llc/Android.mk
tools/llc/llc.cpp
tools/lli/Android.mk
tools/lli/CMakeLists.txt
tools/lli/LLVMBuild.txt
tools/lli/Makefile
tools/lli/RPCChannel.h
tools/lli/RemoteMemoryManager.cpp
tools/lli/RemoteMemoryManager.h
tools/lli/RemoteTarget.h
tools/lli/RemoteTargetExternal.h
tools/lli/RemoteTargetMessage.h
tools/lli/lli.cpp
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/CMakeLists.txt
tools/llvm-c-test/disassemble.c
tools/llvm-config/CMakeLists.txt
tools/llvm-cov/Android.mk
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp [new file with mode: 0644]
tools/llvm-cov/CoverageFilters.cpp [new file with mode: 0644]
tools/llvm-cov/CoverageFilters.h [new file with mode: 0644]
tools/llvm-cov/CoverageReport.cpp [new file with mode: 0644]
tools/llvm-cov/CoverageReport.h [new file with mode: 0644]
tools/llvm-cov/CoverageSummary.cpp [new file with mode: 0644]
tools/llvm-cov/CoverageSummary.h [new file with mode: 0644]
tools/llvm-cov/CoverageSummaryInfo.cpp [new file with mode: 0644]
tools/llvm-cov/CoverageSummaryInfo.h [new file with mode: 0644]
tools/llvm-cov/CoverageViewOptions.h [new file with mode: 0644]
tools/llvm-cov/LLVMBuild.txt
tools/llvm-cov/Makefile
tools/llvm-cov/RenderingSupport.h [new file with mode: 0644]
tools/llvm-cov/SourceCoverageView.cpp [new file with mode: 0644]
tools/llvm-cov/SourceCoverageView.h [new file with mode: 0644]
tools/llvm-cov/TestingSupport.cpp [new file with mode: 0644]
tools/llvm-cov/gcov.cpp [new file with mode: 0644]
tools/llvm-cov/llvm-cov.cpp
tools/llvm-diff/DiffConsumer.h
tools/llvm-diff/DiffLog.h
tools/llvm-diff/DifferenceEngine.h
tools/llvm-diff/llvm-diff.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-go/CMakeLists.txt [new file with mode: 0644]
tools/llvm-go/Makefile [new file with mode: 0644]
tools/llvm-go/llvm-go.go [new file with mode: 0644]
tools/llvm-jitlistener/CMakeLists.txt
tools/llvm-jitlistener/LLVMBuild.txt
tools/llvm-jitlistener/Makefile
tools/llvm-jitlistener/llvm-jitlistener.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/CMakeLists.txt
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/Android.mk
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/Disassembler.h
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
tools/llvm-nm/Android.mk
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/Android.mk
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/LLVMBuild.txt
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/Makefile
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-profdata/CMakeLists.txt
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ARMAttributeParser.h
tools/llvm-readobj/ARMEHABIPrinter.h
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/ARMWinEHPrinter.h
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.h
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/Win64EHDumper.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/Android.mk
tools/llvm-rtdyld/LLVMBuild.txt
tools/llvm-rtdyld/Makefile
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt [new file with mode: 0644]
tools/llvm-shlib/libllvm.cpp [new file with mode: 0644]
tools/llvm-size/llvm-size.cpp
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/llvm-vtabledump/CMakeLists.txt [new file with mode: 0644]
tools/llvm-vtabledump/Error.cpp [new file with mode: 0644]
tools/llvm-vtabledump/Error.h [new file with mode: 0644]
tools/llvm-vtabledump/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-vtabledump/Makefile [new file with mode: 0644]
tools/llvm-vtabledump/llvm-vtabledump.cpp [new file with mode: 0644]
tools/llvm-vtabledump/llvm-vtabledump.h [new file with mode: 0644]
tools/lto/CMakeLists.txt
tools/lto/Makefile
tools/lto/lto.cpp
tools/macho-dump/macho-dump.cpp
tools/msbuild/CMakeLists.txt
tools/msbuild/install.bat
tools/msbuild/toolset-vs2014.targets [new file with mode: 0644]
tools/msbuild/toolset-vs2014_xp.targets [new file with mode: 0644]
tools/msbuild/uninstall.bat
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/Error.cpp
tools/obj2yaml/Error.h
tools/obj2yaml/Makefile
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/obj2yaml/obj2yaml.h
tools/opt/Android.mk
tools/opt/BreakpointPrinter.cpp
tools/opt/NewPMDriver.h
tools/opt/opt.cpp
tools/verify-uselistorder/CMakeLists.txt [new file with mode: 0644]
tools/verify-uselistorder/LLVMBuild.txt [new file with mode: 0644]
tools/verify-uselistorder/Makefile [new file with mode: 0644]
tools/verify-uselistorder/verify-uselistorder.cpp [new file with mode: 0644]
tools/yaml2obj/CMakeLists.txt
tools/yaml2obj/Makefile
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2obj.h
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/DenseSetTest.cpp
unittests/ADT/FunctionRefTest.cpp [new file with mode: 0644]
unittests/ADT/MapVectorTest.cpp
unittests/ADT/OptionalTest.cpp
unittests/ADT/PostOrderIteratorTest.cpp [new file with mode: 0644]
unittests/ADT/StringMapTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/CallGraphTest.cpp [new file with mode: 0644]
unittests/Analysis/LazyCallGraphTest.cpp
unittests/Analysis/Makefile
unittests/Analysis/MixedTBAATest.cpp
unittests/Bitcode/BitReaderTest.cpp
unittests/Bitcode/BitstreamReaderTest.cpp [new file with mode: 0644]
unittests/Bitcode/CMakeLists.txt
unittests/Bitcode/Makefile
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/ExecutionEngine/JIT/CMakeLists.txt [deleted file]
unittests/ExecutionEngine/JIT/IntelJITEventListenerTest.cpp [deleted file]
unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp [deleted file]
unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h [deleted file]
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp [deleted file]
unittests/ExecutionEngine/JIT/JITTest.cpp [deleted file]
unittests/ExecutionEngine/JIT/JITTests.def [deleted file]
unittests/ExecutionEngine/JIT/Makefile [deleted file]
unittests/ExecutionEngine/JIT/MultiJITTest.cpp [deleted file]
unittests/ExecutionEngine/JIT/OProfileJITEventListenerTest.cpp [deleted file]
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/ExecutionEngine/Makefile
unittests/IR/CMakeLists.txt
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugInfoTest.cpp [new file with mode: 0644]
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/UseTest.cpp [new file with mode: 0644]
unittests/IR/UserTest.cpp
unittests/IR/ValueMapTest.cpp
unittests/IR/ValueTest.cpp
unittests/LineEditor/CMakeLists.txt
unittests/Linker/CMakeLists.txt
unittests/Linker/LinkModulesTest.cpp
unittests/Linker/Makefile
unittests/MC/CMakeLists.txt
unittests/MC/Disassembler.cpp [new file with mode: 0644]
unittests/MC/Hexagon/CMakeLists.txt [new file with mode: 0644]
unittests/MC/Hexagon/HexagonMCCodeEmitterTest.cpp [new file with mode: 0644]
unittests/MC/MCAtomTest.cpp [deleted file]
unittests/MC/Makefile
unittests/MC/StringTableBuilderTest.cpp
unittests/Support/AllocatorTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/CommandLineTest.cpp
unittests/Support/ConvertUTFTest.cpp
unittests/Support/ErrorOrTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/LEB128Test.cpp
unittests/Support/LineIteratorTest.cpp
unittests/Support/LockFileManagerTest.cpp
unittests/Support/MD5Test.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/SourceMgrTest.cpp
unittests/Support/SpecialCaseListTest.cpp
unittests/Support/YAMLIOTest.cpp
unittests/Support/YAMLParserTest.cpp
unittests/Support/raw_ostream_test.cpp
unittests/Transforms/Utils/Cloning.cpp
utils/FileCheck/FileCheck.cpp
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.h
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/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.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.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/SequenceToOffsetTable.h
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TableGenBackends.h
utils/TableGen/X86DisassemblerShared.h
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86ModRMFilters.h
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/bisect [new file with mode: 0755]
utils/emacs/llvm-mode.el
utils/findmisopt
utils/git-svn/git-svnrevert
utils/lit/TODO
utils/lit/lit/ProgressBar.py
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/__init__.py
utils/lit/lit/discovery.py
utils/lit/lit/formats/googletest.py
utils/lit/lit/main.py
utils/lit/lit/util.py
utils/lldbDataFormatters.py
utils/llvm-build/llvmbuild/main.py
utils/not/not.cpp
utils/release/export.sh
utils/release/tag.sh
utils/release/test-release.sh
utils/shuffle_fuzz.py [new file with mode: 0755]
utils/valgrind/x86_64-pc-linux-gnu.supp
utils/vim/llvm.vim
utils/yaml-bench/YAMLBench.cpp