OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
authorStephen Hines <srhines@google.com>
Mon, 23 Mar 2015 19:10:34 +0000 (12:10 -0700)
committerStephen Hines <srhines@google.com>
Mon, 23 Mar 2015 19:10:34 +0000 (12:10 -0700)
commitebe69fe11e48d322045d5949c83283927a0d790b
treec92f1907a6b8006628a4b01615f38264d29834ea
parentb7d2e72b02a4cb8034f32f8247a2558d2434e121
Update aosp/master LLVM for rebase to r230699.

Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
4970 files changed:
.gitignore
Android.mk
CMakeLists.txt
CODE_OWNERS.TXT
README.txt
autoconf/config.sub
autoconf/configure.ac
bindings/go/llvm/DIBuilderBindings.cpp
bindings/go/llvm/DIBuilderBindings.h
bindings/go/llvm/IRBindings.cpp
bindings/go/llvm/IRBindings.h
bindings/go/llvm/InstrumentationBindings.cpp
bindings/go/llvm/InstrumentationBindings.h
bindings/go/llvm/SupportBindings.cpp
bindings/go/llvm/dibuilder.go
bindings/go/llvm/executionengine.go
bindings/go/llvm/executionengine_test.go
bindings/go/llvm/ir.go
bindings/go/llvm/linker.go
bindings/go/llvm/transforms_instrumentation.go
bindings/ocaml/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/Makefile.ocaml
bindings/ocaml/all_backends/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/analysis/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/backends/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/bitreader/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/bitwriter/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/executionengine/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/irreader/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/linker/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/linker/linker_ocaml.c
bindings/ocaml/linker/llvm_linker.ml
bindings/ocaml/linker/llvm_linker.mli
bindings/ocaml/llvm/CMakeLists.txt [new file with mode: 0644]
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/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/ipo/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/scalar_opts/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/utils/CMakeLists.txt [new file with mode: 0644]
bindings/ocaml/transforms/utils/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/utils/llvm_transform_utils.ml [new file with mode: 0644]
bindings/ocaml/transforms/utils/llvm_transform_utils.mli [new file with mode: 0644]
bindings/ocaml/transforms/utils/transform_utils_ocaml.c [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/CMakeLists.txt [new file with mode: 0644]
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/AddOCaml.cmake [new file with mode: 0644]
cmake/modules/CMakeLists.txt
cmake/modules/CheckAtomic.cmake
cmake/modules/FindOCaml.cmake [new file with mode: 0644]
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/platforms/iOS.cmake
configure
docs/BitCodeFormat.rst
docs/BitSets.rst [new file with mode: 0644]
docs/CMake.rst
docs/CMakeLists.txt
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/lit.rst
docs/CompilerWriterInfo.rst
docs/ExceptionHandling.rst
docs/ExtendingLLVM.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/HowToSetUpLLVMStyleRTTI.rst
docs/LangRef.rst
docs/LinkTimeOptimization.rst
docs/MergeFunctions.rst [new file with mode: 0644]
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/ReleaseNotes.rst
docs/SourceLevelDebugging.rst
docs/StackMaps.rst
docs/Statepoints.rst [new file with mode: 0644]
docs/TableGen/index.rst
docs/WritingAnLLVMPass.rst
docs/conf.py
docs/index.rst
docs/tutorial/LangImpl1.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/LangImpl8.rst
docs/tutorial/LangImpl9.rst [new file with mode: 0644]
examples/ExceptionDemo/ExceptionDemo.cpp
examples/Kaleidoscope/CMakeLists.txt
examples/Kaleidoscope/Chapter2/CMakeLists.txt
examples/Kaleidoscope/Chapter3/CMakeLists.txt
examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/Chapter8/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Chapter8/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Chapter8/toy.cpp [new file with mode: 0644]
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/Kaleidoscope/Makefile
examples/Kaleidoscope/Orc/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/fully_lazy/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Orc/fully_lazy/README.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/fully_lazy/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/README.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/initial/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_codegen/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_codegen/README.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_irgen/Makefile [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_irgen/README.txt [new file with mode: 0644]
examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp [new file with mode: 0644]
include/llvm-c/Core.h
include/llvm-c/ExecutionEngine.h
include/llvm-c/Linker.h
include/llvm-c/Transforms/Scalar.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/DepthFirstIterator.h
include/llvm/ADT/EquivalenceClasses.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/ImmutableList.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/IntervalMap.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/None.h
include/llvm/ADT/Optional.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/SparseMultiSet.h
include/llvm/ADT/SparseSet.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/TinyPtrVector.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/ilist.h
include/llvm/ADT/iterator.h
include/llvm/ADT/iterator_range.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/AssumptionCache.h [new file with mode: 0644]
include/llvm/Analysis/AssumptionTracker.h [deleted file]
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CGSCCPassManager.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/CodeMetrics.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/FindUsedTypes.h [deleted file]
include/llvm/Analysis/FunctionTargetTransformInfo.h [deleted file]
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/JumpInstrTableInfo.h
include/llvm/Analysis/LazyCallGraph.h
include/llvm/Analysis/LazyValueInfo.h
include/llvm/Analysis/LibCallSemantics.h
include/llvm/Analysis/LoopAccessAnalysis.h [new file with mode: 0644]
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/MemoryDependenceAnalysis.h
include/llvm/Analysis/PHITransAddr.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/RegionInfoImpl.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/TargetLibraryInfo.h [new file with mode: 0644]
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h [new file with mode: 0644]
include/llvm/Analysis/ValueTracking.h
include/llvm/Bitcode/BitCodes.h
include/llvm/Bitcode/BitcodeWriterPass.h
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/BasicTTIImpl.h [new file with mode: 0644]
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/DIE.h [moved from lib/CodeGen/AsmPrinter/DIE.h with 100% similarity]
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/ForwardControlFlowIntegrity.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/GCMetadata.h
include/llvm/CodeGen/GCMetadataPrinter.h
include/llvm/CodeGen/GCStrategy.h
include/llvm/CodeGen/GCs.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LivePhysRegs.h
include/llvm/CodeGen/MachineDominanceFrontier.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineLoopInfo.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachinePassRegistry.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineSSAUpdater.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/MachineValueType.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/ReductionRules.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGISel.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/SlotIndexes.h
include/llvm/CodeGen/StackMaps.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/CodeGen/ValueTypes.td
include/llvm/CodeGen/VirtRegMap.h
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Config/llvm-config.h.cmake
include/llvm/Config/llvm-config.h.in
include/llvm/DebugInfo/DIContext.h [deleted file]
include/llvm/DebugInfo/DWARF/DIContext.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h [moved from lib/DebugInfo/DWARFAbbreviationDeclaration.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFContext.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h [moved from lib/DebugInfo/DWARFDebugArangeSet.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h [moved from lib/DebugInfo/DWARFDebugAranges.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h [moved from lib/DebugInfo/DWARFDebugFrame.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h [moved from lib/DebugInfo/DWARFDebugRangeList.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFFormValue.h [moved from include/llvm/DebugInfo/DWARFFormValue.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFRelocMap.h [moved from lib/DebugInfo/DWARFRelocMap.h with 100% similarity]
include/llvm/DebugInfo/DWARF/DWARFSection.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h [new file with mode: 0644]
include/llvm/DebugInfo/DWARF/DWARFUnit.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIADataStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIASession.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/DIA/DIASupport.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBDataStream.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBLineNumber.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBSession.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/IPDBSourceFile.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDB.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBExtras.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymDumper.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbol.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolBlock.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolCustom.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolData.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolExe.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolLabel.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolThunk.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h [new file with mode: 0644]
include/llvm/DebugInfo/PDB/PDBTypes.h [new file with mode: 0644]
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITEventListener.h
include/llvm/ExecutionEngine/ObjectBuffer.h [deleted file]
include/llvm/ExecutionEngine/ObjectImage.h [deleted file]
include/llvm/ExecutionEngine/ObjectMemoryBuffer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/CloneSubModule.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/CompileUtils.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/JITSymbol.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/LookasideRTDyldMM.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h [new file with mode: 0644]
include/llvm/ExecutionEngine/OrcMCJITReplacement.h [new file with mode: 0644]
include/llvm/ExecutionEngine/RTDyldMemoryManager.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/IR/Attributes.h
include/llvm/IR/BasicBlock.h
include/llvm/IR/CFG.h
include/llvm/IR/CallSite.h
include/llvm/IR/Comdat.h
include/llvm/IR/Constant.h
include/llvm/IR/ConstantRange.h
include/llvm/IR/Constants.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugInfoFlags.def [new file with mode: 0644]
include/llvm/IR/DebugInfoMetadata.h [new file with mode: 0644]
include/llvm/IR/DebugLoc.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/Dominators.h
include/llvm/IR/Function.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstIterator.h
include/llvm/IR/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/IntrinsicsBPF.td [new file with mode: 0644]
include/llvm/IR/IntrinsicsHexagon.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsR600.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LeakDetector.h [deleted file]
include/llvm/IR/LegacyPassManager.h
include/llvm/IR/LegacyPassManagers.h
include/llvm/IR/LegacyPassNameParser.h
include/llvm/IR/MDBuilder.h
include/llvm/IR/Metadata.def [new file with mode: 0644]
include/llvm/IR/Metadata.h
include/llvm/IR/MetadataTracking.h [new file with mode: 0644]
include/llvm/IR/Module.h
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h
include/llvm/IR/PassManagerInternal.h [new file with mode: 0644]
include/llvm/IR/PatternMatch.h
include/llvm/IR/Statepoint.h [new file with mode: 0644]
include/llvm/IR/TrackingMDRef.h [new file with mode: 0644]
include/llvm/IR/Type.h
include/llvm/IR/TypeFinder.h
include/llvm/IR/Use.h
include/llvm/IR/UseListOrder.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueHandle.h
include/llvm/IR/ValueMap.h
include/llvm/IR/Verifier.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOCodeGenerator.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoDarwin.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCCodeEmitter.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCInst.h
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCLabel.h
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectWriter.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCParser/MCAsmParserExtension.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCRelocationInfo.h
include/llvm/MC/MCSection.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCSymbolizer.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
include/llvm/MC/MCValue.h
include/llvm/MC/MCWinCOFFObjectWriter.h
include/llvm/MC/SectionKind.h
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFTypes.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/IRObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/SymbolicFile.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptSpecifier.h
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassInfo.h
include/llvm/PassManager.h [deleted file]
include/llvm/ProfileData/CoverageMapping.h
include/llvm/ProfileData/CoverageMappingReader.h
include/llvm/ProfileData/CoverageMappingWriter.h
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/ProfileData/SampleProf.h
include/llvm/ProfileData/SampleProfReader.h
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/COFF.h
include/llvm/Support/Casting.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/Compression.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/Dwarf.def [new file with mode: 0644]
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/ELFRelocs/AArch64.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/ARM.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/Hexagon.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/Mips.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/PowerPC.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/PowerPC64.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/Sparc.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/SystemZ.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/i386.def [new file with mode: 0644]
include/llvm/Support/ELFRelocs/x86_64.def [new file with mode: 0644]
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/LockFileManager.h
include/llvm/Support/MachO.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/Mutex.h
include/llvm/Support/MutexGuard.h
include/llvm/Support/OnDiskHashTable.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Process.h
include/llvm/Support/RWMutex.h
include/llvm/Support/RandomNumberGenerator.h
include/llvm/Support/Regex.h
include/llvm/Support/Registry.h
include/llvm/Support/ScaledNumber.h
include/llvm/Support/Signals.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/SpecialCaseList.h
include/llvm/Support/StreamingMemoryObject.h
include/llvm/Support/StringPool.h
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/ThreadLocal.h
include/llvm/Support/Threading.h
include/llvm/Support/Timer.h
include/llvm/Support/UniqueLock.h
include/llvm/Support/Watchdog.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/Support/type_traits.h
include/llvm/TableGen/Record.h
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetIntrinsicInfo.h
include/llvm/Target/TargetLibraryInfo.h [deleted file]
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/TargetSelectionDAG.td
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/LowerBitSets.h [new file with mode: 0644]
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/InstCombine/InstCombine.h [new file with mode: 0644]
include/llvm/Transforms/InstCombine/InstCombineWorklist.h [new file with mode: 0644]
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Scalar/EarlyCSE.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h [new file with mode: 0644]
include/llvm/Transforms/Scalar/SimplifyCFG.h [new file with mode: 0644]
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BuildLibCalls.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SimplifyLibCalls.h
include/llvm/Transforms/Utils/SymbolRewriter.h
include/llvm/Transforms/Utils/UnrollLoop.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Utils/VectorUtils.h
include/llvm/module.modulemap
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/AssumptionCache.cpp [new file with mode: 0644]
lib/Analysis/AssumptionTracker.cpp [deleted file]
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CFLAliasAnalysis.cpp
lib/Analysis/CGSCCPassManager.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/CodeMetrics.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/Delinearization.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/FunctionTargetTransformInfo.cpp [deleted file]
lib/Analysis/IPA/Android.mk
lib/Analysis/IPA/CMakeLists.txt
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/FindUsedTypes.cpp [deleted file]
lib/Analysis/IPA/IPA.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/LLVMBuild.txt
lib/Analysis/LazyCallGraph.cpp
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/LibCallSemantics.cpp
lib/Analysis/Lint.cpp
lib/Analysis/Loads.cpp
lib/Analysis/LoopAccessAnalysis.cpp [new file with mode: 0644]
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MemDepPrinter.cpp
lib/Analysis/MemDerefPrinter.cpp [new file with mode: 0644]
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PHITransAddr.cpp
lib/Analysis/RegionInfo.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScopedNoAliasAA.cpp
lib/Analysis/TargetLibraryInfo.cpp [new file with mode: 0644]
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/CMakeLists.txt
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/Reader/CMakeLists.txt
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/BitcodeWriterPass.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/Android.mk
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/ByteStreamer.h
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIEHash.cpp
lib/CodeGen/AsmPrinter/DIEHash.h
lib/CodeGen/AsmPrinter/DebugLocEntry.h
lib/CodeGen/AsmPrinter/DebugLocList.h
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfExpression.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfExpression.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfFile.cpp
lib/CodeGen/AsmPrinter/DwarfFile.h
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
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/EarlyIfConversion.cpp
lib/CodeGen/ErlangGC.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ForwardControlFlowIntegrity.cpp
lib/CodeGen/GCMetadata.cpp
lib/CodeGen/GCMetadataPrinter.cpp
lib/CodeGen/GCRootLowering.cpp [new file with mode: 0644]
lib/CodeGen/GCStrategy.cpp
lib/CodeGen/GlobalMerge.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/InlineSpiller.cpp
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/LiveIntervalUnion.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCombiner.cpp
lib/CodeGen/MachineDominanceFrontier.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineFunctionPass.cpp
lib/CodeGen/MachineFunctionPrinterPass.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineRegionInfo.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/OcamlGC.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/Android.mk
lib/CodeGen/SelectionDAG/CMakeLists.txt
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/StatepointLowering.cpp [new file with mode: 0644]
lib/CodeGen/SelectionDAG/StatepointLowering.h [new file with mode: 0644]
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/CodeGen/ShadowStackGCLowering.cpp [new file with mode: 0644]
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/StackMaps.cpp
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StatepointExampleGC.cpp [new file with mode: 0644]
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetFrameLoweringImpl.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/CodeGen/WinEHPrepare.cpp [new file with mode: 0644]
lib/DebugInfo/Android.mk [deleted file]
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DIContext.cpp [deleted file]
lib/DebugInfo/DWARF/Android.mk [new file with mode: 0644]
lib/DebugInfo/DWARF/CMakeLists.txt [new file with mode: 0644]
lib/DebugInfo/DWARF/DIContext.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFContext.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugAranges.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugLine.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFFormValue.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/DWARFUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/LLVMBuild.txt [new file with mode: 0644]
lib/DebugInfo/DWARF/Makefile [new file with mode: 0644]
lib/DebugInfo/DWARF/SyntaxHighlighting.cpp [new file with mode: 0644]
lib/DebugInfo/DWARF/SyntaxHighlighting.h [new file with mode: 0644]
lib/DebugInfo/DWARF/module.modulemap [new file with mode: 0644]
lib/DebugInfo/DWARFAbbreviationDeclaration.cpp [deleted file]
lib/DebugInfo/DWARFAcceleratorTable.cpp [deleted file]
lib/DebugInfo/DWARFAcceleratorTable.h [deleted file]
lib/DebugInfo/DWARFCompileUnit.cpp [deleted file]
lib/DebugInfo/DWARFCompileUnit.h [deleted file]
lib/DebugInfo/DWARFContext.cpp [deleted file]
lib/DebugInfo/DWARFContext.h [deleted file]
lib/DebugInfo/DWARFDebugAbbrev.cpp [deleted file]
lib/DebugInfo/DWARFDebugAbbrev.h [deleted file]
lib/DebugInfo/DWARFDebugArangeSet.cpp [deleted file]
lib/DebugInfo/DWARFDebugAranges.cpp [deleted file]
lib/DebugInfo/DWARFDebugFrame.cpp [deleted file]
lib/DebugInfo/DWARFDebugInfoEntry.cpp [deleted file]
lib/DebugInfo/DWARFDebugInfoEntry.h [deleted file]
lib/DebugInfo/DWARFDebugLine.cpp [deleted file]
lib/DebugInfo/DWARFDebugLine.h [deleted file]
lib/DebugInfo/DWARFDebugLoc.cpp [deleted file]
lib/DebugInfo/DWARFDebugLoc.h [deleted file]
lib/DebugInfo/DWARFDebugRangeList.cpp [deleted file]
lib/DebugInfo/DWARFFormValue.cpp [deleted file]
lib/DebugInfo/DWARFSection.h [deleted file]
lib/DebugInfo/DWARFTypeUnit.cpp [deleted file]
lib/DebugInfo/DWARFTypeUnit.h [deleted file]
lib/DebugInfo/DWARFUnit.cpp [deleted file]
lib/DebugInfo/DWARFUnit.h [deleted file]
lib/DebugInfo/LLVMBuild.txt
lib/DebugInfo/Makefile
lib/DebugInfo/PDB/Android.mk [new file with mode: 0644]
lib/DebugInfo/PDB/CMakeLists.txt [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIADataStream.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAEnumDebugStreams.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAEnumLineNumbers.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAEnumSourceFiles.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIAEnumSymbols.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIALineNumber.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIASession.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/DIA/DIASourceFile.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/IPDBSourceFile.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/LLVMBuild.txt [new file with mode: 0644]
lib/DebugInfo/PDB/Makefile [new file with mode: 0644]
lib/DebugInfo/PDB/PDB.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBExtras.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymDumper.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbol.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolAnnotation.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolBlock.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolCompilandDetails.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolCustom.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolData.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolExe.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolFunc.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolFuncDebugEnd.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolFuncDebugStart.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolLabel.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolPublicSymbol.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolThunk.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeBaseClass.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeBuiltin.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeCustom.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeDimension.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeEnum.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeFriend.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeFunctionArg.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeManaged.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeTypedef.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeUDT.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeVTable.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolTypeVTableShape.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolUnknown.cpp [new file with mode: 0644]
lib/DebugInfo/PDB/PDBSymbolUsingNamespace.cpp [new file with mode: 0644]
lib/DebugInfo/module.modulemap [deleted file]
lib/ExecutionEngine/Android.mk
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/EventListenerCommon.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/GDBRegistrationListener.cpp [new file with mode: 0644]
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
lib/ExecutionEngine/JITEventListener.cpp [deleted file]
lib/ExecutionEngine/LLVMBuild.txt
lib/ExecutionEngine/MCJIT/Android.mk
lib/ExecutionEngine/MCJIT/CMakeLists.txt
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/ObjectBuffer.h [new file with mode: 0644]
lib/ExecutionEngine/Makefile
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/Orc/Android.mk [new file with mode: 0644]
lib/ExecutionEngine/Orc/CMakeLists.txt [new file with mode: 0644]
lib/ExecutionEngine/Orc/CloneSubModule.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/IndirectionUtils.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/LLVMBuild.txt [new file with mode: 0644]
lib/ExecutionEngine/Orc/Makefile [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp [new file with mode: 0644]
lib/ExecutionEngine/RTDyldMemoryManager.cpp [deleted file]
lib/ExecutionEngine/RuntimeDyld/Android.mk
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp [deleted file]
lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h [deleted file]
lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h [deleted file]
lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOAArch64.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
lib/ExecutionEngine/SectionMemoryManager.cpp [moved from lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp with 100% similarity]
lib/Fuzzer/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/FuzzerCrossOver.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerDriver.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerFlags.def [new file with mode: 0644]
lib/Fuzzer/FuzzerIO.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerInterface.h [new file with mode: 0644]
lib/Fuzzer/FuzzerInternal.h [new file with mode: 0644]
lib/Fuzzer/FuzzerLoop.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerMain.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerMutate.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerSanitizerOptions.cpp [new file with mode: 0644]
lib/Fuzzer/FuzzerUtil.cpp [new file with mode: 0644]
lib/Fuzzer/README.txt [new file with mode: 0644]
lib/Fuzzer/test/CMakeLists.txt [new file with mode: 0644]
lib/Fuzzer/test/FourIndependentBranchesTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/FullCoverageSetTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/FuzzerUnittest.cpp [new file with mode: 0644]
lib/Fuzzer/test/InfiniteTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/NullDerefTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/SimpleTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/TimeoutTest.cpp [new file with mode: 0644]
lib/Fuzzer/test/fuzzer.test [new file with mode: 0644]
lib/Fuzzer/test/lit.cfg [new file with mode: 0644]
lib/Fuzzer/test/lit.site.cfg.in [new file with mode: 0644]
lib/Fuzzer/test/unit/lit.cfg [new file with mode: 0644]
lib/Fuzzer/test/unit/lit.site.cfg.in [new file with mode: 0644]
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/Constants.cpp
lib/IR/ConstantsContext.h
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugInfoMetadata.cpp [new file with mode: 0644]
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/Dominators.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/IRBuilder.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/InlineAsm.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/IntrinsicInst.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LeakDetector.cpp [deleted file]
lib/IR/LeaksContext.h [deleted file]
lib/IR/LegacyPassManager.cpp
lib/IR/MDBuilder.cpp
lib/IR/Metadata.cpp
lib/IR/MetadataImpl.h [new file with mode: 0644]
lib/IR/MetadataTracking.cpp [new file with mode: 0644]
lib/IR/Module.cpp
lib/IR/Pass.cpp
lib/IR/PassManager.cpp
lib/IR/Statepoint.cpp [new file with mode: 0644]
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/Value.cpp
lib/IR/ValueSymbolTable.cpp
lib/IR/Verifier.cpp
lib/IRReader/CMakeLists.txt
lib/LTO/CMakeLists.txt
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/LineEditor/CMakeLists.txt
lib/Linker/CMakeLists.txt
lib/Linker/LinkModules.cpp
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmInfoELF.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/MCExternalSymbolizer.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELF.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCInst.cpp
lib/MC/MCInstPrinter.cpp
lib/MC/MCLinkerOptimizationHint.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/CMakeLists.txt
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCTargetOptions.cpp
lib/MC/MCValue.cpp
lib/MC/MCWinEH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Makefile
lib/Object/Archive.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/ELF.cpp
lib/Object/ELFYAML.cpp
lib/Object/IRObjectFile.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolicFile.cpp
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/CMakeLists.txt
lib/ProfileData/CMakeLists.txt
lib/ProfileData/CoverageMapping.cpp
lib/ProfileData/CoverageMappingReader.cpp
lib/ProfileData/CoverageMappingWriter.cpp
lib/ProfileData/InstrProfIndexed.h
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/ProfileData/SampleProfWriter.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/Compression.cpp
lib/Support/ConvertUTFWrapper.cpp
lib/Support/Debug.cpp
lib/Support/Dwarf.cpp
lib/Support/Errno.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/Host.cpp
lib/Support/LockFileManager.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Path.cpp
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp
lib/Support/RandomNumberGenerator.cpp
lib/Support/ScaledNumber.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SpecialCaseList.cpp
lib/Support/StreamingMemoryObject.cpp
lib/Support/StringMap.cpp
lib/Support/ThreadLocal.cpp
lib/Support/Triple.cpp
lib/Support/Unix/Host.inc
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Unix/ThreadLocal.inc
lib/Support/Valgrind.cpp
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/Signals.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/Support/regcomp.c
lib/TableGen/CMakeLists.txt
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64A53Fix835769.cpp
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
lib/Target/AArch64/AArch64AdvSIMDScalarPass.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64BranchRelaxation.cpp
lib/Target/AArch64/AArch64CallingConvention.h [new file with mode: 0644]
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
lib/Target/AArch64/AArch64CollectLOH.cpp
lib/Target/AArch64/AArch64ConditionOptimizer.cpp
lib/Target/AArch64/AArch64ConditionalCompares.cpp
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
lib/Target/AArch64/AArch64PromoteConstant.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
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/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h [new file with mode: 0644]
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/ARM/ARM.h
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMArchExtName.def [new file with mode: 0644]
lib/Target/ARM/ARMArchExtName.h [new file with mode: 0644]
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMCallingConv.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMOptimizeBarriersPass.cpp
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetObjectFile.cpp
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h [new file with mode: 0644]
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
lib/Target/ARM/MLxExpansionPass.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.cpp
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/Android.mk
lib/Target/BPF/BPF.h [new file with mode: 0644]
lib/Target/BPF/BPF.td [new file with mode: 0644]
lib/Target/BPF/BPFAsmPrinter.cpp [new file with mode: 0644]
lib/Target/BPF/BPFCallingConv.td [new file with mode: 0644]
lib/Target/BPF/BPFFrameLowering.cpp [new file with mode: 0644]
lib/Target/BPF/BPFFrameLowering.h [new file with mode: 0644]
lib/Target/BPF/BPFISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/BPF/BPFISelLowering.cpp [new file with mode: 0644]
lib/Target/BPF/BPFISelLowering.h [new file with mode: 0644]
lib/Target/BPF/BPFInstrFormats.td [new file with mode: 0644]
lib/Target/BPF/BPFInstrInfo.cpp [new file with mode: 0644]
lib/Target/BPF/BPFInstrInfo.h [new file with mode: 0644]
lib/Target/BPF/BPFInstrInfo.td [new file with mode: 0644]
lib/Target/BPF/BPFMCInstLower.cpp [new file with mode: 0644]
lib/Target/BPF/BPFMCInstLower.h [new file with mode: 0644]
lib/Target/BPF/BPFRegisterInfo.cpp [new file with mode: 0644]
lib/Target/BPF/BPFRegisterInfo.h [new file with mode: 0644]
lib/Target/BPF/BPFRegisterInfo.td [new file with mode: 0644]
lib/Target/BPF/BPFSubtarget.cpp [new file with mode: 0644]
lib/Target/BPF/BPFSubtarget.h [new file with mode: 0644]
lib/Target/BPF/BPFTargetMachine.cpp [new file with mode: 0644]
lib/Target/BPF/BPFTargetMachine.h [new file with mode: 0644]
lib/Target/BPF/CMakeLists.txt [new file with mode: 0644]
lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp [new file with mode: 0644]
lib/Target/BPF/InstPrinter/BPFInstPrinter.h [new file with mode: 0644]
lib/Target/BPF/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/BPF/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
lib/Target/BPF/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/BPF/LLVMBuild.txt [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.h [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
lib/Target/BPF/MCTargetDesc/Makefile [new file with mode: 0644]
lib/Target/BPF/Makefile [new file with mode: 0644]
lib/Target/BPF/TargetInfo/BPFTargetInfo.cpp [new file with mode: 0644]
lib/Target/BPF/TargetInfo/CMakeLists.txt [new file with mode: 0644]
lib/Target/BPF/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
lib/Target/BPF/TargetInfo/Makefile [new file with mode: 0644]
lib/Target/CMakeLists.txt
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp
lib/Target/Hexagon/Disassembler/LLVMBuild.txt
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonAsmPrinter.h
lib/Target/Hexagon/HexagonCFGOptimizer.cpp
lib/Target/Hexagon/HexagonCallingConvLower.cpp [deleted file]
lib/Target/Hexagon/HexagonCallingConvLower.h [deleted file]
lib/Target/Hexagon/HexagonCopyToCombine.cpp
lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp
lib/Target/Hexagon/HexagonFixupHwLoops.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonHardwareLoops.cpp
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrFormats.td
lib/Target/Hexagon/HexagonInstrFormatsV4.td
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV3.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonInstrInfoV5.td
lib/Target/Hexagon/HexagonInstrInfoVector.td [new file with mode: 0644]
lib/Target/Hexagon/HexagonIntrinsics.td
lib/Target/Hexagon/HexagonIntrinsicsDerived.td
lib/Target/Hexagon/HexagonIntrinsicsV3.td
lib/Target/Hexagon/HexagonIntrinsicsV4.td
lib/Target/Hexagon/HexagonIntrinsicsV5.td
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonOperands.td
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/HexagonVarargsCallingConvention.h [deleted file]
lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonInstPrinter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp [deleted file]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h [deleted file]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h [new file with mode: 0644]
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h
lib/Target/LLVMBuild.txt
lib/Target/MSP430/MSP430AsmPrinter.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/MSP430/README.txt
lib/Target/Mips/Android.mk
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/MCTargetDesc/Android.mk
lib/Target/Mips/MCTargetDesc/CMakeLists.txt
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsABIInfo.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16HardFloat.cpp
lib/Target/Mips/Mips16HardFloat.h
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsABIInfo.cpp [deleted file]
lib/Target/Mips/MipsABIInfo.h [deleted file]
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCCState.cpp
lib/Target/Mips/MipsCCState.h
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsOptimizePICCall.cpp
lib/Target/Mips/MipsOptionRecord.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.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/MipsTargetStreamer.h
lib/Target/NVPTX/LLVMBuild.txt
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTXAllocaHoisting.h
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp
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/NVPTXImageOptimizer.cpp
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXLowerAggrCopies.h
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.h
lib/Target/NVPTX/NVPTXReplaceImageHandles.cpp
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
lib/Target/NVPTX/NVPTXTargetTransformInfo.h [new file with mode: 0644]
lib/Target/NVPTX/NVPTXUtilities.cpp
lib/Target/NVPTX/NVPTXVector.td
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/LLVMBuild.txt
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
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.h [new file with mode: 0644]
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCEarlyReturn.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrQPX.td [new file with mode: 0644]
lib/Target/PowerPC/PPCInstrVSX.td
lib/Target/PowerPC/PPCLoopDataPrefetch.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCMCInstLower.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
lib/Target/PowerPC/PPCMachineFunctionInfo.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/PowerPC/PPCRegisterInfo.td
lib/Target/PowerPC/PPCSchedule.td
lib/Target/PowerPC/PPCSchedule440.td
lib/Target/PowerPC/PPCScheduleA2.td
lib/Target/PowerPC/PPCScheduleE500mc.td
lib/Target/PowerPC/PPCScheduleE5500.td
lib/Target/PowerPC/PPCScheduleP7.td
lib/Target/PowerPC/PPCScheduleP8.td [new file with mode: 0644]
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTLSDynamicCall.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PPCVSXCopy.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCVSXFMAMutate.cpp [new file with mode: 0644]
lib/Target/PowerPC/README.txt
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/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/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUMCInstLower.h
lib/Target/R600/AMDGPUMachineFunction.cpp
lib/Target/R600/AMDGPURegisterInfo.cpp
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/AMDGPUTargetTransformInfo.h [new file with mode: 0644]
lib/Target/R600/AMDKernelCodeT.h [new file with mode: 0644]
lib/Target/R600/AsmParser/AMDGPUAsmParser.cpp
lib/Target/R600/CIInstructions.td [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/MCTargetDesc/AMDGPUAsmBackend.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp
lib/Target/R600/Processors.td
lib/Target/R600/R600ControlFlowFinalizer.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600ISelLowering.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600Packetizer.cpp
lib/Target/R600/R700Instructions.td
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIDefines.h
lib/Target/R600/SIFixSGPRCopies.cpp
lib/Target/R600/SIFoldOperands.cpp [new file with mode: 0644]
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/SILoadStoreOptimizer.cpp
lib/Target/R600/SILowerControlFlow.cpp
lib/Target/R600/SILowerI1Copies.cpp
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
lib/Target/R600/SIPrepareScratchRegs.cpp [new file with mode: 0644]
lib/Target/R600/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.h
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SISchedule.td
lib/Target/R600/SIShrinkInstructions.cpp
lib/Target/R600/SITypeRewriter.cpp
lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
lib/Target/R600/VIInstrFormats.td [new file with mode: 0644]
lib/Target/R600/VIInstructions.td [new file with mode: 0644]
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZAsmPrinter.h
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
lib/Target/SystemZ/SystemZConstantPoolValue.h
lib/Target/SystemZ/SystemZElimCompare.cpp
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZLDCleanup.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZMCInstLower.cpp
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZProcessors.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/Target.cpp
lib/Target/TargetLibraryInfo.cpp [deleted file]
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/X86/Android.mk
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParserCommon.h
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/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/X86IntelInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/TargetInfo/X86TargetInfo.cpp
lib/Target/X86/Utils/X86ShuffleDecode.cpp
lib/Target/X86/Utils/X86ShuffleDecode.h
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86CallFrameOptimization.cpp [new file with mode: 0644]
lib/Target/X86/X86CallingConv.td
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/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrExtension.td
lib/Target/X86/X86InstrFMA.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSGX.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrTSX.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86IntrinsicsInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86MachineFunctionInfo.cpp
lib/Target/X86/X86MachineFunctionInfo.h
lib/Target/X86/X86PadShortFunction.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SelectionDAGInfo.cpp
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/X86TargetTransformInfo.h [new file with mode: 0644]
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/XCore.h
lib/Target/XCore/XCoreAsmPrinter.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreISelDAGToDAG.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.td
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreSubtarget.cpp
lib/Target/XCore/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetObjectFile.cpp
lib/Target/XCore/XCoreTargetTransformInfo.cpp [deleted file]
lib/Target/XCore/XCoreTargetTransformInfo.h [new file with mode: 0644]
lib/Transforms/IPO/Android.mk
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/IPO/LoopExtractor.cpp
lib/Transforms/IPO/LowerBitSets.cpp [new file with mode: 0644]
lib/Transforms/IPO/PartialInlining.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/CMakeLists.txt
lib/Transforms/InstCombine/InstCombine.h [deleted file]
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h [new file with mode: 0644]
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstCombinePHI.cpp
lib/Transforms/InstCombine/InstCombineSelect.cpp
lib/Transforms/InstCombine/InstCombineShifts.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstCombineWorklist.h [deleted file]
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/InstCombine/LLVMBuild.txt
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/Android.mk
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/DebugIR.cpp [deleted file]
lib/Transforms/Instrumentation/DebugIR.h [deleted file]
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/LLVMBuild.txt
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCInstKind.cpp [new file with mode: 0644]
lib/Transforms/ObjCARC/ARCInstKind.h [new file with mode: 0644]
lib/Transforms/ObjCARC/Android.mk
lib/Transforms/ObjCARC/CMakeLists.txt
lib/Transforms/ObjCARC/DependencyAnalysis.cpp
lib/Transforms/ObjCARC/DependencyAnalysis.h
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAPElim.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCExpand.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ObjCARCUtil.cpp [deleted file]
lib/Transforms/ObjCARC/ProvenanceAnalysis.h
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/BDCE.cpp [new file with mode: 0644]
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/ConstantHoisting.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp [new file with mode: 0644]
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LLVMBuild.txt
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopInstSimplify.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopRotation.cpp
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp [new file with mode: 0644]
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
lib/Transforms/Scalar/PlaceSafepoints.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/Reg2Mem.cpp
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp [new file with mode: 0644]
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/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp [new file with mode: 0644]
lib/Transforms/Scalar/StructurizeCFG.cpp
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/ASanStackFrameLayout.cpp
lib/Transforms/Utils/AddDiscriminators.cpp
lib/Transforms/Utils/Android.mk
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/BuildLibCalls.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/LLVMBuild.txt
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LowerExpectIntrinsic.cpp [deleted file]
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/Mem2Reg.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyInstructions.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SymbolRewriter.cpp
lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/LLVMBuild.txt
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/Vectorize.cpp
shared_llvm.mk
test/Analysis/AssumptionCache/basic.ll [new file with mode: 0644]
test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
test/Analysis/BasicAA/constant-over-index.ll
test/Analysis/BasicAA/full-store-partial-alias.ll
test/Analysis/BasicAA/invariant_load.ll
test/Analysis/BasicAA/struct-geps.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/bad_input.ll
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BlockFrequencyInfo/double_backedge.ll
test/Analysis/BlockFrequencyInfo/double_exit.ll
test/Analysis/BlockFrequencyInfo/extremely-likely-loop-successor.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/irreducible.ll
test/Analysis/BlockFrequencyInfo/loop_with_branch.ll
test/Analysis/BlockFrequencyInfo/nested_loop_with_branches.ll
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/CFLAliasAnalysis/asm-global-bugfix.ll [new file with mode: 0644]
test/Analysis/CFLAliasAnalysis/full-store-partial-alias.ll
test/Analysis/CFLAliasAnalysis/gep-signed-arithmetic.ll
test/Analysis/CFLAliasAnalysis/must-and-partial.ll
test/Analysis/CFLAliasAnalysis/stratified-attrs-indexing.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/masked-intrinsic-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/vselect-cost.ll
test/Analysis/CostModel/no_info.ll
test/Analysis/Dominators/basic.ll [new file with mode: 0644]
test/Analysis/Lint/cppeh-catch-intrinsics-clean.ll [new file with mode: 0644]
test/Analysis/Lint/cppeh-catch-intrinsics.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/backward-dep-different-types.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks-no-dbg.ll [new file with mode: 0644]
test/Analysis/LoopAccessAnalysis/unsafe-and-rt-checks.ll [new file with mode: 0644]
test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
test/Analysis/ScalarEvolution/incorrect-nsw.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/infer-prestart-no-wrap.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/load-with-range-metadata.ll
test/Analysis/ScalarEvolution/min-max-exprs.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nw-sub-is-not-nw-add.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr22179.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr22641.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/pr22674.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-expander-incorrect-nowrap.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/scev-prestart-nowrap.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/zext-signed-addrec.ll
test/Analysis/ScopedNoAliasAA/basic-domains.ll
test/Analysis/ScopedNoAliasAA/basic.ll
test/Analysis/ScopedNoAliasAA/basic2.ll
test/Analysis/TypeBasedAliasAnalysis/PR17620.ll
test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
test/Analysis/TypeBasedAliasAnalysis/dse.ll
test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
test/Analysis/TypeBasedAliasAnalysis/licm.ll
test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
test/Analysis/TypeBasedAliasAnalysis/precedence.ll
test/Analysis/TypeBasedAliasAnalysis/sink.ll
test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
test/Analysis/ValueTracking/memory-dereferenceable.ll [new file with mode: 0644]
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/alloca-invalid-type-2.ll [new file with mode: 0644]
test/Assembler/alloca-invalid-type.ll [new file with mode: 0644]
test/Assembler/call-invalid-1.ll [new file with mode: 0644]
test/Assembler/debug-info.ll [new file with mode: 0644]
test/Assembler/distinct-mdnode.ll [new file with mode: 0644]
test/Assembler/drop-debug-info.ll [new file with mode: 0644]
test/Assembler/extractvalue-no-idx.ll [new file with mode: 0644]
test/Assembler/functionlocal-metadata.ll
test/Assembler/generic-debug-node.ll [new file with mode: 0644]
test/Assembler/getelementptr.ll
test/Assembler/getelementptr_vec_idx4.ll [new file with mode: 0644]
test/Assembler/gv-invalid-type.ll [new file with mode: 0644]
test/Assembler/inalloca.ll
test/Assembler/insertvalue-invalid-type-1.ll [new file with mode: 0644]
test/Assembler/insertvalue-invalid-type.ll [new file with mode: 0644]
test/Assembler/invalid-attrgrp.ll [new file with mode: 0644]
test/Assembler/invalid-comdat.ll
test/Assembler/invalid-datalayout1.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout10.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout11.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout12.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout13.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout14.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout15.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout16.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout17.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout18.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout2.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout3.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout4.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout5.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout6.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout7.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout8.ll [new file with mode: 0644]
test/Assembler/invalid-datalayout9.ll [new file with mode: 0644]
test/Assembler/invalid-debug-info-version.ll [new file with mode: 0644]
test/Assembler/invalid-fwdref2.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-bad.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-missing.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-overflow.ll [new file with mode: 0644]
test/Assembler/invalid-generic-debug-node-tag-wrong-type.ll [new file with mode: 0644]
test/Assembler/invalid-hexint.ll [new file with mode: 0644]
test/Assembler/invalid-mdbasictype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompileunit-language-bad.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompileunit-language-overflow.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompileunit-missing-language.ll [new file with mode: 0644]
test/Assembler/invalid-mdcompositetype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdderivedtype-missing-basetype.ll [new file with mode: 0644]
test/Assembler/invalid-mdderivedtype-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdenumerator-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdenumerator-missing-value.ll [new file with mode: 0644]
test/Assembler/invalid-mdexpression-large.ll [new file with mode: 0644]
test/Assembler/invalid-mdexpression-verify.ll [new file with mode: 0644]
test/Assembler/invalid-mdfile-missing-directory.ll [new file with mode: 0644]
test/Assembler/invalid-mdfile-missing-filename.ll [new file with mode: 0644]
test/Assembler/invalid-mdglobalvariable-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdimportedentity-missing-parent.ll [new file with mode: 0644]
test/Assembler/invalid-mdimportedentity-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdlexicalblock-missing-parent.ll [new file with mode: 0644]
test/Assembler/invalid-mdlexicalblockfile-missing-discriminator.ll [new file with mode: 0644]
test/Assembler/invalid-mdlexicalblockfile-missing-parent.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocalvariable-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-field-bad.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-field-twice.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-missing-scope-2.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-missing-scope.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-overflow-column.ll [new file with mode: 0644]
test/Assembler/invalid-mdlocation-overflow-line.ll [new file with mode: 0644]
test/Assembler/invalid-mdnamespace-missing-namespace.ll [new file with mode: 0644]
test/Assembler/invalid-mdnode-badref.ll [new file with mode: 0644]
test/Assembler/invalid-mdnode-vector.ll [new file with mode: 0644]
test/Assembler/invalid-mdnode-vector2.ll [new file with mode: 0644]
test/Assembler/invalid-mdobjcproperty-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubprogram-missing-name.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-large.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-missing.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-count-negative.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-lowerBound-max.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubrange-lowerBound-min.ll [new file with mode: 0644]
test/Assembler/invalid-mdsubroutinetype-missing-types.ll [new file with mode: 0644]
test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll [new file with mode: 0644]
test/Assembler/invalid-mdtemplatevalueparameter-missing-tag.ll [new file with mode: 0644]
test/Assembler/invalid-mdtemplatevalueparameter-missing-type.ll [new file with mode: 0644]
test/Assembler/invalid-mdtemplatevalueparameter-missing-value.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-attachment-has-type.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-function-local-attachments.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-function-local-complex-1.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-function-local-complex-2.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-function-local-complex-3.ll [new file with mode: 0644]
test/Assembler/invalid-metadata-has-type.ll [new file with mode: 0644]
test/Assembler/invalid-name.ll
test/Assembler/invalid-name2.ll [new file with mode: 0644]
test/Assembler/invalid-specialized-mdnode.ll [new file with mode: 0644]
test/Assembler/invalid_cast4.ll [new file with mode: 0644]
test/Assembler/large-comdat.ll [new file with mode: 0644]
test/Assembler/mdcompileunit.ll [new file with mode: 0644]
test/Assembler/mdexpression.ll [new file with mode: 0644]
test/Assembler/mdglobalvariable.ll [new file with mode: 0644]
test/Assembler/mdimportedentity.ll [new file with mode: 0644]
test/Assembler/mdlexicalblock.ll [new file with mode: 0644]
test/Assembler/mdlocalvariable.ll [new file with mode: 0644]
test/Assembler/mdlocation.ll [new file with mode: 0644]
test/Assembler/mdnamespace.ll [new file with mode: 0644]
test/Assembler/mdobjcproperty.ll [new file with mode: 0644]
test/Assembler/mdsubprogram.ll [new file with mode: 0644]
test/Assembler/mdsubrange-empty-array.ll [new file with mode: 0644]
test/Assembler/mdtemplateparameter.ll [new file with mode: 0644]
test/Assembler/mdtype-large-values.ll [new file with mode: 0644]
test/Assembler/metadata-null-operands.ll [new file with mode: 0644]
test/Assembler/metadata.ll
test/Assembler/named-metadata.ll
test/Assembler/short-hexpair.ll [new file with mode: 0644]
test/Assembler/unnamed-comdat.ll [new file with mode: 0644]
test/Assembler/upgrade-loop-metadata.ll
test/Bindings/Go/go.test
test/Bindings/OCaml/core.ml
test/Bindings/OCaml/executionengine.ml
test/Bindings/OCaml/linker.ml
test/Bindings/OCaml/lit.local.cfg
test/Bindings/OCaml/transform_utils.ml [new file with mode: 0644]
test/Bindings/llvm-c/Inputs/invalid.ll.bc [new file with mode: 0644]
test/Bindings/llvm-c/add_named_metadata_operand.ll [new file with mode: 0644]
test/Bindings/llvm-c/invalid-bitcode.test [new file with mode: 0644]
test/Bindings/llvm-c/set_metadata.ll [new file with mode: 0644]
test/Bitcode/Inputs/invalid-abbrev.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-align.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-bad-abbrev-number.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-bitwidth.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-extractval-array-idx.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-extractval-struct-idx.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-extractval-too-many-idxs.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-insertval-array-idx.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-insertval-struct-idx.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-insertval-too-many-idxs.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-pr20485.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-type-table-forward-ref.bc [new file with mode: 0644]
test/Bitcode/Inputs/invalid-unexpected-eof.bc [new file with mode: 0644]
test/Bitcode/calling-conventions.3.2.ll
test/Bitcode/drop-debug-info.3.5.ll [new file with mode: 0644]
test/Bitcode/drop-debug-info.3.5.ll.bc [new file with mode: 0644]
test/Bitcode/drop-debug-info.ll [deleted file]
test/Bitcode/function-encoding-rel-operands.ll
test/Bitcode/function-local-metadata.3.5.ll [new file with mode: 0644]
test/Bitcode/function-local-metadata.3.5.ll.bc [new file with mode: 0644]
test/Bitcode/highLevelStructure.3.2.ll
test/Bitcode/invalid.ll
test/Bitcode/invalid.test [new file with mode: 0644]
test/Bitcode/linkage-types-3.2.ll
test/Bitcode/mdstring-high-bits.ll [new file with mode: 0644]
test/Bitcode/metadata-2.ll
test/Bitcode/metadata.3.5.ll [new file with mode: 0644]
test/Bitcode/metadata.3.5.ll.bc [new file with mode: 0644]
test/Bitcode/metadata.ll
test/Bitcode/pr18704.ll
test/Bitcode/upgrade-loop-metadata.ll
test/Bitcode/upgrade-tbaa.ll
test/Bitcode/weak-macho-3.5.ll [new file with mode: 0644]
test/Bitcode/weak-macho-3.5.ll.bc [new file with mode: 0644]
test/BugPoint/metadata.ll
test/CMakeLists.txt
test/CodeGen/AArch64/aarch64-2014-08-11-MachineCombinerCrash.ll
test/CodeGen/AArch64/aarch64-2014-12-02-combine-soften.ll [new file with mode: 0644]
test/CodeGen/AArch64/addsub-shifted.ll
test/CodeGen/AArch64/analyze-branch.ll
test/CodeGen/AArch64/analyzecmp.ll
test/CodeGen/AArch64/argument-blocks.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-2011-03-17-AsmPrinterCrash.ll
test/CodeGen/AArch64/arm64-2012-05-22-LdStOptBug.ll
test/CodeGen/AArch64/arm64-2012-06-06-FPToUI.ll
test/CodeGen/AArch64/arm64-aapcs-be.ll
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-atomic-128.ll
test/CodeGen/AArch64/arm64-ccmp-heuristics.ll
test/CodeGen/AArch64/arm64-cse.ll
test/CodeGen/AArch64/arm64-fastcc-tailcall.ll
test/CodeGen/AArch64/arm64-fixed-point-scalar-cvt-dagcombine.ll
test/CodeGen/AArch64/arm64-fold-address.ll
test/CodeGen/AArch64/arm64-indexed-vector-ldst-2.ll
test/CodeGen/AArch64/arm64-ldp.ll
test/CodeGen/AArch64/arm64-named-reg-alloc.ll
test/CodeGen/AArch64/arm64-named-reg-notareg.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-neon-select_cc.ll
test/CodeGen/AArch64/arm64-platform-reg.ll
test/CodeGen/AArch64/arm64-popcnt.ll
test/CodeGen/AArch64/arm64-prefetch.ll
test/CodeGen/AArch64/arm64-promote-const.ll
test/CodeGen/AArch64/arm64-st1.ll
test/CodeGen/AArch64/arm64-stackmap-nops.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-stackpointer.ll
test/CodeGen/AArch64/arm64-tls-dynamics.ll
test/CodeGen/AArch64/arm64-triv-disjoint-mem-access.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/AArch64/arm64-vshuffle.ll
test/CodeGen/AArch64/bitcast-v2i8.ll [new file with mode: 0644]
test/CodeGen/AArch64/br-to-eh-lpad.ll [new file with mode: 0644]
test/CodeGen/AArch64/combine-comparisons-by-cse.ll
test/CodeGen/AArch64/compiler-ident.ll
test/CodeGen/AArch64/cpus.ll
test/CodeGen/AArch64/dp-3source.ll
test/CodeGen/AArch64/f16-convert.ll
test/CodeGen/AArch64/fast-isel-branch-cond-split.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-branch_weights.ll
test/CodeGen/AArch64/fast-isel-memcpy.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-tbz.ll
test/CodeGen/AArch64/fdiv-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/fp16-v8-instructions.ll
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/ghc-cc.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/implicit-sret.ll [new file with mode: 0644]
test/CodeGen/AArch64/large_shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/machine_cse_impdef_killflags.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-copy.ll
test/CodeGen/AArch64/or-combine.ll [new file with mode: 0644]
test/CodeGen/AArch64/ragreedy-csr.ll
test/CodeGen/AArch64/remat.ll
test/CodeGen/AArch64/setcc-type-mismatch.ll [new file with mode: 0644]
test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
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/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll
test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2012-04-24-SplitEHCriticalEdge.ll
test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll
test/CodeGen/ARM/2014-08-04-muls-it.ll
test/CodeGen/ARM/2015-01-21-thumbv4t-ldstr-opt.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/read-only-data.ll
test/CodeGen/ARM/Windows/stack-probe-non-default.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/structors.ll
test/CodeGen/ARM/aggregate-padding.ll [new file with mode: 0644]
test/CodeGen/ARM/alloc-no-stack-realign.ll
test/CodeGen/ARM/arm-abi-attr.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/big-endian-neon-extend.ll
test/CodeGen/ARM/build-attributes-encoding.s
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll
test/CodeGen/ARM/coalesce-subregs.ll
test/CodeGen/ARM/crc32.ll [new file with mode: 0644]
test/CodeGen/ARM/cse-ldrlit.ll
test/CodeGen/ARM/cse-libcalls.ll
test/CodeGen/ARM/dagcombine-concatvector.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/dyn-stackalloc.ll
test/CodeGen/ARM/emit-big-cst.ll
test/CodeGen/ARM/fold-stack-adjust.ll
test/CodeGen/ARM/frame-register.ll
test/CodeGen/ARM/ghc-tcreturn-lowered.ll [new file with mode: 0644]
test/CodeGen/ARM/global-merge-1.ll
test/CodeGen/ARM/globals.ll
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/inline-diagnostics.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/isel-v8i32-crash.ll [new file with mode: 0644]
test/CodeGen/ARM/krait-cpu-div-attribute.ll [new file with mode: 0644]
test/CodeGen/ARM/longMAC.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/metadata-default.ll
test/CodeGen/ARM/metadata-short-enums.ll
test/CodeGen/ARM/metadata-short-wchar.ll
test/CodeGen/ARM/named-reg-alloc.ll
test/CodeGen/ARM/named-reg-notareg.ll
test/CodeGen/ARM/none-macho-v4t.ll
test/CodeGen/ARM/null-streamer.ll
test/CodeGen/ARM/odr_comdat.ll [deleted file]
test/CodeGen/ARM/out-of-registers.ll
test/CodeGen/ARM/section-name.ll
test/CodeGen/ARM/setcc-type-mismatch.ll [new file with mode: 0644]
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/stack-alignment.ll [new file with mode: 0644]
test/CodeGen/ARM/stack_guard_remat.ll
test/CodeGen/ARM/stackpointer.ll
test/CodeGen/ARM/sub-cmp-peephole.ll
test/CodeGen/ARM/tail-call-weak.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-call.ll
test/CodeGen/ARM/tail-merge-branch-weight.ll
test/CodeGen/ARM/taildup-branch-weight.ll
test/CodeGen/ARM/thumb1-varalloc.ll
test/CodeGen/ARM/thumb1_return_sequence.ll
test/CodeGen/ARM/thumb_indirect_calls.ll [new file with mode: 0644]
test/CodeGen/ARM/tls1.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vector-DAGCombine.ll
test/CodeGen/ARM/vector-load.ll [new file with mode: 0644]
test/CodeGen/ARM/vector-store.ll [new file with mode: 0644]
test/CodeGen/ARM/vfp-regs-dwarf.ll
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vst1.ll
test/CodeGen/BPF/alu8.ll [new file with mode: 0644]
test/CodeGen/BPF/atomics.ll [new file with mode: 0644]
test/CodeGen/BPF/basictest.ll [new file with mode: 0644]
test/CodeGen/BPF/byval.ll [new file with mode: 0644]
test/CodeGen/BPF/cc_args.ll [new file with mode: 0644]
test/CodeGen/BPF/cc_ret.ll [new file with mode: 0644]
test/CodeGen/BPF/cmp.ll [new file with mode: 0644]
test/CodeGen/BPF/ex1.ll [new file with mode: 0644]
test/CodeGen/BPF/intrinsics.ll [new file with mode: 0644]
test/CodeGen/BPF/lit.local.cfg [new file with mode: 0644]
test/CodeGen/BPF/load.ll [new file with mode: 0644]
test/CodeGen/BPF/loops.ll [new file with mode: 0644]
test/CodeGen/BPF/many_args1.ll [new file with mode: 0644]
test/CodeGen/BPF/many_args2.ll [new file with mode: 0644]
test/CodeGen/BPF/sanity.ll [new file with mode: 0644]
test/CodeGen/BPF/setcc.ll [new file with mode: 0644]
test/CodeGen/BPF/shifts.ll [new file with mode: 0644]
test/CodeGen/BPF/sockex2.ll [new file with mode: 0644]
test/CodeGen/BPF/struct_ret1.ll [new file with mode: 0644]
test/CodeGen/BPF/struct_ret2.ll [new file with mode: 0644]
test/CodeGen/BPF/vararg1.ll [new file with mode: 0644]
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/empty-phi.ll [new file with mode: 0644]
test/CodeGen/Generic/overloaded-intrinsic-name.ll [new file with mode: 0644]
test/CodeGen/Generic/print-machineinstrs.ll
test/CodeGen/Hexagon/BranchPredict.ll
test/CodeGen/Hexagon/always-ext.ll
test/CodeGen/Hexagon/block-addr.ll
test/CodeGen/Hexagon/cext-check.ll
test/CodeGen/Hexagon/cmp-not.ll [deleted file]
test/CodeGen/Hexagon/cmp-to-predreg.ll
test/CodeGen/Hexagon/dadd.ll
test/CodeGen/Hexagon/dmul.ll
test/CodeGen/Hexagon/dsub.ll
test/CodeGen/Hexagon/dualstore.ll
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/idxload-with-zero-offset.ll
test/CodeGen/Hexagon/intrinsics/alu32_alu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/alu32_perm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/cr.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_alu.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_bit.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_complex.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_fp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_mpy.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_perm.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_pred.ll [new file with mode: 0644]
test/CodeGen/Hexagon/intrinsics/xtype_shift.ll [new file with mode: 0644]
test/CodeGen/Hexagon/newvaluestore.ll
test/CodeGen/Hexagon/pred-absolute-store.ll
test/CodeGen/Hexagon/struct_args_large.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/Mips/2008-08-01-AsmInline.ll
test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll
test/CodeGen/Mips/Fast-ISel/callabi.ll
test/CodeGen/Mips/Fast-ISel/overflt.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/retabi.ll [new file with mode: 0644]
test/CodeGen/Mips/abiflags32.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/blockaddr.ll
test/CodeGen/Mips/brsize3.ll
test/CodeGen/Mips/brsize3a.ll
test/CodeGen/Mips/cconv/arguments-float.ll
test/CodeGen/Mips/cconv/arguments-fp128.ll
test/CodeGen/Mips/cconv/arguments-hard-float-varargs.ll
test/CodeGen/Mips/cconv/arguments-hard-float.ll
test/CodeGen/Mips/cconv/arguments-hard-fp128.ll
test/CodeGen/Mips/cconv/arguments-struct.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-byte.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-combinations.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-varargs-small-structs-multiple-args.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/arguments-varargs.ll
test/CodeGen/Mips/cconv/arguments.ll
test/CodeGen/Mips/cconv/callee-saved-float.ll
test/CodeGen/Mips/cconv/callee-saved.ll
test/CodeGen/Mips/cconv/memory-layout.ll
test/CodeGen/Mips/cconv/reserved-space.ll
test/CodeGen/Mips/cconv/return-float.ll
test/CodeGen/Mips/cconv/return-hard-float.ll
test/CodeGen/Mips/cconv/return-hard-fp128.ll
test/CodeGen/Mips/cconv/return-hard-struct-f128.ll
test/CodeGen/Mips/cconv/return-struct.ll
test/CodeGen/Mips/cconv/return.ll
test/CodeGen/Mips/cconv/stack-alignment.ll
test/CodeGen/Mips/ci2.ll
test/CodeGen/Mips/const1.ll
test/CodeGen/Mips/const4a.ll
test/CodeGen/Mips/const6.ll
test/CodeGen/Mips/const6a.ll
test/CodeGen/Mips/fcmp.ll
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/fcopysign.ll
test/CodeGen/Mips/fmadd1.ll
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/fptr2.ll [deleted file]
test/CodeGen/Mips/fpxx.ll
test/CodeGen/Mips/global-address.ll
test/CodeGen/Mips/inlineasm-assembler-directives.ll [new file with mode: 0644]
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
test/CodeGen/Mips/inlineasm-cnstrnt-reg64.ll
test/CodeGen/Mips/inlineasm64.ll
test/CodeGen/Mips/inlineasmmemop.ll
test/CodeGen/Mips/largeimmprinting.ll
test/CodeGen/Mips/lcb2.ll
test/CodeGen/Mips/lcb3c.ll
test/CodeGen/Mips/lcb4a.ll
test/CodeGen/Mips/lcb5.ll
test/CodeGen/Mips/llvm-ir/add.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/and.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/ashr.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/call.ll
test/CodeGen/Mips/llvm-ir/indirectbr.ll
test/CodeGen/Mips/llvm-ir/lshr.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/mul.ll
test/CodeGen/Mips/llvm-ir/or.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/ret.ll
test/CodeGen/Mips/llvm-ir/sdiv.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/select.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/shl.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/srem.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/sub.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/udiv.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/urem.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/xor.ll [new file with mode: 0644]
test/CodeGen/Mips/load-store-left-right.ll
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/mbrsize4a.ll
test/CodeGen/Mips/micromips-and16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-atomic.ll
test/CodeGen/Mips/micromips-atomic1.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-compact-branches.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-compact-jump.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-delay-slot-jr.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-delay-slot.ll
test/CodeGen/Mips/micromips-li.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-or16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-sw-lw-16.ll [new file with mode: 0644]
test/CodeGen/Mips/micromips-xor16.ll [new file with mode: 0644]
test/CodeGen/Mips/mips64-sret.ll
test/CodeGen/Mips/mips64directive.ll
test/CodeGen/Mips/mips64ext.ll
test/CodeGen/Mips/mips64extins.ll
test/CodeGen/Mips/mips64fpimm0.ll
test/CodeGen/Mips/mips64fpldst.ll
test/CodeGen/Mips/mips64intldst.ll
test/CodeGen/Mips/mips64sinttofpsf.ll [new file with mode: 0644]
test/CodeGen/Mips/named-register-n32.ll [new file with mode: 0644]
test/CodeGen/Mips/named-register-n64.ll [new file with mode: 0644]
test/CodeGen/Mips/named-register-o32.ll [new file with mode: 0644]
test/CodeGen/Mips/no-odd-spreg-msa.ll [new file with mode: 0644]
test/CodeGen/Mips/octeon.ll
test/CodeGen/Mips/powif64_16.ll
test/CodeGen/Mips/remat-immed-load.ll
test/CodeGen/Mips/start-asm-file.ll
test/CodeGen/NVPTX/annotations.ll
test/CodeGen/NVPTX/bug21465.ll
test/CodeGen/NVPTX/bug22246.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bug22322.ll [new file with mode: 0644]
test/CodeGen/NVPTX/call-with-alloca-buffer.ll
test/CodeGen/NVPTX/calling-conv.ll
test/CodeGen/NVPTX/fma-assoc.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fma.ll
test/CodeGen/NVPTX/generic-to-nvvm.ll
test/CodeGen/NVPTX/i1-global.ll
test/CodeGen/NVPTX/i1-param.ll
test/CodeGen/NVPTX/managed.ll
test/CodeGen/NVPTX/noduplicate-syncthreads.ll
test/CodeGen/NVPTX/nounroll.ll [new file with mode: 0644]
test/CodeGen/NVPTX/nvcl-param-align.ll [new file with mode: 0644]
test/CodeGen/NVPTX/refl1.ll
test/CodeGen/NVPTX/simple-call.ll
test/CodeGen/NVPTX/surf-read-cuda.ll
test/CodeGen/NVPTX/surf-read.ll
test/CodeGen/NVPTX/surf-write-cuda.ll
test/CodeGen/NVPTX/surf-write.ll
test/CodeGen/NVPTX/tex-read-cuda.ll
test/CodeGen/NVPTX/tex-read.ll
test/CodeGen/NVPTX/texsurf-queries.ll
test/CodeGen/NVPTX/vector-global.ll [new file with mode: 0644]
test/CodeGen/NVPTX/weak-linkage.ll
test/CodeGen/PowerPC/2007-03-24-cntlzd.ll
test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll
test/CodeGen/PowerPC/Frames-large.ll
test/CodeGen/PowerPC/aa-tbaa.ll
test/CodeGen/PowerPC/add-fi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/addi-licm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/arr-fp-arg-no-copy.ll [new file with mode: 0644]
test/CodeGen/PowerPC/asm-Zy.ll
test/CodeGen/PowerPC/asm-constraints.ll
test/CodeGen/PowerPC/bperm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/cc.ll
test/CodeGen/PowerPC/cmpb-ppc32.ll [new file with mode: 0644]
test/CodeGen/PowerPC/cmpb.ll [new file with mode: 0644]
test/CodeGen/PowerPC/code-align.ll [new file with mode: 0644]
test/CodeGen/PowerPC/constants-i64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/crsave.ll
test/CodeGen/PowerPC/ctrloops.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/early-ret2.ll
test/CodeGen/PowerPC/fast-isel-const.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fdiv-combine.ll [new file with mode: 0644]
test/CodeGen/PowerPC/flt-preinc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fma-assoc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fma-ext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp-to-int-ext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fp-to-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/PowerPC/glob-comp-aa-crash.ll
test/CodeGen/PowerPC/i1-ext-fold.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ia-mem-r0.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ia-neg-const.ll [new file with mode: 0644]
test/CodeGen/PowerPC/in-asm-f64-reg.ll
test/CodeGen/PowerPC/inlineasm-i64-reg.ll
test/CodeGen/PowerPC/lbz-from-ld-shift.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ld-st-upd.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ldtoc-inv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/loop-data-prefetch.ll [new file with mode: 0644]
test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
test/CodeGen/PowerPC/named-reg-alloc-r0.ll
test/CodeGen/PowerPC/named-reg-alloc-r1-64.ll
test/CodeGen/PowerPC/named-reg-alloc-r1.ll
test/CodeGen/PowerPC/named-reg-alloc-r13-64.ll
test/CodeGen/PowerPC/named-reg-alloc-r13.ll
test/CodeGen/PowerPC/named-reg-alloc-r2-64.ll
test/CodeGen/PowerPC/named-reg-alloc-r2.ll
test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll [new file with mode: 0644]
test/CodeGen/PowerPC/no-pref-jumps.ll [new file with mode: 0644]
test/CodeGen/PowerPC/p8-isel-sched.ll [new file with mode: 0644]
test/CodeGen/PowerPC/post-ra-ec.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-cyclecounter.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc32-lshrti3.ll
test/CodeGen/PowerPC/ppc32-pic-large.ll
test/CodeGen/PowerPC/ppc32-pic.ll
test/CodeGen/PowerPC/ppc64-anyregcc-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-anyregcc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-elf-abi.ll
test/CodeGen/PowerPC/ppc64-fastcc-fast-isel.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-fastcc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-gep-opt.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-icbt-pwr7.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-icbt-pwr8.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-nonfunc-calls.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-patchpoint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-r2-alloc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-stackmap-nops.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-stackmap.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-vaarg-int.ll
test/CodeGen/PowerPC/ppc64le-aggregates.ll
test/CodeGen/PowerPC/ppc64le-calls.ll
test/CodeGen/PowerPC/ppc64le-localentry.ll
test/CodeGen/PowerPC/ppcf128-endian.ll
test/CodeGen/PowerPC/pr17168.ll
test/CodeGen/PowerPC/preincprep-invoke.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-bv-sint.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-bv.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-func-clobber.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-load.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-recipest.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-rounding-ops.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-s-load.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-s-sel.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-s-store.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-sel.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-store.ll [new file with mode: 0644]
test/CodeGen/PowerPC/qpx-unalperm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/retaddr2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rlwimi-and.ll
test/CodeGen/PowerPC/rlwimi2.ll
test/CodeGen/PowerPC/rm-zext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/sdiv-pow2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/stack-realign.ll
test/CodeGen/PowerPC/subreg-postra-2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/subreg-postra.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls-cse.ll [new file with mode: 0644]
test/CodeGen/PowerPC/tls-pic.ll
test/CodeGen/PowerPC/tls-store2.ll
test/CodeGen/PowerPC/toc-load-sched-bug.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll
test/CodeGen/PowerPC/vec-abi-align.ll
test/CodeGen/PowerPC/vec_clz.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_popcnt.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_shuffle_le.ll
test/CodeGen/PowerPC/vec_veqv_vnand_vorc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsel-prom.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-args.ll
test/CodeGen/PowerPC/vsx-fma-m.ll
test/CodeGen/PowerPC/vsx-infl-copy1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-infl-copy2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-ldst-builtin-le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-ldst.ll
test/CodeGen/PowerPC/vsx-p8.ll
test/CodeGen/PowerPC/vsx-self-copy.ll
test/CodeGen/PowerPC/vsx-spill-norwstore.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx-spill.ll
test/CodeGen/PowerPC/vsx.ll
test/CodeGen/PowerPC/vsx_insert_extract_le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vsx_shuffle_le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/xxleqv_xxlnand_xxlorc.ll [new file with mode: 0644]
test/CodeGen/PowerPC/zext-free.ll [new file with mode: 0644]
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
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/bfi_int.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/cf_end.ll
test/CodeGen/R600/codegen-prepare-addrmode-sext.ll
test/CodeGen/R600/commute_modifiers.ll
test/CodeGen/R600/concat_vectors.ll
test/CodeGen/R600/copy-illegal-type.ll
test/CodeGen/R600/copy-to-reg.ll
test/CodeGen/R600/ctlz_zero_undef.ll
test/CodeGen/R600/ctpop.ll
test/CodeGen/R600/ctpop64.ll
test/CodeGen/R600/cttz_zero_undef.ll
test/CodeGen/R600/cvt_f32_ubyte.ll
test/CodeGen/R600/cvt_flr_i32_f32.ll [new file with mode: 0644]
test/CodeGen/R600/cvt_rpi_i32_f32.ll [new file with mode: 0644]
test/CodeGen/R600/default-fp-mode.ll
test/CodeGen/R600/ds-negative-offset-addressing-mode-loop.ll
test/CodeGen/R600/ds_read2.ll
test/CodeGen/R600/ds_read2_offset_order.ll [new file with mode: 0644]
test/CodeGen/R600/ds_read2st64.ll
test/CodeGen/R600/ds_write2.ll
test/CodeGen/R600/ds_write2st64.ll
test/CodeGen/R600/elf.ll
test/CodeGen/R600/elf.r600.ll
test/CodeGen/R600/empty-function.ll
test/CodeGen/R600/endcf-loop-header.ll [new file with mode: 0644]
test/CodeGen/R600/extload-private.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
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/fcmp64.ll
test/CodeGen/R600/fconst64.ll
test/CodeGen/R600/fcopysign.f32.ll
test/CodeGen/R600/fcopysign.f64.ll
test/CodeGen/R600/fdiv.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fdiv.ll
test/CodeGen/R600/fdiv64.ll [deleted file]
test/CodeGen/R600/ffloor.f64.ll [new file with mode: 0644]
test/CodeGen/R600/ffloor.ll
test/CodeGen/R600/flat-address-space.ll
test/CodeGen/R600/floor.ll
test/CodeGen/R600/fma-combine.ll [new file with mode: 0644]
test/CodeGen/R600/fma.f64.ll
test/CodeGen/R600/fma.ll
test/CodeGen/R600/fmax3.ll
test/CodeGen/R600/fmax_legacy.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fmax_legacy.ll
test/CodeGen/R600/fmaxnum.f64.ll
test/CodeGen/R600/fmaxnum.ll
test/CodeGen/R600/fmin3.ll
test/CodeGen/R600/fmin_legacy.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fmin_legacy.ll
test/CodeGen/R600/fminnum.f64.ll
test/CodeGen/R600/fminnum.ll
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fmul64.ll
test/CodeGen/R600/fmuladd.ll
test/CodeGen/R600/fnearbyint.ll
test/CodeGen/R600/fneg-fabs.f64.ll
test/CodeGen/R600/fneg-fabs.ll
test/CodeGen/R600/fneg.f64.ll
test/CodeGen/R600/fneg.ll
test/CodeGen/R600/fp-classify.ll [new file with mode: 0644]
test/CodeGen/R600/fp16_to_fp.ll
test/CodeGen/R600/fp32_to_fp16.ll
test/CodeGen/R600/fp_to_sint.f64.ll
test/CodeGen/R600/fp_to_sint.ll
test/CodeGen/R600/fp_to_uint.f64.ll
test/CodeGen/R600/fp_to_uint.ll
test/CodeGen/R600/fpext.ll
test/CodeGen/R600/fptrunc.ll
test/CodeGen/R600/frem.ll
test/CodeGen/R600/fsqrt.ll
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/fsub64.ll
test/CodeGen/R600/ftrunc.f64.ll
test/CodeGen/R600/ftrunc.ll
test/CodeGen/R600/gep-address-space.ll
test/CodeGen/R600/global-directive.ll
test/CodeGen/R600/global-extload-i1.ll [new file with mode: 0644]
test/CodeGen/R600/global-extload-i16.ll [new file with mode: 0644]
test/CodeGen/R600/global-extload-i32.ll [new file with mode: 0644]
test/CodeGen/R600/global-extload-i8.ll [new file with mode: 0644]
test/CodeGen/R600/global-zero-initializer.ll
test/CodeGen/R600/global_atomics.ll
test/CodeGen/R600/gv-const-addrspace-fail.ll
test/CodeGen/R600/gv-const-addrspace.ll
test/CodeGen/R600/half.ll
test/CodeGen/R600/hsa.ll [new file with mode: 0644]
test/CodeGen/R600/i1-copy-implicit-def.ll
test/CodeGen/R600/i1-copy-phi.ll
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-asm.ll [new file with mode: 0644]
test/CodeGen/R600/inline-calls.ll
test/CodeGen/R600/input-mods.ll
test/CodeGen/R600/insert_subreg.ll
test/CodeGen/R600/insert_vector_elt.ll
test/CodeGen/R600/kernel-args.ll
test/CodeGen/R600/large-alloca.ll
test/CodeGen/R600/large-constant-initializer.ll
test/CodeGen/R600/lds-initializer.ll
test/CodeGen/R600/lds-zero-initializer.ll
test/CodeGen/R600/llvm.AMDGPU.abs.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.global.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.i32.ll
test/CodeGen/R600/llvm.AMDGPU.bfe.u32.ll
test/CodeGen/R600/llvm.AMDGPU.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.class.ll [new file with mode: 0644]
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
test/CodeGen/R600/llvm.AMDGPU.legacy.rsq.ll
test/CodeGen/R600/llvm.AMDGPU.rcp.f64.ll
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 [deleted file]
test/CodeGen/R600/llvm.SI.fs.interp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.gather4.ll
test/CodeGen/R600/llvm.SI.getlod.ll
test/CodeGen/R600/llvm.SI.image.ll
test/CodeGen/R600/llvm.SI.image.sample.ll
test/CodeGen/R600/llvm.SI.image.sample.o.ll
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-m0.ll [new file with mode: 0644]
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.kilp.ll
test/CodeGen/R600/llvm.amdgpu.lrp.ll
test/CodeGen/R600/llvm.cos.ll
test/CodeGen/R600/llvm.exp2.ll
test/CodeGen/R600/llvm.floor.ll [deleted file]
test/CodeGen/R600/llvm.log2.ll
test/CodeGen/R600/llvm.memcpy.ll
test/CodeGen/R600/llvm.rint.f64.ll
test/CodeGen/R600/llvm.rint.ll
test/CodeGen/R600/llvm.round.f64.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.round.ll
test/CodeGen/R600/llvm.sin.ll
test/CodeGen/R600/llvm.sqrt.ll
test/CodeGen/R600/llvm.trunc.ll [deleted file]
test/CodeGen/R600/load-i1.ll
test/CodeGen/R600/load.ll
test/CodeGen/R600/load.vec.ll
test/CodeGen/R600/load64.ll
test/CodeGen/R600/local-64.ll
test/CodeGen/R600/local-atomics.ll
test/CodeGen/R600/local-atomics64.ll
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/loop-address.ll
test/CodeGen/R600/loop-idiom.ll
test/CodeGen/R600/lshl.ll
test/CodeGen/R600/lshr.ll
test/CodeGen/R600/m0-spill.ll
test/CodeGen/R600/mad-combine.ll [new file with mode: 0644]
test/CodeGen/R600/mad-sub.ll
test/CodeGen/R600/mad_int24.ll
test/CodeGen/R600/mad_uint24.ll
test/CodeGen/R600/madak.ll [new file with mode: 0644]
test/CodeGen/R600/madmk.ll [new file with mode: 0644]
test/CodeGen/R600/max.ll
test/CodeGen/R600/max3.ll
test/CodeGen/R600/min.ll
test/CodeGen/R600/min3.ll
test/CodeGen/R600/missing-store.ll
test/CodeGen/R600/mubuf.ll
test/CodeGen/R600/mul.ll
test/CodeGen/R600/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/no-shrink-extloads.ll [new file with mode: 0644]
test/CodeGen/R600/operand-folding.ll [new file with mode: 0644]
test/CodeGen/R600/operand-spacing.ll
test/CodeGen/R600/or.ll
test/CodeGen/R600/private-memory-atomics.ll
test/CodeGen/R600/private-memory-broken.ll
test/CodeGen/R600/private-memory.ll
test/CodeGen/R600/r600-encoding.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
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
test/CodeGen/R600/schedule-kernel-arg-loads.ll
test/CodeGen/R600/schedule-vs-if-nested-loop-failure.ll
test/CodeGen/R600/scratch-buffer.ll [new file with mode: 0644]
test/CodeGen/R600/sdiv.ll
test/CodeGen/R600/sdivrem24.ll
test/CodeGen/R600/sdivrem64.ll [new file with mode: 0644]
test/CodeGen/R600/select-i1.ll
test/CodeGen/R600/select-vectors.ll
test/CodeGen/R600/select64.ll
test/CodeGen/R600/selectcc-opt.ll
test/CodeGen/R600/selectcc.ll
test/CodeGen/R600/setcc-opt.ll
test/CodeGen/R600/setcc.ll
test/CodeGen/R600/setcc64.ll
test/CodeGen/R600/seto.ll
test/CodeGen/R600/setuo.ll
test/CodeGen/R600/sext-in-reg.ll
test/CodeGen/R600/sgpr-control-flow.ll
test/CodeGen/R600/sgpr-copy-duplicate-operand.ll
test/CodeGen/R600/sgpr-copy.ll
test/CodeGen/R600/shl.ll
test/CodeGen/R600/shl_add_constant.ll
test/CodeGen/R600/shl_add_ptr.ll
test/CodeGen/R600/si-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
test/CodeGen/R600/si-vector-hang.ll
test/CodeGen/R600/sign_extend.ll
test/CodeGen/R600/simplify-demanded-bits-build-pair.ll
test/CodeGen/R600/sint_to_fp.f64.ll
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/smrd.ll
test/CodeGen/R600/split-scalar-i64-add.ll
test/CodeGen/R600/sra.ll
test/CodeGen/R600/srem.ll
test/CodeGen/R600/srl.ll
test/CodeGen/R600/ssubo.ll
test/CodeGen/R600/store-barrier.ll
test/CodeGen/R600/store-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/sub.ll
test/CodeGen/R600/subreg-coalescer-crash.ll [new file with mode: 0644]
test/CodeGen/R600/swizzle-export.ll
test/CodeGen/R600/trunc-cmp-constant.ll [new file with mode: 0644]
test/CodeGen/R600/trunc-store-i1.ll
test/CodeGen/R600/trunc.ll
test/CodeGen/R600/tti-unroll-prefs.ll [new file with mode: 0644]
test/CodeGen/R600/uaddo.ll
test/CodeGen/R600/udiv.ll
test/CodeGen/R600/udivrem.ll
test/CodeGen/R600/udivrem24.ll
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/urecip.ll
test/CodeGen/R600/urem.ll
test/CodeGen/R600/use-sgpr-multiple-times.ll
test/CodeGen/R600/usubo.ll
test/CodeGen/R600/v_cndmask.ll
test/CodeGen/R600/valu-i1.ll
test/CodeGen/R600/vector-alloca.ll
test/CodeGen/R600/vertex-fetch-encoding.ll
test/CodeGen/R600/vop-shrink.ll
test/CodeGen/R600/vselect.ll
test/CodeGen/R600/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/2008-10-10-InlineAsmMemoryOperand.ll
test/CodeGen/SPARC/float.ll
test/CodeGen/SPARC/fp128.ll
test/CodeGen/SPARC/inlineasm.ll
test/CodeGen/SPARC/mult-alt-generic-sparc.ll
test/CodeGen/SPARC/setjmp.ll
test/CodeGen/SystemZ/alias-01.ll
test/CodeGen/SystemZ/and-08.ll
test/CodeGen/SystemZ/asm-01.ll
test/CodeGen/SystemZ/asm-02.ll
test/CodeGen/SystemZ/asm-03.ll
test/CodeGen/SystemZ/asm-04.ll
test/CodeGen/SystemZ/asm-05.ll
test/CodeGen/SystemZ/asm-06.ll
test/CodeGen/SystemZ/asm-07.ll
test/CodeGen/SystemZ/asm-08.ll
test/CodeGen/SystemZ/asm-09.ll
test/CodeGen/SystemZ/asm-10.ll
test/CodeGen/SystemZ/asm-11.ll
test/CodeGen/SystemZ/asm-12.ll
test/CodeGen/SystemZ/asm-13.ll
test/CodeGen/SystemZ/asm-14.ll
test/CodeGen/SystemZ/asm-15.ll
test/CodeGen/SystemZ/asm-16.ll
test/CodeGen/SystemZ/asm-17.ll
test/CodeGen/SystemZ/asm-18.ll
test/CodeGen/SystemZ/fp-cmp-04.ll
test/CodeGen/SystemZ/int-cmp-44.ll
test/CodeGen/SystemZ/int-cmp-45.ll
test/CodeGen/SystemZ/memchr-02.ll
test/CodeGen/SystemZ/memcpy-02.ll
test/CodeGen/SystemZ/tls-01.ll
test/CodeGen/SystemZ/tls-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-07.ll [new file with mode: 0644]
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/fastcc.ll
test/CodeGen/Thumb/iabs.ll
test/CodeGen/Thumb/stack-access.ll [new file with mode: 0644]
test/CodeGen/Thumb/stm-merge.ll
test/CodeGen/Thumb/vargs.ll
test/CodeGen/Thumb2/aligned-spill.ll
test/CodeGen/Thumb2/constant-islands-jump-table.ll [new file with mode: 0644]
test/CodeGen/Thumb2/constant-islands-new-island-padding.ll [new file with mode: 0644]
test/CodeGen/Thumb2/ifcvt-neon.ll
test/CodeGen/Thumb2/thumb2-cmn.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/X86/2006-05-22-FPSetEQ.ll
test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll [deleted file]
test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll [deleted file]
test/CodeGen/X86/2007-06-15-IntToMMX.ll [deleted file]
test/CodeGen/X86/2008-10-06-MMXISelBug.ll [deleted file]
test/CodeGen/X86/2009-01-25-NoSSE.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll [deleted file]
test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll [deleted file]
test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll
test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll [deleted file]
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2010-01-07-UAMemFeature.ll [deleted file]
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-02-11-NonTemporal.ll
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll [deleted file]
test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll
test/CodeGen/X86/2010-06-25-asm-RA-crash.ll
test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.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-09-16-asmcrash.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll
test/CodeGen/X86/2011-10-19-widen_vselect.ll
test/CodeGen/X86/2011-11-30-or.ll
test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll
test/CodeGen/X86/2012-05-19-avx2-store.ll [deleted file]
test/CodeGen/X86/2012-07-15-broadcastfold.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/MachineBranchProb.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/SwizzleShuff.ll
test/CodeGen/X86/asm-label.ll
test/CodeGen/X86/atomic16.ll
test/CodeGen/X86/avx-cvt.ll
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-trunc.ll
test/CodeGen/X86/avx-vperm2x128.ll
test/CodeGen/X86/avx.ll
test/CodeGen/X86/avx1-stack-reload-folding.ll [deleted file]
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-gather.ll
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-intrinsics-x86.ll
test/CodeGen/X86/avx2-nontemporal.ll
test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx512-arith.ll
test/CodeGen/X86/avx512-fma-intrinsics.ll
test/CodeGen/X86/avx512-i1test.ll [new file with mode: 0755]
test/CodeGen/X86/avx512-insert-extract.ll
test/CodeGen/X86/avx512-intel-ocl.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-logic.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-mask-op.ll
test/CodeGen/X86/avx512-nontemporal.ll
test/CodeGen/X86/avx512-round.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vbroadcast.ll
test/CodeGen/X86/avx512-vec-cmp.ll
test/CodeGen/X86/avx512bw-arith.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bw-intrinsics.ll
test/CodeGen/X86/avx512bw-vec-cmp.ll
test/CodeGen/X86/avx512bwvl-arith.ll [new file with mode: 0644]
test/CodeGen/X86/avx512bwvl-intrinsics.ll
test/CodeGen/X86/avx512er-intrinsics.ll
test/CodeGen/X86/avx512vl-arith.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-intrinsics.ll
test/CodeGen/X86/avx512vl-logic.ll [new file with mode: 0644]
test/CodeGen/X86/avx512vl-nontemporal.ll
test/CodeGen/X86/avx512vl-vec-cmp.ll
test/CodeGen/X86/barrier.ll
test/CodeGen/X86/bitcast-mmx.ll [new file with mode: 0644]
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/break-avx-dep.ll [deleted file]
test/CodeGen/X86/break-false-dep.ll [new file with mode: 0644]
test/CodeGen/X86/break-sse-dep.ll [deleted file]
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/chain_order.ll
test/CodeGen/X86/clobber-fi0.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmpxchg-clobber-flags.ll
test/CodeGen/X86/coalesce_commute_subreg.ll [new file with mode: 0644]
test/CodeGen/X86/coalescer-dce.ll
test/CodeGen/X86/codegen-prepare-extload.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-comdat2.ll
test/CodeGen/X86/coff-comdat3.ll
test/CodeGen/X86/combine-and.ll
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/commute-clmul.ll [new file with mode: 0644]
test/CodeGen/X86/commute-fcmp.ll [new file with mode: 0644]
test/CodeGen/X86/commute-xop.ll [new file with mode: 0644]
test/CodeGen/X86/compact-unwind.ll
test/CodeGen/X86/constant-combines.ll [new file with mode: 0644]
test/CodeGen/X86/constant-hoisting-optnone.ll [new file with mode: 0644]
test/CodeGen/X86/copysign-constant-magnitude.ll [new file with mode: 0644]
test/CodeGen/X86/copysign-zero.ll [deleted file]
test/CodeGen/X86/cppeh-catch-all.ll [new file with mode: 0644]
test/CodeGen/X86/cppeh-catch-scalar.ll [new file with mode: 0644]
test/CodeGen/X86/cppeh-frame-vars.ll [new file with mode: 0644]
test/CodeGen/X86/cpus.ll [new file with mode: 0644]
test/CodeGen/X86/crash-O0.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dbg-changes-codegen.ll
test/CodeGen/X86/dbg-combine.ll [new file with mode: 0644]
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dwarf-eh-prepare.ll [new file with mode: 0644]
test/CodeGen/X86/elf-comdat.ll
test/CodeGen/X86/elf-comdat2.ll
test/CodeGen/X86/equiv_with_fndef.ll [new file with mode: 0644]
test/CodeGen/X86/equiv_with_vardef.ll [new file with mode: 0644]
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/f16c-intrinsics.ll
test/CodeGen/X86/fast-isel-branch_weights.ll
test/CodeGen/X86/fast-isel-call-bool.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-cmp-branch.ll
test/CodeGen/X86/fast-isel-double-half-convertion.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-float-half-convertion.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-fptrunc-fpext.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-gep.ll
test/CodeGen/X86/fast-isel-int-float-conversion.ll [new file with mode: 0644]
test/CodeGen/X86/fastmath-float-half-conversion.ll [new file with mode: 0644]
test/CodeGen/X86/float-conv-elim.ll [new file with mode: 0644]
test/CodeGen/X86/fold-load-unops.ll [new file with mode: 0644]
test/CodeGen/X86/fold-tied-op.ll
test/CodeGen/X86/fold-vex.ll
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/fp-double-rounding.ll [new file with mode: 0644]
test/CodeGen/X86/fpstack-debuginstr-kill.ll
test/CodeGen/X86/frameaddr.ll
test/CodeGen/X86/frameallocate.ll [new file with mode: 0644]
test/CodeGen/X86/gather-addresses.ll
test/CodeGen/X86/gcc_except_table.ll
test/CodeGen/X86/ghc-cc.ll
test/CodeGen/X86/ghc-cc64.ll
test/CodeGen/X86/global-sections-comdat.ll [new file with mode: 0644]
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/hoist-invariant-load.ll
test/CodeGen/X86/huge-stack-offset.ll [new file with mode: 0644]
test/CodeGen/X86/i1narrowfail.ll [new file with mode: 0644]
test/CodeGen/X86/ident-metadata.ll
test/CodeGen/X86/imul.ll [new file with mode: 0644]
test/CodeGen/X86/imul64-lea.ll [deleted file]
test/CodeGen/X86/inalloca-ctor.ll
test/CodeGen/X86/inalloca-invoke.ll
test/CodeGen/X86/inalloca-stdcall.ll
test/CodeGen/X86/init-priority.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-flag-clobber.ll
test/CodeGen/X86/insertps-O0-bug.ll [new file with mode: 0644]
test/CodeGen/X86/large-code-model-isel.ll [new file with mode: 0644]
test/CodeGen/X86/lea-2.ll
test/CodeGen/X86/logical-load-fold.ll [new file with mode: 0644]
test/CodeGen/X86/lower-vec-shift-2.ll [new file with mode: 0644]
test/CodeGen/X86/lzcnt-tzcnt.ll
test/CodeGen/X86/macho-comdat.ll
test/CodeGen/X86/masked_memop.ll [new file with mode: 0644]
test/CodeGen/X86/mem-intrin-base-reg.ll
test/CodeGen/X86/misched-code-difference-with-debug.ll [new file with mode: 0644]
test/CodeGen/X86/misched-copy.ll
test/CodeGen/X86/misched-crash.ll
test/CodeGen/X86/mmx-arg-passing-x86-64.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-arg-passing.ll
test/CodeGen/X86/mmx-arg-passing2.ll [deleted file]
test/CodeGen/X86/mmx-arith.ll
test/CodeGen/X86/mmx-bitcast-to-i64.ll [deleted file]
test/CodeGen/X86/mmx-bitcast.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-builtins.ll [deleted file]
test/CodeGen/X86/mmx-emms.ll [deleted file]
test/CodeGen/X86/mmx-fold-load.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-insert-element.ll [deleted file]
test/CodeGen/X86/mmx-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/mmx-pinsrw.ll [deleted file]
test/CodeGen/X86/mmx-punpckhdq.ll [deleted file]
test/CodeGen/X86/mmx-s2v.ll [deleted file]
test/CodeGen/X86/mmx-shift.ll [deleted file]
test/CodeGen/X86/mmx-shuffle.ll [deleted file]
test/CodeGen/X86/movntdq-no-avx.ll
test/CodeGen/X86/movtopush.ll [new file with mode: 0644]
test/CodeGen/X86/musttail-fastcall.ll [new file with mode: 0644]
test/CodeGen/X86/musttail-varargs.ll
test/CodeGen/X86/named-reg-alloc.ll
test/CodeGen/X86/named-reg-notareg.ll
test/CodeGen/X86/no-compact-unwind.ll [deleted file]
test/CodeGen/X86/non-unique-sections.ll [new file with mode: 0644]
test/CodeGen/X86/nontemporal-2.ll
test/CodeGen/X86/nontemporal.ll
test/CodeGen/X86/norex-subreg.ll
test/CodeGen/X86/nosse-varargs.ll
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/objc-gc-module-flags.ll
test/CodeGen/X86/odr_comdat.ll [deleted file]
test/CodeGen/X86/palignr.ll
test/CodeGen/X86/peep-test-2.ll
test/CodeGen/X86/phys_subreg_coalesce-3.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pointer-vector.ll
test/CodeGen/X86/pr11468.ll
test/CodeGen/X86/pr12360.ll
test/CodeGen/X86/pr15267.ll
test/CodeGen/X86/pr18846.ll
test/CodeGen/X86/pr21792.ll [new file with mode: 0644]
test/CodeGen/X86/pr22019.ll [new file with mode: 0644]
test/CodeGen/X86/pr22103.ll [new file with mode: 0644]
test/CodeGen/X86/pre-ra-sched.ll
test/CodeGen/X86/prefixdata.ll
test/CodeGen/X86/prologuedata.ll [new file with mode: 0644]
test/CodeGen/X86/pshufb-mask-comments.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/ragreedy-bug.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/regalloc-reconcile-broken-hints.ll [new file with mode: 0644]
test/CodeGen/X86/remat-phys-dead.ll
test/CodeGen/X86/scalar_sse_minmax.ll
test/CodeGen/X86/scev-interchange.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/seh-basic.ll [new file with mode: 0644]
test/CodeGen/X86/seh-catch-all.ll [new file with mode: 0644]
test/CodeGen/X86/seh-filter.ll [new file with mode: 0644]
test/CodeGen/X86/seh-finally.ll [new file with mode: 0755]
test/CodeGen/X86/seh-safe-div.ll [new file with mode: 0644]
test/CodeGen/X86/selectiondag-crash.ll [new file with mode: 0644]
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/sibcall-4.ll
test/CodeGen/X86/sibcall-5.ll
test/CodeGen/X86/sibcall-win64.ll [new file with mode: 0644]
test/CodeGen/X86/sibcall.ll
test/CodeGen/X86/sincos-opt.ll
test/CodeGen/X86/sink-blockfreq.ll
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/sjlj-baseptr.ll [new file with mode: 0644]
test/CodeGen/X86/slow-div.ll [new file with mode: 0644]
test/CodeGen/X86/slow-incdec.ll
test/CodeGen/X86/small-byval-memcpy.ll
test/CodeGen/X86/splat-const.ll [new file with mode: 0644]
test/CodeGen/X86/sret-implicit.ll [new file with mode: 0644]
test/CodeGen/X86/sse-domains.ll
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse-scalar-fp-arith.ll
test/CodeGen/X86/sse-unaligned-mem-feature.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse4a.ll
test/CodeGen/X86/sse_partial_update.ll
test/CodeGen/X86/stack-align.ll
test/CodeGen/X86/stack-folding-fp-avx1.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-fp-sse42.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-int-avx1.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-int-avx2.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-int-sse42.ll [new file with mode: 0644]
test/CodeGen/X86/stack-folding-xop.ll [new file with mode: 0644]
test/CodeGen/X86/stack-probe-size.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-dbginfo.ll
test/CodeGen/X86/stack-protector-weight.ll [new file with mode: 0644]
test/CodeGen/X86/stackpointer.ll
test/CodeGen/X86/statepoint-call-lowering.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-forward.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-stack-usage.ll [new file with mode: 0644]
test/CodeGen/X86/statepoint-stackmap-format.ll [new file with mode: 0644]
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-default-only.ll [new file with mode: 0644]
test/CodeGen/X86/switch-jump-table.ll [new file with mode: 0644]
test/CodeGen/X86/tail-call-win64.ll [new file with mode: 0644]
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-returndup-void.ll
test/CodeGen/X86/tls-models.ll
test/CodeGen/X86/trap.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/unaligned-32-byte-memops.ll [new file with mode: 0644]
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/utf16-cfstrings.ll
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/vaargs.ll
test/CodeGen/X86/vec-loadsingles-alignment.ll [new file with mode: 0644]
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_clear.ll [deleted file]
test/CodeGen/X86/vec_compare.ll
test/CodeGen/X86/vec_extract-avx.ll [new file with mode: 0644]
test/CodeGen/X86/vec_extract-mmx.ll [new file with mode: 0644]
test/CodeGen/X86/vec_fabs.ll
test/CodeGen/X86/vec_fneg.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-mmx.ll [new file with mode: 0644]
test/CodeGen/X86/vec_loadsingles.ll
test/CodeGen/X86/vec_split.ll
test/CodeGen/X86/vector-blend.ll
test/CodeGen/X86/vector-ctpop.ll [new file with mode: 0644]
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-sext.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-128-v8.ll
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
test/CodeGen/X86/vector-shuffle-512-v16.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-512-v8.ll
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-shuffle-mmx.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-sse1.ll
test/CodeGen/X86/vector-trunc.ll [new file with mode: 0644]
test/CodeGen/X86/vector-zext.ll
test/CodeGen/X86/vector-zmov.ll [new file with mode: 0644]
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/vselect-2.ll
test/CodeGen/X86/vselect-avx.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-6.ll
test/CodeGen/X86/widen_conversions.ll
test/CodeGen/X86/widen_load-0.ll
test/CodeGen/X86/widen_load-1.ll
test/CodeGen/X86/widen_load-2.ll
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/win64_alloca_dynalloca.ll
test/CodeGen/X86/win64_call_epi.ll
test/CodeGen/X86/win64_eh.ll
test/CodeGen/X86/win64_frame.ll [new file with mode: 0644]
test/CodeGen/X86/win_chkstk.ll
test/CodeGen/X86/win_cst_pool.ll
test/CodeGen/X86/win_eh_prepare.ll [new file with mode: 0644]
test/CodeGen/X86/x32-lea-1.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-and-mask.ll
test/CodeGen/X86/x86-64-baseptr.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-psub.ll
test/CodeGen/X86/x86-inline-asm-validation.ll [new file with mode: 0644]
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/xaluo.ll
test/CodeGen/X86/xop-intrinsics-x86_64.ll
test/CodeGen/X86/xor.ll
test/CodeGen/XCore/dwarf_debug.ll
test/DebugInfo/2009-10-16-Phi.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
test/DebugInfo/AArch64/big-endian.ll
test/DebugInfo/AArch64/cfi-eof-prologue.ll [new file with mode: 0644]
test/DebugInfo/AArch64/coalescing.ll [new file with mode: 0644]
test/DebugInfo/AArch64/dwarfdump.ll
test/DebugInfo/AArch64/frameindices.ll [new file with mode: 0644]
test/DebugInfo/AArch64/little-endian-dump.ll
test/DebugInfo/AArch64/processes-relocations.ll
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/PR16736.ll
test/DebugInfo/ARM/big-endian-dump.ll
test/DebugInfo/ARM/cfi-eof-prologue.ll [new file with mode: 0644]
test/DebugInfo/ARM/line.test [new file with mode: 0644]
test/DebugInfo/ARM/little-endian-dump.ll
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll
test/DebugInfo/ARM/processes-relocations.ll
test/DebugInfo/ARM/s-super-register.ll
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
test/DebugInfo/COFF/multifile.ll
test/DebugInfo/COFF/multifunction.ll
test/DebugInfo/COFF/simple.ll
test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll
test/DebugInfo/Inputs/gmlt.ll
test/DebugInfo/Inputs/line.ll [new file with mode: 0644]
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/fn-call-line.ll [new file with mode: 0644]
test/DebugInfo/Mips/processes-relocations.ll
test/DebugInfo/PDB/Inputs/empty.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/empty.pdb [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat-fpo.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.cpp [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/symbolformat.pdb [new file with mode: 0644]
test/DebugInfo/PDB/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-flags.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-symbol-format.test [new file with mode: 0644]
test/DebugInfo/PR20038.ll
test/DebugInfo/PowerPC/line.test [new file with mode: 0644]
test/DebugInfo/PowerPC/processes-relocations.ll
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/DebugInfo/Sparc/gnu-window-save.ll
test/DebugInfo/Sparc/processes-relocations.ll
test/DebugInfo/SystemZ/processes-relocations.ll
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2010-08-10-DbgConstant.ll [deleted file]
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/asm-macro-line-number.s [new file with mode: 0644]
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/c-type-units.ll
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/coff_relative_names.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/constant-aggregate.ll [new file with mode: 0644]
test/DebugInfo/X86/cu-ranges-odr.ll
test/DebugInfo/X86/cu-ranges.ll
test/DebugInfo/X86/data_member_location.ll
test/DebugInfo/X86/dbg-at-specficiation.ll
test/DebugInfo/X86/dbg-byval-parameter.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-const.ll
test/DebugInfo/X86/dbg-declare-arg.ll
test/DebugInfo/X86/dbg-declare.ll
test/DebugInfo/X86/dbg-file-name.ll
test/DebugInfo/X86/dbg-i128-const.ll
test/DebugInfo/X86/dbg-merge-loc-entry.ll
test/DebugInfo/X86/dbg-prolog-end.ll
test/DebugInfo/X86/dbg-subrange.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-dag-combine.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/dbg-value-terminator.ll
test/DebugInfo/X86/dbg_value_direct.ll
test/DebugInfo/X86/debug-dead-local-var.ll
test/DebugInfo/X86/debug-info-access.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug-loc-asan.ll
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/debug-ranges-offset.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/decl-derived-member.ll
test/DebugInfo/X86/discriminator.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll
test/DebugInfo/X86/dwarf-aranges.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/dwarf-pubnames-split.ll
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/ending-run.ll
test/DebugInfo/X86/enum-class.ll
test/DebugInfo/X86/enum-fwd-decl.ll
test/DebugInfo/X86/fission-cu.ll
test/DebugInfo/X86/fission-hash.ll
test/DebugInfo/X86/fission-inline.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/float_const.ll [new file with mode: 0644]
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll
test/DebugInfo/X86/gnu-public-names-empty.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/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/line.test [new file with mode: 0644]
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/memberfnptr.ll [new file with mode: 0644]
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
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/nophysreg.ll [new file with mode: 0644]
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/objc-property-void.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pieces-1.ll
test/DebugInfo/X86/pieces-2.ll
test/DebugInfo/X86/pieces-3.ll
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr19307.ll
test/DebugInfo/X86/processes-relocations.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/recursive_inlining.ll
test/DebugInfo/X86/ref_addr_relocation.ll
test/DebugInfo/X86/reference-argument.ll
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/sret.ll
test/DebugInfo/X86/sroasplit-1.ll [new file with mode: 0644]
test/DebugInfo/X86/sroasplit-2.ll [new file with mode: 0644]
test/DebugInfo/X86/sroasplit-3.ll [new file with mode: 0644]
test/DebugInfo/X86/sroasplit-4.ll [new file with mode: 0644]
test/DebugInfo/X86/sroasplit-5.ll [new file with mode: 0644]
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/X86/template.ll
test/DebugInfo/X86/tls.ll
test/DebugInfo/X86/type_units_with_addresses.ll
test/DebugInfo/X86/union-const.ll [new file with mode: 0644]
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll
test/DebugInfo/array.ll
test/DebugInfo/block-asan.ll [new file with mode: 0644]
test/DebugInfo/bug_null_debuginfo.ll
test/DebugInfo/constant-pointers.ll
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/cross-cu-linkonce-distinct.ll
test/DebugInfo/cross-cu-linkonce.ll
test/DebugInfo/cu-range-hole.ll
test/DebugInfo/cu-ranges.ll
test/DebugInfo/dead-argument-order.ll
test/DebugInfo/debug-info-always-inline.ll
test/DebugInfo/debug-info-qualifiers.ll
test/DebugInfo/debuginfofinder-multiple-cu.ll
test/DebugInfo/duplicate_inline.ll [deleted file]
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/dwarfdump-debug-frame-simple.test
test/DebugInfo/empty.ll
test/DebugInfo/enum-types.ll
test/DebugInfo/enum.ll
test/DebugInfo/global-with-type-context.ll [deleted file]
test/DebugInfo/global.ll
test/DebugInfo/incorrect-variable-debugloc.ll
test/DebugInfo/incorrect-variable-debugloc1.ll [new file with mode: 0644]
test/DebugInfo/inheritance.ll
test/DebugInfo/inline-debug-info-multiret.ll
test/DebugInfo/inline-debug-info.ll
test/DebugInfo/inline-no-debug-info.ll
test/DebugInfo/inline-scopes.ll
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/inlined-vars.ll
test/DebugInfo/location-verifier.ll [new file with mode: 0644]
test/DebugInfo/lto-comp-dir.ll
test/DebugInfo/member-order.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/missing-abstract-variable.ll
test/DebugInfo/multiline.ll [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/piece-verifier.ll [new file with mode: 0644]
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 [deleted file]
test/ExecutionEngine/2003-01-04-ArgumentBug.ll [deleted file]
test/ExecutionEngine/2003-01-04-LoopTest.ll [deleted file]
test/ExecutionEngine/2003-01-04-PhiTest.ll [deleted file]
test/ExecutionEngine/2003-01-09-SARTest.ll [deleted file]
test/ExecutionEngine/2003-01-10-FUCOM.ll [deleted file]
test/ExecutionEngine/2003-01-15-AlignmentTest.ll [deleted file]
test/ExecutionEngine/2003-05-07-ArgumentTest.ll [deleted file]
test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll [deleted file]
test/ExecutionEngine/2003-06-04-bzip2-bug.ll [deleted file]
test/ExecutionEngine/2003-06-05-PHIBug.ll [deleted file]
test/ExecutionEngine/2003-08-15-AllocaAssertion.ll [deleted file]
test/ExecutionEngine/2003-08-21-EnvironmentTest.ll [deleted file]
test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll [deleted file]
test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [deleted file]
test/ExecutionEngine/2005-12-02-TailCallBug.ll [deleted file]
test/ExecutionEngine/2007-12-10-APIntLoadStore.ll [deleted file]
test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll [deleted file]
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/2010-01-15-UndefValue.ll [deleted file]
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/eh-sm-pic.ll
test/ExecutionEngine/MCJIT/eh.ll
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll
test/ExecutionEngine/MCJIT/non-extern-addend-smallcodemodel.ll [deleted file]
test/ExecutionEngine/OrcJIT/2002-12-16-ArgTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-04-ArgumentBug.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-04-LoopTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-04-PhiTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-09-SARTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-10-FUCOM.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-01-15-AlignmentTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-05-06-LivenessClobber.ll [moved from test/ExecutionEngine/2003-05-06-LivenessClobber.ll with 100% similarity]
test/ExecutionEngine/OrcJIT/2003-05-07-ArgumentTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-05-11-PHIRegAllocBug.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-06-04-bzip2-bug.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-06-05-PHIBug.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-08-15-AllocaAssertion.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-08-21-EnvironmentTest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-08-23-RegisterAllocatePhysReg.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2005-12-02-TailCallBug.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2007-12-10-APIntLoadStore.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2008-06-05-APInt-OverAShr.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/2013-04-04-RelocAddend.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/Inputs/cross-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/Inputs/multi-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/Inputs/multi-module-c.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/Inputs/multi-module-eh-b.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/cross-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/cross-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/eh-lg-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/eh-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/eh.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/fpbitcast.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/hello-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/hello.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/hello2.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/load-object-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/multi-module-eh-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/non-extern-addend.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/pr13727.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/Inputs/cross-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/Inputs/multi-module-c.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/cross-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/cross-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/simpletest-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/stubs-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-common-symbols-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-data-align-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-fp-no-external-funcs-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-remote.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/simplesttest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/simpletest.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/stubs.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-arith.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-branch.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-call-no-external-funcs.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-call.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-cast.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-common-symbols-alignment.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-common-symbols.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-constantexpr.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-data-align.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-fp-no-external-funcs.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-fp.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-global-ctors.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-global-init-nonzero.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-global.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-loadstore.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-local.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-logical.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-loop.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-phi.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-ptr-reloc.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-ret.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-return.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-setcond-fp.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-setcond-int.ll [new file with mode: 0644]
test/ExecutionEngine/OrcJIT/test-shift.ll [new file with mode: 0644]
test/ExecutionEngine/fpbitcast.ll [deleted file]
test/ExecutionEngine/frem.ll
test/ExecutionEngine/hello.ll [deleted file]
test/ExecutionEngine/hello2.ll [deleted file]
test/ExecutionEngine/simplesttest.ll [deleted file]
test/ExecutionEngine/simpletest.ll [deleted file]
test/ExecutionEngine/stubs.ll [deleted file]
test/ExecutionEngine/test-arith.ll [deleted file]
test/ExecutionEngine/test-branch.ll [deleted file]
test/ExecutionEngine/test-call-no-external-funcs.ll [deleted file]
test/ExecutionEngine/test-call.ll [deleted file]
test/ExecutionEngine/test-cast.ll [deleted file]
test/ExecutionEngine/test-common-symbols.ll [deleted file]
test/ExecutionEngine/test-constantexpr.ll [deleted file]
test/ExecutionEngine/test-fp-no-external-funcs.ll [deleted file]
test/ExecutionEngine/test-fp.ll [deleted file]
test/ExecutionEngine/test-global-init-nonzero.ll [deleted file]
test/ExecutionEngine/test-global.ll [deleted file]
test/ExecutionEngine/test-loadstore.ll [deleted file]
test/ExecutionEngine/test-local.ll [deleted file]
test/ExecutionEngine/test-logical.ll [deleted file]
test/ExecutionEngine/test-loop.ll [deleted file]
test/ExecutionEngine/test-phi.ll [deleted file]
test/ExecutionEngine/test-ret.ll [deleted file]
test/ExecutionEngine/test-return.ll [deleted file]
test/ExecutionEngine/test-setcond-fp.ll [deleted file]
test/ExecutionEngine/test-setcond-int.ll [deleted file]
test/ExecutionEngine/test-shift.ll [deleted file]
test/Feature/NamedMDNode.ll
test/Feature/NamedMDNode2.ll
test/Feature/callingconventions.ll
test/Feature/comdat.ll
test/Feature/md_on_instruction.ll
test/Feature/metadata.ll
test/Feature/prologuedata.ll [new file with mode: 0644]
test/Feature/seh-nounwind.ll [new file with mode: 0644]
test/FileCheck/same.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/asm_mov.ll
test/Instrumentation/AddressSanitizer/X86/bug_11395.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-cstring.ll
test/Instrumentation/AddressSanitizer/do-not-touch-comdat-global.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll
test/Instrumentation/AddressSanitizer/instrument-dynamic-allocas.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
test/Instrumentation/AddressSanitizer/keep-instrumented_functions.ll [deleted file]
test/Instrumentation/AddressSanitizer/stack_dynamic_alloca.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/stack_layout.ll
test/Instrumentation/AddressSanitizer/ubsan.ll
test/Instrumentation/AddressSanitizer/undecidable-dynamic-alloca-1.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/abilist.ll
test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll
test/Instrumentation/DataFlowSanitizer/arith.ll
test/Instrumentation/DataFlowSanitizer/call.ll
test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
test/Instrumentation/DataFlowSanitizer/debug.ll
test/Instrumentation/DataFlowSanitizer/load.ll
test/Instrumentation/DataFlowSanitizer/memset.ll
test/Instrumentation/DataFlowSanitizer/prefix-rename.ll
test/Instrumentation/DataFlowSanitizer/store.ll
test/Instrumentation/DataFlowSanitizer/union-large.ll
test/Instrumentation/DataFlowSanitizer/union.ll
test/Instrumentation/InstrProfiling/linkage.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/no-counters.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/noruntime.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/platform.ll [new file with mode: 0644]
test/Instrumentation/InstrProfiling/profiling.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/atomics.ll
test/Instrumentation/MemorySanitizer/check-constant-shadow.ll
test/Instrumentation/MemorySanitizer/do-not-emit-module-limits.ll [deleted file]
test/Instrumentation/MemorySanitizer/missing_origin.ll
test/Instrumentation/MemorySanitizer/origin-alignment.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/store-long-origin.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll [deleted file]
test/Instrumentation/SanitizerCoverage/coverage-dbg.ll
test/Instrumentation/SanitizerCoverage/coverage.ll
test/Instrumentation/SanitizerCoverage/coverage2-dbg.ll
test/Instrumentation/SanitizerCoverage/tracing.ll
test/Instrumentation/ThreadSanitizer/capture.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/read_from_global.ll
test/Instrumentation/ThreadSanitizer/unaligned.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/vptr_read.ll
test/Instrumentation/ThreadSanitizer/vptr_update.ll
test/JitListener/lit.local.cfg
test/JitListener/multiple.ll [new file with mode: 0644]
test/JitListener/simple.ll [new file with mode: 0644]
test/JitListener/test-common-symbols.ll [deleted file]
test/JitListener/test-inline.ll [deleted file]
test/JitListener/test-parameters.ll [deleted file]
test/LTO/ARM/inline-asm.ll [new file with mode: 0644]
test/LTO/ARM/lit.local.cfg [new file with mode: 0644]
test/LTO/ARM/runtime-library-subtarget.ll [new file with mode: 0644]
test/LTO/X86/Inputs/bcsection.macho.s [moved from test/LTO/Inputs/bcsection.macho.s with 100% similarity]
test/LTO/X86/Inputs/bcsection.s [moved from test/LTO/Inputs/bcsection.s with 100% similarity]
test/LTO/X86/Inputs/invalid.ll.bc [new file with mode: 0644]
test/LTO/X86/Inputs/list-symbols.ll [new file with mode: 0644]
test/LTO/X86/attrs.ll [moved from test/LTO/attrs.ll with 100% similarity]
test/LTO/X86/bcsection.ll [moved from test/LTO/bcsection.ll with 100% similarity]
test/LTO/X86/cfi_endproc.ll [new file with mode: 0644]
test/LTO/X86/current-section.ll [moved from test/LTO/current-section.ll with 100% similarity]
test/LTO/X86/diagnostic-handler-remarks.ll [moved from test/LTO/diagnostic-handler-remarks.ll with 100% similarity]
test/LTO/X86/invalid.ll [new file with mode: 0644]
test/LTO/X86/jump-table-type.ll [moved from test/LTO/jump-table-type.ll with 100% similarity]
test/LTO/X86/keep-used-puts-during-instcombine.ll [moved from test/LTO/keep-used-puts-during-instcombine.ll with 100% similarity]
test/LTO/X86/linkonce_odr_func.ll [new file with mode: 0644]
test/LTO/X86/list-symbols.ll [new file with mode: 0644]
test/LTO/X86/lit.local.cfg [moved from test/LTO/lit.local.cfg with 100% similarity]
test/LTO/X86/no-undefined-puts-when-implemented.ll [moved from test/LTO/no-undefined-puts-when-implemented.ll with 100% similarity]
test/LTO/X86/private-symbol.ll [moved from test/LTO/private-symbol.ll with 100% similarity]
test/LTO/X86/runtime-library.ll [moved from test/LTO/runtime-library.ll with 100% similarity]
test/LTO/X86/set-merged.ll [new file with mode: 0644]
test/LTO/X86/symver-asm.ll [moved from test/LTO/symver-asm.ll with 100% similarity]
test/LTO/X86/triple-init.ll [moved from test/LTO/triple-init.ll with 100% similarity]
test/LTO/cfi_endproc.ll [deleted file]
test/LTO/linkonce_odr_func.ll [deleted file]
test/Linker/2006-06-15-GlobalVarAlignment.ll [deleted file]
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/DbgDeclare.ll
test/Linker/DbgDeclare2.ll
test/Linker/Inputs/alignment.ll [new file with mode: 0644]
test/Linker/Inputs/apple-version/1.ll [new file with mode: 0644]
test/Linker/Inputs/apple-version/2.ll [new file with mode: 0644]
test/Linker/Inputs/apple-version/3.ll [new file with mode: 0644]
test/Linker/Inputs/apple-version/4.ll [new file with mode: 0644]
test/Linker/Inputs/comdat.ll
test/Linker/Inputs/comdat2.ll
test/Linker/Inputs/comdat3.ll
test/Linker/Inputs/comdat4.ll
test/Linker/Inputs/comdat5.ll
test/Linker/Inputs/comdat8.ll
test/Linker/Inputs/comdat9.ll [deleted file]
test/Linker/Inputs/distinct.ll [new file with mode: 0644]
test/Linker/Inputs/ident.a.ll
test/Linker/Inputs/ident.b.ll
test/Linker/Inputs/mdlocation.ll [new file with mode: 0644]
test/Linker/Inputs/module-flags-dont-change-others.ll [new file with mode: 0644]
test/Linker/Inputs/module-flags-pic-2-b.ll
test/Linker/Inputs/opaque.ll [new file with mode: 0644]
test/Linker/Inputs/pr21374.ll [new file with mode: 0644]
test/Linker/Inputs/replaced-function-matches-first-subprogram.ll [new file with mode: 0644]
test/Linker/Inputs/targettriple-a.ll
test/Linker/Inputs/targettriple-b.ll
test/Linker/Inputs/targettriple-c.ll [new file with mode: 0644]
test/Linker/Inputs/testlink.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-alias.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-dst-types2.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-dst-types3.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-name.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-opaque.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-simple2-a.ll
test/Linker/Inputs/type-unique-simple2-b.ll
test/Linker/Inputs/type-unique-unrelated2.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-unrelated3.ll [new file with mode: 0644]
test/Linker/Inputs/unique-fwd-decl-b.ll
test/Linker/Inputs/unique-fwd-decl-order.ll [new file with mode: 0644]
test/Linker/Inputs/visibility.ll
test/Linker/alignment.ll [new file with mode: 0644]
test/Linker/apple-version.ll [new file with mode: 0644]
test/Linker/comdat.ll
test/Linker/comdat2.ll
test/Linker/comdat3.ll
test/Linker/comdat4.ll
test/Linker/comdat5.ll
test/Linker/comdat6.ll
test/Linker/comdat7.ll
test/Linker/comdat8.ll
test/Linker/comdat9.ll
test/Linker/constructor-comdat.ll
test/Linker/debug-info-version-a.ll
test/Linker/debug-info-version-b.ll
test/Linker/distinct-cycles.ll [new file with mode: 0644]
test/Linker/distinct.ll [new file with mode: 0644]
test/Linker/linkmdnode.ll
test/Linker/linkmdnode2.ll
test/Linker/linknamedmdnode.ll
test/Linker/linknamedmdnode2.ll
test/Linker/lto-attributes.ll
test/Linker/mdlocation.ll [new file with mode: 0644]
test/Linker/metadata-a.ll
test/Linker/metadata-b.ll
test/Linker/module-flags-1-a.ll
test/Linker/module-flags-1-b.ll
test/Linker/module-flags-2-a.ll
test/Linker/module-flags-2-b.ll
test/Linker/module-flags-3-a.ll
test/Linker/module-flags-3-b.ll
test/Linker/module-flags-4-a.ll
test/Linker/module-flags-4-b.ll
test/Linker/module-flags-5-a.ll
test/Linker/module-flags-5-b.ll
test/Linker/module-flags-6-a.ll
test/Linker/module-flags-6-b.ll
test/Linker/module-flags-7-a.ll
test/Linker/module-flags-7-b.ll
test/Linker/module-flags-8-a.ll
test/Linker/module-flags-8-b.ll
test/Linker/module-flags-dont-change-others.ll [new file with mode: 0644]
test/Linker/module-flags-pic-1-a.ll
test/Linker/module-flags-pic-2-a.ll
test/Linker/opaque.ll [new file with mode: 0644]
test/Linker/pr21374.ll [new file with mode: 0644]
test/Linker/pr21494.ll [new file with mode: 0644]
test/Linker/prefixdata.ll [deleted file]
test/Linker/prologuedata.ll [new file with mode: 0644]
test/Linker/replaced-function-matches-first-subprogram.ll [new file with mode: 0644]
test/Linker/targettriple.ll
test/Linker/testlink.ll [new file with mode: 0644]
test/Linker/testlink1.ll [deleted file]
test/Linker/testlink2.ll [deleted file]
test/Linker/type-unique-alias.ll [new file with mode: 0644]
test/Linker/type-unique-dst-types.ll [new file with mode: 0644]
test/Linker/type-unique-name.ll [new file with mode: 0644]
test/Linker/type-unique-odr-a.ll
test/Linker/type-unique-odr-b.ll
test/Linker/type-unique-opaque.ll [new file with mode: 0644]
test/Linker/type-unique-simple-a.ll
test/Linker/type-unique-simple-b.ll
test/Linker/type-unique-simple2-a.ll
test/Linker/type-unique-simple2-b.ll
test/Linker/type-unique-src-type.ll [new file with mode: 0644]
test/Linker/type-unique-type-array-a.ll
test/Linker/type-unique-type-array-b.ll
test/Linker/type-unique-unrelated.ll [new file with mode: 0644]
test/Linker/unique-fwd-decl-a.ll
test/Linker/unique-fwd-decl-order.ll [new file with mode: 0644]
test/Linker/visibility.ll
test/Linker/weakextern.ll
test/MC/AArch64/adrp-relocation.s
test/MC/AArch64/arm64-elf-relocs.s
test/MC/AArch64/arm64-tls-relocs.s
test/MC/AArch64/dot-req.s
test/MC/AArch64/inline-asm-modifiers.s
test/MC/AArch64/tls-relocs.s
test/MC/ARM/Windows/invalid-relocation.s [new file with mode: 0644]
test/MC/ARM/arm-elf-relocation-diagnostics.s [new file with mode: 0644]
test/MC/ARM/arm-elf-relocations.s [new file with mode: 0644]
test/MC/ARM/arm-load-store-multiple-deprecated.s [new file with mode: 0644]
test/MC/ARM/arm-thumb-cpus.s
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/coff-debugging-secrel.ll
test/MC/ARM/cpu-test.s [new file with mode: 0644]
test/MC/ARM/diagnostics.s
test/MC/ARM/directive-arch-iwmmxt.s
test/MC/ARM/directive-arch-iwmmxt2.s
test/MC/ARM/directive-cpu.s
test/MC/ARM/directive-eabi_attribute-diagnostics.s
test/MC/ARM/directive-eabi_attribute-overwrite.s
test/MC/ARM/directive-eabi_attribute.s
test/MC/ARM/directive-fpu-diagnostics.s [new file with mode: 0644]
test/MC/ARM/dot-req.s
test/MC/ARM/ldr-pseudo-parse-errors.s
test/MC/ARM/move-banked-regs.s
test/MC/ARM/pr22395-2.s [new file with mode: 0644]
test/MC/ARM/pr22395.s [new file with mode: 0644]
test/MC/ARM/thumb-diagnostics.s
test/MC/ARM/thumb-load-store-multiple.s [new file with mode: 0644]
test/MC/ARM/thumb2-diagnostics.s
test/MC/ARM/thumb2-dsp-diag.s [new file with mode: 0644]
test/MC/ARM/v8_IT_manual.s
test/MC/ARM/virtexts-arm.s [new file with mode: 0644]
test/MC/ARM/virtexts-thumb.s [new file with mode: 0644]
test/MC/AsmParser/directive_set.s
test/MC/COFF/bss_section.ll
test/MC/COFF/const-gv-with-rel-init.ll
test/MC/COFF/diff.s
test/MC/COFF/directive-section-characteristics.ll
test/MC/COFF/global_ctors_dtors.ll
test/MC/COFF/initialised-data.ll
test/MC/COFF/linker-options.ll
test/MC/COFF/section-passthru-flags.s
test/MC/COFF/seh-section.s
test/MC/COFF/weak-symbol.ll [deleted file]
test/MC/Disassembler/ARM/arm-tests.txt
test/MC/Disassembler/ARM/basic-arm-instructions.txt
test/MC/Disassembler/ARM/invalid-virtexts.arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/move-banked-regs-arm.txt
test/MC/Disassembler/ARM/virtexts-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/virtexts-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/alu32_alu.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/alu32_perm.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/alu32_pred.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/cr.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/j.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/jr.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/ld.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/Hexagon/memop.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/nv_j.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/nv_st.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/st.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/system_user.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_alu.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_bit.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_complex.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_fp.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_mpy.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_perm.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_pred.txt [new file with mode: 0644]
test/MC/Disassembler/Hexagon/xtype_shift.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips.txt
test/MC/Disassembler/Mips/micromips_le.txt
test/MC/Disassembler/Mips/mips1/valid-mips1-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips1/valid-mips1.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips1/valid-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips2/valid-mips2-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips2/valid-mips2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips3/valid-mips3-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips3/valid-mips3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32/valid-mips32-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32/valid-mips32.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32/valid-xfail-mips32.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2.txt
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2-le.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-mips32r2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2/valid-xfail-mips32r2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r2_le.txt
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3-le.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-mips32r3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r3/valid-xfail-mips32r3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5-le.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-mips32r5.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r5/valid-xfail-mips32r5.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r6/valid-mips32r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips32r6/valid-xfail-mips32r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips4/valid-mips4-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips4/valid-mips4.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips4/valid-xfail-mips4.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64/valid-mips64-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64/valid-mips64-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64/valid-mips64.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r2/valid-mips64r2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r2/valid-xfail-mips64r2.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r3/valid-mips64r3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r3/valid-xfail-mips64r3.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r5/valid-mips64r5.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r5/valid-xfail-mips64r5.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6-el.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r6/valid-mips64r6.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips64r6/valid-xfail-mips64r6.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-fp.txt
test/MC/Disassembler/PowerPC/ppc64-encoding-vmx.txt
test/MC/Disassembler/PowerPC/ppc64-encoding.txt
test/MC/Disassembler/PowerPC/qpx.txt [new file with mode: 0644]
test/MC/Disassembler/PowerPC/vsx.txt
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/intel-syntax-32.txt
test/MC/Disassembler/X86/intel-syntax.txt
test/MC/Disassembler/X86/invalid-cmp-imm.txt [deleted file]
test/MC/Disassembler/X86/moffs.txt
test/MC/Disassembler/X86/prefixes.txt
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/Disassembler/X86/x86-64.txt
test/MC/ELF/alias.s
test/MC/ELF/cfi-large-model.s [new file with mode: 0644]
test/MC/ELF/cfi-version.ll
test/MC/ELF/common-error1.s [new file with mode: 0644]
test/MC/ELF/common-error2.s [new file with mode: 0644]
test/MC/ELF/relocation-386.s
test/MC/ELF/section-unique.s [new file with mode: 0644]
test/MC/ELF/symver-msvc.s [new file with mode: 0644]
test/MC/ELF/type.s
test/MC/ELF/uleb.s
test/MC/Hexagon/inst_add.ll
test/MC/Hexagon/inst_add64.ll [new file with mode: 0644]
test/MC/Hexagon/inst_and.ll
test/MC/Hexagon/inst_and64.ll [new file with mode: 0644]
test/MC/Hexagon/inst_aslh.ll [new file with mode: 0644]
test/MC/Hexagon/inst_asrh.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_eq.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_eqi.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_gt.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_gti.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_lt.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_ugt.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_ugti.ll [new file with mode: 0644]
test/MC/Hexagon/inst_cmp_ult.ll [new file with mode: 0644]
test/MC/Hexagon/inst_or.ll
test/MC/Hexagon/inst_or64.ll [new file with mode: 0644]
test/MC/Hexagon/inst_select.ll [new file with mode: 0644]
test/MC/Hexagon/inst_sub.ll
test/MC/Hexagon/inst_sub64.ll [new file with mode: 0644]
test/MC/Hexagon/inst_sxtb.ll [new file with mode: 0644]
test/MC/Hexagon/inst_sxth.ll [new file with mode: 0644]
test/MC/Hexagon/inst_xor.ll
test/MC/Hexagon/inst_xor64.ll [new file with mode: 0644]
test/MC/Hexagon/inst_zxtb.ll [new file with mode: 0644]
test/MC/Hexagon/inst_zxth.ll [new file with mode: 0644]
test/MC/MachO/AArch64/cfstring.s [new file with mode: 0644]
test/MC/MachO/AArch64/classrefs.s [new file with mode: 0644]
test/MC/MachO/AArch64/darwin-ARM64-reloc.s
test/MC/MachO/AArch64/mergeable.s [new file with mode: 0644]
test/MC/MachO/AArch64/reloc-crash.s [new file with mode: 0644]
test/MC/MachO/AArch64/reloc-crash2.s [new file with mode: 0644]
test/MC/MachO/ARM/static-movt-relocs.s
test/MC/MachO/darwin-x86_64-reloc.s
test/MC/MachO/linker-options.ll
test/MC/MachO/reloc.s
test/MC/MachO/x86_64-mergeable.s [new file with mode: 0644]
test/MC/MachO/x86_64-symbols.s
test/MC/Mips/cpload.s
test/MC/Mips/cpsetup-bad.s
test/MC/Mips/cpsetup.s
test/MC/Mips/do_switch3.s
test/MC/Mips/elf_eflags.s
test/MC/Mips/elf_reginfo.s
test/MC/Mips/micromips-16-bit-instructions.s
test/MC/Mips/micromips-alu-instructions.s
test/MC/Mips/micromips-bad-branches.s
test/MC/Mips/micromips-branch-fixup.s [new file with mode: 0644]
test/MC/Mips/micromips-branch-instructions.s
test/MC/Mips/micromips-branch16.s [deleted file]
test/MC/Mips/micromips-control-instructions.s
test/MC/Mips/micromips-diagnostic-fixup.s
test/MC/Mips/micromips-func-addr.s [new file with mode: 0644]
test/MC/Mips/micromips-invalid.s
test/MC/Mips/micromips-jump-instructions.s
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/mips-abi-bad.s
test/MC/Mips/mips-noat.s
test/MC/Mips/mips-reginfo-fp64.s
test/MC/Mips/mips32r2/valid-xfail.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r3/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips32r3/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips32r3/invalid.s [new file with mode: 0644]
test/MC/Mips/mips32r3/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32r3/valid.s [new file with mode: 0644]
test/MC/Mips/mips32r5/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips32r5/invalid-mips64r2.s [new file with mode: 0644]
test/MC/Mips/mips32r5/invalid.s [new file with mode: 0644]
test/MC/Mips/mips32r5/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips32r5/valid.s [new file with mode: 0644]
test/MC/Mips/mips4/invalid-mips64r2.s
test/MC/Mips/mips4/valid-xfail.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/invalid-mips64r2.s
test/MC/Mips/mips5/valid-xfail.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-register-names-n32-n64.s
test/MC/Mips/mips64-register-names-o32.s
test/MC/Mips/mips64/invalid-mips64r2.s
test/MC/Mips/mips64/valid-xfail.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64extins.ll
test/MC/Mips/mips64r2/abi-bad.s
test/MC/Mips/mips64r2/valid-xfail.s
test/MC/Mips/mips64r3/abi-bad.s [new file with mode: 0644]
test/MC/Mips/mips64r3/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips64r3/invalid.s [new file with mode: 0644]
test/MC/Mips/mips64r3/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64r3/valid.s [new file with mode: 0644]
test/MC/Mips/mips64r5/abi-bad.s [new file with mode: 0644]
test/MC/Mips/mips64r5/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips64r5/invalid.s [new file with mode: 0644]
test/MC/Mips/mips64r5/valid-xfail.s [new file with mode: 0644]
test/MC/Mips/mips64r5/valid.s [new file with mode: 0644]
test/MC/Mips/nabi-regs.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
test/MC/Mips/set-at-directive-explicit-at.s
test/MC/Mips/set-at-directive.s
test/MC/Mips/set-at-noat-bad-syntax.s [new file with mode: 0644]
test/MC/Mips/set-mips-directives-bad.s
test/MC/Mips/set-mips-directives.s
test/MC/PowerPC/ppc-reloc.s
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-fp.s
test/MC/PowerPC/ppc64-encoding-vmx.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-localentry.s
test/MC/PowerPC/qpx.s [new file with mode: 0644]
test/MC/PowerPC/vsx.s
test/MC/R600/sopp.s
test/MC/SystemZ/fixups.s [new file with mode: 0644]
test/MC/X86/avx512-encodings.s
test/MC/X86/avx512bw-encoding.s [new file with mode: 0644]
test/MC/X86/avx512vl-encoding.s [new file with mode: 0644]
test/MC/X86/compact-unwind.s [new file with mode: 0644]
test/MC/X86/cstexpr-gotpcrel.ll [new file with mode: 0644]
test/MC/X86/i386-darwin-frame-register.ll [new file with mode: 0644]
test/MC/X86/intel-syntax-unsized-memory.s [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/shuffle-comments.s
test/MC/X86/validate-inst-att.s [new file with mode: 0644]
test/MC/X86/validate-inst-intel.s [new file with mode: 0644]
test/MC/X86/x86-32-avx.s
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-32.s
test/MC/X86/x86-64-avx512bw.s
test/MC/X86/x86-64-avx512bw_vl.s
test/MC/X86/x86-64-avx512f_vl.s
test/MC/X86/x86_64-avx-encoding.s
test/MC/X86/x86_64-encoding.s
test/MC/X86/x86_64-xop-encoding.s
test/MC/X86/x86_errors.s
test/Makefile
test/Object/AArch64/yaml2obj-elf-aarch64-rel.yaml
test/Object/Inputs/archive-test.a-irix6-mips64el [new file with mode: 0644]
test/Object/Inputs/macho-invalid-bad-symbol-index [new file with mode: 0644]
test/Object/Inputs/macho-invalid-getsection-index [new file with mode: 0644]
test/Object/Inputs/macho-invalid-no-size-for-sections [new file with mode: 0644]
test/Object/Inputs/macho-invalid-section-index-getSectionRawFinalSegmentName [new file with mode: 0644]
test/Object/Inputs/macho-invalid-section-index-getSectionRawName [new file with mode: 0644]
test/Object/Inputs/macho-invalid-symbol-name-past-eof [new file with mode: 0644]
test/Object/Inputs/macho-invalid-too-small-load-command [new file with mode: 0644]
test/Object/Inputs/macho-invalid-too-small-segment-load-command [new file with mode: 0644]
test/Object/Inputs/macho-invalid-zero-ncmds [new file with mode: 0644]
test/Object/Inputs/macho-no-exports.dylib [new file with mode: 0755]
test/Object/Inputs/macho-rpath-x86_64 [new file with mode: 0755]
test/Object/Inputs/macho64-invalid-getsection-index [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-incomplete-load-command [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-no-size-for-sections [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-too-small-load-command [new file with mode: 0644]
test/Object/Inputs/macho64-invalid-too-small-segment-load-command [new file with mode: 0644]
test/Object/Inputs/micro-mips.elf-mipsel [new file with mode: 0755]
test/Object/Inputs/sectionGroup.elf.x86-64 [new file with mode: 0644]
test/Object/Inputs/thin.a [new file with mode: 0644]
test/Object/Mips/elf-mips64-rel.yaml [new file with mode: 0644]
test/Object/Mips/objdump-micro-mips.test [new file with mode: 0644]
test/Object/archive-toc.test
test/Object/elf-unknown-type.test [new file with mode: 0644]
test/Object/macho-invalid.test [new file with mode: 0644]
test/Object/nm-irix6.test [new file with mode: 0644]
test/Object/obj2yaml-sectiongroup.test [new file with mode: 0644]
test/Object/obj2yaml.test
test/Object/objdump-export-list.test [new file with mode: 0644]
test/Object/objdump-private-headers.test
test/Other/2009-03-31-CallGraph.ll
test/Other/Inputs/utf8-bom-response [new file with mode: 0644]
test/Other/Inputs/utf8-response [new file with mode: 0644]
test/Other/ResponseFile.ll
test/Other/new-pass-manager.ll
test/Other/pass-pipeline-parsing.ll
test/SymbolRewriter/rewrite.ll
test/SymbolRewriter/rewrite.map
test/Transforms/AddDiscriminators/basic.ll
test/Transforms/AddDiscriminators/first-only.ll
test/Transforms/AddDiscriminators/multiple.ll
test/Transforms/AddDiscriminators/no-discriminators.ll
test/Transforms/ArgumentPromotion/control-flow2.ll
test/Transforms/ArgumentPromotion/dbg.ll
test/Transforms/ArgumentPromotion/reserve-tbaa.ll
test/Transforms/BBVectorize/loop1.ll
test/Transforms/BBVectorize/metadata.ll
test/Transforms/BDCE/basic.ll [new file with mode: 0644]
test/Transforms/BDCE/dce-pure.ll [new file with mode: 0644]
test/Transforms/BDCE/order.ll [new file with mode: 0644]
test/Transforms/CodeGenPrepare/statepoint-relocate.ll [new file with mode: 0644]
test/Transforms/ConstProp/InsertElement.ll [new file with mode: 0644]
test/Transforms/ConstProp/insertvalue.ll
test/Transforms/CorrelatedValuePropagation/icmp.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/aggregates.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll
test/Transforms/DeadStoreElimination/inst-limits.ll
test/Transforms/DebugIR/crash.ll [deleted file]
test/Transforms/DebugIR/exception.ll [deleted file]
test/Transforms/DebugIR/function.ll [deleted file]
test/Transforms/DebugIR/simple-addrspace.ll [deleted file]
test/Transforms/DebugIR/simple.ll [deleted file]
test/Transforms/DebugIR/struct.ll [deleted file]
test/Transforms/DebugIR/vector.ll [deleted file]
test/Transforms/EarlyCSE/AArch64/intrinsics.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/EarlyCSE/basic.ll
test/Transforms/GCOVProfiling/function-numbering.ll
test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linezero.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/return-block.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/cond_br2.ll
test/Transforms/GVN/condprop.ll
test/Transforms/GVN/edge.ll
test/Transforms/GVN/fpmath.ll
test/Transforms/GVN/invariant-load.ll
test/Transforms/GVN/load-from-unreachable-predecessor.ll [new file with mode: 0644]
test/Transforms/GVN/load-pre-nonlocal.ll
test/Transforms/GVN/noalias.ll
test/Transforms/GVN/pre-gep-load.ll [new file with mode: 0644]
test/Transforms/GVN/pre-no-cost-phi.ll [new file with mode: 0644]
test/Transforms/GVN/preserve-tbaa.ll
test/Transforms/GVN/range.ll
test/Transforms/GVN/tbaa.ll
test/Transforms/GVN/volatile.ll [new file with mode: 0644]
test/Transforms/GlobalDCE/pr20981.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll
test/Transforms/GlobalOpt/metadata.ll
test/Transforms/GlobalOpt/pr21191.ll
test/Transforms/GlobalOpt/preserve-comdats.ll
test/Transforms/IRCE/bug-mismatched-types.ll [new file with mode: 0644]
test/Transforms/IRCE/decrementing-loop.ll [new file with mode: 0644]
test/Transforms/IRCE/low-becount.ll [new file with mode: 0644]
test/Transforms/IRCE/multiple-access-no-preloop.ll [new file with mode: 0644]
test/Transforms/IRCE/not-likely-taken.ll [new file with mode: 0644]
test/Transforms/IRCE/single-access-no-preloop.ll [new file with mode: 0644]
test/Transforms/IRCE/single-access-with-preloop.ll [new file with mode: 0644]
test/Transforms/IRCE/unhandled.ll [new file with mode: 0644]
test/Transforms/IRCE/with-parent-loops.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll
test/Transforms/IndVarSimplify/backedge-on-min-max.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/overflowcheck.ll
test/Transforms/IndVarSimplify/pr20680.ll
test/Transforms/IndVarSimplify/pr22222.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/sharpen-range.ll
test/Transforms/IndVarSimplify/strengthen-overflow.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/use-range-metadata.ll
test/Transforms/Inline/alloca-dbgdeclare.ll [new file with mode: 0644]
test/Transforms/Inline/debug-info-duplicate-calls.ll [new file with mode: 0644]
test/Transforms/Inline/debug-invoke.ll
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/Inline/inline-fast-math-flags.ll [new file with mode: 0644]
test/Transforms/Inline/inline-fp.ll [new file with mode: 0644]
test/Transforms/Inline/inline-indirect.ll [new file with mode: 0644]
test/Transforms/Inline/inline-vla.ll
test/Transforms/Inline/inline_dbg_declare.ll [new file with mode: 0644]
test/Transforms/Inline/noalias-calls.ll
test/Transforms/Inline/noalias-cs.ll
test/Transforms/Inline/noalias.ll
test/Transforms/Inline/noalias2.ll
test/Transforms/Inline/optimization-remarks.ll
test/Transforms/Inline/pr21206.ll
test/Transforms/InstCombine/2008-05-23-CompareFold.ll
test/Transforms/InstCombine/2008-11-08-FCmp.ll
test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
test/Transforms/InstCombine/AddOverFlow.ll
test/Transforms/InstCombine/LandingPadClauses.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/addnegneg.ll
test/Transforms/InstCombine/alias-recursion.ll [new file with mode: 0644]
test/Transforms/InstCombine/aligned-altivec.ll [new file with mode: 0644]
test/Transforms/InstCombine/aligned-qpx.ll [new file with mode: 0644]
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/and-xor-merge.ll
test/Transforms/InstCombine/apint-call-cast-target.ll
test/Transforms/InstCombine/bitcast-alias-function.ll
test/Transforms/InstCombine/bitcast-store.ll
test/Transforms/InstCombine/bswap-fold.ll
test/Transforms/InstCombine/call-cast-target.ll
test/Transforms/InstCombine/canonicalize_branch.ll
test/Transforms/InstCombine/cast-int-fcmp-eq-0.ll [new file with mode: 0644]
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fcmp.ll
test/Transforms/InstCombine/float-shrink-compare.ll
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/gc.relocate.ll [new file with mode: 0644]
test/Transforms/InstCombine/gep-sext.ll [new file with mode: 0644]
test/Transforms/InstCombine/gepphigep.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-range.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/load-cmp.ll
test/Transforms/InstCombine/load.ll
test/Transforms/InstCombine/loadstore-metadata.ll
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/max-of-nots.ll [new file with mode: 0644]
test/Transforms/InstCombine/mem-gep-zidx.ll [new file with mode: 0644]
test/Transforms/InstCombine/memcpy_chk-1.ll
test/Transforms/InstCombine/memmove_chk-1.ll
test/Transforms/InstCombine/memset_chk-1.ll
test/Transforms/InstCombine/minnum.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/narrow-switch.ll
test/Transforms/InstCombine/not-fcmp.ll
test/Transforms/InstCombine/not.ll
test/Transforms/InstCombine/or-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/pr12251.ll
test/Transforms/InstCombine/pr12338.ll
test/Transforms/InstCombine/pr21199.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr21210.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr21651.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr21891.ll [new file with mode: 0644]
test/Transforms/InstCombine/range-check.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-cmp-br.ll [new file with mode: 0644]
test/Transforms/InstCombine/select-cmp-cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/sitofp.ll
test/Transforms/InstCombine/statepoint.ll [new file with mode: 0644]
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/stpcpy_chk-1.ll
test/Transforms/InstCombine/strcpy_chk-1.ll
test/Transforms/InstCombine/strncpy_chk-1.ll
test/Transforms/InstCombine/struct-assign-tbaa.ll
test/Transforms/InstCombine/type_pun.ll [new file with mode: 0644]
test/Transforms/InstCombine/unordered-fcmp-select.ll [new file with mode: 0644]
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/xor.ll
test/Transforms/InstMerge/st_sink_barrier_call.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_bugfix_22613.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_no_barrier_call.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_no_barrier_load.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_no_barrier_store.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_two_stores.ll [new file with mode: 0644]
test/Transforms/InstMerge/st_sink_with_barrier.ll [new file with mode: 0644]
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/InstSimplify/floating-point-arithmetic.ll
test/Transforms/InstSimplify/floating-point-compare.ll [new file with mode: 0644]
test/Transforms/InstSimplify/load.ll [new file with mode: 0644]
test/Transforms/InstSimplify/noalias-ptr.ll [new file with mode: 0644]
test/Transforms/InstSimplify/select.ll [new file with mode: 0644]
test/Transforms/InstSimplify/undef.ll
test/Transforms/JumpThreading/conservative-lvi.ll [new file with mode: 0644]
test/Transforms/JumpThreading/phi-eq.ll
test/Transforms/JumpThreading/pr22086.ll [new file with mode: 0644]
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LCSSA/indirectbr.ll
test/Transforms/LCSSA/unreachable-use.ll
test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
test/Transforms/LICM/constexpr.ll [new file with mode: 0644]
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoist-invariant-load.ll
test/Transforms/LICM/preheader-safe.ll [new file with mode: 0644]
test/Transforms/LICM/promote-order.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/sinking.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopReroll/basic.ll
test/Transforms/LoopReroll/reduction.ll
test/Transforms/LoopRotate/crash.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/pr22337.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/2011-12-14-LandingpadHeader.ll
test/Transforms/LoopStrengthReduce/AArch64/lsr-memset.ll
test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll
test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll
test/Transforms/LoopStrengthReduce/count-to-zero.ll
test/Transforms/LoopStrengthReduce/pr12018.ll
test/Transforms/LoopStrengthReduce/pr18165.ll
test/Transforms/LoopStrengthReduce/uglygep.ll
test/Transforms/LoopUnroll/PowerPC/p7-unrolling.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/full-unroll-heuristics.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/partial-unroll-optsize.ll
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/runtime-loop1.ll
test/Transforms/LoopUnroll/runtime-loop2.ll
test/Transforms/LoopUnroll/tripcount-overflow.ll
test/Transforms/LoopUnroll/unroll-pragmas-disabled.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll
test/Transforms/LoopVectorize/AArch64/arbitrary-induction-step.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
test/Transforms/LoopVectorize/X86/masked_load_store.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/parallel-loops-after-reg2mem.ll
test/Transforms/LoopVectorize/X86/parallel-loops.ll
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/conditional-assignment.ll
test/Transforms/LoopVectorize/control-flow.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll
test/Transforms/LoopVectorize/duplicated-metadata.ll
test/Transforms/LoopVectorize/gcc-examples.ll
test/Transforms/LoopVectorize/if-conversion-edgemasks.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/incorrect-dom-info.ll
test/Transforms/LoopVectorize/loop-form.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/loop-vect-memdep.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/metadata-unroll.ll
test/Transforms/LoopVectorize/metadata-width.ll
test/Transforms/LoopVectorize/metadata.ll
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/no_array_bounds.ll
test/Transforms/LoopVectorize/no_switch.ll
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/runtime-check-address-space.ll
test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll
test/Transforms/LoopVectorize/scev-exitlim-crash.ll
test/Transforms/LoopVectorize/tbaa-nodep.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/LowerBitSets/constant.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/layout.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/simple.ll [new file with mode: 0644]
test/Transforms/LowerBitSets/single-offset.ll [new file with mode: 0644]
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerSwitch/2014-06-11-SwitchDefaultUnreachableOpt.ll
test/Transforms/LowerSwitch/fold-popular-case-to-unreachable-default.ll [new file with mode: 0644]
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/MemCpyOpt/callslot_aa.ll [new file with mode: 0644]
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
test/Transforms/MergeFunc/ranges.ll
test/Transforms/ObjCARC/allocas.ll
test/Transforms/ObjCARC/arc-annotations.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/cfg-hazards.ll
test/Transforms/ObjCARC/contract-marker.ll
test/Transforms/ObjCARC/contract-storestrong.ll
test/Transforms/ObjCARC/contract-testcases.ll
test/Transforms/ObjCARC/empty-block.ll
test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
test/Transforms/ObjCARC/escape.ll
test/Transforms/ObjCARC/intrinsic-use.ll
test/Transforms/ObjCARC/invoke.ll
test/Transforms/ObjCARC/nested.ll
test/Transforms/ObjCARC/path-overflow.ll
test/Transforms/ObjCARC/retain-not-declared.ll
test/Transforms/ObjCARC/split-backedge.ll
test/Transforms/ObjCARC/weak-copies.ll
test/Transforms/PlaceSafepoints/basic.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/call-in-loop.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/finite-loops.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/invokes.ll [new file with mode: 0644]
test/Transforms/PlaceSafepoints/split-backedge.ll [new file with mode: 0644]
test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll [deleted file]
test/Transforms/PruneEH/recursivetest.ll
test/Transforms/PruneEH/seh-nounwind.ll [new file with mode: 0644]
test/Transforms/PruneEH/simpletest.ll
test/Transforms/Reassociate/crash2.ll [new file with mode: 0644]
test/Transforms/Reassociate/min_int.ll [new file with mode: 0644]
test/Transforms/RewriteStatepointsForGC/basics.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/addsub.ll
test/Transforms/SLPVectorizer/X86/atomics.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/bad_types.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/consecutive-access.ll
test/Transforms/SLPVectorizer/X86/crash_cmpop.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_scheduling.ll
test/Transforms/SLPVectorizer/X86/debug_info.ll
test/Transforms/SLPVectorizer/X86/metadata.ll
test/Transforms/SLPVectorizer/X86/operandorder.ll
test/Transforms/SLPVectorizer/X86/pr16899.ll
test/Transforms/SROA/alignment.ll
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SampleProfile/branch.ll
test/Transforms/SampleProfile/calls.ll
test/Transforms/SampleProfile/discriminator.ll
test/Transforms/SampleProfile/fnptr.ll
test/Transforms/SampleProfile/propagate.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/Scalarizer/basic.ll
test/Transforms/Scalarizer/dbginfo.ll
test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll
test/Transforms/SimplifyCFG/AArch64/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/AArch64/prefer-fma.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/PhiBlockMerge.ll
test/Transforms/SimplifyCFG/PowerPC/cttz-ctlz-spec.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/R600/cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/R600/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/X86/speculate-cttz-ctlz.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/clamp.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/hoist-with-range.ll
test/Transforms/SimplifyCFG/preserve-branchweights-partial.ll
test/Transforms/SimplifyCFG/preserve-branchweights-switch-create.ll
test/Transforms/SimplifyCFG/preserve-branchweights.ll
test/Transforms/SimplifyCFG/seh-nounwind.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/select-gep.ll
test/Transforms/SimplifyCFG/sink-common-code.ll
test/Transforms/SimplifyCFG/switch-range-to-icmp.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/switch-to-br.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/switch-to-select-two-case.ll
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/trivial-throw.ll [deleted file]
test/Transforms/SimplifyCFG/volatile-phioper.ll
test/Transforms/StraightLineStrengthReduce/slsr.ll [new file with mode: 0644]
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/strip-dead-debug-info.ll
test/Transforms/StructurizeCFG/nested-loop-order.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/one-loop-multiple-backedges.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/post-order-traversal-bug.ll [new file with mode: 0644]
test/Transforms/Util/combine-alias-scope-metadata.ll [new file with mode: 0644]
test/Transforms/Util/lowerswitch.ll
test/Verifier/2008-03-01-AllocaSized.ll
test/Verifier/comdat.ll
test/Verifier/comdat2.ll
test/Verifier/comdat3.ll [new file with mode: 0644]
test/Verifier/fpmath.ll
test/Verifier/frameallocate.ll [new file with mode: 0644]
test/Verifier/ident-meta1.ll
test/Verifier/ident-meta2.ll
test/Verifier/ident-meta3.ll
test/Verifier/ident-meta4.ll [new file with mode: 0644]
test/Verifier/module-flags-1.ll
test/Verifier/module-flags-2.ll [new file with mode: 0644]
test/Verifier/module-flags-3.ll [new file with mode: 0644]
test/Verifier/range-1.ll
test/Verifier/range-2.ll
test/Verifier/statepoint.ll [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg.in
test/tools/dsymutil/Inputs/basic-archive.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/basic-lto.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/basic-lto.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic.macho.x86_64 [new file with mode: 0755]
test/tools/dsymutil/Inputs/basic1.c [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic1.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic2.c [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic2.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic3.c [new file with mode: 0644]
test/tools/dsymutil/Inputs/basic3.macho.x86_64.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/libbasic.a [new file with mode: 0644]
test/tools/dsymutil/basic-linking.test [new file with mode: 0644]
test/tools/dsymutil/debug-map-parsing.test [new file with mode: 0644]
test/tools/gold/Inputs/comdat.ll
test/tools/gold/Inputs/drop-debug.bc [new file with mode: 0644]
test/tools/gold/alias.ll
test/tools/gold/bad-alias.ll
test/tools/gold/bcsection.ll
test/tools/gold/coff.ll [new file with mode: 0644]
test/tools/gold/comdat.ll
test/tools/gold/common.ll
test/tools/gold/drop-debug.ll [new file with mode: 0644]
test/tools/gold/emit-llvm.ll
test/tools/gold/invalid.ll
test/tools/gold/linker-script.ll
test/tools/gold/linkonce-weak.ll
test/tools/gold/mtriple.ll
test/tools/gold/no-map-whole-file.ll [new file with mode: 0644]
test/tools/gold/option.ll
test/tools/gold/pr19901.ll
test/tools/gold/slp-vectorize.ll
test/tools/gold/stats.ll [new file with mode: 0644]
test/tools/gold/vectorize.ll
test/tools/gold/weak.ll
test/tools/llvm-cov/Inputs/highlightedRanges.covmapping
test/tools/llvm-cov/Inputs/regionMarkers.covmapping
test/tools/llvm-cov/Inputs/report.covmapping
test/tools/llvm-cov/Inputs/showExpansions.covmapping
test/tools/llvm-cov/report.cpp
test/tools/llvm-cov/showHighlightedRanges.cpp
test/tools/llvm-cov/showLineExecutionCounts.cpp
test/tools/llvm-objdump/AArch64/Inputs/link-opt-hints.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-link-opt-hints.test [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-private-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/Inputs/data-in-code.macho-arm [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-data-in-code.test [new file with mode: 0644]
test/tools/llvm-objdump/ARM/macho-private-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/common-symbol-elf [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/proc-specific-section-elf [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/dylibModInit.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/dylibRoutines.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/dylibSubClient.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/dylibSubFramework.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/dylibSubLibrary.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/dylibSubUmbrella.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/exeThread.macho-x86_64 [new file with mode: 0755]
test/tools/llvm-objdump/X86/Inputs/linkerOption.macho-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/macho-universal-archive.x86_64.i386 [new file with mode: 0644]
test/tools/llvm-objdump/X86/Inputs/macho-universal.x86_64.i386 [new file with mode: 0755]
test/tools/llvm-objdump/X86/macho-archive-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-cstring-dump.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-indirect-symbols.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-literal-pointers-i386.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-literal-pointers-x86_64.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-literals.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-nontext-disasm.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-private-headers.test
test/tools/llvm-objdump/X86/macho-relocations.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-section-contents.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-section-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-section.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-symbol-table.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-universal-x86_64.i386.test [new file with mode: 0644]
test/tools/llvm-objdump/X86/macho-unwind-info.test [new file with mode: 0644]
test/tools/llvm-objdump/common-symbol-elf.test [new file with mode: 0644]
test/tools/llvm-objdump/proc-specific-section-elf.test [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-0.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-1.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-10.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-11.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-12.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-13.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-136.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-14.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-15.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-2.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-3.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-4.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-5.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-6.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-7.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-8.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-9.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-A.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-M.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-R.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-S.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-conformance-1.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attribute-conformance-2.s [new file with mode: 0644]
test/tools/llvm-readobj/ARM/attributes.s [deleted file]
test/tools/llvm-readobj/Inputs/export-arm.dll [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/export-x64.dll [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/export-x86.dll [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/relocs-no-symtab.obj.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/relocs.obj.elf-aarch64
test/tools/llvm-readobj/Inputs/relocs.obj.elf-arm
test/tools/llvm-readobj/Inputs/relocs.py
test/tools/llvm-readobj/Inputs/trivial.exe.coff-arm [new file with mode: 0755]
test/tools/llvm-readobj/codeview-linetables.test
test/tools/llvm-readobj/coff-arm-baserelocs.test [new file with mode: 0644]
test/tools/llvm-readobj/coff-exports.test [new file with mode: 0644]
test/tools/llvm-readobj/reloc-types.test
test/tools/llvm-readobj/relocations.test
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/bugpoint.cpp
tools/dsymutil/BinaryHolder.cpp [new file with mode: 0644]
tools/dsymutil/BinaryHolder.h [new file with mode: 0644]
tools/dsymutil/CMakeLists.txt [new file with mode: 0644]
tools/dsymutil/DebugMap.cpp [new file with mode: 0644]
tools/dsymutil/DebugMap.h [new file with mode: 0644]
tools/dsymutil/DwarfLinker.cpp [new file with mode: 0644]
tools/dsymutil/LLVMBuild.txt [new file with mode: 0644]
tools/dsymutil/MachODebugMapParser.cpp [new file with mode: 0644]
tools/dsymutil/Makefile [new file with mode: 0644]
tools/dsymutil/dsymutil.cpp [new file with mode: 0644]
tools/dsymutil/dsymutil.h [new file with mode: 0644]
tools/gold/CMakeLists.txt
tools/gold/gold-plugin.cpp
tools/llc/CMakeLists.txt
tools/llc/llc.cpp
tools/lli/Android.mk
tools/lli/CMakeLists.txt
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/Makefile
tools/lli/RemoteMemoryManager.cpp
tools/lli/RemoteMemoryManager.h
tools/lli/lli.cpp
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/install_symlink.cmake [new file with mode: 0644]
tools/llvm-ar/llvm-ar.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/Android.mk
tools/llvm-c-test/CMakeLists.txt
tools/llvm-c-test/llvm-c-test.h
tools/llvm-c-test/main.c
tools/llvm-c-test/metadata.c [new file with mode: 0644]
tools/llvm-config/BuildVariables.inc.in
tools/llvm-config/Makefile
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/Android.mk
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/CodeCoverage.cpp
tools/llvm-cov/CoverageFilters.h
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageReport.h
tools/llvm-cov/CoverageSummary.cpp [deleted file]
tools/llvm-cov/CoverageSummary.h [deleted file]
tools/llvm-cov/CoverageSummaryInfo.cpp
tools/llvm-cov/CoverageSummaryInfo.h
tools/llvm-cov/RenderingSupport.h
tools/llvm-cov/SourceCoverageView.h
tools/llvm-cov/TestingSupport.cpp
tools/llvm-cov/gcov.cpp
tools/llvm-cov/llvm-cov.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/Android.mk
tools/llvm-dwarfdump/CMakeLists.txt
tools/llvm-dwarfdump/LLVMBuild.txt
tools/llvm-dwarfdump/Makefile
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-go/llvm-go.go
tools/llvm-jitlistener/Makefile
tools/llvm-jitlistener/llvm-jitlistener.cpp
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/Android.mk
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/Android.mk
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/Android.mk
tools/llvm-objdump/CMakeLists.txt
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-pdbdump/CMakeLists.txt [new file with mode: 0644]
tools/llvm-pdbdump/ClassDefinitionDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/ClassDefinitionDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/CompilandDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/CompilandDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/FunctionDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/FunctionDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-pdbdump/Makefile [new file with mode: 0644]
tools/llvm-pdbdump/TypeDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/TypeDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/TypedefDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/TypedefDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/VariableDumper.cpp [new file with mode: 0644]
tools/llvm-pdbdump/VariableDumper.h [new file with mode: 0644]
tools/llvm-pdbdump/llvm-pdbdump.cpp [new file with mode: 0644]
tools/llvm-pdbdump/llvm-pdbdump.h [new file with mode: 0644]
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ARMAttributeParser.cpp
tools/llvm-readobj/ARMWinEHPrinter.cpp
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/Android.mk
tools/llvm-rtdyld/CMakeLists.txt
tools/llvm-rtdyld/Makefile
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/CMakeLists.txt
tools/llvm-shlib/libllvm.cpp
tools/llvm-size/llvm-size.cpp
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/Android.mk
tools/llvm-symbolizer/CMakeLists.txt
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/Makefile
tools/lto/CMakeLists.txt
tools/lto/lto.cpp
tools/lto/lto.exports
tools/macho-dump/macho-dump.cpp
tools/obj2yaml/elf2yaml.cpp
tools/opt/NewPMDriver.cpp
tools/opt/NewPMDriver.h
tools/opt/PassRegistry.def
tools/opt/Passes.cpp
tools/opt/Passes.h
tools/opt/opt.cpp
tools/verify-uselistorder/verify-uselistorder.cpp
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/APSIntTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/HashingTest.cpp
unittests/ADT/MapVectorTest.cpp
unittests/ADT/OptionalTest.cpp
unittests/ADT/PointerIntPairTest.cpp
unittests/ADT/SmallVectorTest.cpp
unittests/ADT/StringMapTest.cpp
unittests/ADT/TinyPtrVectorTest.cpp
unittests/ADT/TripleTest.cpp
unittests/Analysis/CFGTest.cpp
unittests/Analysis/MixedTBAATest.cpp
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/Bitcode/BitReaderTest.cpp
unittests/CMakeLists.txt
unittests/CodeGen/DIEHashTest.cpp
unittests/DebugInfo/CMakeLists.txt
unittests/DebugInfo/DWARF/CMakeLists.txt [new file with mode: 0644]
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp [new file with mode: 0644]
unittests/DebugInfo/DWARF/Makefile [new file with mode: 0644]
unittests/DebugInfo/DWARFFormValueTest.cpp [deleted file]
unittests/DebugInfo/Makefile
unittests/DebugInfo/PDB/CMakeLists.txt [new file with mode: 0644]
unittests/DebugInfo/PDB/Makefile [new file with mode: 0644]
unittests/DebugInfo/PDB/PDBApiTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/Makefile
unittests/ExecutionEngine/Orc/CMakeLists.txt [new file with mode: 0644]
unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/Orc/Makefile [new file with mode: 0644]
unittests/IR/CMakeLists.txt
unittests/IR/ConstantsTest.cpp
unittests/IR/DebugInfoTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/LeakDetectorTest.cpp [deleted file]
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/MDBuilderTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/UseTest.cpp
unittests/IR/UserTest.cpp
unittests/IR/WaymarkTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/MC/CMakeLists.txt
unittests/MC/Hexagon/CMakeLists.txt [deleted file]
unittests/MC/Hexagon/HexagonMCCodeEmitterTest.cpp [deleted file]
unittests/MC/StringTableBuilderTest.cpp
unittests/Makefile
unittests/ProfileData/CMakeLists.txt [new file with mode: 0644]
unittests/ProfileData/CoverageMappingTest.cpp [new file with mode: 0644]
unittests/ProfileData/InstrProfTest.cpp [new file with mode: 0644]
unittests/ProfileData/Makefile [new file with mode: 0644]
unittests/Support/AlignOfTest.cpp
unittests/Support/BlockFrequencyTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/Casting.cpp
unittests/Support/CommandLineTest.cpp
unittests/Support/CompressionTest.cpp
unittests/Support/ConvertUTFTest.cpp
unittests/Support/DwarfTest.cpp [new file with mode: 0644]
unittests/Support/EndianStreamTest.cpp [new file with mode: 0644]
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/MathExtrasTest.cpp
unittests/Support/MemoryTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/ScaledNumberTest.cpp
unittests/Support/SpecialCaseListTest.cpp
unittests/Support/StreamingMemoryObject.cpp [new file with mode: 0644]
unittests/Support/StringPool.cpp
unittests/Support/ThreadLocalTest.cpp
unittests/Support/raw_ostream_test.cpp
unittests/Transforms/CMakeLists.txt
unittests/Transforms/DebugIR/CMakeLists.txt [deleted file]
unittests/Transforms/DebugIR/DebugIR.cpp [deleted file]
unittests/Transforms/DebugIR/Makefile [deleted file]
unittests/Transforms/IPO/CMakeLists.txt [new file with mode: 0644]
unittests/Transforms/IPO/LowerBitSets.cpp [new file with mode: 0644]
unittests/Transforms/IPO/Makefile [new file with mode: 0644]
unittests/Transforms/Makefile
unittests/Transforms/Utils/Cloning.cpp
utils/FileCheck/FileCheck.cpp
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/AsmWriterInst.h
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp
utils/TableGen/DFAPacketizerEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SequenceToOffsetTable.h
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/emacs/emacs.el
utils/emacs/llvm-mode.el
utils/emacs/tablegen-mode.el
utils/lit/lit/LitConfig.py
utils/lit/lit/Test.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/formats/googletest.py
utils/lit/lit/util.py
utils/lit/utils/check-coverage
utils/lldbDataFormatters.py
utils/not/not.cpp
utils/release/merge.sh
utils/release/tag.sh
utils/release/test-release.sh
utils/shuffle_fuzz.py
utils/unittest/CMakeLists.txt
utils/update_llc_test_checks.py [new file with mode: 0755]
utils/vim/llvm.vim