]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3):
authordim <dim@FreeBSD.org>
Sun, 22 Dec 2013 00:04:03 +0000 (00:04 +0000)
committerdim <dim@FreeBSD.org>
Sun, 22 Dec 2013 00:04:03 +0000 (00:04 +0000)
commit8cf58e3ee36bd550746fca361a894e2727485200
tree2ba0398b4c42ad4f55561327538044fd2c925a8b
parentaa45f148926e3461a1fd8b10c990f0a51a908cc9
Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3):
https://llvm.org/svn/llvm-project/llvm/branches/release_34@197841
7032 files changed:
.clang-format [new file with mode: 0644]
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.config.in
Makefile.rules
autoconf/config.guess
autoconf/configure.ac
autoconf/m4/libtool.m4
autoconf/m4/link_options.m4
autoconf/m4/ltdl.m4
bindings/ocaml/Makefile
bindings/ocaml/Makefile.ocaml
bindings/ocaml/analysis/analysis_ocaml.c
bindings/ocaml/analysis/llvm_analysis.ml
bindings/ocaml/analysis/llvm_analysis.mli
bindings/ocaml/backends/META.llvm_backend.in [new file with mode: 0644]
bindings/ocaml/backends/Makefile [new file with mode: 0644]
bindings/ocaml/backends/Makefile.common [new file with mode: 0644]
bindings/ocaml/backends/backend_ocaml.c [new file with mode: 0644]
bindings/ocaml/backends/llvm_backend.ml.in [new file with mode: 0644]
bindings/ocaml/backends/llvm_backend.mli.in [new file with mode: 0644]
bindings/ocaml/bitreader/bitreader_ocaml.c
bindings/ocaml/bitreader/llvm_bitreader.ml
bindings/ocaml/bitreader/llvm_bitreader.mli
bindings/ocaml/bitwriter/bitwriter_ocaml.c
bindings/ocaml/bitwriter/llvm_bitwriter.ml
bindings/ocaml/bitwriter/llvm_bitwriter.mli
bindings/ocaml/executionengine/executionengine_ocaml.c
bindings/ocaml/executionengine/llvm_executionengine.ml
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/irreader/Makefile [new file with mode: 0644]
bindings/ocaml/irreader/irreader_ocaml.c [new file with mode: 0644]
bindings/ocaml/irreader/llvm_irreader.ml [new file with mode: 0644]
bindings/ocaml/irreader/llvm_irreader.mli [new file with mode: 0644]
bindings/ocaml/linker/Makefile [new file with mode: 0644]
bindings/ocaml/linker/linker_ocaml.c [new file with mode: 0644]
bindings/ocaml/linker/llvm_linker.ml [new file with mode: 0644]
bindings/ocaml/linker/llvm_linker.mli [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/llvm_target.ml
bindings/ocaml/target/llvm_target.mli
bindings/ocaml/target/target_ocaml.c
bindings/ocaml/transforms/Makefile
bindings/ocaml/transforms/ipo/Makefile
bindings/ocaml/transforms/ipo/ipo_ocaml.c
bindings/ocaml/transforms/ipo/llvm_ipo.ml
bindings/ocaml/transforms/ipo/llvm_ipo.mli
bindings/ocaml/transforms/passmgr_builder/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.ml [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli [new file with mode: 0644]
bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c [new file with mode: 0644]
bindings/ocaml/transforms/scalar/Makefile
bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
bindings/ocaml/transforms/vectorize/Makefile [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/llvm_vectorize.ml [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/llvm_vectorize.mli [new file with mode: 0644]
bindings/ocaml/transforms/vectorize/vectorize_ocaml.c [new file with mode: 0644]
bindings/python/llvm/bit_reader.py [new file with mode: 0644]
bindings/python/llvm/common.py
bindings/python/llvm/core.py
bindings/python/llvm/disassembler.py
bindings/python/llvm/tests/base.py
bindings/python/llvm/tests/test.bc [new file with mode: 0644]
bindings/python/llvm/tests/test_bitreader.py [new file with mode: 0644]
bindings/python/llvm/tests/test_core.py
bindings/python/llvm/tests/test_disassembler.py
bindings/python/llvm/tests/test_file [new file with mode: 0644]
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/CMakeLists.txt
cmake/modules/ChooseMSVCCRT.cmake
cmake/modules/HandleLLVMOptions.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
cmake/modules/TableGen.cmake
cmake/nsis_logo.bmp [new file with mode: 0644]
cmake/platforms/Android.cmake
configure
docs/Atomics.rst
docs/BitCodeFormat.rst
docs/CMake.rst
docs/CMakeLists.txt [new file with mode: 0644]
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/FileCheck.rst
docs/CommandGuide/index.rst
docs/CommandGuide/lit.rst
docs/CommandGuide/llc.rst
docs/CommandGuide/llvm-ar.rst
docs/CommandGuide/llvm-extract.rst
docs/CommandGuide/llvm-nm.rst
docs/CommandGuide/llvm-ranlib.rst [deleted file]
docs/CommandGuide/llvm-symbolizer.rst
docs/CommandLine.rst
docs/CompilerWriterInfo.rst
docs/DeveloperPolicy.rst
docs/ExtendingLLVM.rst
docs/Extensions.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/GoldPlugin.rst
docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt
docs/HowToBuildOnARM.rst
docs/HowToCrossCompileLLVM.rst [new file with mode: 0644]
docs/HowToReleaseLLVM.rst
docs/LangRef.rst
docs/MCJIT-creation.png [new file with mode: 0644]
docs/MCJIT-dyld-load.png [new file with mode: 0644]
docs/MCJIT-engine-builder.png [new file with mode: 0644]
docs/MCJIT-load-object.png [new file with mode: 0644]
docs/MCJIT-load.png [new file with mode: 0644]
docs/MCJIT-resolve-relocations.png [new file with mode: 0644]
docs/MCJITDesignAndImplementation.rst [new file with mode: 0644]
docs/Makefile
docs/MakefileGuide.rst
docs/NVPTXUsage.rst
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/ReleaseNotes.rst
docs/ReleaseProcess.rst [new file with mode: 0644]
docs/SourceLevelDebugging.rst
docs/TestingGuide.rst
docs/Vectorizers.rst
docs/WritingAnLLVMBackend.rst
docs/WritingAnLLVMPass.rst
docs/YamlIO.rst
docs/conf.py
docs/doxygen.cfg.in
docs/index.rst
docs/tutorial/LangImpl2.rst
docs/tutorial/LangImpl3.rst
docs/tutorial/LangImpl4.rst
docs/tutorial/LangImpl5.rst
docs/tutorial/LangImpl6.rst
docs/tutorial/LangImpl7.rst
docs/tutorial/OCamlLangImpl2.rst
docs/tutorial/index.rst
docs/yaml2obj.rst
examples/BrainF/BrainFDriver.cpp
examples/ExceptionDemo/ExceptionDemo.cpp
examples/ExceptionDemo/Makefile
examples/Kaleidoscope/Chapter2/toy.cpp
examples/Kaleidoscope/Chapter3/toy.cpp
examples/Kaleidoscope/Chapter4/toy.cpp
examples/Kaleidoscope/Chapter5/toy.cpp
examples/Kaleidoscope/Chapter6/toy.cpp
examples/Kaleidoscope/Chapter7/toy.cpp
examples/Kaleidoscope/MCJIT/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/split-lib.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/split-lib.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/toy.cpp [new file with mode: 0644]
include/llvm-c/BitReader.h
include/llvm-c/BitWriter.h
include/llvm-c/Core.h
include/llvm-c/Disassembler.h
include/llvm-c/ExecutionEngine.h
include/llvm-c/IRReader.h [new file with mode: 0644]
include/llvm-c/LinkTimeOptimizer.h
include/llvm-c/Object.h
include/llvm-c/Support.h [new file with mode: 0644]
include/llvm-c/Target.h
include/llvm-c/TargetMachine.h
include/llvm-c/Transforms/Scalar.h
include/llvm-c/lto.h
include/llvm/ADT/APFloat.h
include/llvm/ADT/APInt.h
include/llvm/ADT/APSInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/ImmutableMap.h
include/llvm/ADT/ImmutableSet.h
include/llvm/ADT/IntervalMap.h
include/llvm/ADT/NullablePtr.h [deleted file]
include/llvm/ADT/OwningPtr.h
include/llvm/ADT/PointerIntPair.h
include/llvm/ADT/PointerUnion.h
include/llvm/ADT/STLExtras.h
include/llvm/ADT/SetVector.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/StringExtras.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/StringRef.h
include/llvm/ADT/Triple.h
include/llvm/ADT/ilist.h
include/llvm/ADT/polymorphic_ptr.h [new file with mode: 0644]
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/BlockFrequencyImpl.h
include/llvm/Analysis/BlockFrequencyInfo.h
include/llvm/Analysis/BranchProbabilityInfo.h
include/llvm/Analysis/CFG.h [new file with mode: 0644]
include/llvm/Analysis/CFGPrinter.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/InlineCost.h
include/llvm/Analysis/InstructionSimplify.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/LoopInfoImpl.h
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Analysis/Passes.h
include/llvm/Analysis/PathNumbering.h [deleted file]
include/llvm/Analysis/PathProfileInfo.h [deleted file]
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ProfileDataLoader.h [deleted file]
include/llvm/Analysis/ProfileDataTypes.h [deleted file]
include/llvm/Analysis/ProfileInfo.h [deleted file]
include/llvm/Analysis/ProfileInfoLoader.h [deleted file]
include/llvm/Analysis/ProfileInfoTypes.h [deleted file]
include/llvm/Analysis/RegionPass.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/ValueTracking.h
include/llvm/AutoUpgrade.h
include/llvm/Bitcode/Archive.h [deleted file]
include/llvm/Bitcode/BitstreamReader.h
include/llvm/Bitcode/BitstreamWriter.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/CalcSpillWeights.h
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/FunctionLoweringInfo.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/LiveIntervalUnion.h
include/llvm/CodeGen/LiveRangeEdit.h
include/llvm/CodeGen/LiveRegUnits.h [new file with mode: 0644]
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineBranchProbabilityInfo.h
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/MachineOperand.h
include/llvm/CodeGen/MachineRegisterInfo.h
include/llvm/CodeGen/MachineRelocation.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/HeuristicBase.h
include/llvm/CodeGen/PBQP/HeuristicSolver.h
include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
include/llvm/CodeGen/PBQP/Solution.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/PseudoSourceValue.h
include/llvm/CodeGen/RegAllocPBQP.h
include/llvm/CodeGen/RegisterClassInfo.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/RegisterScavenging.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/ScheduleDAGInstrs.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 [new file with mode: 0644]
include/llvm/CodeGen/StackProtector.h [new file with mode: 0644]
include/llvm/CodeGen/TargetSchedule.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/CodeGen/ValueTypes.td
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/DIBuilder.h
include/llvm/DebugInfo.h
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARFFormValue.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/JITMemoryManager.h
include/llvm/ExecutionEngine/ObjectBuffer.h
include/llvm/ExecutionEngine/ObjectCache.h
include/llvm/ExecutionEngine/ObjectImage.h
include/llvm/ExecutionEngine/RTDyldMemoryManager.h [new file with mode: 0644]
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/GVMaterializer.h
include/llvm/IR/Argument.h
include/llvm/IR/Attributes.h
include/llvm/IR/CallingConv.h
include/llvm/IR/Constants.h
include/llvm/IR/DataLayout.h
include/llvm/IR/Function.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/InlineAsm.h
include/llvm/IR/InstrTypes.h
include/llvm/IR/Instruction.def
include/llvm/IR/Instructions.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td [new file with mode: 0644]
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsMips.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsPowerPC.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/IntrinsicsXCore.td
include/llvm/IR/LLVMContext.h
include/llvm/IR/LegacyPassManager.h [new file with mode: 0644]
include/llvm/IR/LegacyPassManagers.h [new file with mode: 0644]
include/llvm/IR/Metadata.h
include/llvm/IR/Module.h
include/llvm/IR/Operator.h
include/llvm/IR/PassManager.h [new file with mode: 0644]
include/llvm/IR/Type.h
include/llvm/IR/TypeBuilder.h
include/llvm/IR/Use.h
include/llvm/IR/Value.h
include/llvm/InitializePasses.h
include/llvm/InstVisitor.h
include/llvm/LTO/LTOCodeGenerator.h [new file with mode: 0644]
include/llvm/LTO/LTOModule.h [moved from tools/lto/LTOModule.h with 90% similarity]
include/llvm/LinkAllPasses.h
include/llvm/Linker.h
include/llvm/MC/MCAsmBackend.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAsmInfoELF.h [new file with mode: 0644]
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCAtom.h
include/llvm/MC/MCCodeGenInfo.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDisassembler.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFObjectWriter.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCELFSymbolFlags.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCExternalSymbolizer.h [new file with mode: 0644]
include/llvm/MC/MCFunction.h [new file with mode: 0644]
include/llvm/MC/MCInstPrinter.h
include/llvm/MC/MCInstrAnalysis.h
include/llvm/MC/MCInstrDesc.h
include/llvm/MC/MCInstrItineraries.h
include/llvm/MC/MCMachOSymbolFlags.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCModule.h
include/llvm/MC/MCModuleYAML.h [new file with mode: 0644]
include/llvm/MC/MCObjectDisassembler.h [new file with mode: 0644]
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCObjectSymbolizer.h [new file with mode: 0644]
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCRegisterInfo.h
include/llvm/MC/MCRelocationInfo.h [new file with mode: 0644]
include/llvm/MC/MCSchedule.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCSectionMachO.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCSubtargetInfo.h
include/llvm/MC/MCSymbolizer.h [new file with mode: 0644]
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCWinCOFFObjectWriter.h
include/llvm/MC/MachineLocation.h
include/llvm/MC/SubtargetFeature.h
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFYAML.h [new file with mode: 0644]
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h [new file with mode: 0644]
include/llvm/Object/ELFTypes.h [new file with mode: 0644]
include/llvm/Object/ELFYAML.h [new file with mode: 0644]
include/llvm/Object/Error.h
include/llvm/Object/MachO.h
include/llvm/Object/MachOFormat.h [deleted file]
include/llvm/Object/MachOUniversal.h [new file with mode: 0644]
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/YAML.h [new file with mode: 0644]
include/llvm/Option/ArgList.h
include/llvm/Option/OptParser.td
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/PassManager.h
include/llvm/PassManagers.h [deleted file]
include/llvm/Support/Allocator.h
include/llvm/Support/BlockFrequency.h
include/llvm/Support/CFG.h
include/llvm/Support/COFF.h
include/llvm/Support/CallSite.h
include/llvm/Support/Casting.h
include/llvm/Support/CommandLine.h
include/llvm/Support/Compiler.h
include/llvm/Support/Compression.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/DataTypes.h.in
include/llvm/Support/Debug.h
include/llvm/Support/DebugLoc.h
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FileSystem.h
include/llvm/Support/FileUtilities.h
include/llvm/Support/FormattedStream.h
include/llvm/Support/GCOV.h
include/llvm/Support/GetElementPtrTypeIterator.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/Host.h
include/llvm/Support/IntegersSubset.h [deleted file]
include/llvm/Support/IntegersSubsetMapping.h [deleted file]
include/llvm/Support/LEB128.h
include/llvm/Support/MD5.h [new file with mode: 0644]
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/MemoryObject.h
include/llvm/Support/PassNameParser.h
include/llvm/Support/Path.h
include/llvm/Support/PathV1.h [deleted file]
include/llvm/Support/PathV2.h [deleted file]
include/llvm/Support/PatternMatch.h
include/llvm/Support/PrettyStackTrace.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RecyclingAllocator.h
include/llvm/Support/Regex.h
include/llvm/Support/Registry.h
include/llvm/Support/Signals.h
include/llvm/Support/Solaris.h
include/llvm/Support/SourceMgr.h
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/StringRefMemoryObject.h [new file with mode: 0644]
include/llvm/Support/SystemUtils.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/TimeValue.h
include/llvm/Support/ToolOutputFile.h
include/llvm/Support/Unicode.h [new file with mode: 0644]
include/llvm/Support/UnicodeCharRanges.h [new file with mode: 0644]
include/llvm/Support/Valgrind.h
include/llvm/Support/ValueHandle.h
include/llvm/Support/YAMLParser.h
include/llvm/Support/YAMLTraits.h
include/llvm/Support/raw_ostream.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/StringToOffsetTable.h [moved from utils/TableGen/StringToOffsetTable.h with 100% similarity]
include/llvm/TableGen/TableGenBackend.h
include/llvm/Target/CostTable.h
include/llvm/Target/Mangler.h
include/llvm/Target/Target.td
include/llvm/Target/TargetCallingConv.h
include/llvm/Target/TargetCallingConv.td
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLibraryInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetOpcodes.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSchedule.td
include/llvm/Target/TargetSelectionDAG.td
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/BlackList.h [deleted file]
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/GlobalStatus.h [new file with mode: 0644]
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h [new file with mode: 0644]
include/llvm/Transforms/Utils/ModuleUtils.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/SSAUpdater.h
include/llvm/Transforms/Utils/SpecialCaseList.h [new file with mode: 0644]
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Transforms/Vectorize.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfo.cpp
lib/Analysis/BranchProbabilityInfo.cpp
lib/Analysis/CFG.cpp [new file with mode: 0644]
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/Delinearization.cpp [new file with mode: 0644]
lib/Analysis/DependenceAnalysis.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/IPA/IPA.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/LazyValueInfo.cpp
lib/Analysis/Lint.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/LoopPass.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PathNumbering.cpp [deleted file]
lib/Analysis/PathProfileInfo.cpp [deleted file]
lib/Analysis/PathProfileVerifier.cpp [deleted file]
lib/Analysis/ProfileDataLoader.cpp [deleted file]
lib/Analysis/ProfileDataLoaderPass.cpp [deleted file]
lib/Analysis/ProfileEstimatorPass.cpp [deleted file]
lib/Analysis/ProfileInfo.cpp [deleted file]
lib/Analysis/ProfileInfoLoader.cpp [deleted file]
lib/Analysis/ProfileInfoLoaderPass.cpp [deleted file]
lib/Analysis/ProfileVerifierPass.cpp [deleted file]
lib/Analysis/RegionInfo.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScalarEvolutionNormalization.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/Analysis/ValueTracking.cpp
lib/Archive/Archive.cpp [deleted file]
lib/Archive/ArchiveInternals.h [deleted file]
lib/Archive/ArchiveReader.cpp [deleted file]
lib/Archive/ArchiveWriter.cpp [deleted file]
lib/Archive/CMakeLists.txt [deleted file]
lib/Archive/LLVMBuild.txt [deleted file]
lib/Archive/Makefile [deleted file]
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Writer/BitWriter.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CMakeLists.txt
lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/Analysis.cpp
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DIE.cpp
lib/CodeGen/AsmPrinter/DIE.h
lib/CodeGen/AsmPrinter/DIEHash.cpp [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DIEHash.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
lib/CodeGen/AsmPrinter/DwarfAccelTable.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/BranchFolding.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CalcSpillWeights.cpp
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/CodeGen.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/DeadMachineInstructionElim.cpp
lib/CodeGen/DwarfEHPrepare.cpp
lib/CodeGen/ExecutionDepsFix.cpp
lib/CodeGen/ExpandPostRAPseudos.cpp
lib/CodeGen/IfConversion.cpp
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/InterferenceCache.cpp
lib/CodeGen/InterferenceCache.h
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LexicalScopes.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveRangeCalc.cpp
lib/CodeGen/LiveRangeCalc.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/LiveRegMatrix.cpp
lib/CodeGen/LiveRegUnits.cpp [new file with mode: 0644]
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineBlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineCopyPropagation.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/MachineRegisterInfo.cpp
lib/CodeGen/MachineSSAUpdater.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/MachineTraceMetrics.cpp
lib/CodeGen/MachineVerifier.cpp
lib/CodeGen/PHIElimination.cpp
lib/CodeGen/PHIEliminationUtils.h
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/PrologEpilogInserter.h
lib/CodeGen/README.txt
lib/CodeGen/RegAllocBase.cpp
lib/CodeGen/RegAllocBase.h
lib/CodeGen/RegAllocBasic.cpp
lib/CodeGen/RegAllocFast.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RegisterClassInfo.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/RegisterScavenging.cpp
lib/CodeGen/ScheduleDAG.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/SDNodeOrdering.h [deleted file]
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.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/TargetLowering.cpp
lib/CodeGen/ShrinkWrapping.cpp [deleted file]
lib/CodeGen/SjLjEHPrepare.cpp
lib/CodeGen/SpillPlacement.cpp
lib/CodeGen/SpillPlacement.h
lib/CodeGen/Spiller.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
lib/CodeGen/StackColoring.cpp
lib/CodeGen/StackMaps.cpp [new file with mode: 0644]
lib/CodeGen/StackProtector.cpp
lib/CodeGen/StackSlotColoring.cpp
lib/CodeGen/StrongPHIElimination.cpp [deleted file]
lib/CodeGen/TailDuplication.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/CodeGen/TargetOptionsImpl.cpp
lib/CodeGen/TargetRegisterInfo.cpp
lib/CodeGen/TargetSchedule.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/CodeGen/VirtRegMap.cpp
lib/DebugInfo/CMakeLists.txt
lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
lib/DebugInfo/DWARFAbbreviationDeclaration.h
lib/DebugInfo/DWARFAttribute.h [deleted file]
lib/DebugInfo/DWARFCompileUnit.cpp
lib/DebugInfo/DWARFCompileUnit.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFContext.h
lib/DebugInfo/DWARFDebugArangeSet.cpp
lib/DebugInfo/DWARFDebugArangeSet.h
lib/DebugInfo/DWARFDebugAranges.cpp
lib/DebugInfo/DWARFDebugAranges.h
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h
lib/DebugInfo/DWARFDebugLine.cpp
lib/DebugInfo/DWARFDebugLoc.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFDebugLoc.h [new file with mode: 0644]
lib/DebugInfo/DWARFFormValue.cpp
lib/DebugInfo/DWARFTypeUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFTypeUnit.h [new file with mode: 0644]
lib/DebugInfo/DWARFUnit.cpp [new file with mode: 0644]
lib/DebugInfo/DWARFUnit.h [new file with mode: 0644]
lib/DebugInfo/LLVMBuild.txt
lib/ExecutionEngine/CMakeLists.txt
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/ExecutionEngineBindings.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/JIT/CMakeLists.txt
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp [deleted file]
lib/ExecutionEngine/JIT/JITDwarfEmitter.h [deleted file]
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/JITMemoryManager.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h
lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
lib/ExecutionEngine/RTDyldMemoryManager.cpp [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/ExecutionEngine/TargetSelect.cpp
lib/IR/AsmWriter.cpp
lib/IR/AsmWriter.h [new file with mode: 0644]
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/CMakeLists.txt
lib/IR/ConstantFold.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DataLayout.cpp
lib/IR/DebugInfo.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp [new file with mode: 0644]
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/PassManager.cpp
lib/IR/PassRegistry.cpp
lib/IR/Type.cpp
lib/IR/TypeFinder.cpp
lib/IR/Value.cpp
lib/IR/ValueTypes.cpp
lib/IR/Verifier.cpp
lib/IRReader/IRReader.cpp
lib/LLVMBuild.txt
lib/LTO/CMakeLists.txt [new file with mode: 0644]
lib/LTO/LLVMBuild.txt [new file with mode: 0644]
lib/LTO/LTOCodeGenerator.cpp [new file with mode: 0644]
lib/LTO/LTOModule.cpp [moved from tools/lto/LTOModule.cpp with 79% similarity]
lib/LTO/Makefile [new file with mode: 0644]
lib/Linker/LinkModules.cpp
lib/MC/CMakeLists.txt
lib/MC/ELFObjectWriter.cpp
lib/MC/MCAsmBackend.cpp
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmInfoCOFF.cpp
lib/MC/MCAsmInfoDarwin.cpp
lib/MC/MCAsmInfoELF.cpp [new file with mode: 0644]
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCAtom.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/Disassembler.h
lib/MC/MCDwarf.cpp
lib/MC/MCELF.cpp
lib/MC/MCELFObjectTargetWriter.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/MC/MCExternalSymbolizer.cpp [new file with mode: 0644]
lib/MC/MCFunction.cpp [new file with mode: 0644]
lib/MC/MCInstPrinter.cpp
lib/MC/MCInstrAnalysis.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCModule.cpp
lib/MC/MCModuleYAML.cpp [new file with mode: 0644]
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectDisassembler.cpp [new file with mode: 0644]
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCObjectSymbolizer.cpp [new file with mode: 0644]
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCPureStreamer.cpp
lib/MC/MCRegisterInfo.cpp
lib/MC/MCRelocationInfo.cpp [new file with mode: 0644]
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCSubtargetInfo.cpp
lib/MC/MCSymbol.cpp
lib/MC/MCSymbolizer.cpp [new file with mode: 0644]
lib/MC/MCWin64EH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/SubtargetFeature.cpp
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/Makefile
lib/Object/Archive.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/COFFYAML.cpp [new file with mode: 0644]
lib/Object/ELF.cpp [new file with mode: 0644]
lib/Object/ELFObjectFile.cpp
lib/Object/ELFYAML.cpp [new file with mode: 0644]
lib/Object/Error.cpp
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp [new file with mode: 0644]
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/YAML.cpp [new file with mode: 0644]
lib/Option/ArgList.cpp
lib/Option/CMakeLists.txt
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/Support/APFloat.cpp
lib/Support/APInt.cpp
lib/Support/Allocator.cpp
lib/Support/BlockFrequency.cpp
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/Compression.cpp
lib/Support/ConstantRange.cpp
lib/Support/ConvertUTFWrapper.cpp
lib/Support/CrashRecoveryContext.cpp
lib/Support/DataStream.cpp
lib/Support/Disassembler.cpp
lib/Support/Dwarf.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/Errno.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FileUtilities.cpp
lib/Support/FormattedStream.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/Locale.cpp
lib/Support/LocaleGeneric.inc [deleted file]
lib/Support/LocaleWindows.inc [deleted file]
lib/Support/LocaleXlocale.inc [deleted file]
lib/Support/LockFileManager.cpp
lib/Support/MD5.cpp [new file with mode: 0644]
lib/Support/MemoryBuffer.cpp
lib/Support/MemoryObject.cpp
lib/Support/Path.cpp
lib/Support/PathV2.cpp [deleted file]
lib/Support/PrettyStackTrace.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp
lib/Support/Regex.cpp
lib/Support/SmallPtrSet.cpp
lib/Support/SourceMgr.cpp
lib/Support/StreamableMemoryObject.cpp
lib/Support/StringRef.cpp
lib/Support/StringRefMemoryObject.cpp [new file with mode: 0644]
lib/Support/SystemUtils.cpp
lib/Support/TargetRegistry.cpp
lib/Support/ThreadLocal.cpp
lib/Support/Timer.cpp
lib/Support/ToolOutputFile.cpp
lib/Support/Triple.cpp
lib/Support/Unicode.cpp [new file with mode: 0644]
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/PathV2.inc [deleted file]
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/Signals.inc
lib/Support/Unix/ThreadLocal.inc
lib/Support/Unix/TimeValue.inc
lib/Support/Unix/Unix.h
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Memory.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/PathV2.inc [deleted file]
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/RWMutex.inc
lib/Support/Windows/Signals.inc
lib/Support/Windows/TimeValue.inc
lib/Support/Windows/Windows.h
lib/Support/YAMLParser.cpp
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/TGParser.cpp
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64AsmPrinter.h
lib/Target/AArch64/AArch64BranchFixupPass.cpp
lib/Target/AArch64/AArch64CallingConv.td
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64InstrNEON.td [new file with mode: 0644]
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64RegisterInfo.cpp
lib/Target/AArch64/AArch64RegisterInfo.h
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/AArch64/Utils/CMakeLists.txt
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMAsmPrinter.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.h
lib/Target/ARM/ARMBuildAttrs.h
lib/Target/ARM/ARMCallingConv.td
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/ARM/ARMConstantPoolValue.cpp
lib/Target/ARM/ARMConstantPoolValue.h
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFPUName.def [new file with mode: 0644]
lib/Target/ARM/ARMFPUName.h [new file with mode: 0644]
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFeatures.h [new file with mode: 0644]
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMHazardRecognizer.cpp
lib/Target/ARM/ARMHazardRecognizer.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.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.h
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.td
lib/Target/ARM/ARMSchedule.td
lib/Target/ARM/ARMScheduleA9.td
lib/Target/ARM/ARMScheduleSwift.td
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetObjectFile.cpp
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.h
lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.h [deleted file]
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/ARMMachORelocationInfo.cpp [new file with mode: 0644]
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
lib/Target/ARM/MCTargetDesc/CMakeLists.txt
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.cpp
lib/Target/ARM/Thumb1RegisterInfo.h
lib/Target/ARM/Thumb2ITBlockPass.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2RegisterInfo.cpp
lib/Target/ARM/Thumb2RegisterInfo.h
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/Hexagon.h
lib/Target/Hexagon/Hexagon.td
lib/Target/Hexagon/HexagonAsmPrinter.cpp
lib/Target/Hexagon/HexagonCallingConvLower.cpp
lib/Target/Hexagon/HexagonCallingConvLower.h
lib/Target/Hexagon/HexagonCopyToCombine.cpp [new file with mode: 0644]
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/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonInstrInfo.h
lib/Target/Hexagon/HexagonInstrInfo.td
lib/Target/Hexagon/HexagonInstrInfoV4.td
lib/Target/Hexagon/HexagonInstrInfoV5.td
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonMachineFunctionInfo.h
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonNewValueJump.cpp
lib/Target/Hexagon/HexagonPeephole.cpp
lib/Target/Hexagon/HexagonRegisterInfo.cpp
lib/Target/Hexagon/HexagonRegisterInfo.h
lib/Target/Hexagon/HexagonRegisterInfo.td
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
lib/Target/Hexagon/HexagonSelectionDAGInfo.h
lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
lib/Target/LLVMBuild.txt
lib/Target/MBlaze/AsmParser/CMakeLists.txt [deleted file]
lib/Target/MBlaze/AsmParser/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp [deleted file]
lib/Target/MBlaze/AsmParser/Makefile [deleted file]
lib/Target/MBlaze/CMakeLists.txt [deleted file]
lib/Target/MBlaze/Disassembler/CMakeLists.txt [deleted file]
lib/Target/MBlaze/Disassembler/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp [deleted file]
lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h [deleted file]
lib/Target/MBlaze/Disassembler/Makefile [deleted file]
lib/Target/MBlaze/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/MBlaze/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp [deleted file]
lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h [deleted file]
lib/Target/MBlaze/InstPrinter/Makefile [deleted file]
lib/Target/MBlaze/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/MBlaze.h [deleted file]
lib/Target/MBlaze/MBlaze.td [deleted file]
lib/Target/MBlaze/MBlazeAsmPrinter.cpp [deleted file]
lib/Target/MBlaze/MBlazeCallingConv.td [deleted file]
lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp [deleted file]
lib/Target/MBlaze/MBlazeFrameLowering.cpp [deleted file]
lib/Target/MBlaze/MBlazeFrameLowering.h [deleted file]
lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp [deleted file]
lib/Target/MBlaze/MBlazeISelLowering.cpp [deleted file]
lib/Target/MBlaze/MBlazeISelLowering.h [deleted file]
lib/Target/MBlaze/MBlazeInstrFPU.td [deleted file]
lib/Target/MBlaze/MBlazeInstrFSL.td [deleted file]
lib/Target/MBlaze/MBlazeInstrFormats.td [deleted file]
lib/Target/MBlaze/MBlazeInstrInfo.cpp [deleted file]
lib/Target/MBlaze/MBlazeInstrInfo.h [deleted file]
lib/Target/MBlaze/MBlazeInstrInfo.td [deleted file]
lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp [deleted file]
lib/Target/MBlaze/MBlazeIntrinsicInfo.h [deleted file]
lib/Target/MBlaze/MBlazeIntrinsics.td [deleted file]
lib/Target/MBlaze/MBlazeMCInstLower.cpp [deleted file]
lib/Target/MBlaze/MBlazeMCInstLower.h [deleted file]
lib/Target/MBlaze/MBlazeMachineFunction.cpp [deleted file]
lib/Target/MBlaze/MBlazeMachineFunction.h [deleted file]
lib/Target/MBlaze/MBlazeRegisterInfo.cpp [deleted file]
lib/Target/MBlaze/MBlazeRegisterInfo.h [deleted file]
lib/Target/MBlaze/MBlazeRegisterInfo.td [deleted file]
lib/Target/MBlaze/MBlazeRelocations.h [deleted file]
lib/Target/MBlaze/MBlazeSchedule.td [deleted file]
lib/Target/MBlaze/MBlazeSchedule3.td [deleted file]
lib/Target/MBlaze/MBlazeSchedule5.td [deleted file]
lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp [deleted file]
lib/Target/MBlaze/MBlazeSelectionDAGInfo.h [deleted file]
lib/Target/MBlaze/MBlazeSubtarget.cpp [deleted file]
lib/Target/MBlaze/MBlazeSubtarget.h [deleted file]
lib/Target/MBlaze/MBlazeTargetMachine.cpp [deleted file]
lib/Target/MBlaze/MBlazeTargetMachine.h [deleted file]
lib/Target/MBlaze/MBlazeTargetObjectFile.cpp [deleted file]
lib/Target/MBlaze/MBlazeTargetObjectFile.h [deleted file]
lib/Target/MBlaze/MCTargetDesc/CMakeLists.txt [deleted file]
lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeELFObjectWriter.cpp [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp [deleted file]
lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h [deleted file]
lib/Target/MBlaze/MCTargetDesc/Makefile [deleted file]
lib/Target/MBlaze/Makefile [deleted file]
lib/Target/MBlaze/TODO [deleted file]
lib/Target/MBlaze/TargetInfo/CMakeLists.txt [deleted file]
lib/Target/MBlaze/TargetInfo/LLVMBuild.txt [deleted file]
lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp [deleted file]
lib/Target/MBlaze/TargetInfo/Makefile [deleted file]
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
lib/Target/MSP430/MSP430AsmPrinter.cpp
lib/Target/MSP430/MSP430CallingConv.td
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430RegisterInfo.td
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/Mangler.cpp
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/CMakeLists.txt
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp [deleted file]
lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h [deleted file]
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp [deleted file]
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h [deleted file]
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp [new file with mode: 0644]
lib/Target/Mips/MSA.txt [new file with mode: 0644]
lib/Target/Mips/MicroMipsInstrFormats.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.h
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16HardFloat.cpp [new file with mode: 0644]
lib/Target/Mips/Mips16HardFloat.h [new file with mode: 0644]
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelDAGToDAG.h
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.h
lib/Target/Mips/Mips16InstrFormats.td
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips16RegisterInfo.cpp
lib/Target/Mips/Mips16RegisterInfo.h
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsAnalyzeImmediate.cpp
lib/Target/Mips/MipsAnalyzeImmediate.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsConstantIslandPass.cpp
lib/Target/Mips/MipsDSPInstrInfo.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsJITInfo.cpp
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsMSAInstrFormats.td [new file with mode: 0644]
lib/Target/Mips/MipsMSAInstrInfo.td [new file with mode: 0644]
lib/Target/Mips/MipsMachineFunction.cpp
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsOs16.cpp
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSERegisterInfo.cpp
lib/Target/Mips/MipsSERegisterInfo.h
lib/Target/Mips/MipsSchedule.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetStreamer.h [new file with mode: 0644]
lib/Target/NVPTX/CMakeLists.txt
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h [new file with mode: 0644]
lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
lib/Target/NVPTX/ManagedStringPool.h
lib/Target/NVPTX/NVPTX.h
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXAsmPrinter.h
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXMCExpr.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXMCExpr.h [new file with mode: 0644]
lib/Target/NVPTX/NVPTXNumRegisters.h [deleted file]
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp [new file with mode: 0644]
lib/Target/NVPTX/NVPTXRegisterInfo.cpp
lib/Target/NVPTX/NVPTXRegisterInfo.h
lib/Target/NVPTX/NVPTXRegisterInfo.td
lib/Target/NVPTX/NVPTXSection.h
lib/Target/NVPTX/NVPTXSplitBBatBar.cpp
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetObjectFile.h
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/PowerPC/AsmParser/LLVMBuild.txt
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp [new file with mode: 0644]
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h [new file with mode: 0644]
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp [new file with mode: 0644]
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
lib/Target/PowerPC/Makefile
lib/Target/PowerPC/PPC.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCCTRLoops.cpp
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCFastISel.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCFrameLowering.cpp
lib/Target/PowerPC/PPCFrameLowering.h
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCHazardRecognizers.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCMCInstLower.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/PPCScheduleA2.td
lib/Target/PowerPC/PPCScheduleE500mc.td
lib/Target/PowerPC/PPCScheduleE5500.td
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetObjectFile.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetObjectFile.h [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetStreamer.h [new file with mode: 0644]
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUCallingConv.td
lib/Target/R600/AMDGPUFrameLowering.cpp
lib/Target/R600/AMDGPUISelDAGToDAG.cpp [new file with mode: 0644]
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.h
lib/Target/R600/AMDGPUIndirectAddressing.cpp [deleted file]
lib/Target/R600/AMDGPUInstrInfo.cpp
lib/Target/R600/AMDGPUInstrInfo.h
lib/Target/R600/AMDGPUInstrInfo.td
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUMachineFunction.cpp
lib/Target/R600/AMDGPUMachineFunction.h
lib/Target/R600/AMDGPURegisterInfo.cpp
lib/Target/R600/AMDGPURegisterInfo.h
lib/Target/R600/AMDGPURegisterInfo.td
lib/Target/R600/AMDGPUStructurizeCFG.cpp [deleted file]
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 [new file with mode: 0644]
lib/Target/R600/AMDIL.h [deleted file]
lib/Target/R600/AMDIL7XXDevice.cpp [deleted file]
lib/Target/R600/AMDIL7XXDevice.h [deleted file]
lib/Target/R600/AMDILBase.td
lib/Target/R600/AMDILCFGStructurizer.cpp
lib/Target/R600/AMDILDevice.cpp [deleted file]
lib/Target/R600/AMDILDevice.h [deleted file]
lib/Target/R600/AMDILDeviceInfo.cpp [deleted file]
lib/Target/R600/AMDILDeviceInfo.h [deleted file]
lib/Target/R600/AMDILDevices.h [deleted file]
lib/Target/R600/AMDILEvergreenDevice.cpp [deleted file]
lib/Target/R600/AMDILEvergreenDevice.h [deleted file]
lib/Target/R600/AMDILISelDAGToDAG.cpp [deleted file]
lib/Target/R600/AMDILISelLowering.cpp
lib/Target/R600/AMDILInstrInfo.td
lib/Target/R600/AMDILIntrinsicInfo.cpp
lib/Target/R600/AMDILNIDevice.cpp [deleted file]
lib/Target/R600/AMDILNIDevice.h [deleted file]
lib/Target/R600/AMDILSIDevice.cpp [deleted file]
lib/Target/R600/AMDILSIDevice.h [deleted file]
lib/Target/R600/CMakeLists.txt
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/AMDGPUMCAsmInfo.h
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp [new file with mode: 0644]
lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
lib/Target/R600/MCTargetDesc/CMakeLists.txt
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/R600/Processors.td
lib/Target/R600/R600ClauseMergePass.cpp [new file with mode: 0644]
lib/Target/R600/R600ControlFlowFinalizer.cpp
lib/Target/R600/R600Defines.h
lib/Target/R600/R600EmitClauseMarkers.cpp
lib/Target/R600/R600ExpandSpecialInstrs.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600ISelLowering.h
lib/Target/R600/R600InstrFormats.td [new file with mode: 0644]
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600Intrinsics.td
lib/Target/R600/R600MachineFunctionInfo.cpp
lib/Target/R600/R600MachineFunctionInfo.h
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600MachineScheduler.h
lib/Target/R600/R600OptimizeVectorRegisters.cpp [new file with mode: 0644]
lib/Target/R600/R600Packetizer.cpp
lib/Target/R600/R600RegisterInfo.cpp
lib/Target/R600/R600RegisterInfo.h
lib/Target/R600/R600RegisterInfo.td
lib/Target/R600/R600Schedule.td
lib/Target/R600/R600TextureIntrinsicsReplacer.cpp [new file with mode: 0644]
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIDefines.h
lib/Target/R600/SIFixSGPRCopies.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/SIIntrinsics.td
lib/Target/R600/SILowerControlFlow.cpp
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
lib/Target/R600/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.h
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SITypeRewriter.cpp [new file with mode: 0644]
lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
lib/Target/Sparc/CMakeLists.txt
lib/Target/Sparc/DelaySlotFiller.cpp
lib/Target/Sparc/FPMover.cpp [deleted file]
lib/Target/Sparc/LLVMBuild.txt
lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
lib/Target/Sparc/Makefile
lib/Target/Sparc/README.txt
lib/Target/Sparc/Sparc.h
lib/Target/Sparc/Sparc.td
lib/Target/Sparc/SparcAsmPrinter.cpp
lib/Target/Sparc/SparcCallingConv.td
lib/Target/Sparc/SparcCodeEmitter.cpp [new file with mode: 0644]
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h
lib/Target/Sparc/SparcInstr64Bit.td
lib/Target/Sparc/SparcInstrFormats.td
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/Sparc/SparcInstrInfo.h
lib/Target/Sparc/SparcInstrInfo.td
lib/Target/Sparc/SparcJITInfo.cpp [new file with mode: 0644]
lib/Target/Sparc/SparcJITInfo.h [new file with mode: 0644]
lib/Target/Sparc/SparcMachineFunctionInfo.h
lib/Target/Sparc/SparcRegisterInfo.cpp
lib/Target/Sparc/SparcRegisterInfo.h
lib/Target/Sparc/SparcRegisterInfo.td
lib/Target/Sparc/SparcRelocations.h [new file with mode: 0644]
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/CMakeLists.txt
lib/Target/SystemZ/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/SystemZ/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/SystemZ/Disassembler/Makefile [new file with mode: 0644]
lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp [new file with mode: 0644]
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
lib/Target/SystemZ/LLVMBuild.txt
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
lib/Target/SystemZ/Makefile
lib/Target/SystemZ/README.txt
lib/Target/SystemZ/SystemZ.h
lib/Target/SystemZ/SystemZ.td
lib/Target/SystemZ/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZConstantPoolValue.cpp
lib/Target/SystemZ/SystemZElimCompare.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/SystemZ/SystemZInstrFP.td
lib/Target/SystemZ/SystemZInstrFormats.td
lib/Target/SystemZ/SystemZInstrInfo.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZLongBranch.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZMCInstLower.cpp
lib/Target/SystemZ/SystemZMCInstLower.h
lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZMachineFunctionInfo.h
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZPatterns.td
lib/Target/SystemZ/SystemZProcessors.td [new file with mode: 0644]
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp [new file with mode: 0644]
lib/Target/SystemZ/SystemZSelectionDAGInfo.h [new file with mode: 0644]
lib/Target/SystemZ/SystemZShortenInst.cpp [new file with mode: 0644]
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
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/TargetMachine.cpp
lib/Target/TargetMachineC.cpp
lib/Target/TargetSubtargetInfo.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
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/X86IntelInstPrinter.cpp
lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
lib/Target/X86/MCTargetDesc/CMakeLists.txt
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86BaseInfo.h
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp [new file with mode: 0644]
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/X86MachORelocationInfo.cpp [new file with mode: 0644]
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
lib/Target/X86/README-SSE.txt
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86CallingConv.h [new file with mode: 0644]
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td [new file with mode: 0644]
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/X86InstrSSE.td
lib/Target/X86/X86InstrSVM.td
lib/Target/X86/X86InstrShiftRotate.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86InstrTSX.td
lib/Target/X86/X86InstrXOP.td
lib/Target/X86/X86JITInfo.cpp
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86RegisterInfo.td
lib/Target/X86/X86SchedHaswell.td
lib/Target/X86/X86SchedSandyBridge.td
lib/Target/X86/X86Schedule.td
lib/Target/X86/X86ScheduleAtom.td
lib/Target/X86/X86ScheduleSLM.td [new file with mode: 0644]
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86VZeroUpper.cpp
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
lib/Target/XCore/README.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.cpp
lib/Target/XCore/XCoreInstrInfo.h
lib/Target/XCore/XCoreInstrInfo.td
lib/Target/XCore/XCoreLowerThreadLocal.cpp
lib/Target/XCore/XCoreMCInstLower.cpp
lib/Target/XCore/XCoreRegisterInfo.cpp
lib/Target/XCore/XCoreRegisterInfo.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Target/XCore/XCoreTargetTransformInfo.cpp [new file with mode: 0644]
lib/Transforms/Hello/Hello.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/ExtractGV.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/InlineAlways.cpp
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/IPO/Internalize.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/IPO/PruneEH.cpp
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineCasts.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
lib/Transforms/InstCombine/InstCombinePHI.cpp
lib/Transforms/InstCombine/InstCombineSelect.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstCombineWorklist.h
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/BlackList.cpp [deleted file]
lib/Transforms/Instrumentation/BoundsChecking.cpp
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/DebugIR.cpp [new file with mode: 0644]
lib/Transforms/Instrumentation/DebugIR.h [new file with mode: 0644]
lib/Transforms/Instrumentation/EdgeProfiling.cpp [deleted file]
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp [deleted file]
lib/Transforms/Instrumentation/PathProfiling.cpp [deleted file]
lib/Transforms/Instrumentation/ProfilingUtils.cpp [deleted file]
lib/Transforms/Instrumentation/ProfilingUtils.h [deleted file]
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h [new file with mode: 0644]
lib/Transforms/ObjCARC/DependencyAnalysis.h
lib/Transforms/ObjCARC/ObjCARC.h
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/ObjCARC/ObjCARCUtil.cpp
lib/Transforms/ObjCARC/ProvenanceAnalysis.h
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/BasicBlockPlacement.cpp [deleted file]
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Scalar/EarlyCSE.cpp
lib/Transforms/Scalar/FlattenCFGPass.cpp [new file with mode: 0644]
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/GlobalMerge.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LoopDeletion.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopStrengthReduce.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LoopUnswitch.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/SampleProfile.cpp [new file with mode: 0644]
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp [deleted file]
lib/Transforms/Scalar/StructurizeCFG.cpp [new file with mode: 0644]
lib/Transforms/Scalar/TailRecursionElimination.cpp
lib/Transforms/Utils/BasicBlockUtils.cpp
lib/Transforms/Utils/BreakCriticalEdges.cpp
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/CodeExtractor.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp
lib/Transforms/Utils/FlattenCFG.cpp [new file with mode: 0644]
lib/Transforms/Utils/GlobalStatus.cpp [new file with mode: 0644]
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/LCSSA.cpp
lib/Transforms/Utils/Local.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LowerExpectIntrinsic.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/MetaRenamer.cpp
lib/Transforms/Utils/ModuleUtils.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/Transforms/Utils/SSAUpdater.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Utils/SimplifyIndVar.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
lib/Transforms/Utils/SpecialCaseList.cpp [new file with mode: 0644]
lib/Transforms/Utils/ValueMapper.cpp
lib/Transforms/Vectorize/BBVectorize.cpp
lib/Transforms/Vectorize/CMakeLists.txt
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
lib/Transforms/Vectorize/VecUtils.cpp [deleted file]
lib/Transforms/Vectorize/VecUtils.h [deleted file]
projects/CMakeLists.txt
projects/Makefile
projects/sample/Makefile.llvm.rules
projects/sample/autoconf/config.guess
projects/sample/autoconf/configure.ac
projects/sample/autoconf/m4/libtool.m4
projects/sample/autoconf/m4/link_options.m4
projects/sample/autoconf/m4/ltdl.m4
projects/sample/configure
runtime/CMakeLists.txt [deleted file]
runtime/LLVMBuild.txt [deleted file]
runtime/Makefile [deleted file]
runtime/README.txt [deleted file]
runtime/libprofile/BasicBlockTracing.c [deleted file]
runtime/libprofile/CMakeLists.txt [deleted file]
runtime/libprofile/CommonProfiling.c [deleted file]
runtime/libprofile/EdgeProfiling.c [deleted file]
runtime/libprofile/Makefile [deleted file]
runtime/libprofile/OptimalEdgeProfiling.c [deleted file]
runtime/libprofile/PathProfiling.c [deleted file]
runtime/libprofile/Profiling.h [deleted file]
test/.clang-format [new file with mode: 0644]
test/Analysis/BasicAA/full-store-partial-alias.ll
test/Analysis/BasicAA/gep-alias.ll
test/Analysis/BasicAA/global-size.ll
test/Analysis/BasicAA/noalias-geps.ll
test/Analysis/BasicAA/noalias-param.ll [new file with mode: 0644]
test/Analysis/BlockFrequencyInfo/basic.ll
test/Analysis/BlockFrequencyInfo/lit.local.cfg [deleted file]
test/Analysis/BranchProbabilityInfo/basic.ll
test/Analysis/BranchProbabilityInfo/lit.local.cfg [deleted file]
test/Analysis/CallGraph/lit.local.cfg [deleted file]
test/Analysis/CallGraph/no-intrinsics.ll
test/Analysis/CostModel/ARM/lit.local.cfg
test/Analysis/CostModel/ARM/select.ll
test/Analysis/CostModel/PowerPC/lit.local.cfg
test/Analysis/CostModel/X86/cast.ll
test/Analysis/CostModel/X86/div.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/intrinsic-cost.ll
test/Analysis/CostModel/X86/lit.local.cfg
test/Analysis/CostModel/X86/load_store.ll
test/Analysis/CostModel/X86/reduction.ll [new file with mode: 0644]
test/Analysis/CostModel/lit.local.cfg [deleted file]
test/Analysis/Delinearization/a.ll [new file with mode: 0644]
test/Analysis/Delinearization/himeno_1.ll [new file with mode: 0644]
test/Analysis/Delinearization/himeno_2.ll [new file with mode: 0644]
test/Analysis/Delinearization/lit.local.cfg [moved from test/Analysis/BasicAA/lit.local.cfg with 100% similarity]
test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_nts_3d.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_only_ivs_2d.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_only_ivs_2d_nested.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_only_ivs_3d.ll [new file with mode: 0644]
test/Analysis/Delinearization/multidim_only_ivs_3d_cast.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/Banerjee.ll
test/Analysis/DependenceAnalysis/GCD.ll
test/Analysis/DependenceAnalysis/Invariant.ll [new file with mode: 0644]
test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
test/Analysis/Dominators/lit.local.cfg [deleted file]
test/Analysis/GlobalsModRef/lit.local.cfg [deleted file]
test/Analysis/Lint/check-zero-divide.ll [new file with mode: 0644]
test/Analysis/Lint/lit.local.cfg [moved from test/Analysis/DependenceAnalysis/lit.local.cfg with 100% similarity]
test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
test/Analysis/LoopInfo/lit.local.cfg [deleted file]
test/Analysis/MemoryDependenceAnalysis/lit.local.cfg [deleted file]
test/Analysis/PostDominators/lit.local.cfg [deleted file]
test/Analysis/PostDominators/pr1098.ll
test/Analysis/Profiling/edge-profiling.ll [deleted file]
test/Analysis/Profiling/lit.local.cfg [deleted file]
test/Analysis/Profiling/load-branch-weights-ifs.ll [deleted file]
test/Analysis/Profiling/load-branch-weights-loops.ll [deleted file]
test/Analysis/Profiling/load-branch-weights-switches.ll [deleted file]
test/Analysis/Profiling/profiling-tool-chain.ll [deleted file]
test/Analysis/RegionInfo/lit.local.cfg [deleted file]
test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
test/Analysis/ScalarEvolution/and-xor.ll
test/Analysis/ScalarEvolution/avoid-smax-0.ll
test/Analysis/ScalarEvolution/div-overflow.ll
test/Analysis/ScalarEvolution/do-loop.ll
test/Analysis/ScalarEvolution/lit.local.cfg [deleted file]
test/Analysis/ScalarEvolution/max-trip-count-address-space.ll [new file with mode: 0644]
test/Analysis/ScalarEvolution/nsw.ll
test/Analysis/ScalarEvolution/smax.ll
test/Analysis/ScalarEvolution/trip-count.ll
test/Analysis/ScalarEvolution/trip-count10.ll
test/Analysis/ScalarEvolution/trip-count11.ll
test/Analysis/ScalarEvolution/trip-count2.ll
test/Analysis/ScalarEvolution/trip-count3.ll
test/Analysis/ScalarEvolution/trip-count4.ll
test/Analysis/ScalarEvolution/trip-count6.ll
test/Analysis/ScalarEvolution/trip-count7.ll
test/Analysis/ScalarEvolution/trip-count8.ll
test/Analysis/ScalarEvolution/trip-count9.ll
test/Analysis/ScalarEvolution/xor-and.ll
test/Analysis/ScalarEvolution/zext-wrap.ll
test/Analysis/TypeBasedAliasAnalysis/PR17620.ll [new file with mode: 0644]
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/lit.local.cfg [deleted file]
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/Archive/README.txt [deleted file]
test/Archive/check_binary_output.ll [deleted file]
test/Archive/extract.ll [deleted file]
test/Archive/lit.local.cfg [deleted file]
test/Archive/toc_GNU.ll [deleted file]
test/Archive/toc_MacOSX.ll [deleted file]
test/Archive/toc_SVR4.ll [deleted file]
test/Archive/toc_xpg4.ll [deleted file]
test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
test/Assembler/ConstantExprFoldCast.ll
test/Assembler/ConstantExprNoFold.ll
test/Assembler/attribute-builtin.ll [new file with mode: 0644]
test/Assembler/auto_upgrade_intrinsics.ll
test/Assembler/functionlocal-metadata.ll
test/Assembler/lit.local.cfg [deleted file]
test/Bindings/Ocaml/analysis.ml
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/ext_exc.ml
test/Bindings/Ocaml/ipo_opts.ml
test/Bindings/Ocaml/irreader.ml [new file with mode: 0644]
test/Bindings/Ocaml/linker.ml [new file with mode: 0644]
test/Bindings/Ocaml/lit.local.cfg
test/Bindings/Ocaml/passmgr_builder.ml [new file with mode: 0644]
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vectorize_opts.ml [new file with mode: 0644]
test/Bindings/Ocaml/vmcore.ml
test/Bindings/llvm-c/calc.test [new file with mode: 0644]
test/Bindings/llvm-c/disassemble.test [new file with mode: 0644]
test/Bindings/llvm-c/functions.ll [new file with mode: 0644]
test/Bindings/llvm-c/globals.ll [new file with mode: 0644]
test/Bindings/llvm-c/lit.local.cfg [new file with mode: 0644]
test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll [deleted file]
test/Bitcode/attributes-3.3.ll [new file with mode: 0644]
test/Bitcode/attributes-3.3.ll.bc [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/case-ranges-3.3.ll [new file with mode: 0644]
test/Bitcode/case-ranges-3.3.ll.bc [new file with mode: 0644]
test/Bitcode/drop-debug-info.ll [new file with mode: 0644]
test/Bitcode/extractelement.ll
test/Bitcode/invalid.ll [new file with mode: 0644]
test/Bitcode/invalid.ll.bc [new file with mode: 0644]
test/Bitcode/lit.local.cfg [deleted file]
test/Bitcode/metadata-2.ll
test/Bitcode/metadata.ll
test/Bitcode/null-type.ll
test/Bitcode/select.ll [new file with mode: 0644]
test/Bitcode/shuffle.ll
test/Bitcode/upgrade-tbaa.ll [new file with mode: 0644]
test/BugPoint/crash-narrowfunctiontest.ll
test/BugPoint/lit.local.cfg [deleted file]
test/BugPoint/metadata.ll
test/BugPoint/remove_arguments_test.ll
test/CMakeLists.txt
test/CodeGen/AArch64/adc.ll
test/CodeGen/AArch64/addsub-shifted.ll
test/CodeGen/AArch64/addsub.ll
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/adrp-relocation.ll [deleted file]
test/CodeGen/AArch64/alloca.ll
test/CodeGen/AArch64/analyze-branch.ll
test/CodeGen/AArch64/atomic-ops-not-barriers.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/basic-pic.ll
test/CodeGen/AArch64/bitfield-insert-0.ll
test/CodeGen/AArch64/bitfield-insert.ll
test/CodeGen/AArch64/bitfield.ll
test/CodeGen/AArch64/blockaddress.ll
test/CodeGen/AArch64/breg.ll
test/CodeGen/AArch64/callee-save.ll
test/CodeGen/AArch64/code-model-large-abs.ll
test/CodeGen/AArch64/compare-branch.ll
test/CodeGen/AArch64/complex-copy-noneon.ll [new file with mode: 0644]
test/CodeGen/AArch64/cond-sel.ll
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/dp-3source.ll
test/CodeGen/AArch64/dp1.ll
test/CodeGen/AArch64/dp2.ll
test/CodeGen/AArch64/elf-extern.ll [deleted file]
test/CodeGen/AArch64/extern-weak.ll
test/CodeGen/AArch64/extract.ll
test/CodeGen/AArch64/fastcc-reserved.ll
test/CodeGen/AArch64/fastcc.ll
test/CodeGen/AArch64/fcmp.ll
test/CodeGen/AArch64/fcvt-fixed.ll
test/CodeGen/AArch64/fcvt-int.ll
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/floatdp_1source.ll
test/CodeGen/AArch64/floatdp_2source.ll
test/CodeGen/AArch64/fp-cond-sel.ll
test/CodeGen/AArch64/fp-dp3.ll
test/CodeGen/AArch64/fp128-folding.ll
test/CodeGen/AArch64/fp128.ll
test/CodeGen/AArch64/fpimm.ll
test/CodeGen/AArch64/frameaddr.ll [new file with mode: 0644]
test/CodeGen/AArch64/func-argpassing.ll
test/CodeGen/AArch64/func-calls.ll
test/CodeGen/AArch64/global-alignment.ll
test/CodeGen/AArch64/got-abuse.ll
test/CodeGen/AArch64/i128-align.ll
test/CodeGen/AArch64/illegal-float-ops.ll
test/CodeGen/AArch64/init-array.ll
test/CodeGen/AArch64/inline-asm-constraints-badI.ll
test/CodeGen/AArch64/inline-asm-constraints-badK.ll
test/CodeGen/AArch64/inline-asm-constraints-badK2.ll
test/CodeGen/AArch64/inline-asm-constraints-badL.ll
test/CodeGen/AArch64/inline-asm-constraints.ll
test/CodeGen/AArch64/inline-asm-modifiers.ll
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/large-consts.ll [new file with mode: 0644]
test/CodeGen/AArch64/large-frame.ll
test/CodeGen/AArch64/ldst-regoffset.ll
test/CodeGen/AArch64/ldst-unscaledimm.ll
test/CodeGen/AArch64/ldst-unsignedimm.ll
test/CodeGen/AArch64/lit.local.cfg
test/CodeGen/AArch64/literal_pools.ll
test/CodeGen/AArch64/local_vars.ll
test/CodeGen/AArch64/logical-imm.ll
test/CodeGen/AArch64/logical_shifted_reg.ll
test/CodeGen/AArch64/logical_shifted_reg.s [deleted file]
test/CodeGen/AArch64/movw-consts.ll
test/CodeGen/AArch64/movw-shift-encoding.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-2velem-high.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-2velem.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-3vdiff.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-aba-abd.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-across.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-add-pairwise.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-add-sub.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-bitcast.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-bitwise-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-bsl.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-compare-instructions.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-copy.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-crypto.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-diagnostics.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-extract.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-facge-facgt.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-fma.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-frsqrt-frecp.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-halving-add-sub.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-max-min-pairwise.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-max-min.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-misc-scalar.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-misc.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-mla-mls.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-mov.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-mul-div.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-perm.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-rounding-halving-add.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-rounding-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-saturating-add-sub.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-saturating-rounding-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-saturating-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-abs.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-add-sub.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-by-elem-fma.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-by-elem-mul.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-compare.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-copy.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-cvt.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-extract-narrow.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-fabd.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-fcvt.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-fp-compare.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-mul.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-neg.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-recip.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-rounding-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-saturating-add-sub.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-saturating-rounding-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-saturating-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-shift-imm.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-scalar-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-shift-left-long.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-ldst-multi-elem.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-ldst-one.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-ldst.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-post-ldst-one.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-shift.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-tbl.ll [new file with mode: 0644]
test/CodeGen/AArch64/neon-simd-vget.ll [new file with mode: 0644]
test/CodeGen/AArch64/pic-eh-stubs.ll
test/CodeGen/AArch64/regress-bitcast-formals.ll
test/CodeGen/AArch64/regress-fp128-livein.ll [new file with mode: 0644]
test/CodeGen/AArch64/regress-tail-livereg.ll
test/CodeGen/AArch64/regress-tblgen-chains.ll
test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
test/CodeGen/AArch64/returnaddr.ll [new file with mode: 0644]
test/CodeGen/AArch64/setcc-takes-i32.ll
test/CodeGen/AArch64/sibling-call.ll
test/CodeGen/AArch64/sincos-expansion.ll
test/CodeGen/AArch64/tail-call.ll
test/CodeGen/AArch64/tls-dynamic-together.ll
test/CodeGen/AArch64/tls-dynamics.ll
test/CodeGen/AArch64/tls-execs.ll
test/CodeGen/AArch64/tst-br.ll
test/CodeGen/AArch64/variadic.ll
test/CodeGen/AArch64/zero-reg.ll
test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll
test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll
test/CodeGen/ARM/2009-10-16-Scope.ll
test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll
test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll
test/CodeGen/ARM/2010-08-04-StackVariable.ll
test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll
test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll [deleted file]
test/CodeGen/ARM/2010-11-29-PrologueBug.ll
test/CodeGen/ARM/2010-11-30-reloc-movt.ll [deleted file]
test/CodeGen/ARM/2010-12-07-PEIBug.ll
test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll
test/CodeGen/ARM/2011-04-07-schediv.ll
test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll
test/CodeGen/ARM/2011-04-26-SchedTweak.ll
test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
test/CodeGen/ARM/2011-08-25-ldmia_ret.ll
test/CodeGen/ARM/2011-10-26-memset-inline.ll
test/CodeGen/ARM/2011-10-26-memset-with-neon.ll
test/CodeGen/ARM/2011-11-07-PromoteVectorLoadStore.ll
test/CodeGen/ARM/2011-11-09-BitcastVectorDouble.ll
test/CodeGen/ARM/2011-11-28-DAGCombineBug.ll
test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll
test/CodeGen/ARM/2012-03-26-FoldImmBug.ll
test/CodeGen/ARM/2012-05-04-vmov.ll
test/CodeGen/ARM/2012-08-09-neon-extload.ll
test/CodeGen/ARM/2012-08-23-legalize-vmull.ll
test/CodeGen/ARM/2012-08-30-select.ll
test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv.ll
test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll
test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll
test/CodeGen/ARM/2012-10-04-FixedFrame-vs-byval.ll
test/CodeGen/ARM/2012-10-04-LDRB_POST_IMM-Crash.ll
test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll
test/CodeGen/ARM/2012-11-14-subs_carry.ll
test/CodeGen/ARM/2013-01-21-PR14992.ll
test/CodeGen/ARM/2013-02-27-expand-vfma.ll
test/CodeGen/ARM/2013-04-05-Small-ByVal-Structs-PR15293.ll
test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll
test/CodeGen/ARM/2013-04-21-AAPCS-VA-C.1.cp.ll
test/CodeGen/ARM/2013-05-05-IfConvertBug.ll
test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding2.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-05-13-DAGCombiner-undef-mask.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-05-31-char-shift-crash.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-07-29-vector-or-combine.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-10-11-select-stalls.ll [new file with mode: 0644]
test/CodeGen/ARM/2013-11-08-inline-asm-neon-array.ll [new file with mode: 0644]
test/CodeGen/ARM/a15-SD-dep.ll
test/CodeGen/ARM/a15-mla.ll
test/CodeGen/ARM/a15-partial-update.ll
test/CodeGen/ARM/addrspacecast.ll [new file with mode: 0644]
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/alloc-no-stack-realign.ll
test/CodeGen/ARM/arguments.ll
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/arm-frameaddr.ll
test/CodeGen/ARM/arm-modifier.ll
test/CodeGen/ARM/arm-returnaddr.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-cmp.ll
test/CodeGen/ARM/atomic-load-store.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll [new file with mode: 0644]
test/CodeGen/ARM/atomicrmw_minmax.ll
test/CodeGen/ARM/avoid-cpsr-rmw.ll
test/CodeGen/ARM/bfc.ll
test/CodeGen/ARM/bfi.ll
test/CodeGen/ARM/bswap-inline-asm.ll
test/CodeGen/ARM/build-attributes-encoding.s [new file with mode: 0644]
test/CodeGen/ARM/byval_load_align.ll [new file with mode: 0644]
test/CodeGen/ARM/call-noret-minsize.ll
test/CodeGen/ARM/call-noret.ll
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/call_nolink.ll
test/CodeGen/ARM/carry.ll
test/CodeGen/ARM/coalesce-dbgvalue.ll [new file with mode: 0644]
test/CodeGen/ARM/code-placement.ll
test/CodeGen/ARM/constantfp.ll [new file with mode: 0644]
test/CodeGen/ARM/copy-paired-reg.ll [new file with mode: 0644]
test/CodeGen/ARM/crash-greedy-v6.ll
test/CodeGen/ARM/crash-shufflevector.ll
test/CodeGen/ARM/ctz.ll
test/CodeGen/ARM/dagcombine-anyexttozeroext.ll
test/CodeGen/ARM/dagcombine-concatvector.ll
test/CodeGen/ARM/darwin-eabi.ll [new file with mode: 0644]
test/CodeGen/ARM/data-in-code-annotations.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/div.ll
test/CodeGen/ARM/divmod-eabi.ll [new file with mode: 0644]
test/CodeGen/ARM/divmod.ll
test/CodeGen/ARM/domain-conv-vmovs.ll
test/CodeGen/ARM/eh-dispcont.ll
test/CodeGen/ARM/ehabi-filters.ll
test/CodeGen/ARM/ehabi-mc-cantunwind.ll [deleted file]
test/CodeGen/ARM/ehabi-mc-compact-pr0.ll [deleted file]
test/CodeGen/ARM/ehabi-mc-compact-pr1.ll [deleted file]
test/CodeGen/ARM/ehabi-mc-section-group.ll [deleted file]
test/CodeGen/ARM/ehabi-mc-section.ll [deleted file]
test/CodeGen/ARM/ehabi-mc-sh_link.ll [deleted file]
test/CodeGen/ARM/ehabi-mc.ll [deleted file]
test/CodeGen/ARM/ehabi.ll [new file with mode: 0644]
test/CodeGen/ARM/emit-big-cst.ll [new file with mode: 0644]
test/CodeGen/ARM/extload-knownzero.ll
test/CodeGen/ARM/fabs-neon.ll
test/CodeGen/ARM/fabss.ll
test/CodeGen/ARM/fadds.ll
test/CodeGen/ARM/fast-isel-GEP-coalesce.ll
test/CodeGen/ARM/fast-isel-align.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-binary.ll
test/CodeGen/ARM/fast-isel-br-const.ll
test/CodeGen/ARM/fast-isel-br-phi.ll
test/CodeGen/ARM/fast-isel-call-multi-reg-return.ll
test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-cmp-imm.ll
test/CodeGen/ARM/fast-isel-conversion.ll
test/CodeGen/ARM/fast-isel-crash.ll
test/CodeGen/ARM/fast-isel-crash2.ll
test/CodeGen/ARM/fast-isel-deadcode.ll
test/CodeGen/ARM/fast-isel-ext.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-fold.ll
test/CodeGen/ARM/fast-isel-frameaddr.ll
test/CodeGen/ARM/fast-isel-icmp.ll
test/CodeGen/ARM/fast-isel-indirectbr.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll
test/CodeGen/ARM/fast-isel-ldr-str-arm.ll
test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll
test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll
test/CodeGen/ARM/fast-isel-load-store-verify.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel-mvn.ll
test/CodeGen/ARM/fast-isel-pic.ll
test/CodeGen/ARM/fast-isel-pred.ll
test/CodeGen/ARM/fast-isel-redefinition.ll
test/CodeGen/ARM/fast-isel-ret.ll
test/CodeGen/ARM/fast-isel-select.ll
test/CodeGen/ARM/fast-isel-shifter.ll
test/CodeGen/ARM/fast-isel-static.ll
test/CodeGen/ARM/fast-isel-vararg.ll [new file with mode: 0644]
test/CodeGen/ARM/fast-isel.ll
test/CodeGen/ARM/fast-tail-call.ll [new file with mode: 0644]
test/CodeGen/ARM/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
test/CodeGen/ARM/fcopysign.ll
test/CodeGen/ARM/fdivs.ll
test/CodeGen/ARM/fmacs.ll
test/CodeGen/ARM/fmscs.ll
test/CodeGen/ARM/fmuls.ll
test/CodeGen/ARM/fnegs.ll
test/CodeGen/ARM/fnmacs.ll
test/CodeGen/ARM/fnmscs.ll
test/CodeGen/ARM/fold-stack-adjust.ll [new file with mode: 0644]
test/CodeGen/ARM/fp.ll
test/CodeGen/ARM/fp16.ll
test/CodeGen/ARM/fp_convert.ll
test/CodeGen/ARM/fparith.ll
test/CodeGen/ARM/fpcmp-opt.ll
test/CodeGen/ARM/fpcmp.ll
test/CodeGen/ARM/fpcmp_ueq.ll
test/CodeGen/ARM/fpconsts.ll
test/CodeGen/ARM/fpconv.ll
test/CodeGen/ARM/fpmem.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/fusedMAC.ll
test/CodeGen/ARM/globals.ll
test/CodeGen/ARM/hidden-vis-2.ll
test/CodeGen/ARM/hidden-vis.ll
test/CodeGen/ARM/ifconv-kills.ll [new file with mode: 0644]
test/CodeGen/ARM/ifconv-regmask.ll [new file with mode: 0644]
test/CodeGen/ARM/ifcvt1.ll
test/CodeGen/ARM/ifcvt10.ll
test/CodeGen/ARM/ifcvt11.ll
test/CodeGen/ARM/ifcvt12.ll
test/CodeGen/ARM/ifcvt2.ll
test/CodeGen/ARM/ifcvt3.ll
test/CodeGen/ARM/ifcvt4.ll
test/CodeGen/ARM/ifcvt5.ll
test/CodeGen/ARM/indirect-reg-input.ll
test/CodeGen/ARM/indirectbr-2.ll
test/CodeGen/ARM/indirectbr-3.ll [new file with mode: 0644]
test/CodeGen/ARM/indirectbr.ll
test/CodeGen/ARM/inlineasm-64bit.ll
test/CodeGen/ARM/inlineasm4.ll
test/CodeGen/ARM/interrupt-attr.ll [new file with mode: 0644]
test/CodeGen/ARM/intrinsics-crypto.ll [new file with mode: 0644]
test/CodeGen/ARM/intrinsics-v8.ll [new file with mode: 0644]
test/CodeGen/ARM/ldm.ll
test/CodeGen/ARM/ldr.ll
test/CodeGen/ARM/ldr_post.ll
test/CodeGen/ARM/ldr_pre.ll
test/CodeGen/ARM/ldrd.ll
test/CodeGen/ARM/ldst-f32-2-i32.ll
test/CodeGen/ARM/ldstrex.ll [new file with mode: 0644]
test/CodeGen/ARM/ldstrexd.ll [deleted file]
test/CodeGen/ARM/lit.local.cfg
test/CodeGen/ARM/load-address-masked.ll [new file with mode: 0644]
test/CodeGen/ARM/load-global.ll
test/CodeGen/ARM/load_i1_select.ll
test/CodeGen/ARM/long.ll
test/CodeGen/ARM/longMAC.ll
test/CodeGen/ARM/long_shift.ll
test/CodeGen/ARM/lsr-icmp-imm.ll
test/CodeGen/ARM/lsr-unfolded-offset.ll
test/CodeGen/ARM/machine-cse-cmp.ll
test/CodeGen/ARM/machine-licm.ll
test/CodeGen/ARM/memcpy-inline.ll
test/CodeGen/ARM/memset-inline.ll
test/CodeGen/ARM/misched-copy-arm.ll
test/CodeGen/ARM/mls.ll
test/CodeGen/ARM/movt.ll
test/CodeGen/ARM/mul_const.ll
test/CodeGen/ARM/mulhi.ll
test/CodeGen/ARM/mvn.ll
test/CodeGen/ARM/neon-spfp.ll
test/CodeGen/ARM/neon_minmax.ll
test/CodeGen/ARM/neon_spill.ll
test/CodeGen/ARM/neon_vabs.ll
test/CodeGen/ARM/no-fpu.ll [new file with mode: 0644]
test/CodeGen/ARM/noreturn.ll [new file with mode: 0644]
test/CodeGen/ARM/optselect-regclass.ll [new file with mode: 0644]
test/CodeGen/ARM/pack.ll
test/CodeGen/ARM/peephole-bitcast.ll
test/CodeGen/ARM/pic.ll [new file with mode: 0644]
test/CodeGen/ARM/popcnt.ll
test/CodeGen/ARM/prefetch-thumb.ll [new file with mode: 0644]
test/CodeGen/ARM/prefetch.ll
test/CodeGen/ARM/private.ll
test/CodeGen/ARM/readcyclecounter.ll [new file with mode: 0644]
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/ret_sret_vector.ll
test/CodeGen/ARM/returned-ext.ll
test/CodeGen/ARM/returned-trunc-tail-calls.ll [new file with mode: 0644]
test/CodeGen/ARM/rev.ll
test/CodeGen/ARM/sbfx.ll
test/CodeGen/ARM/section-name.ll [new file with mode: 0644]
test/CodeGen/ARM/select-imm.ll
test/CodeGen/ARM/select-undef.ll [new file with mode: 0644]
test/CodeGen/ARM/select.ll
test/CodeGen/ARM/select_xform.ll
test/CodeGen/ARM/setcc-sentinals.ll [new file with mode: 0644]
test/CodeGen/ARM/shifter_operand.ll
test/CodeGen/ARM/sincos.ll [new file with mode: 0644]
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/stack-protector-bmovpcb_call.ll [new file with mode: 0644]
test/CodeGen/ARM/str_post.ll
test/CodeGen/ARM/struct-byval-frame-index.ll [new file with mode: 0644]
test/CodeGen/ARM/struct_byval.ll
test/CodeGen/ARM/struct_byval_arm_t1_t2.ll [new file with mode: 0644]
test/CodeGen/ARM/sub-cmp-peephole.ll
test/CodeGen/ARM/swift-atomics.ll [new file with mode: 0644]
test/CodeGen/ARM/swift-vldm.ll [new file with mode: 0644]
test/CodeGen/ARM/tail-dup.ll
test/CodeGen/ARM/tail-opts.ll
test/CodeGen/ARM/test-sharedidx.ll
test/CodeGen/ARM/this-return.ll
test/CodeGen/ARM/thumb1-varalloc.ll
test/CodeGen/ARM/thumb2-it-block.ll
test/CodeGen/ARM/tls-models.ll
test/CodeGen/ARM/tls2.ll
test/CodeGen/ARM/trap.ll
test/CodeGen/ARM/twoaddrinstr.ll
test/CodeGen/ARM/umulo-32.ll
test/CodeGen/ARM/unaligned_load_store.ll
test/CodeGen/ARM/unaligned_load_store_vector.ll
test/CodeGen/ARM/undef-sext.ll
test/CodeGen/ARM/unwind-init.ll [new file with mode: 0644]
test/CodeGen/ARM/v1-constant-fold.ll
test/CodeGen/ARM/va_arg.ll
test/CodeGen/ARM/vaba.ll
test/CodeGen/ARM/vabd.ll
test/CodeGen/ARM/vabs.ll
test/CodeGen/ARM/vadd.ll
test/CodeGen/ARM/vbits.ll
test/CodeGen/ARM/vbsl-constant.ll
test/CodeGen/ARM/vbsl.ll
test/CodeGen/ARM/vceq.ll
test/CodeGen/ARM/vcge.ll
test/CodeGen/ARM/vcgt.ll
test/CodeGen/ARM/vcnt.ll
test/CodeGen/ARM/vcvt-cost.ll
test/CodeGen/ARM/vcvt-v8.ll [new file with mode: 0644]
test/CodeGen/ARM/vcvt.ll
test/CodeGen/ARM/vdiv_combine.ll
test/CodeGen/ARM/vdup.ll
test/CodeGen/ARM/vector-DAGCombine.ll
test/CodeGen/ARM/vector-extend-narrow.ll
test/CodeGen/ARM/vext.ll
test/CodeGen/ARM/vfcmp.ll
test/CodeGen/ARM/vfp.ll
test/CodeGen/ARM/vget_lane.ll
test/CodeGen/ARM/vhadd.ll
test/CodeGen/ARM/vhsub.ll
test/CodeGen/ARM/vicmp.ll
test/CodeGen/ARM/vld1.ll
test/CodeGen/ARM/vld2.ll
test/CodeGen/ARM/vld3.ll
test/CodeGen/ARM/vld4.ll
test/CodeGen/ARM/vlddup.ll
test/CodeGen/ARM/vldlane.ll
test/CodeGen/ARM/vldm-liveness.ll [new file with mode: 0644]
test/CodeGen/ARM/vldm-sched-a9.ll [new file with mode: 0644]
test/CodeGen/ARM/vminmax.ll
test/CodeGen/ARM/vminmaxnm.ll [new file with mode: 0644]
test/CodeGen/ARM/vmla.ll
test/CodeGen/ARM/vmls.ll
test/CodeGen/ARM/vmov.ll
test/CodeGen/ARM/vmul.ll
test/CodeGen/ARM/vneg.ll
test/CodeGen/ARM/vpadal.ll
test/CodeGen/ARM/vpadd.ll
test/CodeGen/ARM/vpminmax.ll
test/CodeGen/ARM/vqadd.ll
test/CodeGen/ARM/vqdmul.ll
test/CodeGen/ARM/vqshl.ll
test/CodeGen/ARM/vqshrn.ll
test/CodeGen/ARM/vqsub.ll
test/CodeGen/ARM/vrec.ll
test/CodeGen/ARM/vrev.ll
test/CodeGen/ARM/vsel.ll [new file with mode: 0644]
test/CodeGen/ARM/vselect_imax.ll
test/CodeGen/ARM/vshift.ll
test/CodeGen/ARM/vshiftins.ll
test/CodeGen/ARM/vshl.ll
test/CodeGen/ARM/vshll.ll
test/CodeGen/ARM/vshrn.ll
test/CodeGen/ARM/vsra.ll
test/CodeGen/ARM/vst1.ll
test/CodeGen/ARM/vst2.ll
test/CodeGen/ARM/vst3.ll
test/CodeGen/ARM/vst4.ll
test/CodeGen/ARM/vstlane.ll
test/CodeGen/ARM/vsub.ll
test/CodeGen/ARM/vtbl.ll
test/CodeGen/ARM/vtrn.ll
test/CodeGen/ARM/vuzp.ll
test/CodeGen/ARM/vzip.ll
test/CodeGen/ARM/warn-stack.ll [new file with mode: 0644]
test/CodeGen/CPP/lit.local.cfg
test/CodeGen/Generic/2009-03-17-LSR-APInt.ll
test/CodeGen/Generic/crash.ll
test/CodeGen/Generic/dbg_value.ll
test/CodeGen/Generic/lit.local.cfg [deleted file]
test/CodeGen/Hexagon/BranchPredict.ll [new file with mode: 0644]
test/CodeGen/Hexagon/adde.ll
test/CodeGen/Hexagon/args.ll
test/CodeGen/Hexagon/combine_ir.ll
test/CodeGen/Hexagon/extload-combine.ll [new file with mode: 0644]
test/CodeGen/Hexagon/hwloop-dbg.ll
test/CodeGen/Hexagon/i16_VarArg.ll
test/CodeGen/Hexagon/i1_VarArg.ll
test/CodeGen/Hexagon/i8_VarArg.ll
test/CodeGen/Hexagon/indirect-br.ll
test/CodeGen/Hexagon/lit.local.cfg
test/CodeGen/Hexagon/memops.ll
test/CodeGen/Hexagon/packetize_cond_inst.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pred-gp.ll [new file with mode: 0644]
test/CodeGen/Hexagon/pred-instrs.ll [new file with mode: 0644]
test/CodeGen/Hexagon/split-const32-const64.ll [new file with mode: 0644]
test/CodeGen/Hexagon/sube.ll
test/CodeGen/Hexagon/tail-call-trunc.ll [new file with mode: 0644]
test/CodeGen/Hexagon/tfr-to-combine.ll [new file with mode: 0644]
test/CodeGen/Hexagon/union-1.ll
test/CodeGen/Hexagon/zextloadi1.ll
test/CodeGen/Inputs/DbgValueOtherTargets.ll
test/CodeGen/MBlaze/DbgValueOtherTargets.test [deleted file]
test/CodeGen/MBlaze/brind.ll [deleted file]
test/CodeGen/MBlaze/callind.ll [deleted file]
test/CodeGen/MBlaze/cc.ll [deleted file]
test/CodeGen/MBlaze/div.ll [deleted file]
test/CodeGen/MBlaze/fpu.ll [deleted file]
test/CodeGen/MBlaze/fsl.ll [deleted file]
test/CodeGen/MBlaze/imm.ll [deleted file]
test/CodeGen/MBlaze/intr.ll [deleted file]
test/CodeGen/MBlaze/jumptable.ll [deleted file]
test/CodeGen/MBlaze/lit.local.cfg [deleted file]
test/CodeGen/MBlaze/loop.ll [deleted file]
test/CodeGen/MBlaze/mul.ll [deleted file]
test/CodeGen/MBlaze/mul64.ll [deleted file]
test/CodeGen/MBlaze/select.ll [deleted file]
test/CodeGen/MBlaze/shift.ll [deleted file]
test/CodeGen/MBlaze/svol.ll [deleted file]
test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll
test/CodeGen/MSP430/AddrMode-bis-rx.ll
test/CodeGen/MSP430/AddrMode-bis-xr.ll
test/CodeGen/MSP430/AddrMode-mov-rx.ll
test/CodeGen/MSP430/AddrMode-mov-xr.ll
test/CodeGen/MSP430/Inst16mi.ll
test/CodeGen/MSP430/Inst16mm.ll
test/CodeGen/MSP430/Inst16mr.ll
test/CodeGen/MSP430/Inst16ri.ll
test/CodeGen/MSP430/Inst16rm.ll
test/CodeGen/MSP430/Inst16rr.ll
test/CodeGen/MSP430/Inst8mi.ll
test/CodeGen/MSP430/Inst8mm.ll
test/CodeGen/MSP430/Inst8mr.ll
test/CodeGen/MSP430/Inst8ri.ll
test/CodeGen/MSP430/Inst8rm.ll
test/CodeGen/MSP430/Inst8rr.ll
test/CodeGen/MSP430/bit.ll
test/CodeGen/MSP430/byval.ll
test/CodeGen/MSP430/cc_args.ll [new file with mode: 0644]
test/CodeGen/MSP430/cc_ret.ll [new file with mode: 0644]
test/CodeGen/MSP430/fp.ll
test/CodeGen/MSP430/indirectbr2.ll
test/CodeGen/MSP430/jumptable.ll [new file with mode: 0644]
test/CodeGen/MSP430/lit.local.cfg
test/CodeGen/MSP430/postinc.ll
test/CodeGen/MSP430/setcc.ll
test/CodeGen/MSP430/shifts.ll
test/CodeGen/MSP430/transient-stack-alignment.ll [new file with mode: 0644]
test/CodeGen/MSP430/vararg.ll
test/CodeGen/Mips/2008-07-16-SignExtInReg.ll
test/CodeGen/Mips/2008-08-01-AsmInline.ll
test/CodeGen/Mips/2013-11-18-fp64-const0.ll [new file with mode: 0644]
test/CodeGen/Mips/align16.ll
test/CodeGen/Mips/alloca16.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/beqzc.ll [new file with mode: 0644]
test/CodeGen/Mips/beqzc1.ll [new file with mode: 0644]
test/CodeGen/Mips/biggot.ll
test/CodeGen/Mips/blez_bgez.ll [new file with mode: 0644]
test/CodeGen/Mips/blockaddr.ll
test/CodeGen/Mips/brdelayslot.ll
test/CodeGen/Mips/brsize3.ll [new file with mode: 0644]
test/CodeGen/Mips/brsize3a.ll [new file with mode: 0644]
test/CodeGen/Mips/bswap.ll
test/CodeGen/Mips/buildpairextractelementf64.ll
test/CodeGen/Mips/check-noat.ll
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/cmplarge.ll [new file with mode: 0644]
test/CodeGen/Mips/const-mult.ll [new file with mode: 0644]
test/CodeGen/Mips/const1.ll [new file with mode: 0644]
test/CodeGen/Mips/const4a.ll [new file with mode: 0644]
test/CodeGen/Mips/const6.ll [new file with mode: 0644]
test/CodeGen/Mips/const6a.ll [new file with mode: 0644]
test/CodeGen/Mips/ctlz.ll [new file with mode: 0644]
test/CodeGen/Mips/disable-tail-merge.ll [new file with mode: 0644]
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/dsp-patterns-cmp-vselect.ll
test/CodeGen/Mips/dsp-patterns.ll
test/CodeGen/Mips/dsp-vec-load-store.ll [new file with mode: 0644]
test/CodeGen/Mips/eh-return64.ll
test/CodeGen/Mips/emit-big-cst.ll [new file with mode: 0644]
test/CodeGen/Mips/ex2.ll
test/CodeGen/Mips/extins.ll
test/CodeGen/Mips/f16abs.ll [new file with mode: 0644]
test/CodeGen/Mips/fcopysign-f32-f64.ll
test/CodeGen/Mips/fixdfsf.ll [new file with mode: 0644]
test/CodeGen/Mips/fp16instrinsmc.ll [new file with mode: 0644]
test/CodeGen/Mips/fp16mix.ll [new file with mode: 0644]
test/CodeGen/Mips/fpneeded.ll
test/CodeGen/Mips/fpnotneeded.ll
test/CodeGen/Mips/fptr2.ll [new file with mode: 0644]
test/CodeGen/Mips/frame-address.ll
test/CodeGen/Mips/helloworld.ll
test/CodeGen/Mips/hf16call32.ll [new file with mode: 0644]
test/CodeGen/Mips/hf16call32_body.ll [new file with mode: 0644]
test/CodeGen/Mips/hf1_body.ll [new file with mode: 0644]
test/CodeGen/Mips/hfptrcall.ll [new file with mode: 0644]
test/CodeGen/Mips/i32k.ll
test/CodeGen/Mips/i64arg.ll
test/CodeGen/Mips/inlineasm-operand-code.ll
test/CodeGen/Mips/int-to-float-conversion.ll [new file with mode: 0644]
test/CodeGen/Mips/largefr1.ll
test/CodeGen/Mips/largeimmprinting.ll
test/CodeGen/Mips/lazy-binding.ll [new file with mode: 0644]
test/CodeGen/Mips/lit.local.cfg
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/mips16_32_1.ll
test/CodeGen/Mips/mips16_32_10.ll
test/CodeGen/Mips/mips16_32_3.ll
test/CodeGen/Mips/mips16_32_4.ll
test/CodeGen/Mips/mips16_32_5.ll
test/CodeGen/Mips/mips16_32_6.ll
test/CodeGen/Mips/mips16_32_7.ll
test/CodeGen/Mips/mips16_32_8.ll
test/CodeGen/Mips/mips16_32_9.ll
test/CodeGen/Mips/mips16_fpret.ll [new file with mode: 0644]
test/CodeGen/Mips/mips16fpe.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64-libcall.ll
test/CodeGen/Mips/mips64instrs.ll
test/CodeGen/Mips/misha.ll
test/CodeGen/Mips/mno-ldc1-sdc1.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2r.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2r_vector_scalar.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf_exup.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf_float_int.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf_fq.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf_int_float.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/2rf_tq.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-a.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-b.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-c.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-d.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-i.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-m.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-p.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-s.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r-v.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r_4r.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r_4r_widen.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3r_splat.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_4rf.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_4rf_q.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_exdo.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_float_int.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_int_float.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/3rf_q.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/arithmetic.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/arithmetic_float.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/basic_operations.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/basic_operations_float.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/bit.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/bitcast.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/bitwise.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/compare.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/compare_float.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/elm_copy.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/elm_cxcmsa.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/elm_insv.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/elm_move.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/elm_shift_slide.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/endian.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/frameindex.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i10.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5-a.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5-b.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5-c.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5-m.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5-s.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i5_ld_st.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/i8.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/inline-asm.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s1704963983.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s2090927243-simplified.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s2501752154-simplified.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s2704903805.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s3861334421.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s3926023935.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s3997499501.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s449609655-simplified.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s525530439.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-s997348632.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/shift-dagcombine.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/shuffle.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/special.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/spill.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/vec.ll [new file with mode: 0644]
test/CodeGen/Mips/msa/vecs10.ll [new file with mode: 0644]
test/CodeGen/Mips/nomips16.ll [new file with mode: 0644]
test/CodeGen/Mips/o32_cc.ll
test/CodeGen/Mips/o32_cc_byval.ll
test/CodeGen/Mips/o32_cc_vararg.ll
test/CodeGen/Mips/optimize-fp-math.ll [new file with mode: 0644]
test/CodeGen/Mips/powif64_16.ll [new file with mode: 0644]
test/CodeGen/Mips/private.ll
test/CodeGen/Mips/ra-allocatable.ll
test/CodeGen/Mips/return-vector.ll
test/CodeGen/Mips/rotate.ll
test/CodeGen/Mips/sel1c.ll [new file with mode: 0644]
test/CodeGen/Mips/sel2c.ll [new file with mode: 0644]
test/CodeGen/Mips/selectcc.ll
test/CodeGen/Mips/selnek.ll
test/CodeGen/Mips/setcc-se.ll [new file with mode: 0644]
test/CodeGen/Mips/simplebr.ll [new file with mode: 0644]
test/CodeGen/Mips/sint-fp-store_pattern.ll [new file with mode: 0644]
test/CodeGen/Mips/stack-alignment.ll [new file with mode: 0644]
test/CodeGen/Mips/stackcoloring.ll [new file with mode: 0644]
test/CodeGen/Mips/stchar.ll
test/CodeGen/Mips/tailcall.ll
test/CodeGen/Mips/tls-alias.ll
test/CodeGen/Mips/tls-models.ll
test/CodeGen/Mips/tls.ll
test/CodeGen/Mips/tnaked.ll
test/CodeGen/Mips/trap.ll [new file with mode: 0644]
test/CodeGen/Mips/trap1.ll [new file with mode: 0644]
test/CodeGen/Mips/unalignedload.ll
test/CodeGen/NVPTX/add-128bit.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bug17709.ll [new file with mode: 0644]
test/CodeGen/NVPTX/callchain.ll [new file with mode: 0644]
test/CodeGen/NVPTX/compare-int.ll
test/CodeGen/NVPTX/constant-vectors.ll [new file with mode: 0644]
test/CodeGen/NVPTX/convert-int-sm20.ll
test/CodeGen/NVPTX/ctlz.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ctpop.ll [new file with mode: 0644]
test/CodeGen/NVPTX/cttz.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fast-math.ll [new file with mode: 0644]
test/CodeGen/NVPTX/fp-literals.ll [new file with mode: 0644]
test/CodeGen/NVPTX/generic-to-nvvm.ll
test/CodeGen/NVPTX/i1-global.ll
test/CodeGen/NVPTX/i1-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/NVPTX/i1-param.ll
test/CodeGen/NVPTX/i8-param.ll [new file with mode: 0644]
test/CodeGen/NVPTX/implicit-def.ll [new file with mode: 0644]
test/CodeGen/NVPTX/inline-asm.ll [new file with mode: 0644]
test/CodeGen/NVPTX/intrinsic-old.ll
test/CodeGen/NVPTX/intrinsics.ll
test/CodeGen/NVPTX/ld-addrspace.ll
test/CodeGen/NVPTX/ld-generic.ll
test/CodeGen/NVPTX/ldu-i8.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ldu-reg-plus-offset.ll [new file with mode: 0644]
test/CodeGen/NVPTX/lit.local.cfg
test/CodeGen/NVPTX/load-sext-i1.ll [new file with mode: 0644]
test/CodeGen/NVPTX/local-stack-frame.ll [new file with mode: 0644]
test/CodeGen/NVPTX/module-inline-asm.ll [new file with mode: 0644]
test/CodeGen/NVPTX/pr13291-i1-store.ll
test/CodeGen/NVPTX/pr16278.ll [new file with mode: 0644]
test/CodeGen/NVPTX/pr17529.ll [new file with mode: 0644]
test/CodeGen/NVPTX/refl1.ll
test/CodeGen/NVPTX/rsqrt.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sext-in-reg.ll [new file with mode: 0644]
test/CodeGen/NVPTX/sext-params.ll [new file with mode: 0644]
test/CodeGen/NVPTX/st-addrspace.ll
test/CodeGen/NVPTX/st-generic.ll
test/CodeGen/NVPTX/vec-param-load.ll [new file with mode: 0644]
test/CodeGen/NVPTX/vec8.ll [new file with mode: 0644]
test/CodeGen/NVPTX/vector-args.ll
test/CodeGen/NVPTX/vector-stores.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll
test/CodeGen/PowerPC/2009-09-18-carrybit.ll
test/CodeGen/PowerPC/2010-02-12-saveCR.ll
test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll
test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll
test/CodeGen/PowerPC/2013-05-15-preinc-fold.ll [new file with mode: 0644]
test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll [new file with mode: 0644]
test/CodeGen/PowerPC/Frames-alloca.ll
test/CodeGen/PowerPC/addc.ll
test/CodeGen/PowerPC/addrfuncstr.ll [new file with mode: 0644]
test/CodeGen/PowerPC/altivec-ord.ll [new file with mode: 0644]
test/CodeGen/PowerPC/anon_aggr.ll
test/CodeGen/PowerPC/ashr-neg1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/asm-dialect.ll [new file with mode: 0644]
test/CodeGen/PowerPC/asym-regclass-copy.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/bdzlr.ll
test/CodeGen/PowerPC/bv-pres-v8i1.ll [new file with mode: 0644]
test/CodeGen/PowerPC/bv-widen-undef.ll [new file with mode: 0644]
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/copysignl.ll [new file with mode: 0644]
test/CodeGen/PowerPC/cr-spills.ll
test/CodeGen/PowerPC/crsave.ll
test/CodeGen/PowerPC/ctr-cleanup.ll
test/CodeGen/PowerPC/ctrloop-asm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-cpsgn.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-fp64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-i64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-large-ec.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-lt.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloop-ne.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ctrloops.ll
test/CodeGen/PowerPC/dbg.ll
test/CodeGen/PowerPC/dyn-alloca-aligned.ll [new file with mode: 0644]
test/CodeGen/PowerPC/emptystruct.ll
test/CodeGen/PowerPC/fast-isel-GEP-coalesce.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-binary.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-br-const.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-call.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-cmp-imm.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-conversion.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-ext.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-fold.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-indirectbr.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-load-store.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-redefinition.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-ret.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fast-isel-shifter.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
test/CodeGen/PowerPC/fcpsgn.ll [new file with mode: 0644]
test/CodeGen/PowerPC/floatPSA.ll
test/CodeGen/PowerPC/fma.ll
test/CodeGen/PowerPC/frameaddr.ll
test/CodeGen/PowerPC/glob-comp-aa-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/hello-reloc.s [new file with mode: 0644]
test/CodeGen/PowerPC/i64_fp_round.ll
test/CodeGen/PowerPC/indirectbr.ll
test/CodeGen/PowerPC/inlineasm-i64-reg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/isel-rc-nox0.ll [new file with mode: 0644]
test/CodeGen/PowerPC/jaggedstructs.ll
test/CodeGen/PowerPC/lit.local.cfg
test/CodeGen/PowerPC/mcm-1.ll
test/CodeGen/PowerPC/mcm-10.ll
test/CodeGen/PowerPC/mcm-11.ll
test/CodeGen/PowerPC/mcm-12.ll
test/CodeGen/PowerPC/mcm-2.ll
test/CodeGen/PowerPC/mcm-3.ll
test/CodeGen/PowerPC/mcm-4.ll
test/CodeGen/PowerPC/mcm-5.ll
test/CodeGen/PowerPC/mcm-6.ll
test/CodeGen/PowerPC/mcm-7.ll
test/CodeGen/PowerPC/mcm-8.ll
test/CodeGen/PowerPC/mcm-9.ll
test/CodeGen/PowerPC/mcm-default.ll
test/CodeGen/PowerPC/mcm-obj-2.ll
test/CodeGen/PowerPC/mcm-obj.ll
test/CodeGen/PowerPC/misched-inorder-latency.ll
test/CodeGen/PowerPC/mulli64.ll [new file with mode: 0644]
test/CodeGen/PowerPC/negctr.ll
test/CodeGen/PowerPC/optcmp.ll
test/CodeGen/PowerPC/ppc32-vacopy.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-align-long-double.ll
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-toc.ll
test/CodeGen/PowerPC/pr13891.ll
test/CodeGen/PowerPC/pr15031.ll
test/CodeGen/PowerPC/pr16556-2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr16556.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr16573.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr17168.ll [new file with mode: 0644]
test/CodeGen/PowerPC/pr17354.ll [new file with mode: 0644]
test/CodeGen/PowerPC/recipest.ll
test/CodeGen/PowerPC/reg-names.ll [new file with mode: 0644]
test/CodeGen/PowerPC/reloc-align.ll [new file with mode: 0644]
test/CodeGen/PowerPC/remap-crash.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rlwimi-and.ll [new file with mode: 0644]
test/CodeGen/PowerPC/rounding-ops.ll
test/CodeGen/PowerPC/rs-undef-use.ll [new file with mode: 0644]
test/CodeGen/PowerPC/set0-v8i16.ll [new file with mode: 0644]
test/CodeGen/PowerPC/sj-ctr-loop.ll [new file with mode: 0644]
test/CodeGen/PowerPC/sjlj.ll
test/CodeGen/PowerPC/stack-protector.ll
test/CodeGen/PowerPC/stack-realign.ll [new file with mode: 0644]
test/CodeGen/PowerPC/std-unal-fi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/store-update.ll
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/PowerPC/sub-bv-types.ll [new file with mode: 0644]
test/CodeGen/PowerPC/subsumes-pred-regs.ll [new file with mode: 0644]
test/CodeGen/PowerPC/svr4-redzone.ll
test/CodeGen/PowerPC/tls-2.ll
test/CodeGen/PowerPC/tls-gd-obj.ll [deleted file]
test/CodeGen/PowerPC/tls-ie-obj.ll [deleted file]
test/CodeGen/PowerPC/tls-ld-obj.ll [deleted file]
test/CodeGen/PowerPC/tls.ll
test/CodeGen/PowerPC/unal-altivec.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal-altivec2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unal4-std.ll
test/CodeGen/PowerPC/unwind-dw2-g.ll [new file with mode: 0644]
test/CodeGen/PowerPC/unwind-dw2.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vaddsplat.ll
test/CodeGen/PowerPC/varargs.ll
test/CodeGen/PowerPC/vec-abi-align.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_cmp.ll
test/CodeGen/PowerPC/vec_constants.ll
test/CodeGen/PowerPC/vec_conv.ll
test/CodeGen/PowerPC/vec_extload.ll
test/CodeGen/PowerPC/vec_fmuladd.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_rounding.ll
test/CodeGen/PowerPC/vec_sqrt.ll
test/CodeGen/PowerPC/vector.ll
test/CodeGen/PowerPC/vrspill.ll
test/CodeGen/PowerPC/zero-not-run.ll [new file with mode: 0644]
test/CodeGen/R600/128bit-kernel-args.ll
test/CodeGen/R600/32-bit-local-address-space.ll [new file with mode: 0644]
test/CodeGen/R600/64bit-kernel-args.ll [new file with mode: 0644]
test/CodeGen/R600/add.ll
test/CodeGen/R600/add_i64.ll [new file with mode: 0644]
test/CodeGen/R600/address-space.ll [new file with mode: 0644]
test/CodeGen/R600/alu-split.ll [deleted file]
test/CodeGen/R600/and.ll
test/CodeGen/R600/array-ptr-calc-i64.ll [new file with mode: 0644]
test/CodeGen/R600/atomic_load_add.ll [new file with mode: 0644]
test/CodeGen/R600/atomic_load_sub.ll [new file with mode: 0644]
test/CodeGen/R600/bfi_int.ll
test/CodeGen/R600/big_alu.ll [new file with mode: 0644]
test/CodeGen/R600/bitcast.ll [new file with mode: 0644]
test/CodeGen/R600/build_vector.ll [new file with mode: 0644]
test/CodeGen/R600/call_fs.ll
test/CodeGen/R600/combine_vloads.ll [new file with mode: 0644]
test/CodeGen/R600/complex-folding.ll [new file with mode: 0644]
test/CodeGen/R600/dot4-folding.ll [new file with mode: 0644]
test/CodeGen/R600/elf.ll
test/CodeGen/R600/extload.ll [new file with mode: 0644]
test/CodeGen/R600/fabs.ll
test/CodeGen/R600/fadd.ll
test/CodeGen/R600/fadd64.ll [new file with mode: 0644]
test/CodeGen/R600/fcmp-cnd.ll
test/CodeGen/R600/fcmp.ll
test/CodeGen/R600/fcmp64.ll [new file with mode: 0644]
test/CodeGen/R600/fconst64.ll [new file with mode: 0644]
test/CodeGen/R600/fdiv.ll
test/CodeGen/R600/fdiv64.ll [new file with mode: 0644]
test/CodeGen/R600/fetch-limits.r600.ll [new file with mode: 0644]
test/CodeGen/R600/fetch-limits.r700+.ll [new file with mode: 0644]
test/CodeGen/R600/floor.ll
test/CodeGen/R600/fma.ll [new file with mode: 0644]
test/CodeGen/R600/fmad.ll
test/CodeGen/R600/fmax.ll
test/CodeGen/R600/fmin.ll
test/CodeGen/R600/fmul.ll
test/CodeGen/R600/fmul.v4f32.ll [deleted file]
test/CodeGen/R600/fmul64.ll [new file with mode: 0644]
test/CodeGen/R600/fmuladd.ll [new file with mode: 0644]
test/CodeGen/R600/fneg.ll [new file with mode: 0644]
test/CodeGen/R600/fp64_to_sint.ll [new file with mode: 0644]
test/CodeGen/R600/fp_to_sint.ll
test/CodeGen/R600/fp_to_uint.ll
test/CodeGen/R600/fpext.ll [new file with mode: 0644]
test/CodeGen/R600/fptrunc.ll [new file with mode: 0644]
test/CodeGen/R600/fsqrt.ll [new file with mode: 0644]
test/CodeGen/R600/fsub.ll
test/CodeGen/R600/fsub64.ll [new file with mode: 0644]
test/CodeGen/R600/gep-address-space.ll [new file with mode: 0644]
test/CodeGen/R600/icmp-select-sete-reverse-args.ll
test/CodeGen/R600/imm.ll
test/CodeGen/R600/indirect-addressing-si.ll [new file with mode: 0644]
test/CodeGen/R600/insert_vector_elt.ll [new file with mode: 0644]
test/CodeGen/R600/kcache-fold.ll
test/CodeGen/R600/kernel-args.ll [new file with mode: 0644]
test/CodeGen/R600/lds-output-queue.ll [new file with mode: 0644]
test/CodeGen/R600/lds-size.ll [new file with mode: 0644]
test/CodeGen/R600/lit.local.cfg
test/CodeGen/R600/literals.ll
test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.cube.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.imax.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.imin.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.mul.ll
test/CodeGen/R600/llvm.AMDGPU.tex.ll
test/CodeGen/R600/llvm.AMDGPU.trunc.ll
test/CodeGen/R600/llvm.AMDGPU.umax.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.umin.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.fs.interp.constant.ll
test/CodeGen/R600/llvm.SI.imageload.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.resinfo.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.sample-masked.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.sample.ll
test/CodeGen/R600/llvm.SI.sampled.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.tbuffer.store.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.tid.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.cos.ll
test/CodeGen/R600/llvm.floor.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.pow.ll
test/CodeGen/R600/llvm.rint.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.round.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.sin.ll
test/CodeGen/R600/llvm.sqrt.ll [new file with mode: 0644]
test/CodeGen/R600/load-input-fold.ll [new file with mode: 0644]
test/CodeGen/R600/load.ll
test/CodeGen/R600/load.vec.ll [new file with mode: 0644]
test/CodeGen/R600/load64.ll [new file with mode: 0644]
test/CodeGen/R600/local-memory-two-objects.ll [new file with mode: 0644]
test/CodeGen/R600/local-memory.ll [new file with mode: 0644]
test/CodeGen/R600/loop-address.ll
test/CodeGen/R600/lshl.ll
test/CodeGen/R600/lshr.ll
test/CodeGen/R600/mad_int24.ll [new file with mode: 0644]
test/CodeGen/R600/mad_uint24.ll [new file with mode: 0644]
test/CodeGen/R600/max-literals.ll [new file with mode: 0644]
test/CodeGen/R600/mul.ll
test/CodeGen/R600/mul_int24.ll [new file with mode: 0644]
test/CodeGen/R600/mul_uint24.ll [new file with mode: 0644]
test/CodeGen/R600/mulhu.ll
test/CodeGen/R600/or.ll
test/CodeGen/R600/packetizer.ll [new file with mode: 0644]
test/CodeGen/R600/parallelandifcollapse.ll [new file with mode: 0644]
test/CodeGen/R600/parallelorifcollapse.ll [new file with mode: 0644]
test/CodeGen/R600/predicate-dp4.ll [new file with mode: 0644]
test/CodeGen/R600/predicates.ll
test/CodeGen/R600/private-memory.ll [new file with mode: 0644]
test/CodeGen/R600/pv-packing.ll [new file with mode: 0644]
test/CodeGen/R600/pv.ll
test/CodeGen/R600/r600-encoding.ll
test/CodeGen/R600/r600-export-fix.ll [new file with mode: 0644]
test/CodeGen/R600/r600cfg.ll [new file with mode: 0644]
test/CodeGen/R600/reciprocal.ll
test/CodeGen/R600/rotr.ll [new file with mode: 0644]
test/CodeGen/R600/rv7x0_count3.ll [new file with mode: 0644]
test/CodeGen/R600/schedule-fs-loop-nested-if.ll
test/CodeGen/R600/schedule-fs-loop-nested.ll
test/CodeGen/R600/schedule-fs-loop.ll
test/CodeGen/R600/schedule-if-2.ll
test/CodeGen/R600/schedule-if.ll
test/CodeGen/R600/schedule-vs-if-nested-loop.ll
test/CodeGen/R600/select.ll [new file with mode: 0644]
test/CodeGen/R600/selectcc-cnd.ll
test/CodeGen/R600/selectcc-cnde-int.ll
test/CodeGen/R600/selectcc-opt.ll
test/CodeGen/R600/set-dx10.ll
test/CodeGen/R600/setcc.ll
test/CodeGen/R600/setcc64.ll [new file with mode: 0644]
test/CodeGen/R600/seto.ll
test/CodeGen/R600/setuo.ll
test/CodeGen/R600/sgpr-copy-duplicate-operand.ll [new file with mode: 0644]
test/CodeGen/R600/sgpr-copy.ll [new file with mode: 0644]
test/CodeGen/R600/shared-op-cycle.ll [new file with mode: 0644]
test/CodeGen/R600/shl.ll
test/CodeGen/R600/short-args.ll [deleted file]
test/CodeGen/R600/si-annotate-cf-assertion.ll [new file with mode: 0644]
test/CodeGen/R600/si-lod-bias.ll [new file with mode: 0644]
test/CodeGen/R600/si-sgpr-spill.ll [new file with mode: 0644]
test/CodeGen/R600/si-vector-hang.ll [new file with mode: 0644]
test/CodeGen/R600/sign_extend.ll [new file with mode: 0644]
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/sint_to_fp64.ll [new file with mode: 0644]
test/CodeGen/R600/sra.ll
test/CodeGen/R600/srl.ll
test/CodeGen/R600/store-vector-ptrs.ll [new file with mode: 0644]
test/CodeGen/R600/store.ll
test/CodeGen/R600/store.r600.ll
test/CodeGen/R600/structurize.ll [new file with mode: 0644]
test/CodeGen/R600/structurize1.ll [new file with mode: 0644]
test/CodeGen/R600/sub.ll
test/CodeGen/R600/swizzle-export.ll [new file with mode: 0644]
test/CodeGen/R600/tex-clause-antidep.ll [new file with mode: 0644]
test/CodeGen/R600/texture-input-merge.ll [new file with mode: 0644]
test/CodeGen/R600/trunc-vector-store-assertion-failure.ll [new file with mode: 0644]
test/CodeGen/R600/trunc.ll [new file with mode: 0644]
test/CodeGen/R600/udiv.ll
test/CodeGen/R600/uint_to_fp.ll
test/CodeGen/R600/unaligned-load-store.ll [new file with mode: 0644]
test/CodeGen/R600/unsupported-cc.ll
test/CodeGen/R600/urecip.ll
test/CodeGen/R600/urem.ll
test/CodeGen/R600/vertex-fetch-encoding.ll [new file with mode: 0644]
test/CodeGen/R600/vselect.ll
test/CodeGen/R600/vselect64.ll [new file with mode: 0644]
test/CodeGen/R600/vtx-schedule.ll [new file with mode: 0644]
test/CodeGen/R600/wait.ll [new file with mode: 0644]
test/CodeGen/R600/work-item-intrinsics.ll [new file with mode: 0644]
test/CodeGen/R600/wrong-transalu-pos-fix.ll [new file with mode: 0644]
test/CodeGen/R600/xor.ll
test/CodeGen/R600/zero_extend.ll [new file with mode: 0644]
test/CodeGen/SI/sanity.ll [deleted file]
test/CodeGen/SPARC/2011-01-11-CC.ll
test/CodeGen/SPARC/2011-01-11-Call.ll
test/CodeGen/SPARC/2011-01-11-FrameAddr.ll
test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
test/CodeGen/SPARC/2011-01-21-ByValArgs.ll
test/CodeGen/SPARC/2011-01-22-SRet.ll
test/CodeGen/SPARC/2013-05-17-CallFrame.ll [new file with mode: 0644]
test/CodeGen/SPARC/64abi.ll
test/CodeGen/SPARC/64bit.ll
test/CodeGen/SPARC/64cond.ll
test/CodeGen/SPARC/basictest.ll
test/CodeGen/SPARC/blockaddr.ll [new file with mode: 0644]
test/CodeGen/SPARC/constpool.ll
test/CodeGen/SPARC/exception.ll [new file with mode: 0644]
test/CodeGen/SPARC/float.ll [new file with mode: 0644]
test/CodeGen/SPARC/fp128.ll [new file with mode: 0644]
test/CodeGen/SPARC/globals.ll
test/CodeGen/SPARC/leafproc.ll [new file with mode: 0644]
test/CodeGen/SPARC/lit.local.cfg
test/CodeGen/SPARC/rem.ll [new file with mode: 0644]
test/CodeGen/SPARC/setjmp.ll [new file with mode: 0644]
test/CodeGen/SPARC/tls.ll [new file with mode: 0644]
test/CodeGen/SPARC/varargs.ll
test/CodeGen/SystemZ/Large/branch-range-01.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-02.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-03.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-04.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-05.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-06.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-07.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-08.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-09.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-10.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-11.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/branch-range-12.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/lit.local.cfg [new file with mode: 0644]
test/CodeGen/SystemZ/Large/spill-01.py [new file with mode: 0644]
test/CodeGen/SystemZ/Large/spill-02.py [new file with mode: 0644]
test/CodeGen/SystemZ/addr-01.ll
test/CodeGen/SystemZ/addr-02.ll
test/CodeGen/SystemZ/addr-03.ll
test/CodeGen/SystemZ/alias-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/alloca-01.ll
test/CodeGen/SystemZ/alloca-02.ll
test/CodeGen/SystemZ/and-01.ll
test/CodeGen/SystemZ/and-02.ll
test/CodeGen/SystemZ/and-03.ll
test/CodeGen/SystemZ/and-04.ll
test/CodeGen/SystemZ/and-05.ll
test/CodeGen/SystemZ/and-06.ll
test/CodeGen/SystemZ/and-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/and-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/args-01.ll
test/CodeGen/SystemZ/args-02.ll
test/CodeGen/SystemZ/args-03.ll
test/CodeGen/SystemZ/args-04.ll
test/CodeGen/SystemZ/args-05.ll
test/CodeGen/SystemZ/args-06.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 [new file with mode: 0644]
test/CodeGen/SystemZ/asm-18.ll [new file with mode: 0644]
test/CodeGen/SystemZ/atomic-load-01.ll
test/CodeGen/SystemZ/atomic-load-02.ll
test/CodeGen/SystemZ/atomic-load-03.ll
test/CodeGen/SystemZ/atomic-load-04.ll
test/CodeGen/SystemZ/atomic-store-01.ll
test/CodeGen/SystemZ/atomic-store-02.ll
test/CodeGen/SystemZ/atomic-store-03.ll
test/CodeGen/SystemZ/atomic-store-04.ll
test/CodeGen/SystemZ/atomicrmw-add-01.ll
test/CodeGen/SystemZ/atomicrmw-add-02.ll
test/CodeGen/SystemZ/atomicrmw-add-03.ll
test/CodeGen/SystemZ/atomicrmw-add-04.ll
test/CodeGen/SystemZ/atomicrmw-and-01.ll
test/CodeGen/SystemZ/atomicrmw-and-02.ll
test/CodeGen/SystemZ/atomicrmw-and-03.ll
test/CodeGen/SystemZ/atomicrmw-and-04.ll
test/CodeGen/SystemZ/atomicrmw-minmax-01.ll
test/CodeGen/SystemZ/atomicrmw-minmax-02.ll
test/CodeGen/SystemZ/atomicrmw-minmax-03.ll
test/CodeGen/SystemZ/atomicrmw-minmax-04.ll
test/CodeGen/SystemZ/atomicrmw-nand-01.ll
test/CodeGen/SystemZ/atomicrmw-nand-02.ll
test/CodeGen/SystemZ/atomicrmw-nand-03.ll
test/CodeGen/SystemZ/atomicrmw-nand-04.ll
test/CodeGen/SystemZ/atomicrmw-or-01.ll
test/CodeGen/SystemZ/atomicrmw-or-02.ll
test/CodeGen/SystemZ/atomicrmw-or-03.ll
test/CodeGen/SystemZ/atomicrmw-or-04.ll
test/CodeGen/SystemZ/atomicrmw-sub-01.ll
test/CodeGen/SystemZ/atomicrmw-sub-02.ll
test/CodeGen/SystemZ/atomicrmw-sub-03.ll
test/CodeGen/SystemZ/atomicrmw-sub-04.ll
test/CodeGen/SystemZ/atomicrmw-xchg-01.ll
test/CodeGen/SystemZ/atomicrmw-xchg-02.ll
test/CodeGen/SystemZ/atomicrmw-xchg-03.ll
test/CodeGen/SystemZ/atomicrmw-xchg-04.ll
test/CodeGen/SystemZ/atomicrmw-xor-01.ll
test/CodeGen/SystemZ/atomicrmw-xor-02.ll
test/CodeGen/SystemZ/atomicrmw-xor-03.ll
test/CodeGen/SystemZ/atomicrmw-xor-04.ll
test/CodeGen/SystemZ/branch-01.ll
test/CodeGen/SystemZ/branch-02.ll
test/CodeGen/SystemZ/branch-03.ll
test/CodeGen/SystemZ/branch-04.ll
test/CodeGen/SystemZ/branch-05.ll
test/CodeGen/SystemZ/branch-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/branch-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/bswap-01.ll
test/CodeGen/SystemZ/bswap-02.ll
test/CodeGen/SystemZ/bswap-03.ll
test/CodeGen/SystemZ/bswap-04.ll
test/CodeGen/SystemZ/bswap-05.ll
test/CodeGen/SystemZ/call-01.ll
test/CodeGen/SystemZ/call-02.ll
test/CodeGen/SystemZ/call-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cmpxchg-01.ll
test/CodeGen/SystemZ/cmpxchg-02.ll
test/CodeGen/SystemZ/cmpxchg-03.ll
test/CodeGen/SystemZ/cmpxchg-04.ll
test/CodeGen/SystemZ/cond-load-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-load-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-move-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-05.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/cond-store-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-abs-01.ll
test/CodeGen/SystemZ/fp-abs-02.ll
test/CodeGen/SystemZ/fp-add-01.ll
test/CodeGen/SystemZ/fp-add-02.ll
test/CodeGen/SystemZ/fp-add-03.ll
test/CodeGen/SystemZ/fp-cmp-01.ll
test/CodeGen/SystemZ/fp-cmp-02.ll
test/CodeGen/SystemZ/fp-cmp-03.ll
test/CodeGen/SystemZ/fp-cmp-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-const-01.ll
test/CodeGen/SystemZ/fp-const-02.ll
test/CodeGen/SystemZ/fp-const-03.ll
test/CodeGen/SystemZ/fp-const-04.ll
test/CodeGen/SystemZ/fp-const-05.ll
test/CodeGen/SystemZ/fp-const-06.ll
test/CodeGen/SystemZ/fp-const-07.ll
test/CodeGen/SystemZ/fp-const-08.ll
test/CodeGen/SystemZ/fp-const-09.ll
test/CodeGen/SystemZ/fp-conv-01.ll
test/CodeGen/SystemZ/fp-conv-02.ll
test/CodeGen/SystemZ/fp-conv-03.ll
test/CodeGen/SystemZ/fp-conv-04.ll
test/CodeGen/SystemZ/fp-conv-05.ll
test/CodeGen/SystemZ/fp-conv-06.ll
test/CodeGen/SystemZ/fp-conv-07.ll
test/CodeGen/SystemZ/fp-conv-08.ll
test/CodeGen/SystemZ/fp-conv-09.ll
test/CodeGen/SystemZ/fp-conv-10.ll
test/CodeGen/SystemZ/fp-conv-11.ll
test/CodeGen/SystemZ/fp-conv-12.ll
test/CodeGen/SystemZ/fp-copysign-01.ll
test/CodeGen/SystemZ/fp-div-01.ll
test/CodeGen/SystemZ/fp-div-02.ll
test/CodeGen/SystemZ/fp-div-03.ll
test/CodeGen/SystemZ/fp-move-01.ll
test/CodeGen/SystemZ/fp-move-02.ll
test/CodeGen/SystemZ/fp-move-03.ll
test/CodeGen/SystemZ/fp-move-04.ll
test/CodeGen/SystemZ/fp-move-05.ll
test/CodeGen/SystemZ/fp-move-06.ll
test/CodeGen/SystemZ/fp-move-07.ll
test/CodeGen/SystemZ/fp-move-08.ll
test/CodeGen/SystemZ/fp-move-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-mul-01.ll
test/CodeGen/SystemZ/fp-mul-02.ll
test/CodeGen/SystemZ/fp-mul-03.ll
test/CodeGen/SystemZ/fp-mul-04.ll
test/CodeGen/SystemZ/fp-mul-05.ll
test/CodeGen/SystemZ/fp-mul-06.ll
test/CodeGen/SystemZ/fp-mul-07.ll
test/CodeGen/SystemZ/fp-mul-08.ll
test/CodeGen/SystemZ/fp-mul-09.ll
test/CodeGen/SystemZ/fp-neg-01.ll
test/CodeGen/SystemZ/fp-round-01.ll
test/CodeGen/SystemZ/fp-round-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/fp-sqrt-01.ll
test/CodeGen/SystemZ/fp-sqrt-02.ll
test/CodeGen/SystemZ/fp-sqrt-03.ll
test/CodeGen/SystemZ/fp-sub-01.ll
test/CodeGen/SystemZ/fp-sub-02.ll
test/CodeGen/SystemZ/fp-sub-03.ll
test/CodeGen/SystemZ/frame-01.ll
test/CodeGen/SystemZ/frame-02.ll
test/CodeGen/SystemZ/frame-03.ll
test/CodeGen/SystemZ/frame-04.ll
test/CodeGen/SystemZ/frame-05.ll
test/CodeGen/SystemZ/frame-06.ll
test/CodeGen/SystemZ/frame-07.ll
test/CodeGen/SystemZ/frame-08.ll
test/CodeGen/SystemZ/frame-09.ll
test/CodeGen/SystemZ/frame-10.ll
test/CodeGen/SystemZ/frame-11.ll
test/CodeGen/SystemZ/frame-13.ll
test/CodeGen/SystemZ/frame-14.ll
test/CodeGen/SystemZ/frame-15.ll
test/CodeGen/SystemZ/frame-16.ll
test/CodeGen/SystemZ/frame-17.ll
test/CodeGen/SystemZ/frame-18.ll
test/CodeGen/SystemZ/insert-01.ll
test/CodeGen/SystemZ/insert-02.ll
test/CodeGen/SystemZ/insert-03.ll
test/CodeGen/SystemZ/insert-04.ll
test/CodeGen/SystemZ/insert-05.ll
test/CodeGen/SystemZ/insert-06.ll
test/CodeGen/SystemZ/int-abs-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-01.ll
test/CodeGen/SystemZ/int-add-02.ll
test/CodeGen/SystemZ/int-add-03.ll
test/CodeGen/SystemZ/int-add-04.ll
test/CodeGen/SystemZ/int-add-05.ll
test/CodeGen/SystemZ/int-add-06.ll
test/CodeGen/SystemZ/int-add-07.ll
test/CodeGen/SystemZ/int-add-08.ll
test/CodeGen/SystemZ/int-add-09.ll
test/CodeGen/SystemZ/int-add-10.ll
test/CodeGen/SystemZ/int-add-11.ll
test/CodeGen/SystemZ/int-add-12.ll
test/CodeGen/SystemZ/int-add-13.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-14.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-15.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-add-16.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-01.ll
test/CodeGen/SystemZ/int-cmp-02.ll
test/CodeGen/SystemZ/int-cmp-03.ll
test/CodeGen/SystemZ/int-cmp-04.ll
test/CodeGen/SystemZ/int-cmp-05.ll
test/CodeGen/SystemZ/int-cmp-06.ll
test/CodeGen/SystemZ/int-cmp-07.ll
test/CodeGen/SystemZ/int-cmp-08.ll
test/CodeGen/SystemZ/int-cmp-09.ll
test/CodeGen/SystemZ/int-cmp-10.ll
test/CodeGen/SystemZ/int-cmp-11.ll
test/CodeGen/SystemZ/int-cmp-12.ll
test/CodeGen/SystemZ/int-cmp-13.ll
test/CodeGen/SystemZ/int-cmp-14.ll
test/CodeGen/SystemZ/int-cmp-15.ll
test/CodeGen/SystemZ/int-cmp-16.ll
test/CodeGen/SystemZ/int-cmp-17.ll
test/CodeGen/SystemZ/int-cmp-18.ll
test/CodeGen/SystemZ/int-cmp-19.ll
test/CodeGen/SystemZ/int-cmp-20.ll
test/CodeGen/SystemZ/int-cmp-21.ll
test/CodeGen/SystemZ/int-cmp-22.ll
test/CodeGen/SystemZ/int-cmp-23.ll
test/CodeGen/SystemZ/int-cmp-24.ll
test/CodeGen/SystemZ/int-cmp-25.ll
test/CodeGen/SystemZ/int-cmp-26.ll
test/CodeGen/SystemZ/int-cmp-27.ll
test/CodeGen/SystemZ/int-cmp-28.ll
test/CodeGen/SystemZ/int-cmp-29.ll
test/CodeGen/SystemZ/int-cmp-30.ll
test/CodeGen/SystemZ/int-cmp-31.ll
test/CodeGen/SystemZ/int-cmp-32.ll
test/CodeGen/SystemZ/int-cmp-33.ll
test/CodeGen/SystemZ/int-cmp-34.ll
test/CodeGen/SystemZ/int-cmp-35.ll
test/CodeGen/SystemZ/int-cmp-36.ll
test/CodeGen/SystemZ/int-cmp-37.ll
test/CodeGen/SystemZ/int-cmp-38.ll
test/CodeGen/SystemZ/int-cmp-39.ll
test/CodeGen/SystemZ/int-cmp-40.ll
test/CodeGen/SystemZ/int-cmp-41.ll
test/CodeGen/SystemZ/int-cmp-42.ll
test/CodeGen/SystemZ/int-cmp-43.ll
test/CodeGen/SystemZ/int-cmp-44.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-45.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-46.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-47.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-48.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-cmp-49.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-const-01.ll
test/CodeGen/SystemZ/int-const-02.ll
test/CodeGen/SystemZ/int-const-03.ll
test/CodeGen/SystemZ/int-const-04.ll
test/CodeGen/SystemZ/int-const-05.ll
test/CodeGen/SystemZ/int-const-06.ll
test/CodeGen/SystemZ/int-conv-01.ll
test/CodeGen/SystemZ/int-conv-02.ll
test/CodeGen/SystemZ/int-conv-03.ll
test/CodeGen/SystemZ/int-conv-04.ll
test/CodeGen/SystemZ/int-conv-05.ll
test/CodeGen/SystemZ/int-conv-06.ll
test/CodeGen/SystemZ/int-conv-07.ll
test/CodeGen/SystemZ/int-conv-08.ll
test/CodeGen/SystemZ/int-conv-09.ll
test/CodeGen/SystemZ/int-conv-10.ll
test/CodeGen/SystemZ/int-conv-11.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-div-01.ll
test/CodeGen/SystemZ/int-div-02.ll
test/CodeGen/SystemZ/int-div-03.ll
test/CodeGen/SystemZ/int-div-04.ll
test/CodeGen/SystemZ/int-div-05.ll
test/CodeGen/SystemZ/int-div-06.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-move-01.ll
test/CodeGen/SystemZ/int-move-02.ll
test/CodeGen/SystemZ/int-move-03.ll
test/CodeGen/SystemZ/int-move-04.ll
test/CodeGen/SystemZ/int-move-05.ll
test/CodeGen/SystemZ/int-move-06.ll
test/CodeGen/SystemZ/int-move-07.ll
test/CodeGen/SystemZ/int-move-08.ll
test/CodeGen/SystemZ/int-move-09.ll
test/CodeGen/SystemZ/int-mul-01.ll
test/CodeGen/SystemZ/int-mul-02.ll
test/CodeGen/SystemZ/int-mul-03.ll
test/CodeGen/SystemZ/int-mul-04.ll
test/CodeGen/SystemZ/int-mul-05.ll
test/CodeGen/SystemZ/int-mul-06.ll
test/CodeGen/SystemZ/int-mul-07.ll
test/CodeGen/SystemZ/int-mul-08.ll
test/CodeGen/SystemZ/int-neg-01.ll
test/CodeGen/SystemZ/int-neg-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-01.ll
test/CodeGen/SystemZ/int-sub-02.ll
test/CodeGen/SystemZ/int-sub-03.ll
test/CodeGen/SystemZ/int-sub-04.ll
test/CodeGen/SystemZ/int-sub-05.ll
test/CodeGen/SystemZ/int-sub-06.ll
test/CodeGen/SystemZ/int-sub-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/int-sub-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/la-01.ll
test/CodeGen/SystemZ/la-02.ll
test/CodeGen/SystemZ/la-03.ll
test/CodeGen/SystemZ/la-04.ll
test/CodeGen/SystemZ/lit.local.cfg
test/CodeGen/SystemZ/loop-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memchr-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memchr-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcmp-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcpy-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memcpy-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memset-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memset-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memset-03.ll [new file with mode: 0644]
test/CodeGen/SystemZ/memset-04.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-01.ll
test/CodeGen/SystemZ/or-02.ll
test/CodeGen/SystemZ/or-03.ll
test/CodeGen/SystemZ/or-04.ll
test/CodeGen/SystemZ/or-05.ll
test/CodeGen/SystemZ/or-06.ll
test/CodeGen/SystemZ/or-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/or-08.ll [new file with mode: 0644]
test/CodeGen/SystemZ/prefetch-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/risbg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/risbg-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/rnsbg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/rosbg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/rxsbg-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/setcc-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/setcc-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-01.ll
test/CodeGen/SystemZ/shift-02.ll
test/CodeGen/SystemZ/shift-03.ll
test/CodeGen/SystemZ/shift-04.ll
test/CodeGen/SystemZ/shift-05.ll
test/CodeGen/SystemZ/shift-06.ll
test/CodeGen/SystemZ/shift-07.ll
test/CodeGen/SystemZ/shift-08.ll
test/CodeGen/SystemZ/shift-09.ll [new file with mode: 0644]
test/CodeGen/SystemZ/shift-10.ll [new file with mode: 0644]
test/CodeGen/SystemZ/spill-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcmp-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcmp-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strcpy-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strlen-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/strlen-02.ll [new file with mode: 0644]
test/CodeGen/SystemZ/tls-01.ll
test/CodeGen/SystemZ/unaligned-01.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-01.ll
test/CodeGen/SystemZ/xor-02.ll
test/CodeGen/SystemZ/xor-03.ll
test/CodeGen/SystemZ/xor-04.ll
test/CodeGen/SystemZ/xor-05.ll
test/CodeGen/SystemZ/xor-06.ll
test/CodeGen/SystemZ/xor-07.ll [new file with mode: 0644]
test/CodeGen/SystemZ/xor-08.ll [new file with mode: 0644]
test/CodeGen/Thumb/2009-08-20-ISelBug.ll
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll
test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll
test/CodeGen/Thumb/PR17309.ll [new file with mode: 0644]
test/CodeGen/Thumb/barrier.ll
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/ispositive.ll
test/CodeGen/Thumb/large-stack.ll
test/CodeGen/Thumb/ldr_frame.ll
test/CodeGen/Thumb/lit.local.cfg
test/CodeGen/Thumb/pop.ll
test/CodeGen/Thumb/push.ll
test/CodeGen/Thumb/rev.ll
test/CodeGen/Thumb/select.ll
test/CodeGen/Thumb/trap.ll
test/CodeGen/Thumb2/2009-07-21-ISelBug.ll
test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll
test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll
test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll
test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll
test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll
test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll
test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll
test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll
test/CodeGen/Thumb2/2012-01-13-CBNZBug.ll
test/CodeGen/Thumb2/2013-03-06-vector-sext-operand-scalarize.ll
test/CodeGen/Thumb2/buildvector-crash.ll
test/CodeGen/Thumb2/carry.ll
test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
test/CodeGen/Thumb2/div.ll
test/CodeGen/Thumb2/large-call.ll
test/CodeGen/Thumb2/large-stack.ll
test/CodeGen/Thumb2/lit.local.cfg
test/CodeGen/Thumb2/longMACt.ll
test/CodeGen/Thumb2/lsr-deficiency.ll
test/CodeGen/Thumb2/machine-licm.ll
test/CodeGen/Thumb2/mul_const.ll
test/CodeGen/Thumb2/pic-load.ll
test/CodeGen/Thumb2/tail-call-r9.ll [new file with mode: 0644]
test/CodeGen/Thumb2/thumb2-adc.ll
test/CodeGen/Thumb2/thumb2-add.ll
test/CodeGen/Thumb2/thumb2-add2.ll
test/CodeGen/Thumb2/thumb2-add3.ll
test/CodeGen/Thumb2/thumb2-add4.ll
test/CodeGen/Thumb2/thumb2-add5.ll
test/CodeGen/Thumb2/thumb2-add6.ll
test/CodeGen/Thumb2/thumb2-and.ll
test/CodeGen/Thumb2/thumb2-and2.ll
test/CodeGen/Thumb2/thumb2-asr.ll
test/CodeGen/Thumb2/thumb2-asr2.ll
test/CodeGen/Thumb2/thumb2-bcc.ll
test/CodeGen/Thumb2/thumb2-bfc.ll
test/CodeGen/Thumb2/thumb2-bic.ll
test/CodeGen/Thumb2/thumb2-branch.ll
test/CodeGen/Thumb2/thumb2-call-tc.ll
test/CodeGen/Thumb2/thumb2-call.ll
test/CodeGen/Thumb2/thumb2-clz.ll
test/CodeGen/Thumb2/thumb2-cmn.ll
test/CodeGen/Thumb2/thumb2-cmn2.ll
test/CodeGen/Thumb2/thumb2-cmp.ll
test/CodeGen/Thumb2/thumb2-cmp2.ll
test/CodeGen/Thumb2/thumb2-eor.ll
test/CodeGen/Thumb2/thumb2-eor2.ll
test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll
test/CodeGen/Thumb2/thumb2-ifcvt1.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-ifcvt3.ll
test/CodeGen/Thumb2/thumb2-ldm.ll
test/CodeGen/Thumb2/thumb2-ldr.ll
test/CodeGen/Thumb2/thumb2-ldrb.ll
test/CodeGen/Thumb2/thumb2-ldrh.ll
test/CodeGen/Thumb2/thumb2-lsl.ll
test/CodeGen/Thumb2/thumb2-lsl2.ll
test/CodeGen/Thumb2/thumb2-lsr.ll
test/CodeGen/Thumb2/thumb2-lsr2.ll
test/CodeGen/Thumb2/thumb2-mla.ll
test/CodeGen/Thumb2/thumb2-mls.ll
test/CodeGen/Thumb2/thumb2-mov.ll
test/CodeGen/Thumb2/thumb2-mul.ll
test/CodeGen/Thumb2/thumb2-mvn.ll
test/CodeGen/Thumb2/thumb2-mvn2.ll
test/CodeGen/Thumb2/thumb2-neg.ll
test/CodeGen/Thumb2/thumb2-orn.ll
test/CodeGen/Thumb2/thumb2-orn2.ll
test/CodeGen/Thumb2/thumb2-orr.ll
test/CodeGen/Thumb2/thumb2-orr2.ll
test/CodeGen/Thumb2/thumb2-pack.ll
test/CodeGen/Thumb2/thumb2-rev.ll
test/CodeGen/Thumb2/thumb2-ror.ll
test/CodeGen/Thumb2/thumb2-rsb.ll
test/CodeGen/Thumb2/thumb2-rsb2.ll
test/CodeGen/Thumb2/thumb2-sbc.ll
test/CodeGen/Thumb2/thumb2-select.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/thumb2-str.ll
test/CodeGen/Thumb2/thumb2-str_post.ll
test/CodeGen/Thumb2/thumb2-strb.ll
test/CodeGen/Thumb2/thumb2-strh.ll
test/CodeGen/Thumb2/thumb2-sub.ll
test/CodeGen/Thumb2/thumb2-sub2.ll
test/CodeGen/Thumb2/thumb2-sub4.ll
test/CodeGen/Thumb2/thumb2-sub5.ll
test/CodeGen/Thumb2/thumb2-sxt-uxt.ll
test/CodeGen/Thumb2/thumb2-tbb.ll
test/CodeGen/Thumb2/thumb2-tbh.ll
test/CodeGen/Thumb2/thumb2-teq.ll
test/CodeGen/Thumb2/thumb2-tst.ll
test/CodeGen/Thumb2/thumb2-tst2.ll
test/CodeGen/Thumb2/tls2.ll
test/CodeGen/Thumb2/v8_IT_1.ll [new file with mode: 0644]
test/CodeGen/Thumb2/v8_IT_2.ll [new file with mode: 0644]
test/CodeGen/Thumb2/v8_IT_3.ll [new file with mode: 0644]
test/CodeGen/Thumb2/v8_IT_4.ll [new file with mode: 0644]
test/CodeGen/Thumb2/v8_IT_5.ll [new file with mode: 0644]
test/CodeGen/X86/2006-05-02-InstrSched1.ll
test/CodeGen/X86/2006-05-11-InstrSched.ll
test/CodeGen/X86/2006-11-12-CSRetCC.ll
test/CodeGen/X86/2007-01-08-InstrSched.ll
test/CodeGen/X86/2007-02-04-OrAddrMode.ll
test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll
test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
test/CodeGen/X86/2007-05-07-InvokeSRet.ll [deleted file]
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2007-09-27-LDIntrinsics.ll
test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll
test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll
test/CodeGen/X86/2008-01-08-SchedulerCrash.ll
test/CodeGen/X86/2008-02-08-LoadFoldingBug.ll [deleted file]
test/CodeGen/X86/2008-03-14-SpillerCrash.ll
test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll
test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll
test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll
test/CodeGen/X86/2008-07-19-movups-spills.ll
test/CodeGen/X86/2008-08-19-SubAndFetch.ll
test/CodeGen/X86/2008-08-31-EH_RETURN32.ll
test/CodeGen/X86/2008-09-11-CoalescerBug2.ll
test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll
test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
test/CodeGen/X86/2009-03-23-MultiUseSched.ll
test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll
test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll
test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll
test/CodeGen/X86/2009-10-16-Scope.ll
test/CodeGen/X86/2009-11-16-MachineLICM.ll
test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll
test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll
test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
test/CodeGen/X86/2010-01-18-DbgValue.ll
test/CodeGen/X86/2010-02-01-DbgValueCrash.ll
test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll
test/CodeGen/X86/2010-02-23-DAGCombineBug.ll
test/CodeGen/X86/2010-04-08-CoalescerBug.ll
test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-07-06-DbgCrash.ll
test/CodeGen/X86/2010-07-29-SetccSimplify.ll
test/CodeGen/X86/2010-08-04-StackVariable.ll
test/CodeGen/X86/2010-09-16-EmptyFilename.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/2010-11-02-DbgParameter.ll
test/CodeGen/X86/2010-12-02-MC-Set.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2011-04-19-sclr-bb.ll
test/CodeGen/X86/2011-05-09-loaduse.ll
test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll
test/CodeGen/X86/2011-06-03-x87chain.ll
test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll
test/CodeGen/X86/2011-09-14-valcoalesce.ll
test/CodeGen/X86/2011-09-18-sse2cmp.ll
test/CodeGen/X86/2011-09-21-setcc-bug.ll
test/CodeGen/X86/2011-10-11-srl.ll
test/CodeGen/X86/2011-10-12-MachineCSE.ll
test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll
test/CodeGen/X86/2011-10-19-LegelizeLoad.ll
test/CodeGen/X86/2011-10-27-tstore.ll
test/CodeGen/X86/2011-10-30-padd.ll
test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll
test/CodeGen/X86/2011-12-15-vec_shift.ll
test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll
test/CodeGen/X86/2011-20-21-zext-ui2fp.ll
test/CodeGen/X86/2012-01-11-split-cv.ll
test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll
test/CodeGen/X86/2012-01-18-vbitcast.ll
test/CodeGen/X86/2012-02-20-MachineCPBug.ll [deleted file]
test/CodeGen/X86/2012-04-26-sdglue.ll
test/CodeGen/X86/2012-05-17-TwoAddressBug.ll
test/CodeGen/X86/2012-07-10-extload64.ll
test/CodeGen/X86/2012-07-15-broadcastfold.ll
test/CodeGen/X86/2012-08-07-CmpISelBug.ll
test/CodeGen/X86/2012-08-16-setcc.ll
test/CodeGen/X86/2012-08-17-legalizer-crash.ll
test/CodeGen/X86/2012-1-10-buildvector.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-03-13-VEX-DestReg.ll
test/CodeGen/X86/2013-10-14-FastISel-incorrect-vreg.ll [new file with mode: 0644]
test/CodeGen/X86/3addr-16bit.ll
test/CodeGen/X86/3addr-or.ll
test/CodeGen/X86/GC/lit.local.cfg
test/CodeGen/X86/GC/ocaml-gc-assert.ll [new file with mode: 0644]
test/CodeGen/X86/GC/ocaml-gc.ll
test/CodeGen/X86/MachineSink-CritEdge.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/MergeConsecutiveStores.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/CodeGen/X86/StackColoring.ll
test/CodeGen/X86/WidenArith.ll
test/CodeGen/X86/abi-isel.ll
test/CodeGen/X86/add-of-carry.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/aes_intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/alias-error.ll [new file with mode: 0644]
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/alloca-align-rounding-32.ll
test/CodeGen/X86/alloca-align-rounding.ll
test/CodeGen/X86/and-su.ll
test/CodeGen/X86/anyregcc-crash.ll [new file with mode: 0644]
test/CodeGen/X86/anyregcc.ll [new file with mode: 0644]
test/CodeGen/X86/apm.ll
test/CodeGen/X86/asm-global-imm.ll
test/CodeGen/X86/asm-modifier-P.ll
test/CodeGen/X86/asm-modifier.ll
test/CodeGen/X86/atom-bypass-slow-division-64.ll
test/CodeGen/X86/atom-bypass-slow-division.ll
test/CodeGen/X86/atom-call-reg-indirect.ll
test/CodeGen/X86/atom-lea-addw-bug.ll [new file with mode: 0644]
test/CodeGen/X86/atom-lea-sp.ll
test/CodeGen/X86/atom-sched.ll
test/CodeGen/X86/atomic-dagsched.ll
test/CodeGen/X86/atomic-minmax-i6432.ll
test/CodeGen/X86/atomic-or.ll
test/CodeGen/X86/atomic_add.ll
test/CodeGen/X86/avx-arith.ll
test/CodeGen/X86/avx-basic.ll
test/CodeGen/X86/avx-bitcast.ll
test/CodeGen/X86/avx-blend.ll
test/CodeGen/X86/avx-brcond.ll
test/CodeGen/X86/avx-fp2int.ll
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-minmax.ll
test/CodeGen/X86/avx-sext.ll
test/CodeGen/X86/avx-shift.ll
test/CodeGen/X86/avx-shuffle-x86_32.ll
test/CodeGen/X86/avx-shuffle.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-trunc.ll
test/CodeGen/X86/avx-varargs-x86_64.ll
test/CodeGen/X86/avx-vextractf128.ll
test/CodeGen/X86/avx-vpermil.ll
test/CodeGen/X86/avx-zext.ll
test/CodeGen/X86/avx2-arith.ll
test/CodeGen/X86/avx2-conversions.ll
test/CodeGen/X86/avx2-gather.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-logic.ll
test/CodeGen/X86/avx2-palignr.ll
test/CodeGen/X86/avx2-phaddsub.ll
test/CodeGen/X86/avx2-shift.ll
test/CodeGen/X86/avx2-shuffle.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/avx2-vector-shifts.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-arith.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-build-vector.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-cvt.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-fma-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-fma.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-gather-scatter-intrin.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-insert-extract.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-intrinsics.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-mask-op.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-mov.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-select.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shift.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffle.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-trunc-ext.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vbroadcast.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-vec-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/bc-extract.ll
test/CodeGen/X86/bigstructret2.ll
test/CodeGen/X86/bitcast2.ll
test/CodeGen/X86/blend-msb.ll
test/CodeGen/X86/block-placement.ll
test/CodeGen/X86/bmi.ll
test/CodeGen/X86/bool-simplify.ll
test/CodeGen/X86/brcond.ll
test/CodeGen/X86/break-anti-dependencies.ll
test/CodeGen/X86/break-avx-dep.ll [new file with mode: 0644]
test/CodeGen/X86/break-sse-dep.ll
test/CodeGen/X86/bswap-inline-asm.ll
test/CodeGen/X86/bswap.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/btq.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/call-push.ll
test/CodeGen/X86/chain_order.ll [new file with mode: 0644]
test/CodeGen/X86/change-compare-stride-1.ll
test/CodeGen/X86/change-compare-stride-trickiness-0.ll
test/CodeGen/X86/change-compare-stride-trickiness-1.ll
test/CodeGen/X86/clz.ll
test/CodeGen/X86/cmov-fp.ll
test/CodeGen/X86/cmov-into-branch.ll
test/CodeGen/X86/cmov.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/coalesce-implicitdef.ll
test/CodeGen/X86/coalescer-commute1.ll
test/CodeGen/X86/code_placement_align_all.ll
test/CodeGen/X86/codegen-prepare.ll
test/CodeGen/X86/codemodel.ll
test/CodeGen/X86/coff-feat00.ll [new file with mode: 0644]
test/CodeGen/X86/commute-two-addr.ll
test/CodeGen/X86/compact-unwind.ll
test/CodeGen/X86/compare-inf.ll
test/CodeGen/X86/compiler_used.ll
test/CodeGen/X86/conditional-indecrement.ll
test/CodeGen/X86/crash-nosse.ll
test/CodeGen/X86/crash.ll
test/CodeGen/X86/critical-edge-split-2.ll
test/CodeGen/X86/ctpop-combine.ll
test/CodeGen/X86/dag-rauw-cse.ll
test/CodeGen/X86/dagcombine-buildvector.ll
test/CodeGen/X86/dagcombine-shifts.ll [new file with mode: 0644]
test/CodeGen/X86/dagcombine-unsafe-math.ll [new file with mode: 0644]
test/CodeGen/X86/dagcombine_unsafe_math.ll [deleted file]
test/CodeGen/X86/dbg-at-specficiation.ll [deleted file]
test/CodeGen/X86/dbg-byval-parameter.ll [deleted file]
test/CodeGen/X86/dbg-const-int.ll [deleted file]
test/CodeGen/X86/dbg-const.ll [deleted file]
test/CodeGen/X86/dbg-declare-arg.ll [deleted file]
test/CodeGen/X86/dbg-declare.ll [deleted file]
test/CodeGen/X86/dbg-file-name.ll [deleted file]
test/CodeGen/X86/dbg-i128-const.ll [deleted file]
test/CodeGen/X86/dbg-large-unsigned-const.ll [deleted file]
test/CodeGen/X86/dbg-merge-loc-entry.ll [deleted file]
test/CodeGen/X86/dbg-prolog-end.ll [deleted file]
test/CodeGen/X86/dbg-subrange.ll [deleted file]
test/CodeGen/X86/dbg-value-dag-combine.ll [deleted file]
test/CodeGen/X86/dbg-value-location.ll [deleted file]
test/CodeGen/X86/dbg-value-range.ll [deleted file]
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/dwarf-comp-dir.ll
test/CodeGen/X86/dyn_alloca_aligned.ll [new file with mode: 0644]
test/CodeGen/X86/emit-big-cst.ll [new file with mode: 0644]
test/CodeGen/X86/extended-fma-contraction.ll [new file with mode: 0644]
test/CodeGen/X86/extractelement-load.ll
test/CodeGen/X86/fabs.ll
test/CodeGen/X86/fast-cc-merge-stack-adj.ll
test/CodeGen/X86/fast-cc-pass-in-regs.ll
test/CodeGen/X86/fast-isel-call.ll
test/CodeGen/X86/fast-isel-divrem-x86-64.ll
test/CodeGen/X86/fast-isel-divrem.ll
test/CodeGen/X86/fast-isel-extract.ll
test/CodeGen/X86/fast-isel-fneg.ll
test/CodeGen/X86/fast-isel-gep.ll
test/CodeGen/X86/fast-isel-i1.ll
test/CodeGen/X86/fast-isel-mem.ll
test/CodeGen/X86/fast-isel-ret-ext.ll
test/CodeGen/X86/fast-isel-store.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-tls.ll
test/CodeGen/X86/fast-isel-unaligned-store.ll [deleted file]
test/CodeGen/X86/fast-isel-x86-64.ll
test/CodeGen/X86/fast-isel-x86.ll
test/CodeGen/X86/fastcc.ll
test/CodeGen/X86/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
test/CodeGen/X86/floor-soft-float.ll [new file with mode: 0644]
test/CodeGen/X86/fma.ll
test/CodeGen/X86/fma_patterns.ll
test/CodeGen/X86/fma_patterns_wide.ll [new file with mode: 0644]
test/CodeGen/X86/fold-add.ll
test/CodeGen/X86/fold-and-shift.ll
test/CodeGen/X86/fold-load-vec.ll
test/CodeGen/X86/fold-load.ll
test/CodeGen/X86/fold-pcmpeqd-1.ll
test/CodeGen/X86/fold-pcmpeqd-2.ll
test/CodeGen/X86/force-align-stack-alloca.ll
test/CodeGen/X86/fp-elim-and-no-fp-elim.ll
test/CodeGen/X86/fp-elim.ll
test/CodeGen/X86/fp-fast.ll
test/CodeGen/X86/fp-select-cmp-and.ll [new file with mode: 0644]
test/CodeGen/X86/fp-une-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/fp_constant_op.ll
test/CodeGen/X86/frame-base.ll [new file with mode: 0644]
test/CodeGen/X86/full-lsr.ll
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.ll
test/CodeGen/X86/h-register-addressing-32.ll
test/CodeGen/X86/h-register-addressing-64.ll
test/CodeGen/X86/h-registers-0.ll
test/CodeGen/X86/h-registers-1.ll
test/CodeGen/X86/h-registers-2.ll
test/CodeGen/X86/haddsub.ll
test/CodeGen/X86/hidden-vis-4.ll
test/CodeGen/X86/hidden-vis.ll
test/CodeGen/X86/hipe-cc.ll
test/CodeGen/X86/hipe-cc64.ll
test/CodeGen/X86/hipe-prologue.ll
test/CodeGen/X86/hoist-common.ll
test/CodeGen/X86/i128-mul.ll
test/CodeGen/X86/i128-sdiv.ll
test/CodeGen/X86/i486-fence-loop.ll [new file with mode: 0644]
test/CodeGen/X86/iabs.ll
test/CodeGen/X86/ident-metadata.ll [new file with mode: 0644]
test/CodeGen/X86/inline-asm-R-constraint.ll
test/CodeGen/X86/inline-asm-error.ll
test/CodeGen/X86/inline-asm-flag-clobber.ll
test/CodeGen/X86/inline-asm-fpstack.ll
test/CodeGen/X86/inreg.ll
test/CodeGen/X86/ins_subreg_coalesce-1.ll
test/CodeGen/X86/isel-optnone.ll [new file with mode: 0644]
test/CodeGen/X86/isel-sink.ll
test/CodeGen/X86/jump_sign.ll
test/CodeGen/X86/large-gep-chain.ll [new file with mode: 0644]
test/CodeGen/X86/lea-2.ll
test/CodeGen/X86/lea-recursion.ll
test/CodeGen/X86/lea.ll
test/CodeGen/X86/leaf-fp-elim.ll
test/CodeGen/X86/legalize-shift-64.ll
test/CodeGen/X86/licm-dominance.ll
test/CodeGen/X86/licm-nested.ll
test/CodeGen/X86/lit.local.cfg
test/CodeGen/X86/load-slice.ll [new file with mode: 0644]
test/CodeGen/X86/lock-inst-encoding.ll
test/CodeGen/X86/long-extend.ll [new file with mode: 0644]
test/CodeGen/X86/longlong-deadload.ll
test/CodeGen/X86/loop-blocks.ll
test/CodeGen/X86/lsr-interesting-step.ll
test/CodeGen/X86/lsr-loop-exit-cond.ll
test/CodeGen/X86/lsr-reuse.ll
test/CodeGen/X86/lsr-static-addr.ll
test/CodeGen/X86/lzcnt.ll
test/CodeGen/X86/machine-cp.ll
test/CodeGen/X86/machine-cse.ll
test/CodeGen/X86/masked-iv-safe.ll
test/CodeGen/X86/maskmovdqu.ll
test/CodeGen/X86/mcinst-avx-lowering.ll
test/CodeGen/X86/mcinst-lowering.ll
test/CodeGen/X86/memcmp.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset-sse-stack-realignment.ll
test/CodeGen/X86/merge_store.ll [new file with mode: 0644]
test/CodeGen/X86/mingw-alloca.ll
test/CodeGen/X86/misched-balance.ll
test/CodeGen/X86/misched-copy.ll
test/CodeGen/X86/misched-fusion.ll [new file with mode: 0644]
test/CodeGen/X86/misched-matmul.ll
test/CodeGen/X86/misched-matrix.ll
test/CodeGen/X86/mmx-arg-passing.ll
test/CodeGen/X86/mmx-builtins.ll
test/CodeGen/X86/mmx-punpckhdq.ll
test/CodeGen/X86/mmx-shift.ll
test/CodeGen/X86/movbe.ll
test/CodeGen/X86/movgs.ll
test/CodeGen/X86/movmsk.ll
test/CodeGen/X86/ms-inline-asm.ll
test/CodeGen/X86/narrow-shl-cst.ll
test/CodeGen/X86/narrow-shl-load.ll
test/CodeGen/X86/narrow_op-1.ll
test/CodeGen/X86/neg_cmp.ll
test/CodeGen/X86/neg_fp.ll
test/CodeGen/X86/newline-and-quote.ll [new file with mode: 0644]
test/CodeGen/X86/no-cmov.ll
test/CodeGen/X86/no-compact-unwind.ll
test/CodeGen/X86/no-elf-compact-unwind.ll [new file with mode: 0644]
test/CodeGen/X86/nocx16.ll [new file with mode: 0644]
test/CodeGen/X86/non-lazy-bind.ll
test/CodeGen/X86/nonconst-static-ev.ll [new file with mode: 0644]
test/CodeGen/X86/nonconst-static-iv.ll [new file with mode: 0644]
test/CodeGen/X86/nosse-error1.ll
test/CodeGen/X86/nosse-error2.ll
test/CodeGen/X86/object-size.ll
test/CodeGen/X86/opt-shuff-tstore.ll
test/CodeGen/X86/optimize-max-3.ll
test/CodeGen/X86/or-address.ll
test/CodeGen/X86/palignr-2.ll
test/CodeGen/X86/palignr.ll
test/CodeGen/X86/pass-three.ll
test/CodeGen/X86/patchpoint.ll [new file with mode: 0644]
test/CodeGen/X86/peep-setb.ll
test/CodeGen/X86/peep-test-3.ll
test/CodeGen/X86/peep-test-4.ll [new file with mode: 0644]
test/CodeGen/X86/peep-vector-extract-concat.ll
test/CodeGen/X86/phaddsub.ll
test/CodeGen/X86/phys_subreg_coalesce-3.ll
test/CodeGen/X86/pic.ll
test/CodeGen/X86/pmovext.ll
test/CodeGen/X86/pmovsx-inreg.ll
test/CodeGen/X86/pmul.ll
test/CodeGen/X86/pmulld.ll
test/CodeGen/X86/popcnt.ll
test/CodeGen/X86/postra-licm.ll
test/CodeGen/X86/pr10523.ll
test/CodeGen/X86/pr10524.ll
test/CodeGen/X86/pr10525.ll
test/CodeGen/X86/pr10526.ll
test/CodeGen/X86/pr12312.ll
test/CodeGen/X86/pr12360.ll
test/CodeGen/X86/pr13209.ll
test/CodeGen/X86/pr14088.ll
test/CodeGen/X86/pr14090.ll
test/CodeGen/X86/pr1505b.ll
test/CodeGen/X86/pr16031.ll [new file with mode: 0644]
test/CodeGen/X86/pr16360.ll [new file with mode: 0644]
test/CodeGen/X86/pr16807.ll [new file with mode: 0644]
test/CodeGen/X86/pr17546.ll [new file with mode: 0644]
test/CodeGen/X86/pr17631.ll [new file with mode: 0644]
test/CodeGen/X86/pr17764.ll [new file with mode: 0644]
test/CodeGen/X86/pr18014.ll [new file with mode: 0644]
test/CodeGen/X86/pr18023.ll [new file with mode: 0644]
test/CodeGen/X86/pr18054.ll [new file with mode: 0644]
test/CodeGen/X86/pr18162.ll [new file with mode: 0644]
test/CodeGen/X86/pr2182.ll
test/CodeGen/X86/pr3216.ll
test/CodeGen/X86/pr3457.ll
test/CodeGen/X86/pre-ra-sched.ll
test/CodeGen/X86/prefetch.ll
test/CodeGen/X86/prefixdata.ll [new file with mode: 0644]
test/CodeGen/X86/private.ll
test/CodeGen/X86/promote-i16.ll
test/CodeGen/X86/rd-mod-wr-eflags.ll
test/CodeGen/X86/rdrand.ll
test/CodeGen/X86/rdseed.ll
test/CodeGen/X86/red-zone.ll
test/CodeGen/X86/red-zone2.ll
test/CodeGen/X86/rem-2.ll [deleted file]
test/CodeGen/X86/rem.ll
test/CodeGen/X86/remat-mov-0.ll
test/CodeGen/X86/remat-phys-dead.ll [new file with mode: 0644]
test/CodeGen/X86/ret-mmx.ll
test/CodeGen/X86/returned-trunc-tail-calls.ll [new file with mode: 0644]
test/CodeGen/X86/reverse_branches.ll
test/CodeGen/X86/rodata-relocs.ll
test/CodeGen/X86/rot16.ll
test/CodeGen/X86/rot32.ll
test/CodeGen/X86/rot64.ll
test/CodeGen/X86/rounding-ops.ll
test/CodeGen/X86/sandybridge-loads.ll
test/CodeGen/X86/scalar_widen_div.ll
test/CodeGen/X86/sdiv-exact.ll
test/CodeGen/X86/segmented-stacks-dynamic.ll
test/CodeGen/X86/segmented-stacks.ll
test/CodeGen/X86/select.ll
test/CodeGen/X86/select_const.ll
test/CodeGen/X86/setcc-narrowing.ll [new file with mode: 0644]
test/CodeGen/X86/setcc-sentinals.ll [new file with mode: 0644]
test/CodeGen/X86/setcc.ll
test/CodeGen/X86/sext-i1.ll
test/CodeGen/X86/sext-load.ll
test/CodeGen/X86/sext-subreg.ll
test/CodeGen/X86/sha.ll [new file with mode: 0644]
test/CodeGen/X86/shift-and.ll
test/CodeGen/X86/shift-bmi2.ll
test/CodeGen/X86/shift-coalesce.ll
test/CodeGen/X86/shift-codegen.ll
test/CodeGen/X86/shift-combine.ll
test/CodeGen/X86/shift-folding.ll
test/CodeGen/X86/shl-anyext.ll
test/CodeGen/X86/shl_elim.ll
test/CodeGen/X86/shrink-compare.ll
test/CodeGen/X86/sibcall-2.ll
test/CodeGen/X86/sibcall-3.ll
test/CodeGen/X86/sibcall-4.ll
test/CodeGen/X86/sibcall-5.ll
test/CodeGen/X86/sibcall-6.ll [new file with mode: 0644]
test/CodeGen/X86/sibcall.ll
test/CodeGen/X86/simple-zext.ll [new file with mode: 0644]
test/CodeGen/X86/sincos-opt.ll
test/CodeGen/X86/sincos.ll
test/CodeGen/X86/sink-hoist.ll
test/CodeGen/X86/smul-with-overflow.ll
test/CodeGen/X86/splat-scalar-load.ll
test/CodeGen/X86/sqrt-fastmath.ll [new file with mode: 0644]
test/CodeGen/X86/sse-align-12.ll
test/CodeGen/X86/sse-align-2.ll
test/CodeGen/X86/sse-commute.ll
test/CodeGen/X86/sse-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse-minmax.ll
test/CodeGen/X86/sse1.ll
test/CodeGen/X86/sse2-blend.ll
test/CodeGen/X86/sse2-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-mul.ll
test/CodeGen/X86/sse2-vector-shifts.ll [new file with mode: 0644]
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/sse3-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse3.ll
test/CodeGen/X86/sse41-blend.ll
test/CodeGen/X86/sse41-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/sse42-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/sse42.ll
test/CodeGen/X86/sse42_64.ll
test/CodeGen/X86/sse4a.ll
test/CodeGen/X86/sse_partial_update.ll
test/CodeGen/X86/ssse3-intrinsics-x86.ll [new file with mode: 0644]
test/CodeGen/X86/stack-align-memcpy.ll
test/CodeGen/X86/stack-align.ll
test/CodeGen/X86/stack-protector-dbginfo.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll [new file with mode: 0644]
test/CodeGen/X86/stack-protector.ll
test/CodeGen/X86/stackmap.ll [new file with mode: 0644]
test/CodeGen/X86/stdcall-notailcall.ll
test/CodeGen/X86/store-narrow.ll
test/CodeGen/X86/store_op_load_fold.ll
test/CodeGen/X86/store_op_load_fold2.ll
test/CodeGen/X86/sub-with-overflow.ll
test/CodeGen/X86/sub.ll
test/CodeGen/X86/subtarget-feature-change.ll [deleted file]
test/CodeGen/X86/switch-bt.ll
test/CodeGen/X86/switch-order-weight.ll
test/CodeGen/X86/tail-call-attrs.ll [new file with mode: 0644]
test/CodeGen/X86/tail-call-got.ll
test/CodeGen/X86/tail-call-legality.ll [new file with mode: 0644]
test/CodeGen/X86/tail-opts.ll
test/CodeGen/X86/tailcall-64.ll
test/CodeGen/X86/tailcall-calleesave.ll [new file with mode: 0644]
test/CodeGen/X86/tailcall-cgp-dup.ll
test/CodeGen/X86/tailcall-disable.ll
test/CodeGen/X86/tailcall-largecode.ll
test/CodeGen/X86/tailcallbyval64.ll
test/CodeGen/X86/tailcallfp2.ll
test/CodeGen/X86/tbm-intrinsics-x86_64.ll [new file with mode: 0644]
test/CodeGen/X86/tbm_patterns.ll [new file with mode: 0644]
test/CodeGen/X86/test-nofold.ll
test/CodeGen/X86/test-shrink.ll
test/CodeGen/X86/testl-commute.ll
test/CodeGen/X86/this-return-64.ll
test/CodeGen/X86/tls-local-dynamic.ll
test/CodeGen/X86/tls-models.ll
test/CodeGen/X86/tls-pic.ll
test/CodeGen/X86/tls-pie.ll
test/CodeGen/X86/tls.ll
test/CodeGen/X86/tlv-1.ll
test/CodeGen/X86/tlv-3.ll [new file with mode: 0644]
test/CodeGen/X86/trap.ll
test/CodeGen/X86/trunc-ext-ld-st.ll
test/CodeGen/X86/trunc-to-bool.ll
test/CodeGen/X86/twoaddr-lea.ll
test/CodeGen/X86/uint_to_fp-2.ll
test/CodeGen/X86/umul-with-overflow.ll
test/CodeGen/X86/unaligned-spill-folding.ll [new file with mode: 0644]
test/CodeGen/X86/unknown-location.ll
test/CodeGen/X86/unwind-init.ll [new file with mode: 0644]
test/CodeGen/X86/use-add-flags.ll
test/CodeGen/X86/v-binop-widen.ll
test/CodeGen/X86/v-binop-widen2.ll
test/CodeGen/X86/v2f32.ll
test/CodeGen/X86/v4i32load-crash.ll [new file with mode: 0644]
test/CodeGen/X86/v8i1-masks.ll
test/CodeGen/X86/vec-sign.ll
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_compare-sse4.ll
test/CodeGen/X86/vec_compare.ll
test/CodeGen/X86/vec_extract-sse4.ll
test/CodeGen/X86/vec_extract.ll
test/CodeGen/X86/vec_fpext.ll
test/CodeGen/X86/vec_insert-2.ll
test/CodeGen/X86/vec_insert-3.ll
test/CodeGen/X86/vec_insert-5.ll
test/CodeGen/X86/vec_insert-7.ll
test/CodeGen/X86/vec_insert-8.ll
test/CodeGen/X86/vec_insert-9.ll
test/CodeGen/X86/vec_insert.ll
test/CodeGen/X86/vec_round.ll [new file with mode: 0644]
test/CodeGen/X86/vec_sdiv_to_shift.ll
test/CodeGen/X86/vec_set-8.ll
test/CodeGen/X86/vec_set-9.ll
test/CodeGen/X86/vec_set-C.ll
test/CodeGen/X86/vec_set.ll
test/CodeGen/X86/vec_setcc.ll [new file with mode: 0644]
test/CodeGen/X86/vec_shift4.ll
test/CodeGen/X86/vec_shuffle-14.ll
test/CodeGen/X86/vec_shuffle-16.ll
test/CodeGen/X86/vec_shuffle-17.ll
test/CodeGen/X86/vec_shuffle-25.ll
test/CodeGen/X86/vec_shuffle-26.ll
test/CodeGen/X86/vec_shuffle-27.ll
test/CodeGen/X86/vec_shuffle-36.ll
test/CodeGen/X86/vec_shuffle-39.ll
test/CodeGen/X86/vec_splat-2.ll
test/CodeGen/X86/vec_splat-3.ll
test/CodeGen/X86/vec_splat.ll
test/CodeGen/X86/vec_split.ll [new file with mode: 0644]
test/CodeGen/X86/vec_ss_load_fold.ll
test/CodeGen/X86/vec_uint_to_fp.ll
test/CodeGen/X86/vector-gep.ll
test/CodeGen/X86/vector-variable-idx2.ll
test/CodeGen/X86/viabs.ll
test/CodeGen/X86/vselect-minmax.ll
test/CodeGen/X86/vshift-1.ll
test/CodeGen/X86/vshift-2.ll
test/CodeGen/X86/vshift-3.ll
test/CodeGen/X86/vshift-4.ll
test/CodeGen/X86/vshift-5.ll
test/CodeGen/X86/vsplit-and.ll
test/CodeGen/X86/warn-stack.ll [new file with mode: 0644]
test/CodeGen/X86/weak_def_can_be_hidden.ll [new file with mode: 0644]
test/CodeGen/X86/wide-fma-contraction.ll
test/CodeGen/X86/widen_arith-1.ll
test/CodeGen/X86/widen_arith-2.ll
test/CodeGen/X86/widen_arith-3.ll
test/CodeGen/X86/widen_arith-4.ll
test/CodeGen/X86/widen_arith-5.ll
test/CodeGen/X86/widen_arith-6.ll
test/CodeGen/X86/widen_cast-1.ll
test/CodeGen/X86/widen_cast-2.ll
test/CodeGen/X86/widen_cast-3.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_cast-5.ll
test/CodeGen/X86/widen_cast-6.ll
test/CodeGen/X86/widen_conv-1.ll
test/CodeGen/X86/widen_conv-2.ll
test/CodeGen/X86/widen_conv-3.ll
test/CodeGen/X86/widen_conv-4.ll
test/CodeGen/X86/widen_extract-1.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/win32_sret.ll
test/CodeGen/X86/win64_alloca_dynalloca.ll
test/CodeGen/X86/win64_params.ll
test/CodeGen/X86/win64_vararg.ll
test/CodeGen/X86/win_chkstk.ll
test/CodeGen/X86/x86-64-and-mask.ll
test/CodeGen/X86/x86-64-pic-10.ll
test/CodeGen/X86/x86-64-psub.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-sret-return.ll
test/CodeGen/X86/x86-64-tls-1.ll
test/CodeGen/X86/x86-shifts.ll
test/CodeGen/X86/xmulo.ll
test/CodeGen/X86/xor-icmp.ll
test/CodeGen/X86/xor.ll
test/CodeGen/X86/zero-remat.ll
test/CodeGen/X86/zext-extract_subreg.ll
test/CodeGen/X86/zext-fold.ll
test/CodeGen/X86/zext-sext.ll
test/CodeGen/X86/zext-shl.ll
test/CodeGen/X86/zext-trunc.ll
test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll
test/CodeGen/XCore/2011-08-01-VarargsBug.ll [deleted file]
test/CodeGen/XCore/addsub64.ll
test/CodeGen/XCore/aliases.ll
test/CodeGen/XCore/alignment.ll [new file with mode: 0644]
test/CodeGen/XCore/ashr.ll
test/CodeGen/XCore/atomic.ll [new file with mode: 0644]
test/CodeGen/XCore/bigstructret.ll
test/CodeGen/XCore/byVal.ll [new file with mode: 0644]
test/CodeGen/XCore/constants.ll
test/CodeGen/XCore/epilogue_prologue.ll [new file with mode: 0644]
test/CodeGen/XCore/events.ll
test/CodeGen/XCore/exception.ll [new file with mode: 0644]
test/CodeGen/XCore/float-intrinsics.ll
test/CodeGen/XCore/fneg.ll
test/CodeGen/XCore/getid.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/indirectbr.ll
test/CodeGen/XCore/inline-asm.ll [new file with mode: 0644]
test/CodeGen/XCore/ladd_lsub_combine.ll
test/CodeGen/XCore/licm-ldwcp.ll
test/CodeGen/XCore/linkage.ll [new file with mode: 0644]
test/CodeGen/XCore/lit.local.cfg
test/CodeGen/XCore/load.ll
test/CodeGen/XCore/misc-intrinsics.ll
test/CodeGen/XCore/mkmsk.ll
test/CodeGen/XCore/mul64.ll
test/CodeGen/XCore/offset_folding.ll
test/CodeGen/XCore/private.ll
test/CodeGen/XCore/ps-intrinsics.ll
test/CodeGen/XCore/resources.ll
test/CodeGen/XCore/sext.ll
test/CodeGen/XCore/shedulingPreference.ll [new file with mode: 0644]
test/CodeGen/XCore/sr-intrinsics.ll
test/CodeGen/XCore/store.ll
test/CodeGen/XCore/threads.ll
test/CodeGen/XCore/tls.ll
test/CodeGen/XCore/trampoline.ll
test/CodeGen/XCore/trap.ll
test/CodeGen/XCore/unaligned_load.ll
test/CodeGen/XCore/unaligned_store.ll
test/CodeGen/XCore/unaligned_store_combine.ll
test/CodeGen/XCore/varargs.ll [new file with mode: 0644]
test/CodeGen/XCore/zext.ll [new file with mode: 0644]
test/CodeGen/XCore/zextfree.ll [new file with mode: 0644]
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-01-19-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/dwarfdump.ll
test/DebugInfo/AArch64/lit.local.cfg
test/DebugInfo/AArch64/variable-loc.ll
test/DebugInfo/ARM/PR16736.ll [new file with mode: 0644]
test/DebugInfo/ARM/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/ARM/lowerbdgdeclare_vla.ll [new file with mode: 0644]
test/DebugInfo/ARM/selectiondag-deadcode.ll [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-inl-test.cc
test/DebugInfo/Inputs/dwarfdump-inl-test.high_pc.elf-x86-64 [new file with mode: 0755]
test/DebugInfo/Inputs/dwarfdump-test-loc-list-32bit.elf.cpp [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test-loc-list-32bit.elf.o [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64.debuglink [new file with mode: 0755]
test/DebugInfo/Inputs/dwarfdump-type-units.cc [new file with mode: 0644]
test/DebugInfo/Inputs/dwarfdump-type-units.elf-x86-64 [new file with mode: 0644]
test/DebugInfo/Inputs/lit.local.cfg [deleted file]
test/DebugInfo/Inputs/macho-universal [new file with mode: 0755]
test/DebugInfo/Inputs/macho-universal.cc [new file with mode: 0644]
test/DebugInfo/PowerPC/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PowerPC/tls-fission.ll [new file with mode: 0644]
test/DebugInfo/PowerPC/tls.ll [new file with mode: 0644]
test/DebugInfo/SystemZ/lit.local.cfg
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2010-04-13-PubType.ll
test/DebugInfo/X86/2010-08-10-DbgConstant.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
test/DebugInfo/X86/2011-12-16-BadStructRef.ll
test/DebugInfo/X86/DW_AT_byte_size.ll
test/DebugInfo/X86/DW_AT_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 [new file with mode: 0644]
test/DebugInfo/X86/DW_TAG_friend.ll
test/DebugInfo/X86/aligned_stack_var.ll
test/DebugInfo/X86/arguments.ll [new file with mode: 0644]
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_relative_names.ll [new file with mode: 0644]
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/data_member_location.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-at-specficiation.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-byval-parameter.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-const-int.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-const.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare-arg.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-file-name.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-i128-const.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-large-unsigned-const.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-merge-loc-entry.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-prolog-end.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-subrange.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-dag-combine.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll [moved from test/CodeGen/X86/dbg-value-isel.ll with 83% similarity]
test/DebugInfo/X86/dbg-value-location.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-range.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-terminator.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg_value_direct.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-info-static-member.ll
test/DebugInfo/X86/debug_frame.ll
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-aranges.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-public-names.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-pubnames-split.ll [new file with mode: 0644]
test/DebugInfo/X86/earlydup-crash.ll
test/DebugInfo/X86/eh_symbol.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 [new file with mode: 0644]
test/DebugInfo/X86/fission-ranges.ll [new file with mode: 0644]
test/DebugInfo/X86/generate-odr-hash.ll [new file with mode: 0644]
test/DebugInfo/X86/gnu-public-names-empty.ll [new file with mode: 0644]
test/DebugInfo/X86/gnu-public-names.ll [new file with mode: 0644]
test/DebugInfo/X86/instcombine-instrinsics.ll
test/DebugInfo/X86/line-info.ll
test/DebugInfo/X86/linkage-name.ll
test/DebugInfo/X86/lit.local.cfg
test/DebugInfo/X86/low-pc-cu.ll
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/multiple-aranges.ll [new file with mode: 0644]
test/DebugInfo/X86/multiple-at-const-val.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/objc-fwd-decl.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll [new file with mode: 0644]
test/DebugInfo/X86/pointer-type-size.ll
test/DebugInfo/X86/pr11300.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr13303.ll
test/DebugInfo/X86/pr9951.ll
test/DebugInfo/X86/prologue-stack.ll
test/DebugInfo/X86/ref_addr_relocation.ll [new file with mode: 0644]
test/DebugInfo/X86/reference-argument.ll [new file with mode: 0644]
test/DebugInfo/X86/rvalue-ref.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/DebugInfo/X86/stmt-list.ll
test/DebugInfo/X86/stringpool.ll
test/DebugInfo/X86/struct-loc.ll
test/DebugInfo/X86/subrange-type.ll
test/DebugInfo/X86/subreg.ll
test/DebugInfo/X86/template.ll [new file with mode: 0644]
test/DebugInfo/X86/tls-fission.ll [new file with mode: 0644]
test/DebugInfo/X86/tls.ll [new file with mode: 0644]
test/DebugInfo/X86/union-template.ll
test/DebugInfo/X86/vector.ll
test/DebugInfo/X86/vla.ll [new file with mode: 0644]
test/DebugInfo/array.ll
test/DebugInfo/bug_null_debuginfo.ll
test/DebugInfo/debuginfofinder-multiple-cu.ll [new file with mode: 0644]
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/dwarfdump-debug-loc-simple.test [new file with mode: 0644]
test/DebugInfo/dwarfdump-pubnames.test
test/DebugInfo/dwarfdump-type-units.test [new file with mode: 0644]
test/DebugInfo/enum.ll [new file with mode: 0644]
test/DebugInfo/global.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/inlined-arguments.ll [new file with mode: 0644]
test/DebugInfo/inlined-vars.ll
test/DebugInfo/lit.local.cfg [deleted file]
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/member-order.ll [new file with mode: 0644]
test/DebugInfo/member-pointers.ll
test/DebugInfo/namespace.ll
test/DebugInfo/template-recursive-void.ll [new file with mode: 0644]
test/DebugInfo/tu-composite.ll [new file with mode: 0644]
test/DebugInfo/tu-member-pointer.ll [new file with mode: 0644]
test/DebugInfo/two-cus-from-same-file.ll
test/DebugInfo/version.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/cross-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/eh-lg-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/eh-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/hello-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/lit.local.cfg
test/ExecutionEngine/MCJIT/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/multi-module-eh-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll [moved from test/ExecutionEngine/MCJIT/stubs-remote.ll with 88% similarity]
test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll [moved from test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll with 98% similarity]
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll [moved from test/ExecutionEngine/MCJIT/test-data-align-remote.ll with 77% similarity]
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll [moved from test/ExecutionEngine/MCJIT/test-fp-no-external-funcs-remote.ll with 88% similarity]
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll [moved from test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll with 91% similarity]
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll [moved from test/ExecutionEngine/MCJIT/test-ptr-reloc-remote.ll with 86% similarity]
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/simpletest-remote.ll [deleted file]
test/ExecutionEngine/MCJIT/stubs-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/Inputs/arm_secdiff_reloc.o [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/arm_secdiff_reloc.test [new file with mode: 0644]
test/ExecutionEngine/fma3-jit.ll [new file with mode: 0644]
test/ExecutionEngine/lit.local.cfg
test/ExecutionEngine/mov64zext32.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-cast.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-insertelement.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-insertextractvalue.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-loadstore.ll
test/ExecutionEngine/test-interp-vec-select.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-shift.ll [new file with mode: 0644]
test/ExecutionEngine/test-interp-vec-shuffle.ll [new file with mode: 0644]
test/Feature/cold.ll [new file with mode: 0644]
test/Feature/lit.local.cfg [deleted file]
test/Feature/md_on_instruction.ll
test/Feature/newcasts.ll
test/Feature/optnone.ll [new file with mode: 0644]
test/Feature/prefixdata.ll [new file with mode: 0644]
test/FileCheck/check-a-b-has-b.txt [new file with mode: 0644]
test/FileCheck/check-b-a-has-b.txt [new file with mode: 0644]
test/FileCheck/check-dag-multi-prefix-2.txt [new file with mode: 0644]
test/FileCheck/check-dag-multi-prefix.txt [new file with mode: 0644]
test/FileCheck/check-dag-substring-prefix.txt [new file with mode: 0644]
test/FileCheck/check-dag-xfails.txt [new file with mode: 0644]
test/FileCheck/check-dag.txt [new file with mode: 0644]
test/FileCheck/check-label-dag-capture.txt [new file with mode: 0644]
test/FileCheck/check-label-dag.txt [new file with mode: 0644]
test/FileCheck/check-label.txt [new file with mode: 0644]
test/FileCheck/check-multi-prefix-label.txt [new file with mode: 0644]
test/FileCheck/check-multiple-prefixes-mixed.txt [new file with mode: 0644]
test/FileCheck/check-multiple-prefixes-nomatch.txt [new file with mode: 0644]
test/FileCheck/check-multiple-prefixes-substr.txt [new file with mode: 0644]
test/FileCheck/check-not-diaginfo.txt
test/FileCheck/check-prefixes.txt [new file with mode: 0644]
test/FileCheck/check-substring-multi-prefix-2.txt [new file with mode: 0644]
test/FileCheck/check-substring-multi-prefix.txt [new file with mode: 0644]
test/FileCheck/first-character-match.txt [new file with mode: 0644]
test/FileCheck/line-count-2.txt [new file with mode: 0644]
test/FileCheck/line-count.txt [new file with mode: 0644]
test/FileCheck/lit.local.cfg [deleted file]
test/FileCheck/multiple-missing-prefixes.txt [new file with mode: 0644]
test/FileCheck/separate-multi-prefix.txt [new file with mode: 0644]
test/FileCheck/validate-check-prefix.txt [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/X86/bug_11395.ll
test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll
test/Instrumentation/AddressSanitizer/basic.ll
test/Instrumentation/AddressSanitizer/coverage.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/keep-instrumented_functions.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/lifetime-uar.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/lit.local.cfg [deleted file]
test/Instrumentation/BoundsChecking/lit.local.cfg [deleted file]
test/Instrumentation/BoundsChecking/simple-32.ll [new file with mode: 0644]
test/Instrumentation/BoundsChecking/simple.ll
test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/abilist.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/arith.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/call.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/load.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/memset.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/prefix-rename.ll [new file with mode: 0644]
test/Instrumentation/DataFlowSanitizer/store.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/X86/vararg.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/atomics.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/lit.local.cfg [deleted file]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/return_from_main.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_cvt.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/lit.local.cfg [deleted file]
test/Instrumentation/ThreadSanitizer/no_sanitize_thread.ll [new file with mode: 0644]
test/Instrumentation/ThreadSanitizer/read_before_write.ll
test/Instrumentation/ThreadSanitizer/read_from_global.ll
test/Instrumentation/ThreadSanitizer/tsan_basic.ll
test/Instrumentation/ThreadSanitizer/vptr_read.ll
test/Instrumentation/ThreadSanitizer/vptr_update.ll
test/Integer/lit.local.cfg [deleted file]
test/JitListener/lit.local.cfg
test/JitListener/test-common-symbols.ll
test/JitListener/test-inline.ll
test/JitListener/test-parameters.ll
test/LTO/cfi_endproc.ll [new file with mode: 0644]
test/LTO/linkonce_odr_func.ll [new file with mode: 0644]
test/LTO/lit.local.cfg [new file with mode: 0644]
test/LTO/runtime-library.ll [new file with mode: 0644]
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/type-unique-inheritance-a.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-inheritance-b.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-simple2-a.ll [new file with mode: 0644]
test/Linker/Inputs/type-unique-simple2-b.ll [new file with mode: 0644]
test/Linker/lit.local.cfg [deleted file]
test/Linker/prefixdata.ll [new file with mode: 0644]
test/Linker/transitive-lazy-link.ll [new file with mode: 0644]
test/Linker/type-unique-inheritance.ll [new file with mode: 0644]
test/Linker/type-unique-simple-a.ll [new file with mode: 0644]
test/Linker/type-unique-simple-b.ll [new file with mode: 0644]
test/Linker/type-unique-simple2.ll [new file with mode: 0644]
test/Linker/unnamed-addr-err-a.ll [new file with mode: 0644]
test/Linker/unnamed-addr-err-b.ll [new file with mode: 0644]
test/Linker/unnamed-addr1-a.ll
test/Linker/unnamed-addr1-b.ll
test/MC/AArch64/adrp-relocation.s [new file with mode: 0644]
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/basic-pic.s [new file with mode: 0644]
test/MC/AArch64/elf-extern.s [new file with mode: 0644]
test/MC/AArch64/elf-globaladdress.ll
test/MC/AArch64/elf-objdump.s
test/MC/AArch64/elf-reloc-addend.s [new file with mode: 0644]
test/MC/AArch64/elf-reloc-addsubimm.s
test/MC/AArch64/elf-reloc-condbr.s
test/MC/AArch64/elf-reloc-ldrlit.s
test/MC/AArch64/elf-reloc-ldstunsimm.s
test/MC/AArch64/elf-reloc-movw.s
test/MC/AArch64/elf-reloc-pcreladdressing.s
test/MC/AArch64/elf-reloc-tstb.s
test/MC/AArch64/elf-reloc-uncondbrimm.s
test/MC/AArch64/gicv3-regs-diagnostics.s
test/MC/AArch64/inline-asm-modifiers.s [new file with mode: 0644]
test/MC/AArch64/jump-table.s [new file with mode: 0644]
test/MC/AArch64/lit.local.cfg
test/MC/AArch64/neon-2velem.s [new file with mode: 0644]
test/MC/AArch64/neon-3vdiff.s [new file with mode: 0644]
test/MC/AArch64/neon-aba-abd.s [new file with mode: 0644]
test/MC/AArch64/neon-across.s [new file with mode: 0644]
test/MC/AArch64/neon-add-pairwise.s [new file with mode: 0644]
test/MC/AArch64/neon-add-sub-instructions.s [new file with mode: 0644]
test/MC/AArch64/neon-bitwise-instructions.s [new file with mode: 0644]
test/MC/AArch64/neon-compare-instructions.s [new file with mode: 0644]
test/MC/AArch64/neon-crypto.s [new file with mode: 0644]
test/MC/AArch64/neon-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/neon-extract.s [new file with mode: 0644]
test/MC/AArch64/neon-facge-facgt.s [new file with mode: 0644]
test/MC/AArch64/neon-frsqrt-frecp.s [new file with mode: 0644]
test/MC/AArch64/neon-halving-add-sub.s [new file with mode: 0644]
test/MC/AArch64/neon-max-min-pairwise.s [new file with mode: 0644]
test/MC/AArch64/neon-max-min.s [new file with mode: 0644]
test/MC/AArch64/neon-mla-mls-instructions.s [new file with mode: 0644]
test/MC/AArch64/neon-mov.s [new file with mode: 0644]
test/MC/AArch64/neon-mul-div-instructions.s [new file with mode: 0644]
test/MC/AArch64/neon-perm.s [new file with mode: 0644]
test/MC/AArch64/neon-rounding-halving-add.s [new file with mode: 0644]
test/MC/AArch64/neon-rounding-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-saturating-add-sub.s [new file with mode: 0644]
test/MC/AArch64/neon-saturating-rounding-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-saturating-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-abs.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-add-sub.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-by-elem-mla.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-by-elem-mul.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-by-elem-saturating-mla.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-by-elem-saturating-mul.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-compare.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-cvt.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-dup.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-extract-narrow.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-fp-compare.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-mul.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-neg.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-recip.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-reduce-pairwise.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-rounding-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-saturating-add-sub.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-saturating-rounding-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-saturating-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-shift-imm.s [new file with mode: 0644]
test/MC/AArch64/neon-scalar-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-shift-left-long.s [new file with mode: 0644]
test/MC/AArch64/neon-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-copy.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-ldst-multi-elem.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-ldst-one-elem.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-misc.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-post-ldst-multi-elem.s [new file with mode: 0644]
test/MC/AArch64/neon-simd-shift.s [new file with mode: 0644]
test/MC/AArch64/neon-tbl.s [new file with mode: 0644]
test/MC/AArch64/noneon-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/tls-relocs.s
test/MC/AArch64/trace-regs-diagnostics.s
test/MC/ARM/2010-11-30-reloc-movt.s [new file with mode: 0644]
test/MC/ARM/AlignedBundling/lit.local.cfg
test/MC/ARM/align_arm_2_thumb.s [new file with mode: 0644]
test/MC/ARM/align_thumb_2_arm.s [new file with mode: 0644]
test/MC/ARM/arm-ldrd.s [new file with mode: 0644]
test/MC/ARM/arm-memory-instructions.s
test/MC/ARM/arm-thumb-cpus-default.s [new file with mode: 0644]
test/MC/ARM/arm-thumb-cpus.s [new file with mode: 0644]
test/MC/ARM/arm-thumb-trustzone.s
test/MC/ARM/arm-trustzone.s
test/MC/ARM/basic-arm-instructions-v8.s [new file with mode: 0644]
test/MC/ARM/basic-arm-instructions.s
test/MC/ARM/basic-thumb-instructions.s
test/MC/ARM/basic-thumb2-instructions-v8.s [new file with mode: 0644]
test/MC/ARM/basic-thumb2-instructions.s
test/MC/ARM/crc32-thumb.s [new file with mode: 0644]
test/MC/ARM/crc32.s [new file with mode: 0644]
test/MC/ARM/data-in-code.ll
test/MC/ARM/deprecated-v8.s [new file with mode: 0644]
test/MC/ARM/diagnostics-noneon.s [new file with mode: 0644]
test/MC/ARM/diagnostics.s
test/MC/ARM/directive-cpu.s [new file with mode: 0644]
test/MC/ARM/directive-eabi_attribute.s [new file with mode: 0644]
test/MC/ARM/directive-fpu-multiple.s [new file with mode: 0644]
test/MC/ARM/directive-fpu.s [new file with mode: 0644]
test/MC/ARM/eh-compact-pr0.s [new file with mode: 0644]
test/MC/ARM/eh-compact-pr1.s [new file with mode: 0644]
test/MC/ARM/eh-directive-cantunwind-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-cantunwind.s [new file with mode: 0644]
test/MC/ARM/eh-directive-fnend-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-fnstart-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-handlerdata.s [new file with mode: 0644]
test/MC/ARM/eh-directive-integrated-test.s [new file with mode: 0644]
test/MC/ARM/eh-directive-multiple-offsets.s [new file with mode: 0644]
test/MC/ARM/eh-directive-pad-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-pad.s [new file with mode: 0644]
test/MC/ARM/eh-directive-personality-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-personality.s [new file with mode: 0644]
test/MC/ARM/eh-directive-save-diagnoatics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-save.s [new file with mode: 0644]
test/MC/ARM/eh-directive-section-comdat.s [new file with mode: 0644]
test/MC/ARM/eh-directive-section-multiple-func.s [new file with mode: 0644]
test/MC/ARM/eh-directive-section.s [new file with mode: 0644]
test/MC/ARM/eh-directive-setfp-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-setfp.s [new file with mode: 0644]
test/MC/ARM/eh-directive-text-section-multiple-func.s [new file with mode: 0644]
test/MC/ARM/eh-directive-text-section.s [new file with mode: 0644]
test/MC/ARM/eh-directive-vsave-diagnostics.s [new file with mode: 0644]
test/MC/ARM/eh-directive-vsave.s [new file with mode: 0644]
test/MC/ARM/elf-eflags-eabi-cg.ll [deleted file]
test/MC/ARM/elf-movt.s
test/MC/ARM/elf-reloc-01.ll
test/MC/ARM/elf-reloc-02.ll
test/MC/ARM/elf-reloc-03.ll
test/MC/ARM/elf-reloc-condcall.s
test/MC/ARM/elf-thumbfunc-reloc.ll
test/MC/ARM/elf-thumbfunc-reloc.s
test/MC/ARM/elf-thumbfunc.s
test/MC/ARM/fp-armv8.s [new file with mode: 0644]
test/MC/ARM/idiv.s [new file with mode: 0644]
test/MC/ARM/invalid-barrier.s [new file with mode: 0644]
test/MC/ARM/invalid-crc32.s [new file with mode: 0644]
test/MC/ARM/invalid-fp-armv8.s [new file with mode: 0644]
test/MC/ARM/invalid-hint-arm.s
test/MC/ARM/invalid-hint-thumb.s
test/MC/ARM/invalid-idiv.s [new file with mode: 0644]
test/MC/ARM/invalid-neon-v8.s [new file with mode: 0644]
test/MC/ARM/lit.local.cfg
test/MC/ARM/load-store-acquire-release-v8-thumb.s [new file with mode: 0644]
test/MC/ARM/load-store-acquire-release-v8.s [new file with mode: 0644]
test/MC/ARM/mapping-within-section.s
test/MC/ARM/multi-section-mapping.s
test/MC/ARM/neon-convert-encoding.s
test/MC/ARM/neon-crypto.s [new file with mode: 0644]
test/MC/ARM/neon-mov-encoding.s
test/MC/ARM/neon-v8.s [new file with mode: 0644]
test/MC/ARM/neon-vst-encoding.s
test/MC/ARM/neont2-vld-encoding.s
test/MC/ARM/neont2-vst-encoding.s
test/MC/ARM/obsolete-v8.s [new file with mode: 0644]
test/MC/ARM/simple-fp-encoding.s
test/MC/ARM/single-precision-fp.s [new file with mode: 0644]
test/MC/ARM/thumb-diagnostics.s
test/MC/ARM/thumb-fp-armv8.s [new file with mode: 0644]
test/MC/ARM/thumb-hints.s [new file with mode: 0644]
test/MC/ARM/thumb-invalid-crypto.txt [new file with mode: 0644]
test/MC/ARM/thumb-neon-crypto.s [new file with mode: 0644]
test/MC/ARM/thumb-neon-v8.s [new file with mode: 0644]
test/MC/ARM/thumb-nop.s [deleted file]
test/MC/ARM/thumb-only-conditionals.s [new file with mode: 0644]
test/MC/ARM/thumb.s
test/MC/ARM/thumb2-b.w-encodingT4.s
test/MC/ARM/thumb2-branches.s [new file with mode: 0644]
test/MC/ARM/thumb2-diagnostics.s
test/MC/ARM/thumb2-ldrd.s [new file with mode: 0644]
test/MC/ARM/thumb2-pldw.s [new file with mode: 0644]
test/MC/ARM/v8_IT_manual.s [new file with mode: 0644]
test/MC/ARM/vfp4.s
test/MC/ARM/xscale-attributes.ll
test/MC/AsmParser/align_invalid.s
test/MC/AsmParser/cfi-window-save.s [new file with mode: 0644]
test/MC/AsmParser/directive_align.s
test/MC/AsmParser/directive_file.s
test/MC/AsmParser/directive_fill.s
test/MC/AsmParser/directive_incbin.s
test/MC/AsmParser/directive_include.s
test/MC/AsmParser/directive_loc.s
test/MC/AsmParser/floating-literals.s
test/MC/AsmParser/lit.local.cfg
test/MC/AsmParser/macros-darwin.s
test/MC/AsmParser/secure_log_unique.s [new file with mode: 0644]
test/MC/COFF/alias.s [new file with mode: 0644]
test/MC/COFF/bss_section.ll [new file with mode: 0644]
test/MC/COFF/eh-frame.s [new file with mode: 0644]
test/MC/COFF/feat00.s [new file with mode: 0644]
test/MC/COFF/linkonce-invalid.s [new file with mode: 0644]
test/MC/COFF/linkonce.s [new file with mode: 0644]
test/MC/COFF/lit.local.cfg
test/MC/COFF/lset0.s [new file with mode: 0755]
test/MC/COFF/rdata.ll [new file with mode: 0644]
test/MC/COFF/section-comdat.s [new file with mode: 0644]
test/MC/COFF/section-invalid-flags.s [new file with mode: 0644]
test/MC/COFF/section-name-encoding.s [new file with mode: 0644]
test/MC/COFF/section.s [new file with mode: 0644]
test/MC/COFF/seh-align1.s [new file with mode: 0644]
test/MC/COFF/seh-align2.s [new file with mode: 0644]
test/MC/COFF/seh-align3.s [new file with mode: 0644]
test/MC/COFF/seh-section.s
test/MC/COFF/seh.s
test/MC/COFF/tricky-names.ll [new file with mode: 0644]
test/MC/COFF/weak-symbol-section-specification.ll [deleted file]
test/MC/COFF/weak-symbol.ll [new file with mode: 0644]
test/MC/Disassembler/AArch64/a64-ignored-fields.txt
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/AArch64/basic-a64-unpredictable.txt
test/MC/Disassembler/AArch64/ldp-postind.predictable.txt
test/MC/Disassembler/AArch64/ldp-preind.predictable.txt
test/MC/Disassembler/AArch64/lit.local.cfg
test/MC/Disassembler/AArch64/neon-instructions.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/arm-LDREXD-reencoding.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/arm-STREXD-reencoding.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/arm-tests.txt
test/MC/Disassembler/ARM/basic-arm-instructions-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/basic-arm-instructions.txt
test/MC/Disassembler/ARM/crc32-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/crc32.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fp-armv8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/fp-encoding.txt
test/MC/Disassembler/ARM/invalid-BFI-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-Bcc-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-CPS2p-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-CPS3p-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-DMB-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-DSB-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-FSTMX-arm.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-IT-CBNZ-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-IT-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDC-form-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDM-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDRB_POST-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDRD_PRE-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDR_POST-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDR_PRE-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-LDRrs-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MCR-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MOVTi16-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MOVr-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MOVs-LSL-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MOVs-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MRRC2-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-MSRi-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-RFEorLDMIA-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-SBFX-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-SMLAD-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-SRS-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-STMIA_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-SXTB-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-UMAAL-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLD1DUPq8_UPD-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLD1LNd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLD3DUPd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLD4DUPd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLD4LNd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VLDMSDB_UPD-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VQADD-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VST1LNd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VST1d8Twb_register-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VST2b32_UPD-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-VST4LNd32_UPD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-armv7.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-armv8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-because-armv7.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-hint-arm.txt [deleted file]
test/MC/Disassembler/ARM/invalid-hint-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2Bcc-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2LDRBT-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2LDREXD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2LDRSHi12-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2LDRSHi8-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2PUSH-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2STRD_PRE-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2STREXB-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2STREXD-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-t2STR_POST-thumb.txt [deleted file]
test/MC/Disassembler/ARM/invalid-thumbv7-xfail.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumbv7.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/invalid-thumbv8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/lit.local.cfg
test/MC/Disassembler/ARM/load-store-acquire-release-v8-thumb.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/load-store-acquire-release-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neon-crypto.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neon-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/neont2.txt
test/MC/Disassembler/ARM/thumb-fp-armv8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-neon-crypto.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-neon-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb-tests.txt
test/MC/Disassembler/ARM/thumb-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb1.txt
test/MC/Disassembler/ARM/thumb2-v8.txt [new file with mode: 0644]
test/MC/Disassembler/ARM/thumb2.txt
test/MC/Disassembler/MBlaze/lit.local.cfg [deleted file]
test/MC/Disassembler/MBlaze/mblaze_branch.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_fpu.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_fsl.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_imm.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_mbar.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_memory.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_operands.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_pattern.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_shift.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_special.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_typea.txt [deleted file]
test/MC/Disassembler/MBlaze/mblaze_typeb.txt [deleted file]
test/MC/Disassembler/Mips/lit.local.cfg
test/MC/Disassembler/Mips/micromips.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/micromips_le.txt [new file with mode: 0644]
test/MC/Disassembler/Mips/mips-dsp.txt
test/MC/Disassembler/Mips/mips32.txt
test/MC/Disassembler/Mips/mips32_le.txt
test/MC/Disassembler/Mips/mips32r2.txt
test/MC/Disassembler/Mips/mips32r2_le.txt
test/MC/Disassembler/Mips/mips64.txt
test/MC/Disassembler/Mips/mips64_le.txt
test/MC/Disassembler/SystemZ/insns-pcrel.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/insns.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/invalid-regs.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/lit.local.cfg [new file with mode: 0644]
test/MC/Disassembler/SystemZ/trunc-01.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/trunc-02.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/trunc-03.txt [new file with mode: 0644]
test/MC/Disassembler/SystemZ/unmapped.txt [new file with mode: 0644]
test/MC/Disassembler/X86/intel-syntax-32.txt
test/MC/Disassembler/X86/intel-syntax.txt
test/MC/Disassembler/X86/lit.local.cfg
test/MC/Disassembler/X86/prefixes.txt [new file with mode: 0644]
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-32.txt
test/MC/Disassembler/X86/x86-64.txt
test/MC/Disassembler/XCore/lit.local.cfg
test/MC/ELF/alias-reloc.s
test/MC/ELF/alias.s
test/MC/ELF/bad-relocation.s [new file with mode: 0644]
test/MC/ELF/basic-elf-32.s
test/MC/ELF/basic-elf-64.s
test/MC/ELF/bss-large.ll [new file with mode: 0644]
test/MC/ELF/cfi-adjust-cfa-offset.s
test/MC/ELF/cfi-advance-loc2.s
test/MC/ELF/cfi-def-cfa-offset.s
test/MC/ELF/cfi-def-cfa-register.s
test/MC/ELF/cfi-def-cfa.s
test/MC/ELF/cfi-escape.s
test/MC/ELF/cfi-offset.s
test/MC/ELF/cfi-register.s
test/MC/ELF/cfi-rel-offset.s
test/MC/ELF/cfi-rel-offset2.s
test/MC/ELF/cfi-remember.s
test/MC/ELF/cfi-restore.s
test/MC/ELF/cfi-same-value.s
test/MC/ELF/cfi-undefined.s
test/MC/ELF/cfi-window-save.s [new file with mode: 0644]
test/MC/ELF/cfi-zero-addr-delta.s
test/MC/ELF/cfi.s
test/MC/ELF/comdat-dup-group-name.s [new file with mode: 0644]
test/MC/ELF/comdat-reloc.s [new file with mode: 0644]
test/MC/ELF/comdat.s
test/MC/ELF/comp-dir.s
test/MC/ELF/debug-line.s
test/MC/ELF/debug-line2.s [new file with mode: 0644]
test/MC/ELF/file-double.s [new file with mode: 0644]
test/MC/ELF/gen-dwarf.s
test/MC/ELF/got.s
test/MC/ELF/lit.local.cfg
test/MC/ELF/local-reloc.s
test/MC/ELF/merge.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation-pc.s
test/MC/ELF/relocation.s
test/MC/ELF/rename.s
test/MC/ELF/section.s
test/MC/ELF/symbol-names.s [new file with mode: 0644]
test/MC/ELF/symref.s
test/MC/ELF/type.s
test/MC/ELF/weak-relocation.s
test/MC/ELF/weakref.s
test/MC/ELF/x86_64-reloc-sizetest.s
test/MC/MBlaze/lit.local.cfg [deleted file]
test/MC/MBlaze/mblaze_branch.s [deleted file]
test/MC/MBlaze/mblaze_fpu.s [deleted file]
test/MC/MBlaze/mblaze_fsl.s [deleted file]
test/MC/MBlaze/mblaze_imm.s [deleted file]
test/MC/MBlaze/mblaze_memory.s [deleted file]
test/MC/MBlaze/mblaze_operands.s [deleted file]
test/MC/MBlaze/mblaze_pattern.s [deleted file]
test/MC/MBlaze/mblaze_shift.s [deleted file]
test/MC/MBlaze/mblaze_special.s [deleted file]
test/MC/MBlaze/mblaze_typea.s [deleted file]
test/MC/MBlaze/mblaze_typeb.s [deleted file]
test/MC/MachO/ARM/lit.local.cfg
test/MC/MachO/bad-darwin-x86_64-32-bit-abs-addr.s [new file with mode: 0644]
test/MC/MachO/bad-darwin-x86_64-diff-relocs.s [new file with mode: 0644]
test/MC/MachO/bad-indirect-symbols.s [new file with mode: 0644]
test/MC/MachO/bss.s [new file with mode: 0644]
test/MC/MachO/darwin-x86_64-diff-reloc-assign-2.s [new file with mode: 0644]
test/MC/MachO/lit.local.cfg
test/MC/MachO/tlv-bss.ll [new file with mode: 0644]
test/MC/Mips/abicalls.ll [new file with mode: 0644]
test/MC/Mips/eh-frame.s
test/MC/Mips/elf-gprel-32-64.ll
test/MC/Mips/elf-tls.ll
test/MC/Mips/elf_eflags.ll
test/MC/Mips/elf_eflags.s [new file with mode: 0644]
test/MC/Mips/elf_st_other.ll
test/MC/Mips/elf_st_other.s [new file with mode: 0644]
test/MC/Mips/lit.local.cfg
test/MC/Mips/micromips-alu-instructions.s
test/MC/Mips/micromips-branch-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-branch16.s [new file with mode: 0644]
test/MC/Mips/micromips-expansions.s [new file with mode: 0644]
test/MC/Mips/micromips-expressions.s [new file with mode: 0644]
test/MC/Mips/micromips-jump-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-jump26.s [new file with mode: 0644]
test/MC/Mips/micromips-loadstore-instructions.s
test/MC/Mips/micromips-loadstore-unaligned.s [new file with mode: 0644]
test/MC/Mips/micromips-long-branch.ll [new file with mode: 0644]
test/MC/Mips/micromips-movcond-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-multiply-instructions.s [new file with mode: 0644]
test/MC/Mips/micromips-relocations.s [new file with mode: 0644]
test/MC/Mips/micromips-shift-instructions.s
test/MC/Mips/micromips-tailr.s [new file with mode: 0644]
test/MC/Mips/micromips-trap-instructions.s [new file with mode: 0644]
test/MC/Mips/mips-alu-instructions.s
test/MC/Mips/mips-control-instructions.s [new file with mode: 0644]
test/MC/Mips/mips-dsp-instructions.s [new file with mode: 0644]
test/MC/Mips/mips-fpu-instructions.s
test/MC/Mips/mips-jump-instructions.s
test/MC/Mips/mips64-alu-instructions.s
test/MC/Mips/mips64-instructions.s [new file with mode: 0644]
test/MC/Mips/mips_directives.s
test/MC/Mips/msa/test_2r.s [new file with mode: 0644]
test/MC/Mips/msa/test_2rf.s [new file with mode: 0644]
test/MC/Mips/msa/test_3r.s [new file with mode: 0644]
test/MC/Mips/msa/test_3rf.s [new file with mode: 0644]
test/MC/Mips/msa/test_bit.s [new file with mode: 0644]
test/MC/Mips/msa/test_cbranch.s [new file with mode: 0644]
test/MC/Mips/msa/test_ctrlregs.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm_insert.s [new file with mode: 0644]
test/MC/Mips/msa/test_elm_insve.s [new file with mode: 0644]
test/MC/Mips/msa/test_i10.s [new file with mode: 0644]
test/MC/Mips/msa/test_i5.s [new file with mode: 0644]
test/MC/Mips/msa/test_i8.s [new file with mode: 0644]
test/MC/Mips/msa/test_lsa.s [new file with mode: 0644]
test/MC/Mips/msa/test_mi10.s [new file with mode: 0644]
test/MC/Mips/msa/test_vec.s [new file with mode: 0644]
test/MC/Mips/xgot.ll
test/MC/PowerPC/deprecated-p7.s [new file with mode: 0644]
test/MC/PowerPC/lit.local.cfg
test/MC/PowerPC/ppc-llong.s [new file with mode: 0644]
test/MC/PowerPC/ppc-machine.s [new file with mode: 0644]
test/MC/PowerPC/ppc-nop.s [new file with mode: 0644]
test/MC/PowerPC/ppc-word.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-bookII.s
test/MC/PowerPC/ppc64-encoding-bookIII.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-encoding-ext.s
test/MC/PowerPC/ppc64-encoding-fp.s
test/MC/PowerPC/ppc64-encoding.s
test/MC/PowerPC/ppc64-errors.s
test/MC/PowerPC/ppc64-fixup-apply.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-fixup-explicit.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-fixups.s
test/MC/PowerPC/ppc64-initial-cfa.ll [deleted file]
test/MC/PowerPC/ppc64-initial-cfa.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-operands.s
test/MC/PowerPC/ppc64-regs.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-relocs-01.ll [deleted file]
test/MC/PowerPC/ppc64-relocs-01.s [new file with mode: 0644]
test/MC/PowerPC/ppc64-tls-relocs-01.ll [deleted file]
test/MC/PowerPC/ppc64-tls-relocs-01.s [new file with mode: 0644]
test/MC/PowerPC/tls-gd-obj.s [new file with mode: 0644]
test/MC/PowerPC/tls-ie-obj.s [new file with mode: 0644]
test/MC/PowerPC/tls-ld-obj.s [new file with mode: 0644]
test/MC/SystemZ/insn-a-01.s [deleted file]
test/MC/SystemZ/insn-a-02.s [deleted file]
test/MC/SystemZ/insn-adb-01.s [deleted file]
test/MC/SystemZ/insn-adb-02.s [deleted file]
test/MC/SystemZ/insn-adbr-01.s [deleted file]
test/MC/SystemZ/insn-aeb-01.s [deleted file]
test/MC/SystemZ/insn-aeb-02.s [deleted file]
test/MC/SystemZ/insn-aebr-01.s [deleted file]
test/MC/SystemZ/insn-afi-01.s [deleted file]
test/MC/SystemZ/insn-afi-02.s [deleted file]
test/MC/SystemZ/insn-ag-01.s [deleted file]
test/MC/SystemZ/insn-ag-02.s [deleted file]
test/MC/SystemZ/insn-agf-01.s [deleted file]
test/MC/SystemZ/insn-agf-02.s [deleted file]
test/MC/SystemZ/insn-agfi-01.s [deleted file]
test/MC/SystemZ/insn-agfi-02.s [deleted file]
test/MC/SystemZ/insn-agfr-01.s [deleted file]
test/MC/SystemZ/insn-aghi-01.s [deleted file]
test/MC/SystemZ/insn-aghi-02.s [deleted file]
test/MC/SystemZ/insn-agr-01.s [deleted file]
test/MC/SystemZ/insn-agsi-01.s [deleted file]
test/MC/SystemZ/insn-agsi-02.s [deleted file]
test/MC/SystemZ/insn-ah-01.s [deleted file]
test/MC/SystemZ/insn-ah-02.s [deleted file]
test/MC/SystemZ/insn-ahi-01.s [deleted file]
test/MC/SystemZ/insn-ahi-02.s [deleted file]
test/MC/SystemZ/insn-ahy-01.s [deleted file]
test/MC/SystemZ/insn-ahy-02.s [deleted file]
test/MC/SystemZ/insn-al-01.s [deleted file]
test/MC/SystemZ/insn-al-02.s [deleted file]
test/MC/SystemZ/insn-alc-01.s [deleted file]
test/MC/SystemZ/insn-alc-02.s [deleted file]
test/MC/SystemZ/insn-alcg-01.s [deleted file]
test/MC/SystemZ/insn-alcg-02.s [deleted file]
test/MC/SystemZ/insn-alcgr-01.s [deleted file]
test/MC/SystemZ/insn-alcr-01.s [deleted file]
test/MC/SystemZ/insn-alfi-01.s [deleted file]
test/MC/SystemZ/insn-alfi-02.s [deleted file]
test/MC/SystemZ/insn-alg-01.s [deleted file]
test/MC/SystemZ/insn-alg-02.s [deleted file]
test/MC/SystemZ/insn-algf-01.s [deleted file]
test/MC/SystemZ/insn-algf-02.s [deleted file]
test/MC/SystemZ/insn-algfi-01.s [deleted file]
test/MC/SystemZ/insn-algfi-02.s [deleted file]
test/MC/SystemZ/insn-algfr-01.s [deleted file]
test/MC/SystemZ/insn-algr-01.s [deleted file]
test/MC/SystemZ/insn-alr-01.s [deleted file]
test/MC/SystemZ/insn-aly-01.s [deleted file]
test/MC/SystemZ/insn-aly-02.s [deleted file]
test/MC/SystemZ/insn-ar-01.s [deleted file]
test/MC/SystemZ/insn-asi-01.s [deleted file]
test/MC/SystemZ/insn-asi-02.s [deleted file]
test/MC/SystemZ/insn-axbr-01.s [deleted file]
test/MC/SystemZ/insn-axbr-02.s [deleted file]
test/MC/SystemZ/insn-ay-01.s [deleted file]
test/MC/SystemZ/insn-ay-02.s [deleted file]
test/MC/SystemZ/insn-bad-z196.s [new file with mode: 0644]
test/MC/SystemZ/insn-bad.s [new file with mode: 0644]
test/MC/SystemZ/insn-basr-01.s [deleted file]
test/MC/SystemZ/insn-br-01.s [deleted file]
test/MC/SystemZ/insn-bras-01.s [deleted file]
test/MC/SystemZ/insn-brasl-01.s [deleted file]
test/MC/SystemZ/insn-brc-01.s [deleted file]
test/MC/SystemZ/insn-brc-02.s [deleted file]
test/MC/SystemZ/insn-brcl-01.s [deleted file]
test/MC/SystemZ/insn-brcl-02.s [deleted file]
test/MC/SystemZ/insn-c-01.s [deleted file]
test/MC/SystemZ/insn-c-02.s [deleted file]
test/MC/SystemZ/insn-cdb-01.s [deleted file]
test/MC/SystemZ/insn-cdb-02.s [deleted file]
test/MC/SystemZ/insn-cdbr-01.s [deleted file]
test/MC/SystemZ/insn-cdfbr-01.s [deleted file]
test/MC/SystemZ/insn-cdfbr-02.s [deleted file]
test/MC/SystemZ/insn-cdgbr-01.s [deleted file]
test/MC/SystemZ/insn-cdgbr-02.s [deleted file]
test/MC/SystemZ/insn-ceb-01.s [deleted file]
test/MC/SystemZ/insn-ceb-02.s [deleted file]
test/MC/SystemZ/insn-cebr-01.s [deleted file]
test/MC/SystemZ/insn-cefbr-01.s [deleted file]
test/MC/SystemZ/insn-cefbr-02.s [deleted file]
test/MC/SystemZ/insn-cegbr-01.s [deleted file]
test/MC/SystemZ/insn-cegbr-02.s [deleted file]
test/MC/SystemZ/insn-cfdbr-01.s [deleted file]
test/MC/SystemZ/insn-cfdbr-02.s [deleted file]
test/MC/SystemZ/insn-cfebr-01.s [deleted file]
test/MC/SystemZ/insn-cfebr-02.s [deleted file]
test/MC/SystemZ/insn-cfi-01.s [deleted file]
test/MC/SystemZ/insn-cfi-02.s [deleted file]
test/MC/SystemZ/insn-cfxbr-01.s [deleted file]
test/MC/SystemZ/insn-cfxbr-02.s [deleted file]
test/MC/SystemZ/insn-cg-01.s [deleted file]
test/MC/SystemZ/insn-cg-02.s [deleted file]
test/MC/SystemZ/insn-cgdbr-01.s [deleted file]
test/MC/SystemZ/insn-cgdbr-02.s [deleted file]
test/MC/SystemZ/insn-cgebr-01.s [deleted file]
test/MC/SystemZ/insn-cgebr-02.s [deleted file]
test/MC/SystemZ/insn-cgf-01.s [deleted file]
test/MC/SystemZ/insn-cgf-02.s [deleted file]
test/MC/SystemZ/insn-cgfi-01.s [deleted file]
test/MC/SystemZ/insn-cgfi-02.s [deleted file]
test/MC/SystemZ/insn-cgfr-01.s [deleted file]
test/MC/SystemZ/insn-cgfrl-01.s [deleted file]
test/MC/SystemZ/insn-cgh-01.s [deleted file]
test/MC/SystemZ/insn-cgh-02.s [deleted file]
test/MC/SystemZ/insn-cghi-01.s [deleted file]
test/MC/SystemZ/insn-cghi-02.s [deleted file]
test/MC/SystemZ/insn-cghrl-01.s [deleted file]
test/MC/SystemZ/insn-cghsi-01.s [deleted file]
test/MC/SystemZ/insn-cghsi-02.s [deleted file]
test/MC/SystemZ/insn-cgr-01.s [deleted file]
test/MC/SystemZ/insn-cgrl-01.s [deleted file]
test/MC/SystemZ/insn-cgxbr-01.s [deleted file]
test/MC/SystemZ/insn-cgxbr-02.s [deleted file]
test/MC/SystemZ/insn-ch-01.s [deleted file]
test/MC/SystemZ/insn-ch-02.s [deleted file]
test/MC/SystemZ/insn-chhsi-01.s [deleted file]
test/MC/SystemZ/insn-chhsi-02.s [deleted file]
test/MC/SystemZ/insn-chi-01.s [deleted file]
test/MC/SystemZ/insn-chi-02.s [deleted file]
test/MC/SystemZ/insn-chrl-01.s [deleted file]
test/MC/SystemZ/insn-chsi-01.s [deleted file]
test/MC/SystemZ/insn-chsi-02.s [deleted file]
test/MC/SystemZ/insn-chy-01.s [deleted file]
test/MC/SystemZ/insn-chy-02.s [deleted file]
test/MC/SystemZ/insn-cl-01.s [deleted file]
test/MC/SystemZ/insn-cl-02.s [deleted file]
test/MC/SystemZ/insn-clfhsi-01.s [deleted file]
test/MC/SystemZ/insn-clfhsi-02.s [deleted file]
test/MC/SystemZ/insn-clfi-01.s [deleted file]
test/MC/SystemZ/insn-clfi-02.s [deleted file]
test/MC/SystemZ/insn-clg-01.s [deleted file]
test/MC/SystemZ/insn-clg-02.s [deleted file]
test/MC/SystemZ/insn-clgf-01.s [deleted file]
test/MC/SystemZ/insn-clgf-02.s [deleted file]
test/MC/SystemZ/insn-clgfi-01.s [deleted file]
test/MC/SystemZ/insn-clgfi-02.s [deleted file]
test/MC/SystemZ/insn-clgfr-01.s [deleted file]
test/MC/SystemZ/insn-clgfrl-01.s [deleted file]
test/MC/SystemZ/insn-clghrl-01.s [deleted file]
test/MC/SystemZ/insn-clghsi-01.s [deleted file]
test/MC/SystemZ/insn-clghsi-02.s [deleted file]
test/MC/SystemZ/insn-clgr-01.s [deleted file]
test/MC/SystemZ/insn-clgrl-01.s [deleted file]
test/MC/SystemZ/insn-clhhsi-01.s [deleted file]
test/MC/SystemZ/insn-clhhsi-02.s [deleted file]
test/MC/SystemZ/insn-clhrl-01.s [deleted file]
test/MC/SystemZ/insn-cli-01.s [deleted file]
test/MC/SystemZ/insn-cli-02.s [deleted file]
test/MC/SystemZ/insn-cliy-01.s [deleted file]
test/MC/SystemZ/insn-cliy-02.s [deleted file]
test/MC/SystemZ/insn-clr-01.s [deleted file]
test/MC/SystemZ/insn-clrl-01.s [deleted file]
test/MC/SystemZ/insn-cly-01.s [deleted file]
test/MC/SystemZ/insn-cly-02.s [deleted file]
test/MC/SystemZ/insn-cpsdr-01.s [deleted file]
test/MC/SystemZ/insn-cr-01.s [deleted file]
test/MC/SystemZ/insn-crl-01.s [deleted file]
test/MC/SystemZ/insn-cs-01.s [deleted file]
test/MC/SystemZ/insn-cs-02.s [deleted file]
test/MC/SystemZ/insn-csg-01.s [deleted file]
test/MC/SystemZ/insn-csg-02.s [deleted file]
test/MC/SystemZ/insn-csy-01.s [deleted file]
test/MC/SystemZ/insn-csy-02.s [deleted file]
test/MC/SystemZ/insn-cxbr-01.s [deleted file]
test/MC/SystemZ/insn-cxbr-02.s [deleted file]
test/MC/SystemZ/insn-cxfbr-01.s [deleted file]
test/MC/SystemZ/insn-cxfbr-02.s [deleted file]
test/MC/SystemZ/insn-cxgbr-01.s [deleted file]
test/MC/SystemZ/insn-cxgbr-02.s [deleted file]
test/MC/SystemZ/insn-cy-01.s [deleted file]
test/MC/SystemZ/insn-cy-02.s [deleted file]
test/MC/SystemZ/insn-ddb-01.s [deleted file]
test/MC/SystemZ/insn-ddb-02.s [deleted file]
test/MC/SystemZ/insn-ddbr-01.s [deleted file]
test/MC/SystemZ/insn-deb-01.s [deleted file]
test/MC/SystemZ/insn-deb-02.s [deleted file]
test/MC/SystemZ/insn-debr-01.s [deleted file]
test/MC/SystemZ/insn-dl-01.s [deleted file]
test/MC/SystemZ/insn-dl-02.s [deleted file]
test/MC/SystemZ/insn-dlg-01.s [deleted file]
test/MC/SystemZ/insn-dlg-02.s [deleted file]
test/MC/SystemZ/insn-dlgr-01.s [deleted file]
test/MC/SystemZ/insn-dlgr-02.s [deleted file]
test/MC/SystemZ/insn-dlr-01.s [deleted file]
test/MC/SystemZ/insn-dlr-02.s [deleted file]
test/MC/SystemZ/insn-dsg-01.s [deleted file]
test/MC/SystemZ/insn-dsg-02.s [deleted file]
test/MC/SystemZ/insn-dsgf-01.s [deleted file]
test/MC/SystemZ/insn-dsgf-02.s [deleted file]
test/MC/SystemZ/insn-dsgfr-01.s [deleted file]
test/MC/SystemZ/insn-dsgfr-02.s [deleted file]
test/MC/SystemZ/insn-dsgr-01.s [deleted file]
test/MC/SystemZ/insn-dsgr-02.s [deleted file]
test/MC/SystemZ/insn-dxbr-01.s [deleted file]
test/MC/SystemZ/insn-dxbr-02.s [deleted file]
test/MC/SystemZ/insn-ear-01.s [deleted file]
test/MC/SystemZ/insn-ear-02.s [deleted file]
test/MC/SystemZ/insn-fidbr-01.s [deleted file]
test/MC/SystemZ/insn-fidbr-02.s [deleted file]
test/MC/SystemZ/insn-fiebr-01.s [deleted file]
test/MC/SystemZ/insn-fiebr-02.s [deleted file]
test/MC/SystemZ/insn-fixbr-01.s [deleted file]
test/MC/SystemZ/insn-fixbr-02.s [deleted file]
test/MC/SystemZ/insn-flogr-01.s [deleted file]
test/MC/SystemZ/insn-flogr-02.s [deleted file]
test/MC/SystemZ/insn-good-z196.s [new file with mode: 0644]
test/MC/SystemZ/insn-good.s [new file with mode: 0644]
test/MC/SystemZ/insn-ic-01.s [deleted file]
test/MC/SystemZ/insn-ic-02.s [deleted file]
test/MC/SystemZ/insn-icy-01.s [deleted file]
test/MC/SystemZ/insn-icy-02.s [deleted file]
test/MC/SystemZ/insn-iihf-01.s [deleted file]
test/MC/SystemZ/insn-iihf-02.s [deleted file]
test/MC/SystemZ/insn-iihh-01.s [deleted file]
test/MC/SystemZ/insn-iihh-02.s [deleted file]
test/MC/SystemZ/insn-iihl-01.s [deleted file]
test/MC/SystemZ/insn-iihl-02.s [deleted file]
test/MC/SystemZ/insn-iilf-01.s [deleted file]
test/MC/SystemZ/insn-iilf-02.s [deleted file]
test/MC/SystemZ/insn-iilh-01.s [deleted file]
test/MC/SystemZ/insn-iilh-02.s [deleted file]
test/MC/SystemZ/insn-iill-01.s [deleted file]
test/MC/SystemZ/insn-iill-02.s [deleted file]
test/MC/SystemZ/insn-l-01.s [deleted file]
test/MC/SystemZ/insn-l-02.s [deleted file]
test/MC/SystemZ/insn-la-01.s [deleted file]
test/MC/SystemZ/insn-la-02.s [deleted file]
test/MC/SystemZ/insn-larl-01.s [deleted file]
test/MC/SystemZ/insn-lay-01.s [deleted file]
test/MC/SystemZ/insn-lay-02.s [deleted file]
test/MC/SystemZ/insn-lb-01.s [deleted file]
test/MC/SystemZ/insn-lb-02.s [deleted file]
test/MC/SystemZ/insn-lbr-01.s [deleted file]
test/MC/SystemZ/insn-lcdbr-01.s [deleted file]
test/MC/SystemZ/insn-lcebr-01.s [deleted file]
test/MC/SystemZ/insn-lcgfr-01.s [deleted file]
test/MC/SystemZ/insn-lcgr-01.s [deleted file]
test/MC/SystemZ/insn-lcr-01.s [deleted file]
test/MC/SystemZ/insn-lcxbr-01.s [deleted file]
test/MC/SystemZ/insn-lcxbr-02.s [deleted file]
test/MC/SystemZ/insn-ld-01.s [deleted file]
test/MC/SystemZ/insn-ld-02.s [deleted file]
test/MC/SystemZ/insn-ldeb-01.s [deleted file]
test/MC/SystemZ/insn-ldeb-02.s [deleted file]
test/MC/SystemZ/insn-ldebr-01.s [deleted file]
test/MC/SystemZ/insn-ldgr-01.s [deleted file]
test/MC/SystemZ/insn-ldgr-02.s [deleted file]
test/MC/SystemZ/insn-ldr-01.s [deleted file]
test/MC/SystemZ/insn-ldxbr-01.s [deleted file]
test/MC/SystemZ/insn-ldxbr-02.s [deleted file]
test/MC/SystemZ/insn-ldy-01.s [deleted file]
test/MC/SystemZ/insn-ldy-02.s [deleted file]
test/MC/SystemZ/insn-le-01.s [deleted file]
test/MC/SystemZ/insn-le-02.s [deleted file]
test/MC/SystemZ/insn-ledbr-01.s [deleted file]
test/MC/SystemZ/insn-ler-01.s [deleted file]
test/MC/SystemZ/insn-lexbr-01.s [deleted file]
test/MC/SystemZ/insn-lexbr-02.s [deleted file]
test/MC/SystemZ/insn-ley-01.s [deleted file]
test/MC/SystemZ/insn-ley-02.s [deleted file]
test/MC/SystemZ/insn-lg-01.s [deleted file]
test/MC/SystemZ/insn-lg-02.s [deleted file]
test/MC/SystemZ/insn-lgb-01.s [deleted file]
test/MC/SystemZ/insn-lgb-02.s [deleted file]
test/MC/SystemZ/insn-lgbr-01.s [deleted file]
test/MC/SystemZ/insn-lgdr-01.s [deleted file]
test/MC/SystemZ/insn-lgdr-02.s [deleted file]
test/MC/SystemZ/insn-lgf-01.s [deleted file]
test/MC/SystemZ/insn-lgf-02.s [deleted file]
test/MC/SystemZ/insn-lgfi-01.s [deleted file]
test/MC/SystemZ/insn-lgfi-02.s [deleted file]
test/MC/SystemZ/insn-lgfr-01.s [deleted file]
test/MC/SystemZ/insn-lgfrl-01.s [deleted file]
test/MC/SystemZ/insn-lgh-01.s [deleted file]
test/MC/SystemZ/insn-lgh-02.s [deleted file]
test/MC/SystemZ/insn-lghi-01.s [deleted file]
test/MC/SystemZ/insn-lghi-02.s [deleted file]
test/MC/SystemZ/insn-lghr-01.s [deleted file]
test/MC/SystemZ/insn-lghrl-01.s [deleted file]
test/MC/SystemZ/insn-lgr-01.s [deleted file]
test/MC/SystemZ/insn-lgrl-01.s [deleted file]
test/MC/SystemZ/insn-lh-01.s [deleted file]
test/MC/SystemZ/insn-lh-02.s [deleted file]
test/MC/SystemZ/insn-lhi-01.s [deleted file]
test/MC/SystemZ/insn-lhi-02.s [deleted file]
test/MC/SystemZ/insn-lhr-01.s [deleted file]
test/MC/SystemZ/insn-lhrl-01.s [deleted file]
test/MC/SystemZ/insn-lhy-01.s [deleted file]
test/MC/SystemZ/insn-lhy-02.s [deleted file]
test/MC/SystemZ/insn-llc-01.s [deleted file]
test/MC/SystemZ/insn-llc-02.s [deleted file]
test/MC/SystemZ/insn-llcr-01.s [deleted file]
test/MC/SystemZ/insn-llgc-01.s [deleted file]
test/MC/SystemZ/insn-llgc-02.s [deleted file]
test/MC/SystemZ/insn-llgcr-01.s [deleted file]
test/MC/SystemZ/insn-llgf-01.s [deleted file]
test/MC/SystemZ/insn-llgf-02.s [deleted file]
test/MC/SystemZ/insn-llgfr-01.s [deleted file]
test/MC/SystemZ/insn-llgfrl-01.s [deleted file]
test/MC/SystemZ/insn-llgh-01.s [deleted file]
test/MC/SystemZ/insn-llgh-02.s [deleted file]
test/MC/SystemZ/insn-llghr-01.s [deleted file]
test/MC/SystemZ/insn-llghrl-01.s [deleted file]
test/MC/SystemZ/insn-llh-01.s [deleted file]
test/MC/SystemZ/insn-llh-02.s [deleted file]
test/MC/SystemZ/insn-llhr-01.s [deleted file]
test/MC/SystemZ/insn-llhrl-01.s [deleted file]
test/MC/SystemZ/insn-llihf-01.s [deleted file]
test/MC/SystemZ/insn-llihf-02.s [deleted file]
test/MC/SystemZ/insn-llihh-01.s [deleted file]
test/MC/SystemZ/insn-llihh-02.s [deleted file]
test/MC/SystemZ/insn-llihl-01.s [deleted file]
test/MC/SystemZ/insn-llihl-02.s [deleted file]
test/MC/SystemZ/insn-llilf-01.s [deleted file]
test/MC/SystemZ/insn-llilf-02.s [deleted file]
test/MC/SystemZ/insn-llilh-01.s [deleted file]
test/MC/SystemZ/insn-llilh-02.s [deleted file]
test/MC/SystemZ/insn-llill-01.s [deleted file]
test/MC/SystemZ/insn-llill-02.s [deleted file]
test/MC/SystemZ/insn-lmg-01.s [deleted file]
test/MC/SystemZ/insn-lmg-02.s [deleted file]
test/MC/SystemZ/insn-lndbr-01.s [deleted file]
test/MC/SystemZ/insn-lnebr-01.s [deleted file]
test/MC/SystemZ/insn-lnxbr-01.s [deleted file]
test/MC/SystemZ/insn-lnxbr-02.s [deleted file]
test/MC/SystemZ/insn-lpdbr-01.s [deleted file]
test/MC/SystemZ/insn-lpebr-01.s [deleted file]
test/MC/SystemZ/insn-lpxbr-01.s [deleted file]
test/MC/SystemZ/insn-lpxbr-02.s [deleted file]
test/MC/SystemZ/insn-lr-01.s [deleted file]
test/MC/SystemZ/insn-lrl-01.s [deleted file]
test/MC/SystemZ/insn-lrv-01.s [deleted file]
test/MC/SystemZ/insn-lrv-02.s [deleted file]
test/MC/SystemZ/insn-lrvg-01.s [deleted file]
test/MC/SystemZ/insn-lrvg-02.s [deleted file]
test/MC/SystemZ/insn-lrvgr-01.s [deleted file]
test/MC/SystemZ/insn-lrvr-01.s [deleted file]
test/MC/SystemZ/insn-lxr-01.s [deleted file]
test/MC/SystemZ/insn-lxr-02.s [deleted file]
test/MC/SystemZ/insn-ly-01.s [deleted file]
test/MC/SystemZ/insn-ly-02.s [deleted file]
test/MC/SystemZ/insn-lzdr-01.s [deleted file]
test/MC/SystemZ/insn-lzer-01.s [deleted file]
test/MC/SystemZ/insn-lzxr-01.s [deleted file]
test/MC/SystemZ/insn-lzxr-02.s [deleted file]
test/MC/SystemZ/insn-madb-01.s [deleted file]
test/MC/SystemZ/insn-madb-02.s [deleted file]
test/MC/SystemZ/insn-madbr-01.s [deleted file]
test/MC/SystemZ/insn-maeb-01.s [deleted file]
test/MC/SystemZ/insn-maeb-02.s [deleted file]
test/MC/SystemZ/insn-maebr-01.s [deleted file]
test/MC/SystemZ/insn-mdb-01.s [deleted file]
test/MC/SystemZ/insn-mdb-02.s [deleted file]
test/MC/SystemZ/insn-mdbr-01.s [deleted file]
test/MC/SystemZ/insn-mdeb-01.s [deleted file]
test/MC/SystemZ/insn-mdeb-02.s [deleted file]
test/MC/SystemZ/insn-mdebr-01.s [deleted file]
test/MC/SystemZ/insn-meeb-01.s [deleted file]
test/MC/SystemZ/insn-meeb-02.s [deleted file]
test/MC/SystemZ/insn-meebr-01.s [deleted file]
test/MC/SystemZ/insn-mghi-01.s [deleted file]
test/MC/SystemZ/insn-mghi-02.s [deleted file]
test/MC/SystemZ/insn-mh-01.s [deleted file]
test/MC/SystemZ/insn-mh-02.s [deleted file]
test/MC/SystemZ/insn-mhi-01.s [deleted file]
test/MC/SystemZ/insn-mhi-02.s [deleted file]
test/MC/SystemZ/insn-mhy-01.s [deleted file]
test/MC/SystemZ/insn-mhy-02.s [deleted file]
test/MC/SystemZ/insn-mlg-01.s [deleted file]
test/MC/SystemZ/insn-mlg-02.s [deleted file]
test/MC/SystemZ/insn-mlgr-01.s [deleted file]
test/MC/SystemZ/insn-mlgr-02.s [deleted file]
test/MC/SystemZ/insn-ms-01.s [deleted file]
test/MC/SystemZ/insn-ms-02.s [deleted file]
test/MC/SystemZ/insn-msdb-01.s [deleted file]
test/MC/SystemZ/insn-msdb-02.s [deleted file]
test/MC/SystemZ/insn-msdbr-01.s [deleted file]
test/MC/SystemZ/insn-mseb-01.s [deleted file]
test/MC/SystemZ/insn-mseb-02.s [deleted file]
test/MC/SystemZ/insn-msebr-01.s [deleted file]
test/MC/SystemZ/insn-msfi-01.s [deleted file]
test/MC/SystemZ/insn-msfi-02.s [deleted file]
test/MC/SystemZ/insn-msg-01.s [deleted file]
test/MC/SystemZ/insn-msg-02.s [deleted file]
test/MC/SystemZ/insn-msgf-01.s [deleted file]
test/MC/SystemZ/insn-msgf-02.s [deleted file]
test/MC/SystemZ/insn-msgfi-01.s [deleted file]
test/MC/SystemZ/insn-msgfi-02.s [deleted file]
test/MC/SystemZ/insn-msgfr-01.s [deleted file]
test/MC/SystemZ/insn-msgr-01.s [deleted file]
test/MC/SystemZ/insn-msr-01.s [deleted file]
test/MC/SystemZ/insn-msy-01.s [deleted file]
test/MC/SystemZ/insn-msy-02.s [deleted file]
test/MC/SystemZ/insn-mvghi-01.s [deleted file]
test/MC/SystemZ/insn-mvghi-02.s [deleted file]
test/MC/SystemZ/insn-mvhhi-01.s [deleted file]
test/MC/SystemZ/insn-mvhhi-02.s [deleted file]
test/MC/SystemZ/insn-mvhi-01.s [deleted file]
test/MC/SystemZ/insn-mvhi-02.s [deleted file]
test/MC/SystemZ/insn-mvi-01.s [deleted file]
test/MC/SystemZ/insn-mvi-02.s [deleted file]
test/MC/SystemZ/insn-mviy-01.s [deleted file]
test/MC/SystemZ/insn-mviy-02.s [deleted file]
test/MC/SystemZ/insn-mxbr-01.s [deleted file]
test/MC/SystemZ/insn-mxbr-02.s [deleted file]
test/MC/SystemZ/insn-mxdb-01.s [deleted file]
test/MC/SystemZ/insn-mxdb-02.s [deleted file]
test/MC/SystemZ/insn-mxdbr-01.s [deleted file]
test/MC/SystemZ/insn-mxdbr-02.s [deleted file]
test/MC/SystemZ/insn-n-01.s [deleted file]
test/MC/SystemZ/insn-n-02.s [deleted file]
test/MC/SystemZ/insn-ng-01.s [deleted file]
test/MC/SystemZ/insn-ng-02.s [deleted file]
test/MC/SystemZ/insn-ngr-01.s [deleted file]
test/MC/SystemZ/insn-ni-01.s [deleted file]
test/MC/SystemZ/insn-ni-02.s [deleted file]
test/MC/SystemZ/insn-nihf-01.s [deleted file]
test/MC/SystemZ/insn-nihf-02.s [deleted file]
test/MC/SystemZ/insn-nihh-01.s [deleted file]
test/MC/SystemZ/insn-nihh-02.s [deleted file]
test/MC/SystemZ/insn-nihl-01.s [deleted file]
test/MC/SystemZ/insn-nihl-02.s [deleted file]
test/MC/SystemZ/insn-nilf-01.s [deleted file]
test/MC/SystemZ/insn-nilf-02.s [deleted file]
test/MC/SystemZ/insn-nilh-01.s [deleted file]
test/MC/SystemZ/insn-nilh-02.s [deleted file]
test/MC/SystemZ/insn-nill-01.s [deleted file]
test/MC/SystemZ/insn-nill-02.s [deleted file]
test/MC/SystemZ/insn-niy-01.s [deleted file]
test/MC/SystemZ/insn-niy-02.s [deleted file]
test/MC/SystemZ/insn-nr-01.s [deleted file]
test/MC/SystemZ/insn-ny-01.s [deleted file]
test/MC/SystemZ/insn-ny-02.s [deleted file]
test/MC/SystemZ/insn-o-01.s [deleted file]
test/MC/SystemZ/insn-o-02.s [deleted file]
test/MC/SystemZ/insn-og-01.s [deleted file]
test/MC/SystemZ/insn-og-02.s [deleted file]
test/MC/SystemZ/insn-ogr-01.s [deleted file]
test/MC/SystemZ/insn-oi-01.s [deleted file]
test/MC/SystemZ/insn-oi-02.s [deleted file]
test/MC/SystemZ/insn-oihf-01.s [deleted file]
test/MC/SystemZ/insn-oihf-02.s [deleted file]
test/MC/SystemZ/insn-oihh-01.s [deleted file]
test/MC/SystemZ/insn-oihh-02.s [deleted file]
test/MC/SystemZ/insn-oihl-01.s [deleted file]
test/MC/SystemZ/insn-oihl-02.s [deleted file]
test/MC/SystemZ/insn-oilf-01.s [deleted file]
test/MC/SystemZ/insn-oilf-02.s [deleted file]
test/MC/SystemZ/insn-oilh-01.s [deleted file]
test/MC/SystemZ/insn-oilh-02.s [deleted file]
test/MC/SystemZ/insn-oill-01.s [deleted file]
test/MC/SystemZ/insn-oill-02.s [deleted file]
test/MC/SystemZ/insn-oiy-01.s [deleted file]
test/MC/SystemZ/insn-oiy-02.s [deleted file]
test/MC/SystemZ/insn-or-01.s [deleted file]
test/MC/SystemZ/insn-oy-01.s [deleted file]
test/MC/SystemZ/insn-oy-02.s [deleted file]
test/MC/SystemZ/insn-risbg-01.s [deleted file]
test/MC/SystemZ/insn-risbg-02.s [deleted file]
test/MC/SystemZ/insn-rll-01.s [deleted file]
test/MC/SystemZ/insn-rll-02.s [deleted file]
test/MC/SystemZ/insn-rllg-01.s [deleted file]
test/MC/SystemZ/insn-rllg-02.s [deleted file]
test/MC/SystemZ/insn-s-01.s [deleted file]
test/MC/SystemZ/insn-s-02.s [deleted file]
test/MC/SystemZ/insn-sdb-01.s [deleted file]
test/MC/SystemZ/insn-sdb-02.s [deleted file]
test/MC/SystemZ/insn-sdbr-01.s [deleted file]
test/MC/SystemZ/insn-seb-01.s [deleted file]
test/MC/SystemZ/insn-seb-02.s [deleted file]
test/MC/SystemZ/insn-sebr-01.s [deleted file]
test/MC/SystemZ/insn-sg-01.s [deleted file]
test/MC/SystemZ/insn-sg-02.s [deleted file]
test/MC/SystemZ/insn-sgf-01.s [deleted file]
test/MC/SystemZ/insn-sgf-02.s [deleted file]
test/MC/SystemZ/insn-sgfr-01.s [deleted file]
test/MC/SystemZ/insn-sgr-01.s [deleted file]
test/MC/SystemZ/insn-sl-01.s [deleted file]
test/MC/SystemZ/insn-sl-02.s [deleted file]
test/MC/SystemZ/insn-slb-01.s [deleted file]
test/MC/SystemZ/insn-slb-02.s [deleted file]
test/MC/SystemZ/insn-slbg-01.s [deleted file]
test/MC/SystemZ/insn-slbg-02.s [deleted file]
test/MC/SystemZ/insn-slbgr-01.s [deleted file]
test/MC/SystemZ/insn-slbr-01.s [deleted file]
test/MC/SystemZ/insn-slfi-01.s [deleted file]
test/MC/SystemZ/insn-slfi-02.s [deleted file]
test/MC/SystemZ/insn-slg-01.s [deleted file]
test/MC/SystemZ/insn-slg-02.s [deleted file]
test/MC/SystemZ/insn-slgf-01.s [deleted file]
test/MC/SystemZ/insn-slgf-02.s [deleted file]
test/MC/SystemZ/insn-slgfi-01.s [deleted file]
test/MC/SystemZ/insn-slgfi-02.s [deleted file]
test/MC/SystemZ/insn-slgfr-01.s [deleted file]
test/MC/SystemZ/insn-slgr-01.s [deleted file]
test/MC/SystemZ/insn-sll-01.s [deleted file]
test/MC/SystemZ/insn-sll-02.s [deleted file]
test/MC/SystemZ/insn-sllg-01.s [deleted file]
test/MC/SystemZ/insn-sllg-02.s [deleted file]
test/MC/SystemZ/insn-slr-01.s [deleted file]
test/MC/SystemZ/insn-sly-01.s [deleted file]
test/MC/SystemZ/insn-sly-02.s [deleted file]
test/MC/SystemZ/insn-sqdb-01.s [deleted file]
test/MC/SystemZ/insn-sqdb-02.s [deleted file]
test/MC/SystemZ/insn-sqdbr-01.s [deleted file]
test/MC/SystemZ/insn-sqeb-01.s [deleted file]
test/MC/SystemZ/insn-sqeb-02.s [deleted file]
test/MC/SystemZ/insn-sqebr-01.s [deleted file]
test/MC/SystemZ/insn-sqxbr-01.s [deleted file]
test/MC/SystemZ/insn-sqxbr-02.s [deleted file]
test/MC/SystemZ/insn-sr-01.s [deleted file]
test/MC/SystemZ/insn-sra-01.s [deleted file]
test/MC/SystemZ/insn-sra-02.s [deleted file]
test/MC/SystemZ/insn-srag-01.s [deleted file]
test/MC/SystemZ/insn-srag-02.s [deleted file]
test/MC/SystemZ/insn-srl-01.s [deleted file]
test/MC/SystemZ/insn-srl-02.s [deleted file]
test/MC/SystemZ/insn-srlg-01.s [deleted file]
test/MC/SystemZ/insn-srlg-02.s [deleted file]
test/MC/SystemZ/insn-st-01.s [deleted file]
test/MC/SystemZ/insn-st-02.s [deleted file]
test/MC/SystemZ/insn-stc-01.s [deleted file]
test/MC/SystemZ/insn-stc-02.s [deleted file]
test/MC/SystemZ/insn-stcy-01.s [deleted file]
test/MC/SystemZ/insn-stcy-02.s [deleted file]
test/MC/SystemZ/insn-std-01.s [deleted file]
test/MC/SystemZ/insn-std-02.s [deleted file]
test/MC/SystemZ/insn-stdy-01.s [deleted file]
test/MC/SystemZ/insn-stdy-02.s [deleted file]
test/MC/SystemZ/insn-ste-01.s [deleted file]
test/MC/SystemZ/insn-ste-02.s [deleted file]
test/MC/SystemZ/insn-stey-01.s [deleted file]
test/MC/SystemZ/insn-stey-02.s [deleted file]
test/MC/SystemZ/insn-stg-01.s [deleted file]
test/MC/SystemZ/insn-stg-02.s [deleted file]
test/MC/SystemZ/insn-stgrl-01.s [deleted file]
test/MC/SystemZ/insn-sth-01.s [deleted file]
test/MC/SystemZ/insn-sth-02.s [deleted file]
test/MC/SystemZ/insn-sthrl-01.s [deleted file]
test/MC/SystemZ/insn-sthy-01.s [deleted file]
test/MC/SystemZ/insn-sthy-02.s [deleted file]
test/MC/SystemZ/insn-stmg-01.s [deleted file]
test/MC/SystemZ/insn-stmg-02.s [deleted file]
test/MC/SystemZ/insn-strl-01.s [deleted file]
test/MC/SystemZ/insn-strv-01.s [deleted file]
test/MC/SystemZ/insn-strv-02.s [deleted file]
test/MC/SystemZ/insn-strvg-01.s [deleted file]
test/MC/SystemZ/insn-strvg-02.s [deleted file]
test/MC/SystemZ/insn-sty-01.s [deleted file]
test/MC/SystemZ/insn-sty-02.s [deleted file]
test/MC/SystemZ/insn-sxbr-01.s [deleted file]
test/MC/SystemZ/insn-sxbr-02.s [deleted file]
test/MC/SystemZ/insn-sy-01.s [deleted file]
test/MC/SystemZ/insn-sy-02.s [deleted file]
test/MC/SystemZ/insn-x-01.s [deleted file]
test/MC/SystemZ/insn-x-02.s [deleted file]
test/MC/SystemZ/insn-xg-01.s [deleted file]
test/MC/SystemZ/insn-xg-02.s [deleted file]
test/MC/SystemZ/insn-xgr-01.s [deleted file]
test/MC/SystemZ/insn-xi-01.s [deleted file]
test/MC/SystemZ/insn-xi-02.s [deleted file]
test/MC/SystemZ/insn-xihf-01.s [deleted file]
test/MC/SystemZ/insn-xihf-02.s [deleted file]
test/MC/SystemZ/insn-xilf-01.s [deleted file]
test/MC/SystemZ/insn-xilf-02.s [deleted file]
test/MC/SystemZ/insn-xiy-01.s [deleted file]
test/MC/SystemZ/insn-xiy-02.s [deleted file]
test/MC/SystemZ/insn-xr-01.s [deleted file]
test/MC/SystemZ/insn-xy-01.s [deleted file]
test/MC/SystemZ/insn-xy-02.s [deleted file]
test/MC/SystemZ/lit.local.cfg
test/MC/SystemZ/regs-01.s [deleted file]
test/MC/SystemZ/regs-02.s [deleted file]
test/MC/SystemZ/regs-03.s [deleted file]
test/MC/SystemZ/regs-04.s [deleted file]
test/MC/SystemZ/regs-05.s [deleted file]
test/MC/SystemZ/regs-06.s [deleted file]
test/MC/SystemZ/regs-07.s [deleted file]
test/MC/SystemZ/regs-08.s [deleted file]
test/MC/SystemZ/regs-09.s [deleted file]
test/MC/SystemZ/regs-10.s [deleted file]
test/MC/SystemZ/regs-11.s [deleted file]
test/MC/SystemZ/regs-12.s [deleted file]
test/MC/SystemZ/regs-13.s [deleted file]
test/MC/SystemZ/regs-14.s [deleted file]
test/MC/SystemZ/regs-15.s [deleted file]
test/MC/SystemZ/regs-bad.s [new file with mode: 0644]
test/MC/SystemZ/regs-good.s [new file with mode: 0644]
test/MC/SystemZ/tokens.s [new file with mode: 0644]
test/MC/X86/AlignedBundling/align-mode-argument-error.s
test/MC/X86/AlignedBundling/bundle-group-too-large-error.s
test/MC/X86/AlignedBundling/bundle-lock-option-error.s
test/MC/X86/AlignedBundling/lit.local.cfg
test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s
test/MC/X86/AlignedBundling/switch-section-locked-error.s
test/MC/X86/AlignedBundling/unlock-without-lock-error.s
test/MC/X86/avx512-encodings.s [new file with mode: 0644]
test/MC/X86/cfi_def_cfa-crash.s [new file with mode: 0644]
test/MC/X86/intel-syntax.s
test/MC/X86/lit.local.cfg
test/MC/X86/x86-32-coverage.s
test/MC/X86/x86-32.s
test/MC/X86/x86-64.s
test/MC/X86/x86_64-avx-encoding.s
test/MC/X86/x86_64-encoding.s
test/MC/X86/x86_64-hle-encoding.s [new file with mode: 0644]
test/MC/X86/x86_64-tbm-encoding.s [new file with mode: 0644]
test/MC/X86/x86_errors.s
test/MC/X86/x86_nop.s
test/Makefile
test/Makefile.tests
test/Object/ARM/macho-data-in-code.test [new file with mode: 0644]
test/Object/Inputs/COFF/i386.yaml
test/Object/Inputs/COFF/x86-64.yaml
test/Object/Inputs/ELF/BE32.yaml [new file with mode: 0644]
test/Object/Inputs/ELF/BE64.yaml [new file with mode: 0644]
test/Object/Inputs/ELF/LE32.yaml [new file with mode: 0644]
test/Object/Inputs/ELF/LE64.yaml [new file with mode: 0644]
test/Object/Inputs/GNU.a [moved from test/Archive/GNU.a with 100% similarity]
test/Object/Inputs/IsNAN.o [moved from test/Archive/IsNAN.o with 100% similarity]
test/Object/Inputs/MacOSX.a [moved from test/Archive/MacOSX.a with 100% similarity]
test/Object/Inputs/SVR4.a [moved from test/Archive/SVR4.a with 100% similarity]
test/Object/Inputs/archive-test.a-corrupt-symbol-table [new file with mode: 0644]
test/Object/Inputs/archive-test.a-empty [new file with mode: 0644]
test/Object/Inputs/archive-test.a-gnu-minimal [new file with mode: 0644]
test/Object/Inputs/archive-test.a-gnu-no-symtab [new file with mode: 0644]
test/Object/Inputs/coff_archive_short.lib [new file with mode: 0644]
test/Object/Inputs/corrupt-version.elf-x86_64 [new file with mode: 0644]
test/Object/Inputs/corrupt.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/elf-reloc-no-sym.x86_64 [new file with mode: 0755]
test/Object/Inputs/evenlen [moved from test/Archive/evenlen with 100% similarity]
test/Object/Inputs/macho-data-in-code.macho-thumbv7 [new file with mode: 0644]
test/Object/Inputs/macho-universal.x86_64.i386 [new file with mode: 0755]
test/Object/Inputs/oddlen [moved from test/Archive/oddlen with 100% similarity]
test/Object/Inputs/program-headers.mips [new file with mode: 0755]
test/Object/Inputs/trivial-executable-test.macho-x86-64 [new file with mode: 0755]
test/Object/Inputs/trivial-object-test2.elf-x86-64 [new file with mode: 0644]
test/Object/Inputs/very_long_bytecode_file_name.bc [moved from test/Archive/very_long_bytecode_file_name.bc with 100% similarity]
test/Object/Inputs/weak-global-symbol.macho-i386 [new file with mode: 0644]
test/Object/Inputs/xpg4.a [moved from test/Archive/xpg4.a with 100% similarity]
test/Object/Mips/lit.local.cfg
test/Object/X86/lit.local.cfg
test/Object/X86/objdump-cfg-invalid-opcode.yaml [new file with mode: 0644]
test/Object/X86/objdump-cfg-textatomsize.yaml [new file with mode: 0644]
test/Object/X86/objdump-cfg.yaml [new file with mode: 0644]
test/Object/X86/objdump-disassembly-inline-relocations.test
test/Object/X86/objdump-disassembly-symbolic.test [new file with mode: 0644]
test/Object/ar-create.test [new file with mode: 0644]
test/Object/archive-delete.test [new file with mode: 0644]
test/Object/archive-error-tmp.txt [new file with mode: 0644]
test/Object/archive-extract-dir.test [new file with mode: 0644]
test/Object/archive-format.test [new file with mode: 0644]
test/Object/archive-move.test [new file with mode: 0644]
test/Object/archive-replace-pos.test [new file with mode: 0644]
test/Object/archive-symtab.test [new file with mode: 0644]
test/Object/archive-toc.test [new file with mode: 0644]
test/Object/archive-update.test [new file with mode: 0644]
test/Object/check_binary_output.ll [new file with mode: 0644]
test/Object/coff-archive-short.test [new file with mode: 0644]
test/Object/corrupt.test [new file with mode: 0644]
test/Object/directory.ll [new file with mode: 0644]
test/Object/elf-reloc-no-sym.test [new file with mode: 0644]
test/Object/extract.ll [new file with mode: 0644]
test/Object/lit.local.cfg
test/Object/nm-archive.test
test/Object/nm-error.test [new file with mode: 0644]
test/Object/nm-trivial-object.test
test/Object/nm-universal-binary.test [new file with mode: 0644]
test/Object/nm-weak-global-macho.test [new file with mode: 0644]
test/Object/obj2yaml.test
test/Object/relocation-executable.test
test/Object/yaml2obj-elf-bits-endian.test [new file with mode: 0644]
test/Object/yaml2obj-elf-file-headers.yaml [new file with mode: 0644]
test/Object/yaml2obj-elf-section-basic.yaml [new file with mode: 0644]
test/Object/yaml2obj-elf-symbol-LocalGlobalWeak.yaml [new file with mode: 0644]
test/Object/yaml2obj-elf-symbol-basic.yaml [new file with mode: 0644]
test/Other/Inputs/TestProg/TestProg [new file with mode: 0755]
test/Other/Inputs/llvm_cov.gcda [moved from test/Other/Inputs/llvm-cov.gcda with 100% similarity]
test/Other/Inputs/llvm_cov.gcno [moved from test/Other/Inputs/llvm-cov.gcno with 100% similarity]
test/Other/ResponseFile.ll
test/Other/X86/lit.local.cfg
test/Other/attribute-comment.ll
test/Other/can-execute.txt [new file with mode: 0644]
test/Other/close-stderr.ll
test/Other/constant-fold-gep-address-spaces.ll [new file with mode: 0644]
test/Other/constant-fold-gep.ll
test/Other/extract-alias.ll
test/Other/extract-linkonce.ll
test/Other/lit.local.cfg [deleted file]
test/Other/llvm-cov.test
test/Other/optimize-options.ll
test/Other/pipefail.txt [new file with mode: 0644]
test/Other/umask.ll [new file with mode: 0644]
test/TableGen/2003-08-03-PassCode.td
test/TableGen/2006-09-18-LargeInt.td
test/TableGen/2010-03-24-PrematureDefaults.td
test/TableGen/CStyleComment.td
test/TableGen/Dag.td
test/TableGen/DefmInherit.td
test/TableGen/DefmInsideMultiClass.td
test/TableGen/ForeachList.td
test/TableGen/ForeachLoop.td
test/TableGen/Include.td
test/TableGen/IntBitInit.td
test/TableGen/LazyChange.td
test/TableGen/LetInsideMultiClasses.td
test/TableGen/ListOfList.td
test/TableGen/LoLoL.td
test/TableGen/MultiClass.td
test/TableGen/MultiClassDefName.td
test/TableGen/MultiClassInherit.td
test/TableGen/MultiPat.td
test/TableGen/NestedForeach.td
test/TableGen/Paste.td
test/TableGen/SetTheory.td
test/TableGen/SiblingForeach.td
test/TableGen/Slice.td
test/TableGen/String.td
test/TableGen/TargetInstrSpec.td
test/TableGen/TwoLevelName.td
test/TableGen/cast.td
test/TableGen/defmclass.td
test/TableGen/eq.td
test/TableGen/eqbit.td
test/TableGen/foreach.td
test/TableGen/if.td
test/TableGen/ifbit.td
test/TableGen/intrinsic-order.td [new file with mode: 0644]
test/TableGen/intrinsic-varargs.td [new file with mode: 0644]
test/TableGen/lisp.td
test/TableGen/list-element-bitref.td
test/TableGen/math.td
test/TableGen/nested-comment.td
test/TableGen/pr8330.td
test/TableGen/strconcat.td
test/TableGen/subst.td
test/TableGen/subst2.td
test/TableGen/usevalname.td
test/Transforms/ADCE/lit.local.cfg [deleted file]
test/Transforms/ArgumentPromotion/lit.local.cfg [deleted file]
test/Transforms/ArgumentPromotion/reserve-tbaa.ll [new file with mode: 0644]
test/Transforms/BBVectorize/X86/cmp-types.ll
test/Transforms/BBVectorize/X86/loop1.ll
test/Transforms/BBVectorize/X86/pr15289.ll
test/Transforms/BBVectorize/X86/sh-rec.ll
test/Transforms/BBVectorize/X86/sh-rec2.ll
test/Transforms/BBVectorize/X86/sh-rec3.ll
test/Transforms/BBVectorize/X86/sh-types.ll
test/Transforms/BBVectorize/X86/simple-int.ll
test/Transforms/BBVectorize/X86/simple-ldstr.ll
test/Transforms/BBVectorize/X86/simple.ll
test/Transforms/BBVectorize/X86/vs-cast.ll
test/Transforms/BBVectorize/X86/wr-aliases.ll [new file with mode: 0644]
test/Transforms/BBVectorize/cycle.ll
test/Transforms/BBVectorize/ld1.ll
test/Transforms/BBVectorize/lit.local.cfg
test/Transforms/BBVectorize/loop1.ll
test/Transforms/BBVectorize/mem-op-depth.ll
test/Transforms/BBVectorize/metadata.ll
test/Transforms/BBVectorize/no-ldstr-conn.ll
test/Transforms/BBVectorize/req-depth.ll
test/Transforms/BBVectorize/search-limit.ll
test/Transforms/BBVectorize/simple-int.ll
test/Transforms/BBVectorize/simple-ldstr-ptrs.ll
test/Transforms/BBVectorize/simple-ldstr.ll
test/Transforms/BBVectorize/simple-sel.ll
test/Transforms/BBVectorize/simple-tst.ll
test/Transforms/BBVectorize/simple.ll
test/Transforms/BBVectorize/simple3.ll
test/Transforms/BBVectorize/xcore/no-vector-registers.ll [new file with mode: 0644]
test/Transforms/BlockPlacement/basictest.ll [deleted file]
test/Transforms/BlockPlacement/lit.local.cfg [deleted file]
test/Transforms/CodeExtractor/lit.local.cfg [deleted file]
test/Transforms/CodeGenPrepare/basic.ll
test/Transforms/CodeGenPrepare/lit.local.cfg [deleted file]
test/Transforms/ConstProp/basictest.ll
test/Transforms/ConstProp/bitcast.ll
test/Transforms/ConstProp/bswap.ll
test/Transforms/ConstProp/calls.ll
test/Transforms/ConstProp/extractvalue.ll
test/Transforms/ConstProp/insertvalue.ll
test/Transforms/ConstProp/lit.local.cfg [deleted file]
test/Transforms/ConstProp/loads.ll
test/Transforms/ConstProp/overflow-ops.ll
test/Transforms/ConstantMerge/align.ll [new file with mode: 0644]
test/Transforms/ConstantMerge/lit.local.cfg [deleted file]
test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll
test/Transforms/CorrelatedValuePropagation/basic.ll
test/Transforms/CorrelatedValuePropagation/lit.local.cfg [deleted file]
test/Transforms/CorrelatedValuePropagation/range.ll
test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll
test/Transforms/DeadArgElim/2013-05-17-VarargsAndBlockAddress.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/dbginfo.ll
test/Transforms/DeadArgElim/deadexternal.ll
test/Transforms/DeadArgElim/keepalive.ll
test/Transforms/DeadArgElim/linkage.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/lit.local.cfg [deleted file]
test/Transforms/DeadArgElim/returned.ll [new file with mode: 0644]
test/Transforms/DeadArgElim/variadic_safety.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll
test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll
test/Transforms/DeadStoreElimination/PartialStore.ll
test/Transforms/DeadStoreElimination/const-pointers.ll
test/Transforms/DeadStoreElimination/free.ll
test/Transforms/DeadStoreElimination/inst-limits.ll [new file with mode: 0644]
test/Transforms/DeadStoreElimination/libcalls.ll
test/Transforms/DeadStoreElimination/lifetime.ll
test/Transforms/DeadStoreElimination/lit.local.cfg [deleted file]
test/Transforms/DeadStoreElimination/memintrinsics.ll
test/Transforms/DeadStoreElimination/no-targetdata.ll
test/Transforms/DeadStoreElimination/simple.ll
test/Transforms/DebugIR/crash.ll [new file with mode: 0644]
test/Transforms/DebugIR/exception.ll [new file with mode: 0644]
test/Transforms/DebugIR/function.ll [new file with mode: 0644]
test/Transforms/DebugIR/simple-addrspace.ll [new file with mode: 0644]
test/Transforms/DebugIR/simple.ll [new file with mode: 0644]
test/Transforms/DebugIR/struct.ll [new file with mode: 0644]
test/Transforms/DebugIR/vector.ll [new file with mode: 0644]
test/Transforms/EarlyCSE/basic.ll
test/Transforms/EarlyCSE/commute.ll
test/Transforms/EarlyCSE/instsimplify-dom.ll
test/Transforms/EarlyCSE/lit.local.cfg [deleted file]
test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll
test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll
test/Transforms/FunctionAttrs/annotate-1.ll
test/Transforms/FunctionAttrs/atomic.ll
test/Transforms/FunctionAttrs/lit.local.cfg [deleted file]
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/noreturn.ll
test/Transforms/FunctionAttrs/readattrs.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/lit.local.cfg [deleted file]
test/Transforms/GCOVProfiling/version.ll
test/Transforms/GVN/2007-07-26-InterlockingLoops.ll
test/Transforms/GVN/2008-07-02-Unreachable.ll
test/Transforms/GVN/2010-11-13-Simplify.ll
test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll
test/Transforms/GVN/commute.ll
test/Transforms/GVN/cond_br.ll [new file with mode: 0644]
test/Transforms/GVN/cond_br2.ll [new file with mode: 0644]
test/Transforms/GVN/condprop.ll
test/Transforms/GVN/edge.ll
test/Transforms/GVN/lit.local.cfg [deleted file]
test/Transforms/GVN/load-pre-align.ll
test/Transforms/GVN/local-pre.ll
test/Transforms/GVN/malloc-load-removal.ll
test/Transforms/GVN/non-local-offset.ll
test/Transforms/GVN/phi-translate.ll
test/Transforms/GVN/pr14166.ll
test/Transforms/GVN/pr17732.ll [new file with mode: 0644]
test/Transforms/GVN/pr17852.ll [new file with mode: 0644]
test/Transforms/GVN/pre-load.ll
test/Transforms/GVN/preserve-tbaa.ll
test/Transforms/GVN/readattrs.ll [new file with mode: 0644]
test/Transforms/GVN/rle-nonlocal.ll
test/Transforms/GVN/rle-phi-translate.ll
test/Transforms/GVN/rle-semidominated.ll
test/Transforms/GVN/rle.ll
test/Transforms/GVN/tbaa.ll
test/Transforms/GlobalDCE/lit.local.cfg [deleted file]
test/Transforms/GlobalOpt/2008-07-17-addrspace.ll
test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll
test/Transforms/GlobalOpt/2009-03-05-dbg.ll
test/Transforms/GlobalOpt/2012-05-11-blockaddress.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/alias-used.ll
test/Transforms/GlobalOpt/array-elem-refs.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/atexit.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/atomic.ll
test/Transforms/GlobalOpt/blockaddress.ll
test/Transforms/GlobalOpt/cleanup-pointer-root-users.ll
test/Transforms/GlobalOpt/compiler-used.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll
test/Transforms/GlobalOpt/deadglobal.ll
test/Transforms/GlobalOpt/integer-bool.ll
test/Transforms/GlobalOpt/invariant-nodatalayout.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/lit.local.cfg [deleted file]
test/Transforms/GlobalOpt/load-store-global.ll
test/Transforms/GlobalOpt/malloc-promote-3.ll [new file with mode: 0644]
test/Transforms/GlobalOpt/metadata.ll
test/Transforms/GlobalOpt/tls.ll
test/Transforms/GlobalOpt/zeroinitializer-gep-load.ll
test/Transforms/IPConstantProp/lit.local.cfg [deleted file]
test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll
test/Transforms/IndVarSimplify/2011-11-01-lftrptr.ll
test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll
test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll
test/Transforms/IndVarSimplify/2012-10-19-congruent-constant.ll
test/Transforms/IndVarSimplify/dont-recompute.ll
test/Transforms/IndVarSimplify/eliminate-comparison.ll
test/Transforms/IndVarSimplify/eliminate-rem.ll
test/Transforms/IndVarSimplify/floating-point-iv.ll
test/Transforms/IndVarSimplify/iv-fold.ll
test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr-extend-const.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr-reuse.ll
test/Transforms/IndVarSimplify/lftr-zext.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lit.local.cfg [deleted file]
test/Transforms/IndVarSimplify/loop_evaluate_1.ll
test/Transforms/IndVarSimplify/loop_evaluate_6.ll
test/Transforms/IndVarSimplify/no-iv-rewrite.ll
test/Transforms/IndVarSimplify/tripcount_compute.ll
test/Transforms/IndVarSimplify/udiv-invariant-but-traps.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/udiv.ll
test/Transforms/IndVarSimplify/ult-sub-to-eq.ll
test/Transforms/IndVarSimplify/widen-nsw.ll [new file with mode: 0644]
test/Transforms/Inline/2010-05-31-ByvalTailcall.ll
test/Transforms/Inline/alloca-bonus.ll
test/Transforms/Inline/alloca-merge-align-nodl.ll [new file with mode: 0644]
test/Transforms/Inline/alloca-merge-align.ll [new file with mode: 0644]
test/Transforms/Inline/always-inline.ll
test/Transforms/Inline/attributes.ll [new file with mode: 0644]
test/Transforms/Inline/basictest.ll
test/Transforms/Inline/byval.ll
test/Transforms/Inline/delete-call.ll
test/Transforms/Inline/devirtualize-2.ll
test/Transforms/Inline/devirtualize.ll
test/Transforms/Inline/dynamic_alloca_test.ll
test/Transforms/Inline/gvn-inline-iteration.ll
test/Transforms/Inline/inline-byval-bonus.ll
test/Transforms/Inline/inline-invoke-with-asm-call.ll [new file with mode: 0644]
test/Transforms/Inline/inline-optnone.ll [new file with mode: 0644]
test/Transforms/Inline/inline_cleanup.ll
test/Transforms/Inline/inline_constprop.ll
test/Transforms/Inline/inline_minisize.ll
test/Transforms/Inline/inline_returns_twice.ll
test/Transforms/Inline/invoke-cost.ll [new file with mode: 0644]
test/Transforms/Inline/lifetime-no-datalayout.ll
test/Transforms/Inline/lifetime.ll
test/Transforms/Inline/lit.local.cfg [deleted file]
test/Transforms/Inline/nested-inline.ll
test/Transforms/Inline/noinline-recursive-fn.ll
test/Transforms/Inline/ptr-diff.ll
test/Transforms/Inline/recursive.ll
test/Transforms/InstCombine/2002-05-14-SubFailure.ll
test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll
test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
test/Transforms/InstCombine/2006-10-20-mask.ll
test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll
test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
test/Transforms/InstCombine/2007-01-27-AndICmp.ll
test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
test/Transforms/InstCombine/2008-01-06-VoidCast.ll
test/Transforms/InstCombine/2008-01-27-FloatSelect.ll
test/Transforms/InstCombine/2008-02-13-MulURem.ll
test/Transforms/InstCombine/2008-05-31-AddBool.ll
test/Transforms/InstCombine/2008-11-20-DivMulRem.ll
test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
test/Transforms/InstCombine/2010-03-03-ExtElim.ll
test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll
test/Transforms/InstCombine/2010-11-23-Distributed.ll
test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll
test/Transforms/InstCombine/2012-03-10-InstCombine.ll
test/Transforms/InstCombine/2012-04-24-vselect.ll
test/Transforms/InstCombine/2012-05-28-select-hang.ll
test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
test/Transforms/InstCombine/2012-08-28-udiv_ashl.ll
test/Transforms/InstCombine/2012-09-17-ZeroSizedAlloca.ll
test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll
test/Transforms/InstCombine/2012-3-15-or-xor-constant.ll
test/Transforms/InstCombine/2013-03-05-Combine-BitcastTy-Into-Alloca.ll
test/Transforms/InstCombine/ExtractCast.ll
test/Transforms/InstCombine/LandingPadClauses.ll
test/Transforms/InstCombine/PR7357.ll [moved from test/Transforms/SimplifyLibCalls/PR7357.ll with 76% similarity]
test/Transforms/InstCombine/abs-1.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/add4.ll
test/Transforms/InstCombine/addrspacecast.ll [new file with mode: 0644]
test/Transforms/InstCombine/align-addr.ll
test/Transforms/InstCombine/align-external.ll
test/Transforms/InstCombine/alloca.ll
test/Transforms/InstCombine/and-xor-or.ll
test/Transforms/InstCombine/and.ll
test/Transforms/InstCombine/and2.ll
test/Transforms/InstCombine/apint-call-cast-target.ll
test/Transforms/InstCombine/apint-select.ll
test/Transforms/InstCombine/apint-shift-simplify.ll
test/Transforms/InstCombine/apint-shift.ll
test/Transforms/InstCombine/apint-shl-trunc.ll
test/Transforms/InstCombine/atomic.ll
test/Transforms/InstCombine/badmalloc.ll
test/Transforms/InstCombine/bitcast-alias-function.ll [new file with mode: 0644]
test/Transforms/InstCombine/bitcast-bigendian.ll
test/Transforms/InstCombine/bitcast-vec-uniform.ll
test/Transforms/InstCombine/bitcast-vector-fold.ll
test/Transforms/InstCombine/bitcast.ll
test/Transforms/InstCombine/call-cast-target.ll
test/Transforms/InstCombine/call.ll
test/Transforms/InstCombine/canonicalize_branch.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/compare-signs.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll [new file with mode: 0644]
test/Transforms/InstCombine/constant-fold-gep.ll
test/Transforms/InstCombine/cos-1.ll
test/Transforms/InstCombine/cos-2.ll
test/Transforms/InstCombine/debug-line.ll
test/Transforms/InstCombine/debuginfo.ll
test/Transforms/InstCombine/disable-simplify-libcalls.ll
test/Transforms/InstCombine/div-shift-crash.ll [new file with mode: 0644]
test/Transforms/InstCombine/div-shift.ll
test/Transforms/InstCombine/div.ll
test/Transforms/InstCombine/double-float-shrink-1.ll
test/Transforms/InstCombine/enforce-known-alignment.ll
test/Transforms/InstCombine/err-rep-cold.ll [new file with mode: 0644]
test/Transforms/InstCombine/exact.ll
test/Transforms/InstCombine/exp2-1.ll
test/Transforms/InstCombine/exp2-2.ll
test/Transforms/InstCombine/extractvalue.ll
test/Transforms/InstCombine/fast-math.ll
test/Transforms/InstCombine/fcmp.ll
test/Transforms/InstCombine/fdiv.ll
test/Transforms/InstCombine/ffs-1.ll
test/Transforms/InstCombine/float-shrink-compare.ll [moved from test/Transforms/SimplifyLibCalls/float-shrink-compare.ll with 93% similarity]
test/Transforms/InstCombine/fmul.ll
test/Transforms/InstCombine/fneg-ext.ll [new file with mode: 0644]
test/Transforms/InstCombine/fold-bin-operand.ll
test/Transforms/InstCombine/fold-calls.ll
test/Transforms/InstCombine/fold-fops-into-selects.ll [new file with mode: 0644]
test/Transforms/InstCombine/fold-vector-select.ll
test/Transforms/InstCombine/fpcast.ll
test/Transforms/InstCombine/fprintf-1.ll
test/Transforms/InstCombine/fputs-1.ll
test/Transforms/InstCombine/fwrite-1.ll
test/Transforms/InstCombine/gep-addrspace.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp-logical.ll [new file with mode: 0644]
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/idioms.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/invoke.ll
test/Transforms/InstCombine/isascii-1.ll
test/Transforms/InstCombine/isdigit-1.ll
test/Transforms/InstCombine/lit.local.cfg [deleted file]
test/Transforms/InstCombine/load-cmp.ll
test/Transforms/InstCombine/load-select.ll
test/Transforms/InstCombine/load3.ll
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/memcmp-1.ll
test/Transforms/InstCombine/memcmp-2.ll
test/Transforms/InstCombine/memcpy-1.ll
test/Transforms/InstCombine/memcpy-2.ll
test/Transforms/InstCombine/memcpy-from-global.ll
test/Transforms/InstCombine/memcpy.ll
test/Transforms/InstCombine/memcpy_chk-1.ll
test/Transforms/InstCombine/memcpy_chk-2.ll
test/Transforms/InstCombine/memmove-1.ll
test/Transforms/InstCombine/memmove-2.ll
test/Transforms/InstCombine/memmove_chk-1.ll
test/Transforms/InstCombine/memmove_chk-2.ll
test/Transforms/InstCombine/memset-1.ll
test/Transforms/InstCombine/memset-2.ll
test/Transforms/InstCombine/memset_chk-1.ll
test/Transforms/InstCombine/memset_chk-2.ll
test/Transforms/InstCombine/merge-icmp.ll
test/Transforms/InstCombine/mul.ll
test/Transforms/InstCombine/multi-size-address-space-pointer.ll [new file with mode: 0644]
test/Transforms/InstCombine/no-negzero.ll
test/Transforms/InstCombine/nsw.ll
test/Transforms/InstCombine/objsize-64.ll
test/Transforms/InstCombine/objsize-address-space.ll [new file with mode: 0644]
test/Transforms/InstCombine/objsize.ll
test/Transforms/InstCombine/onehot_merge.ll [new file with mode: 0644]
test/Transforms/InstCombine/or-fcmp.ll
test/Transforms/InstCombine/or-xor.ll
test/Transforms/InstCombine/or.ll
test/Transforms/InstCombine/osx-names.ll
test/Transforms/InstCombine/overflow.ll
test/Transforms/InstCombine/phi-select-constexpr.ll [new file with mode: 0644]
test/Transforms/InstCombine/phi.ll
test/Transforms/InstCombine/pow-1.ll
test/Transforms/InstCombine/pow-2.ll
test/Transforms/InstCombine/pow-3.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr17827.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr8547.ll
test/Transforms/InstCombine/printf-1.ll
test/Transforms/InstCombine/printf-2.ll
test/Transforms/InstCombine/ptr-int-cast.ll
test/Transforms/InstCombine/puts-1.ll
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/select-2.ll
test/Transforms/InstCombine/select-crash.ll
test/Transforms/InstCombine/select-extractelement.ll [new file with mode: 0644]
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/sext.ll
test/Transforms/InstCombine/shift-sra.ll
test/Transforms/InstCombine/shift.ll
test/Transforms/InstCombine/sign-test-and-or.ll
test/Transforms/InstCombine/signext.ll
test/Transforms/InstCombine/simplify-libcalls.ll [new file with mode: 0644]
test/Transforms/InstCombine/sincospi.ll [new file with mode: 0644]
test/Transforms/InstCombine/sink_instruction.ll
test/Transforms/InstCombine/sprintf-1.ll
test/Transforms/InstCombine/sqrt.ll
test/Transforms/InstCombine/store.ll
test/Transforms/InstCombine/stpcpy-1.ll
test/Transforms/InstCombine/stpcpy-2.ll
test/Transforms/InstCombine/stpcpy_chk-1.ll
test/Transforms/InstCombine/stpcpy_chk-2.ll
test/Transforms/InstCombine/strcat-1.ll
test/Transforms/InstCombine/strcat-2.ll
test/Transforms/InstCombine/strcat-3.ll
test/Transforms/InstCombine/strchr-1.ll
test/Transforms/InstCombine/strcmp-1.ll
test/Transforms/InstCombine/strcmp-2.ll
test/Transforms/InstCombine/strcpy-1.ll
test/Transforms/InstCombine/strcpy-2.ll
test/Transforms/InstCombine/strcpy_chk-1.ll
test/Transforms/InstCombine/strcpy_chk-2.ll
test/Transforms/InstCombine/strcpy_chk-64.ll
test/Transforms/InstCombine/strcspn-1.ll
test/Transforms/InstCombine/strcspn-2.ll
test/Transforms/InstCombine/strlen-1.ll
test/Transforms/InstCombine/strlen-2.ll
test/Transforms/InstCombine/strncat-1.ll
test/Transforms/InstCombine/strncat-2.ll
test/Transforms/InstCombine/strncat-3.ll
test/Transforms/InstCombine/strncmp-1.ll
test/Transforms/InstCombine/strncmp-2.ll
test/Transforms/InstCombine/strncpy-1.ll
test/Transforms/InstCombine/strncpy-2.ll
test/Transforms/InstCombine/strncpy_chk-1.ll
test/Transforms/InstCombine/strncpy_chk-2.ll
test/Transforms/InstCombine/strpbrk-1.ll
test/Transforms/InstCombine/strpbrk-2.ll
test/Transforms/InstCombine/strrchr-1.ll
test/Transforms/InstCombine/strspn-1.ll
test/Transforms/InstCombine/strstr-1.ll
test/Transforms/InstCombine/strstr-2.ll
test/Transforms/InstCombine/strto-1.ll
test/Transforms/InstCombine/struct-assign-tbaa.ll
test/Transforms/InstCombine/sub-xor.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/toascii-1.ll
test/Transforms/InstCombine/trunc.ll
test/Transforms/InstCombine/udivrem-change-width.ll
test/Transforms/InstCombine/vec_demanded_elts.ll
test/Transforms/InstCombine/vec_extract_elt.ll
test/Transforms/InstCombine/vec_insertelt.ll
test/Transforms/InstCombine/vec_phi_extract.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/vector-casts.ll
test/Transforms/InstCombine/vector-mul.ll [new file with mode: 0644]
test/Transforms/InstCombine/vector_gep2.ll
test/Transforms/InstCombine/weak-symbols.ll
test/Transforms/InstCombine/win-math.ll [moved from test/Transforms/SimplifyLibCalls/win-math.ll with 81% similarity]
test/Transforms/InstCombine/xor2.ll
test/Transforms/InstCombine/zext-bool-add-sub.ll
test/Transforms/InstSimplify/2010-12-20-Boolean.ll
test/Transforms/InstSimplify/2010-12-20-Distribute.ll
test/Transforms/InstSimplify/2011-01-14-Thread.ll
test/Transforms/InstSimplify/2011-02-01-Vector.ll
test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll
test/Transforms/InstSimplify/AndOrXor.ll
test/Transforms/InstSimplify/call.ll
test/Transforms/InstSimplify/compare.ll
test/Transforms/InstSimplify/exact-nsw-nuw.ll
test/Transforms/InstSimplify/fast-math.ll
test/Transforms/InstSimplify/fdiv.ll
test/Transforms/InstSimplify/floating-point-arithmetic.ll
test/Transforms/InstSimplify/lit.local.cfg [deleted file]
test/Transforms/InstSimplify/maxmin.ll
test/Transforms/InstSimplify/phi.ll
test/Transforms/InstSimplify/ptr_diff.ll
test/Transforms/InstSimplify/reassociate.ll
test/Transforms/InstSimplify/rem.ll
test/Transforms/Internalize/2008-05-09-AllButMain.ll [deleted file]
test/Transforms/Internalize/apifile [moved from test/Transforms/Internalize/2008-05-09-AllButMain.ll.apifile with 100% similarity]
test/Transforms/Internalize/available_externally.ll [deleted file]
test/Transforms/Internalize/lists.ll [new file with mode: 0644]
test/Transforms/Internalize/lit.local.cfg [deleted file]
test/Transforms/Internalize/used.ll [new file with mode: 0644]
test/Transforms/JumpThreading/basic.ll
test/Transforms/JumpThreading/indirectbr.ll
test/Transforms/JumpThreading/landing-pad.ll [new file with mode: 0644]
test/Transforms/JumpThreading/lit.local.cfg [deleted file]
test/Transforms/JumpThreading/select.ll
test/Transforms/JumpThreading/thread-loads.ll
test/Transforms/LCSSA/lit.local.cfg [deleted file]
test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll
test/Transforms/LICM/atomics.ll
test/Transforms/LICM/debug-value.ll
test/Transforms/LICM/hoisting.ll
test/Transforms/LICM/lit.local.cfg [deleted file]
test/Transforms/LICM/promote-order.ll
test/Transforms/LICM/scalar_promote.ll
test/Transforms/LICM/sinking.ll
test/Transforms/LICM/speculate.ll
test/Transforms/LICM/volatile-alias.ll [new file with mode: 0644]
test/Transforms/LoopDeletion/lit.local.cfg [deleted file]
test/Transforms/LoopIdiom/X86/lit.local.cfg
test/Transforms/LoopIdiom/basic-address-space.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/basic.ll
test/Transforms/LoopIdiom/debug-line.ll
test/Transforms/LoopIdiom/lit.local.cfg [deleted file]
test/Transforms/LoopIdiom/memset_noidiom.ll
test/Transforms/LoopReroll/basic.ll [new file with mode: 0644]
test/Transforms/LoopReroll/reduction.ll [new file with mode: 0644]
test/Transforms/LoopRotate/basic.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/LoopRotate/lit.local.cfg [deleted file]
test/Transforms/LoopRotate/multiple-exits.ll
test/Transforms/LoopRotate/phi-duplicate.ll
test/Transforms/LoopRotate/simplifylatch.ll
test/Transforms/LoopSimplify/dup-preds.ll [new file with mode: 0644]
test/Transforms/LoopSimplify/lit.local.cfg [deleted file]
test/Transforms/LoopSimplify/preserve-scev.ll
test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll
test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll
test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll
test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll
test/Transforms/LoopStrengthReduce/2011-12-19-PostincQuadratic.ll
test/Transforms/LoopStrengthReduce/2012-01-02-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-01-16-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-03-15-nopreheader.ll
test/Transforms/LoopStrengthReduce/2012-07-13-ExpandUDiv.ll
test/Transforms/LoopStrengthReduce/2013-01-05-IndBr.ll
test/Transforms/LoopStrengthReduce/2013-01-14-ReuseCast.ll
test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll
test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll
test/Transforms/LoopStrengthReduce/X86/2011-11-29-postincphi.ll
test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
test/Transforms/LoopStrengthReduce/addrec-gep-address-space.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/address-space-loop.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/dominate-assert.ll
test/Transforms/LoopStrengthReduce/ivchain.ll
test/Transforms/LoopStrengthReduce/lit.local.cfg [deleted file]
test/Transforms/LoopStrengthReduce/lsr-expand-quadratic.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll
test/Transforms/LoopStrengthReduce/scaling_factor_cost_crash.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/uglygep-address-space.ll [new file with mode: 0644]
test/Transforms/LoopStrengthReduce/uglygep.ll
test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll
test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll
test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll
test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/PowerPC/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopUnroll/basic.ll
test/Transforms/LoopUnroll/lit.local.cfg [deleted file]
test/Transforms/LoopUnroll/pr14167.ll
test/Transforms/LoopUnroll/scevunroll.ll
test/Transforms/LoopUnroll/unloop.ll
test/Transforms/LoopUnswitch/basictest.ll
test/Transforms/LoopUnswitch/infinite-loop.ll
test/Transforms/LoopUnswitch/lit.local.cfg [deleted file]
test/Transforms/LoopVectorize/12-12-11-if-conv.ll
test/Transforms/LoopVectorize/ARM/arm-unroll.ll
test/Transforms/LoopVectorize/ARM/gather-cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ARM/gcc-examples.ll
test/Transforms/LoopVectorize/ARM/lit.local.cfg
test/Transforms/LoopVectorize/ARM/width-detect.ll
test/Transforms/LoopVectorize/X86/already-vectorized.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/avx1.ll
test/Transforms/LoopVectorize/X86/conversion-cost.ll
test/Transforms/LoopVectorize/X86/cost-model.ll
test/Transforms/LoopVectorize/X86/gather-cost.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/gcc-examples.ll
test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll
test/Transforms/LoopVectorize/X86/lit.local.cfg
test/Transforms/LoopVectorize/X86/parallel-loops-after-reg2mem.ll
test/Transforms/LoopVectorize/X86/parallel-loops.ll
test/Transforms/LoopVectorize/X86/rauw-bug.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/reduction-crash.ll
test/Transforms/LoopVectorize/X86/small-size.ll
test/Transforms/LoopVectorize/X86/tripcount.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/unroll-pm.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/unroll-small-loops.ll
test/Transforms/LoopVectorize/X86/x86_fp80-vector-store.ll
test/Transforms/LoopVectorize/XCore/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopVectorize/XCore/no-vector-registers.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/align.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/bsd_regex.ll
test/Transforms/LoopVectorize/cast-induction.ll
test/Transforms/LoopVectorize/cpp-new-array.ll
test/Transforms/LoopVectorize/dbg.value.ll
test/Transforms/LoopVectorize/debugloc.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ee-crash.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/flags.ll
test/Transforms/LoopVectorize/float-reduction.ll
test/Transforms/LoopVectorize/funcall.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/gcc-examples.ll
test/Transforms/LoopVectorize/global_alias.ll
test/Transforms/LoopVectorize/hoist-loads.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/if-conv-crash.ll
test/Transforms/LoopVectorize/if-conversion-edgemasks.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/if-conversion-nest.ll
test/Transforms/LoopVectorize/if-conversion-reduction.ll
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/increment.ll
test/Transforms/LoopVectorize/induction.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/induction_plus.ll
test/Transforms/LoopVectorize/infiniteloop.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/intrinsic.ll
test/Transforms/LoopVectorize/lifetime.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/lit.local.cfg [deleted file]
test/Transforms/LoopVectorize/memdep.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/metadata-unroll.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/metadata-width.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/minmax_reduction.ll
test/Transforms/LoopVectorize/multiple-address-spaces.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/no_idiv_reduction.ll
test/Transforms/LoopVectorize/no_int_induction.ll
test/Transforms/LoopVectorize/no_outside_user.ll
test/Transforms/LoopVectorize/nofloat.ll
test/Transforms/LoopVectorize/non-const-n.ll
test/Transforms/LoopVectorize/opt.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/ptr_loops.ll
test/Transforms/LoopVectorize/read-only.ll
test/Transforms/LoopVectorize/reduction.ll
test/Transforms/LoopVectorize/reverse_induction.ll
test/Transforms/LoopVectorize/reverse_iter.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/runtime-check-address-space.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/runtime-check-readonly.ll
test/Transforms/LoopVectorize/runtime-check.ll
test/Transforms/LoopVectorize/runtime-limit.ll
test/Transforms/LoopVectorize/safegep.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/same-base-access.ll
test/Transforms/LoopVectorize/scalar-select.ll
test/Transforms/LoopVectorize/scev-exitlim-crash.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/simple-unroll.ll
test/Transforms/LoopVectorize/small-loop.ll
test/Transforms/LoopVectorize/start-non-zero.ll
test/Transforms/LoopVectorize/store-shuffle-bug.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/struct_access.ll
test/Transforms/LoopVectorize/undef-inst-bug.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/unroll_novec.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/value-ptr-bug.ll
test/Transforms/LoopVectorize/vectorize-once.ll
test/Transforms/LoopVectorize/write-only.ll
test/Transforms/LowerAtomic/atomic-load.ll
test/Transforms/LowerAtomic/atomic-swap.ll
test/Transforms/LowerAtomic/barrier.ll
test/Transforms/LowerAtomic/lit.local.cfg [deleted file]
test/Transforms/LowerExpectIntrinsic/basic.ll
test/Transforms/LowerExpectIntrinsic/lit.local.cfg [deleted file]
test/Transforms/LowerInvoke/lit.local.cfg [deleted file]
test/Transforms/LowerSwitch/feature.ll
test/Transforms/LowerSwitch/lit.local.cfg [deleted file]
test/Transforms/Mem2Reg/ConvertDebugInfo.ll
test/Transforms/Mem2Reg/ConvertDebugInfo2.ll
test/Transforms/Mem2Reg/atomic.ll
test/Transforms/Mem2Reg/lit.local.cfg [deleted file]
test/Transforms/MemCpyOpt/align.ll
test/Transforms/MemCpyOpt/form-memset.ll
test/Transforms/MemCpyOpt/lit.local.cfg [deleted file]
test/Transforms/MemCpyOpt/loadstore-sret.ll
test/Transforms/MemCpyOpt/memcpy-to-memset.ll
test/Transforms/MemCpyOpt/memcpy.ll
test/Transforms/MemCpyOpt/memmove.ll
test/Transforms/MergeFunc/address-spaces.ll [new file with mode: 0644]
test/Transforms/MergeFunc/inttoptr-address-space.ll [new file with mode: 0644]
test/Transforms/MergeFunc/inttoptr.ll
test/Transforms/MergeFunc/lit.local.cfg [deleted file]
test/Transforms/MergeFunc/merge-ptr-and-int.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ptr-int-transitivity-1.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ptr-int-transitivity-2.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ptr-int-transitivity-3.ll [new file with mode: 0644]
test/Transforms/MergeFunc/too-small.ll [new file with mode: 0644]
test/Transforms/MetaRenamer/lit.local.cfg [deleted file]
test/Transforms/ObjCARC/allocas.ll [new file with mode: 0644]
test/Transforms/ObjCARC/arc-annotations.ll
test/Transforms/ObjCARC/basic.ll
test/Transforms/ObjCARC/cfg-hazards.ll
test/Transforms/ObjCARC/contract-storestrong.ll
test/Transforms/ObjCARC/contract-testcases.ll
test/Transforms/ObjCARC/contract.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/gvn.ll
test/Transforms/ObjCARC/intrinsic-use-isolated.ll
test/Transforms/ObjCARC/intrinsic-use.ll
test/Transforms/ObjCARC/invoke.ll
test/Transforms/ObjCARC/lit.local.cfg [deleted file]
test/Transforms/ObjCARC/nested.ll
test/Transforms/ObjCARC/no-objc-arc-exceptions.ll [deleted file]
test/Transforms/ObjCARC/path-overflow.ll
test/Transforms/ObjCARC/pointer-types.ll
test/Transforms/ObjCARC/post-inlining.ll
test/Transforms/ObjCARC/retain-block-alloca.ll [deleted file]
test/Transforms/ObjCARC/retain-block-escape-analysis.ll [deleted file]
test/Transforms/ObjCARC/retain-block-load.ll [deleted file]
test/Transforms/ObjCARC/retain-block.ll [deleted file]
test/Transforms/ObjCARC/retain-not-declared.ll
test/Transforms/ObjCARC/rv.ll
test/Transforms/ObjCARC/split-backedge.ll
test/Transforms/ObjCARC/weak.ll
test/Transforms/PhaseOrdering/PR6627.ll
test/Transforms/PhaseOrdering/basic.ll
test/Transforms/PhaseOrdering/lit.local.cfg [deleted file]
test/Transforms/PruneEH/lit.local.cfg [deleted file]
test/Transforms/Reassociate/2012-05-08-UndefLeak.ll
test/Transforms/Reassociate/absorption.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/inverses.ll
test/Transforms/Reassociate/lit.local.cfg [deleted file]
test/Transforms/Reassociate/mulfactor.ll
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/no-op.ll
test/Transforms/Reassociate/optional-flags.ll
test/Transforms/Reassociate/repeats.ll
test/Transforms/Reassociate/xor_reassoc.ll
test/Transforms/Reg2Mem/lit.local.cfg [deleted file]
test/Transforms/SCCP/atomic-load-store.ll
test/Transforms/SCCP/ipsccp-addr-taken.ll
test/Transforms/SCCP/ipsccp-basic.ll
test/Transforms/SCCP/lit.local.cfg [deleted file]
test/Transforms/SCCP/sccptest.ll
test/Transforms/SCCP/switch.ll
test/Transforms/SCCP/undef-resolve.ll
test/Transforms/SLPVectorizer/ARM/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/ARM/memory.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/ARM/sroa.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/R600/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/R600/simplebb.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/barriercall.ll
test/Transforms/SLPVectorizer/X86/cast.ll
test/Transforms/SLPVectorizer/X86/cmp_sel.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/compare-reduce.ll
test/Transforms/SLPVectorizer/X86/crash_7zip.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_bullet.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_bullet3.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_dequeue.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_flop7.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_lencod.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_mandeltext.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_netbsd_decompress.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_sim4b1.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/crash_smallpt.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/cross_block_slp.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/cse.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/cycle_dup.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/debug_info.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/diamond.ll
test/Transforms/SLPVectorizer/X86/external_user.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/extract.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/horizontal.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/implicitfloat.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/in-tree-user.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/lit.local.cfg
test/Transforms/SLPVectorizer/X86/long_chains.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/loopinvariant.ll
test/Transforms/SLPVectorizer/X86/multi_block.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/multi_user.ll
test/Transforms/SLPVectorizer/X86/odd_store.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/operandorder.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/opt.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/ordering.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/phi.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/phi3.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/phi_landingpad.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/phi_overalignedtype.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/pr16571.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/pr16628.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/pr16899.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/pr18060.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/reduction2.ll
test/Transforms/SLPVectorizer/X86/rgb_phi.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/saxpy.ll
test/Transforms/SLPVectorizer/X86/simplebb.ll
test/Transforms/SLPVectorizer/X86/tiny-tree.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/XCore/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/XCore/no-vector-registers.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/lit.local.cfg [deleted file]
test/Transforms/SROA/alignment.ll
test/Transforms/SROA/basictest.ll
test/Transforms/SROA/big-endian.ll
test/Transforms/SROA/fca.ll
test/Transforms/SROA/lit.local.cfg [deleted file]
test/Transforms/SROA/phi-and-select.ll
test/Transforms/SROA/vector-conversion.ll [new file with mode: 0644]
test/Transforms/SROA/vector-promotion.ll
test/Transforms/SampleProfile/Inputs/branch.prof [new file with mode: 0644]
test/Transforms/SampleProfile/branch.ll [new file with mode: 0644]
test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll
test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll
test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll
test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll
test/Transforms/ScalarRepl/2011-10-22-VectorCrash.ll
test/Transforms/ScalarRepl/address-space.ll
test/Transforms/ScalarRepl/badarray.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/ScalarRepl/debuginfo-preserved.ll
test/Transforms/ScalarRepl/inline-vector.ll
test/Transforms/ScalarRepl/lifetime.ll
test/Transforms/ScalarRepl/lit.local.cfg [deleted file]
test/Transforms/ScalarRepl/memset-aggregate.ll
test/Transforms/ScalarRepl/nonzero-first-index.ll
test/Transforms/ScalarRepl/only-memcpy-uses.ll
test/Transforms/ScalarRepl/phi-select.ll
test/Transforms/ScalarRepl/union-pointer.ll
test/Transforms/ScalarRepl/vector_promote.ll
test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll
test/Transforms/SimplifyCFG/CoveredLookupTable.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll
test/Transforms/SimplifyCFG/MagicPointer.ll
test/Transforms/SimplifyCFG/PR16069.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/SPARC/lit.local.cfg
test/Transforms/SimplifyCFG/SPARC/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/SpeculativeExec.ll
test/Transforms/SimplifyCFG/UnreachableEliminate.ll
test/Transforms/SimplifyCFG/X86/lit.local.cfg
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/attr-noduplicate.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/basictest.ll
test/Transforms/SimplifyCFG/branch-fold-dbg.ll
test/Transforms/SimplifyCFG/common-dest-folding.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll
test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
test/Transforms/SimplifyCFG/indirectbr.ll
test/Transforms/SimplifyCFG/invoke.ll
test/Transforms/SimplifyCFG/invoke_unwind.ll
test/Transforms/SimplifyCFG/lit.local.cfg [deleted file]
test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
test/Transforms/SimplifyCFG/preserve-branchweights-partial.ll
test/Transforms/SimplifyCFG/preserve-branchweights.ll
test/Transforms/SimplifyCFG/select-gep.ll
test/Transforms/SimplifyCFG/speculate-store.ll
test/Transforms/SimplifyCFG/speculate-with-offset.ll
test/Transforms/SimplifyCFG/switch-masked-bits.ll
test/Transforms/SimplifyCFG/switch-on-const-select.ll
test/Transforms/SimplifyCFG/switch-to-icmp.ll
test/Transforms/SimplifyCFG/switch_create.ll
test/Transforms/SimplifyCFG/trap-debugloc.ll
test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
test/Transforms/SimplifyCFG/volatile-phioper.ll
test/Transforms/SimplifyLibCalls/2005-05-20-sprintf-crash.ll [deleted file]
test/Transforms/SimplifyLibCalls/2007-04-06-strchr-miscompile.ll [deleted file]
test/Transforms/SimplifyLibCalls/2008-05-19-memcmp.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-05-30-memcmp-byte.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-07-28-Exit.ll [deleted file]
test/Transforms/SimplifyLibCalls/2009-07-29-Exit2.ll [deleted file]
test/Transforms/SimplifyLibCalls/MemCpy.ll [deleted file]
test/Transforms/SimplifyLibCalls/lit.local.cfg [deleted file]
test/Transforms/Sink/basic.ll
test/Transforms/Sink/lit.local.cfg [deleted file]
test/Transforms/StripSymbols/2007-01-15-llvm.used.ll
test/Transforms/StripSymbols/2010-06-30-StripDebug.ll
test/Transforms/StripSymbols/2010-07-01-DeadDbgInfo.ll [deleted file]
test/Transforms/StripSymbols/2010-08-25-crash.ll
test/Transforms/StripSymbols/lit.local.cfg [deleted file]
test/Transforms/StripSymbols/strip-dead-debug-info.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/branch-on-argument.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/loop-multiple-exits.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/no-branch-to-entry.ll [new file with mode: 0644]
test/Transforms/StructurizeCFG/switch.ll [new file with mode: 0644]
test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll
test/Transforms/TailCallElim/accum_recursion.ll
test/Transforms/TailCallElim/basic.ll [new file with mode: 0644]
test/Transforms/TailCallElim/dont-tce-tail-marked-call.ll [deleted file]
test/Transforms/TailCallElim/inf-recursion.ll
test/Transforms/TailCallElim/intervening-inst.ll [deleted file]
test/Transforms/TailCallElim/lit.local.cfg [deleted file]
test/Transforms/TailCallElim/move_alloca_for_tail_call.ll [deleted file]
test/Transforms/TailCallElim/nocapture.ll [deleted file]
test/Transforms/TailCallElim/return_constant.ll [deleted file]
test/Transforms/TailCallElim/trivial_codegen_tailcall.ll [deleted file]
test/Transforms/TailDup/X86/lit.local.cfg
test/Transforms/TailDup/lit.local.cfg
test/Unit/lit.cfg
test/Unit/lit.site.cfg.in
test/Verifier/bitcast-address-space-nested-global-cycle.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-nested-global.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-constant-inttoptr.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-gep-2.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-gep.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-inttoptr.ll [new file with mode: 0644]
test/Verifier/bitcast-address-spaces.ll [new file with mode: 0644]
test/Verifier/bitcast-alias-address-space.ll [new file with mode: 0644]
test/Verifier/bitcast-vector-pointer-as.ll [new file with mode: 0644]
test/Verifier/ident-meta1.ll [new file with mode: 0644]
test/Verifier/ident-meta2.ll [new file with mode: 0644]
test/Verifier/ident-meta3.ll [new file with mode: 0644]
test/Verifier/lit.local.cfg [deleted file]
test/Verifier/llvm.compiler_used-invalid-type.ll
test/Verifier/llvm.used-invalid-type2.ll
test/Verifier/varargs-intrinsic.ll [new file with mode: 0644]
test/YAMLParser/spec-02-24.data
test/YAMLParser/spec-07-04.data
test/YAMLParser/yaml.data
test/lit.cfg
test/lit.site.cfg.in
test/tools/llvm-cov/Inputs/README [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.cpp [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.cpp.gcov [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.gcda [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test.gcno [new file with mode: 0644]
test/tools/llvm-cov/Inputs/test_read_fail.gcno [new file with mode: 0644]
test/tools/llvm-cov/lit.local.cfg [moved from test/tools/llvm-readobj/lit.local.cfg with 100% similarity]
test/tools/llvm-cov/llvm-cov.test [new file with mode: 0644]
test/tools/llvm-lit/lit.local.cfg [deleted file]
test/tools/llvm-objdump/Inputs/nop.exe.coff-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/trivial.obj.elf-i386 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64 [new file with mode: 0644]
test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64.asm [new file with mode: 0644]
test/tools/llvm-objdump/coff-private-headers.test [new file with mode: 0644]
test/tools/llvm-objdump/disassembly-show-raw.s [deleted file]
test/tools/llvm-objdump/disassembly-show-raw.test [new file with mode: 0644]
test/tools/llvm-objdump/lit.local.cfg
test/tools/llvm-objdump/win64-unwind-data.s [deleted file]
test/tools/llvm-objdump/win64-unwind-data.test [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dynamic-table.c [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/dynamic-table.mips [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/magic.coff-importlib [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/magic.coff-unknown [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/relocs.py
test/tools/llvm-readobj/Inputs/rpath.exe.elf-x86_64 [new file with mode: 0644]
test/tools/llvm-readobj/Inputs/trivial.exe.coff-i386 [new file with mode: 0644]
test/tools/llvm-readobj/dynamic.test [new file with mode: 0644]
test/tools/llvm-readobj/file-headers.test
test/tools/llvm-readobj/program-headers.test
test/tools/llvm-readobj/reloc-types.test
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/rpath.test [new file with mode: 0644]
test/tools/llvm-readobj/sections-ext.test
test/tools/llvm-readobj/symbols.test
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/FindBugs.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h
tools/bugpoint/bugpoint.cpp
tools/gold/README.txt
tools/gold/gold-plugin.cpp
tools/llc/llc.cpp
tools/lli/CMakeLists.txt
tools/lli/ChildTarget/CMakeLists.txt [new file with mode: 0644]
tools/lli/ChildTarget/ChildTarget.cpp [new file with mode: 0644]
tools/lli/ChildTarget/LLVMBuild.txt [new file with mode: 0644]
tools/lli/ChildTarget/Makefile [new file with mode: 0644]
tools/lli/ChildTarget/Unix/ChildTarget.inc [new file with mode: 0644]
tools/lli/ChildTarget/Windows/ChildTarget.inc [new file with mode: 0644]
tools/lli/LLVMBuild.txt
tools/lli/Makefile
tools/lli/RecordingMemoryManager.cpp [deleted file]
tools/lli/RecordingMemoryManager.h [deleted file]
tools/lli/RemoteMemoryManager.cpp [new file with mode: 0644]
tools/lli/RemoteMemoryManager.h [new file with mode: 0644]
tools/lli/RemoteTarget.cpp
tools/lli/RemoteTarget.h
tools/lli/RemoteTargetExternal.cpp [new file with mode: 0644]
tools/lli/RemoteTargetExternal.h [new file with mode: 0644]
tools/lli/RemoteTargetMessage.h [new file with mode: 0644]
tools/lli/Unix/RemoteTargetExternal.inc [new file with mode: 0644]
tools/lli/Windows/RemoteTargetExternal.inc [new file with mode: 0644]
tools/lli/lli.cpp
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/LLVMBuild.txt
tools/llvm-ar/Makefile
tools/llvm-ar/llvm-ar.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/CMakeLists.txt [new file with mode: 0644]
tools/llvm-c-test/Makefile [new file with mode: 0644]
tools/llvm-c-test/calc.c [new file with mode: 0644]
tools/llvm-c-test/disassemble.c [new file with mode: 0644]
tools/llvm-c-test/helpers.c [new file with mode: 0644]
tools/llvm-c-test/include-all.c [new file with mode: 0644]
tools/llvm-c-test/llvm-c-test.h [new file with mode: 0644]
tools/llvm-c-test/main.c [new file with mode: 0644]
tools/llvm-c-test/module.c [new file with mode: 0644]
tools/llvm-c-test/object.c [new file with mode: 0644]
tools/llvm-c-test/targets.c [new file with mode: 0644]
tools/llvm-config/CMakeLists.txt
tools/llvm-config/llvm-config.cpp
tools/llvm-cov/CMakeLists.txt
tools/llvm-cov/Makefile
tools/llvm-cov/llvm-cov.cpp
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-diff/llvm-diff.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-link/llvm-link.cpp
tools/llvm-lto/CMakeLists.txt [new file with mode: 0644]
tools/llvm-lto/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-lto/Makefile [new file with mode: 0644]
tools/llvm-lto/llvm-lto.cpp [new file with mode: 0644]
tools/llvm-mc/Disassembler.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/LLVMBuild.txt
tools/llvm-nm/Makefile
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/ELFDump.cpp
tools/llvm-objdump/MCFunction.cpp [deleted file]
tools/llvm-objdump/MCFunction.h [deleted file]
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-prof/CMakeLists.txt [deleted file]
tools/llvm-prof/LLVMBuild.txt [deleted file]
tools/llvm-prof/Makefile [deleted file]
tools/llvm-prof/llvm-prof.cpp [deleted file]
tools/llvm-ranlib/CMakeLists.txt [deleted file]
tools/llvm-ranlib/LLVMBuild.txt [deleted file]
tools/llvm-ranlib/Makefile [deleted file]
tools/llvm-ranlib/llvm-ranlib.cpp [deleted file]
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/LLVMBuild.txt
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/Makefile
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-shlib/Makefile
tools/llvm-stress/llvm-stress.cpp
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/llvm-symbolizer/LLVMSymbolize.h
tools/llvm-symbolizer/llvm-symbolizer.cpp
tools/lto/CMakeLists.txt
tools/lto/LTOCodeGenerator.cpp [deleted file]
tools/lto/LTOCodeGenerator.h [deleted file]
tools/lto/Makefile
tools/lto/lto.cpp
tools/macho-dump/macho-dump.cpp
tools/msbuild/CMakeLists.txt [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets [new file with mode: 0644]
tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in [new file with mode: 0644]
tools/msbuild/install.bat [new file with mode: 0644]
tools/msbuild/toolset-vs2013.targets [new file with mode: 0644]
tools/msbuild/toolset-vs2013_xp.targets [new file with mode: 0644]
tools/msbuild/uninstall.bat [new file with mode: 0644]
tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/obj2yaml/obj2yaml.h
tools/opt/opt.cpp
tools/yaml2obj/CMakeLists.txt
tools/yaml2obj/Makefile
tools/yaml2obj/yaml2coff.cpp [new file with mode: 0644]
tools/yaml2obj/yaml2elf.cpp [new file with mode: 0644]
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2obj.h [new file with mode: 0644]
unittests/ADT/APFloatTest.cpp
unittests/ADT/APIntTest.cpp
unittests/ADT/BitVectorTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/IntrusiveRefCntPtrTest.cpp
unittests/ADT/PointerUnionTest.cpp [new file with mode: 0644]
unittests/ADT/StringRefTest.cpp
unittests/ADT/polymorphic_ptr_test.cpp [new file with mode: 0644]
unittests/Analysis/CFGTest.cpp [new file with mode: 0644]
unittests/Analysis/CMakeLists.txt
unittests/Analysis/Makefile
unittests/CMakeLists.txt
unittests/CodeGen/CMakeLists.txt [new file with mode: 0644]
unittests/CodeGen/DIEHashTest.cpp [new file with mode: 0644]
unittests/CodeGen/Makefile [new file with mode: 0644]
unittests/DebugInfo/DWARFFormValueTest.cpp
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
unittests/ExecutionEngine/MCJIT/Makefile
unittests/IR/AttributesTest.cpp
unittests/IR/CMakeLists.txt
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/LegacyPassManagerTest.cpp [new file with mode: 0644]
unittests/IR/PassManagerTest.cpp
unittests/IR/ValueTest.cpp
unittests/IR/VerifierTest.cpp
unittests/IR/WaymarkTest.cpp
unittests/MC/CMakeLists.txt [new file with mode: 0644]
unittests/MC/MCAtomTest.cpp [new file with mode: 0644]
unittests/MC/Makefile [new file with mode: 0644]
unittests/Makefile
unittests/Object/CMakeLists.txt [new file with mode: 0644]
unittests/Object/Makefile [new file with mode: 0644]
unittests/Object/YAMLTest.cpp [new file with mode: 0644]
unittests/Option/Makefile [new file with mode: 0644]
unittests/Option/OptionParsingTest.cpp
unittests/Option/Opts.td
unittests/Support/BlockFrequencyTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/Casting.cpp
unittests/Support/CommandLineTest.cpp
unittests/Support/CompressionTest.cpp
unittests/Support/ConstantRangeTest.cpp
unittests/Support/ConvertUTFTest.cpp [new file with mode: 0644]
unittests/Support/ErrorOrTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/IntegersSubsetTest.cpp [deleted file]
unittests/Support/LockFileManagerTest.cpp [new file with mode: 0644]
unittests/Support/MD5Test.cpp [new file with mode: 0644]
unittests/Support/Makefile
unittests/Support/ManagedStatic.cpp
unittests/Support/MathExtrasTest.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProcessTest.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/RegexTest.cpp
unittests/Support/SourceMgrTest.cpp [new file with mode: 0644]
unittests/Support/ThreadLocalTest.cpp [new file with mode: 0644]
unittests/Support/TimeValue.cpp [deleted file]
unittests/Support/TimeValueTest.cpp [new file with mode: 0644]
unittests/Support/UnicodeTest.cpp [new file with mode: 0644]
unittests/Support/YAMLIOTest.cpp
unittests/Transforms/CMakeLists.txt
unittests/Transforms/DebugIR/CMakeLists.txt [new file with mode: 0644]
unittests/Transforms/DebugIR/DebugIR.cpp [new file with mode: 0644]
unittests/Transforms/DebugIR/Makefile [new file with mode: 0644]
unittests/Transforms/Makefile
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/SpecialCaseList.cpp [new file with mode: 0644]
utils/FileCheck/CMakeLists.txt
utils/FileCheck/FileCheck.cpp
utils/FileUpdate/CMakeLists.txt
utils/FileUpdate/FileUpdate.cpp
utils/GetRepositoryPath
utils/Misc/mergefunctions.clang.svn.patch [new file with mode: 0644]
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/AsmWriterInst.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenDAGPatterns.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenMapTable.cpp
utils/TableGen/CodeGenRegisters.cpp
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.cpp
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherOpt.cpp
utils/TableGen/FastISelEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/OptParserEmitter.cpp
utils/TableGen/RegisterInfoEmitter.cpp
utils/TableGen/SequenceToOffsetTable.h
utils/TableGen/SetTheory.cpp
utils/TableGen/SubtargetEmitter.cpp
utils/TableGen/TGValueTypes.cpp
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86DisassemblerTables.h
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h
utils/buildit/build_llvm
utils/emacs/llvm-mode.el
utils/fpcmp/fpcmp.cpp
utils/kate/llvm.xml
utils/lit/TODO
utils/lit/examples/README.txt [new file with mode: 0644]
utils/lit/examples/many-tests/README.txt [new file with mode: 0644]
utils/lit/examples/many-tests/lit.cfg [new file with mode: 0644]
utils/lit/lit/ExampleTests/Clang/fsyntax-only.c [deleted file]
utils/lit/lit/ExampleTests/Clang/lit.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/data.txt [deleted file]
utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/pct-S.ll [deleted file]
utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.InTree/test/lit.site.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/lit.local.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/Foo/lit.local.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/lit.site.cfg [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/data.txt [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/pct-S.ll [deleted file]
utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/lit.cfg [deleted file]
utils/lit/lit/ExampleTests/ManyTests/lit.local.cfg [deleted file]
utils/lit/lit/ExampleTests/ShExternal/lit.local.cfg [deleted file]
utils/lit/lit/ExampleTests/ShInternal/lit.local.cfg [deleted file]
utils/lit/lit/ExampleTests/fail.c [deleted file]
utils/lit/lit/ExampleTests/lit.cfg [deleted file]
utils/lit/lit/ExampleTests/pass.c [deleted file]
utils/lit/lit/ExampleTests/required-and-missing.c [deleted file]
utils/lit/lit/ExampleTests/required-and-present.c [deleted file]
utils/lit/lit/ExampleTests/vg-fail.c [deleted file]
utils/lit/lit/ExampleTests/xfail-feature.c [deleted file]
utils/lit/lit/ExampleTests/xfail.c [deleted file]
utils/lit/lit/ExampleTests/xpass.c [deleted file]
utils/lit/lit/LitConfig.py
utils/lit/lit/LitTestCase.py
utils/lit/lit/ProgressBar.py
utils/lit/lit/ShCommands.py
utils/lit/lit/ShUtil.py
utils/lit/lit/Test.py
utils/lit/lit/TestFormats.py [deleted file]
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/Util.py [deleted file]
utils/lit/lit/__init__.py
utils/lit/lit/discovery.py
utils/lit/lit/formats/__init__.py [new file with mode: 0644]
utils/lit/lit/formats/base.py [new file with mode: 0644]
utils/lit/lit/formats/googletest.py [new file with mode: 0644]
utils/lit/lit/formats/shtest.py [new file with mode: 0644]
utils/lit/lit/main.py
utils/lit/lit/run.py [new file with mode: 0644]
utils/lit/lit/util.py [new file with mode: 0644]
utils/lit/setup.py
utils/lit/tests/Inputs/discovery/lit.cfg
utils/lit/tests/Inputs/discovery/subdir/lit.local.cfg
utils/lit/tests/Inputs/discovery/subsuite/lit.cfg
utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg
utils/lit/tests/Inputs/exec-discovery-in-tree/obj/lit.site.cfg
utils/lit/tests/Inputs/exec-discovery/lit.site.cfg
utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest [new file with mode: 0755]
utils/lit/tests/Inputs/googletest-format/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/progress-bar/lit.cfg
utils/lit/tests/Inputs/shtest-format/argv0.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/external_shell/fail.txt
utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-format/external_shell/lit.local.cfg
utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.sh [new file with mode: 0755]
utils/lit/tests/Inputs/shtest-format/fail.txt
utils/lit/tests/Inputs/shtest-format/lit.cfg
utils/lit/tests/Inputs/shtest-shell/lit.cfg
utils/lit/tests/Inputs/test-data/lit.cfg [new file with mode: 0644]
utils/lit/tests/Inputs/test-data/metrics.ini [new file with mode: 0644]
utils/lit/tests/Inputs/unittest-adaptor/lit.cfg
utils/lit/tests/discovery.py
utils/lit/tests/googletest-format.py [new file with mode: 0644]
utils/lit/tests/lit.cfg
utils/lit/tests/shell-parsing.py
utils/lit/tests/shtest-encoding.py [new file with mode: 0644]
utils/lit/tests/shtest-format.py
utils/lit/tests/test-data.py [new file with mode: 0644]
utils/lit/tests/test-output.py [new file with mode: 0644]
utils/lit/tests/unittest-adaptor.py
utils/llvm-build/llvmbuild/__init__.py
utils/llvm-build/llvmbuild/componentinfo.py
utils/llvm-build/llvmbuild/main.py
utils/llvm-build/llvmbuild/util.py
utils/llvm-lit/CMakeLists.txt
utils/not/CMakeLists.txt
utils/not/not.cpp
utils/profile.pl [deleted file]
utils/release/export.sh [new file with mode: 0755]
utils/release/tag.sh
utils/release/test-release.sh
utils/test_debuginfo.pl
utils/unittest/CMakeLists.txt
utils/unittest/googletest/Makefile
utils/unittest/googletest/README.LLVM
utils/unittest/googletest/include/gtest/gtest-test-part.h
utils/unittest/googletest/include/gtest/gtest.h
utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
utils/unittest/googletest/include/gtest/internal/gtest-internal.h
utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
utils/unittest/googletest/include/gtest/internal/gtest-port.h
utils/unittest/googletest/src/gtest-all.cc [moved from utils/unittest/googletest/gtest-all.cc with 89% similarity]
utils/unittest/googletest/src/gtest-death-test.cc [moved from utils/unittest/googletest/gtest-death-test.cc with 99% similarity]
utils/unittest/googletest/src/gtest-filepath.cc [moved from utils/unittest/googletest/gtest-filepath.cc with 100% similarity]
utils/unittest/googletest/src/gtest-internal-inl.h [moved from utils/unittest/googletest/include/gtest/internal/gtest-internal-inl.h with 99% similarity]
utils/unittest/googletest/src/gtest-port.cc [moved from utils/unittest/googletest/gtest-port.cc with 98% similarity]
utils/unittest/googletest/src/gtest-printers.cc [moved from utils/unittest/googletest/gtest-printers.cc with 100% similarity]
utils/unittest/googletest/src/gtest-test-part.cc [moved from utils/unittest/googletest/gtest-test-part.cc with 98% similarity]
utils/unittest/googletest/src/gtest-typed-test.cc [moved from utils/unittest/googletest/gtest-typed-test.cc with 100% similarity]
utils/unittest/googletest/src/gtest.cc [moved from utils/unittest/googletest/gtest.cc with 99% similarity]
utils/vim/llvm.vim
utils/yaml-bench/YAMLBench.cpp