OSDN Git Service

Update LLVM for rebase to r212749.
authorStephen Hines <srhines@google.com>
Mon, 21 Jul 2014 07:45:20 +0000 (00:45 -0700)
committerStephen Hines <srhines@google.com>
Fri, 25 Jul 2014 07:48:57 +0000 (00:48 -0700)
commitcd81d94322a39503e4a3e87b6ee03d4fcb3465fb
tree81b7dd2bb4370a392f31d332a566c903b5744764
parent0c5f13c0c4499eaf42ab5e9e2ceabd4e20e36861
Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
2155 files changed:
.gitignore
Android.mk
CMakeLists.txt
CREDITS.TXT
Makefile.rules
autoconf/configure.ac
autoconf/m4/link_options.m4
autoconf/m4/path_tclsh.m4 [deleted file]
bindings/ocaml/executionengine/llvm_executionengine.mli
bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli
bindings/ocaml/target/target_ocaml.c
cmake/config-ix.cmake
cmake/modules/AddLLVM.cmake
cmake/modules/HandleLLVMOptions.cmake
configure
docs/Atomics.rst
docs/CMake.rst
docs/CodeGenerator.rst
docs/CodingStandards.rst
docs/CommandGuide/bugpoint.rst
docs/CommandGuide/opt.rst
docs/Extensions.rst
docs/GarbageCollection.rst
docs/GettingStarted.rst
docs/GettingStartedVS.rst
docs/LangRef.rst
docs/Lexicon.rst
docs/Passes.rst
docs/Phabricator.rst
docs/ProgrammersManual.rst
docs/ReleaseNotes.rst
docs/SourceLevelDebugging.rst
docs/TestingGuide.rst
docs/Vectorizers.rst
docs/WritingAnLLVMPass.rst
include/llvm-c/Core.h
include/llvm-c/module.modulemap
include/llvm/ADT/APSInt.h
include/llvm/ADT/ArrayRef.h
include/llvm/ADT/BitVector.h
include/llvm/ADT/DenseMap.h
include/llvm/ADT/DenseSet.h
include/llvm/ADT/FoldingSet.h
include/llvm/ADT/Hashing.h
include/llvm/ADT/IntrusiveRefCntPtr.h
include/llvm/ADT/MapVector.h
include/llvm/ADT/OwningPtr.h [deleted file]
include/llvm/ADT/ScopedHashTable.h
include/llvm/ADT/SmallBitVector.h
include/llvm/ADT/SmallPtrSet.h
include/llvm/ADT/SmallSet.h
include/llvm/ADT/SmallVector.h
include/llvm/ADT/SparseBitVector.h
include/llvm/ADT/SparseMultiSet.h
include/llvm/ADT/SparseSet.h
include/llvm/ADT/StringMap.h
include/llvm/ADT/Triple.h
include/llvm/ADT/Twine.h
include/llvm/ADT/UniqueVector.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/BlockFrequencyInfoImpl.h
include/llvm/Analysis/JumpInstrTableInfo.h [new file with mode: 0644]
include/llvm/Analysis/Passes.h
include/llvm/Analysis/RegionInfo.h
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/Analysis.h
include/llvm/CodeGen/AsmPrinter.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/JumpInstrTables.h [new file with mode: 0644]
include/llvm/CodeGen/LexicalScopes.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineScheduler.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/RegisterPressure.h
include/llvm/CodeGen/ScheduleDFS.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/CodeGen/StackMapLivenessAnalysis.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Config/llvm-config.h.cmake
include/llvm/Config/llvm-config.h.in
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/ObjectBuffer.h
include/llvm/ExecutionEngine/RuntimeDyld.h
include/llvm/ExecutionEngine/RuntimeDyldChecker.h [new file with mode: 0644]
include/llvm/ExecutionEngine/SectionMemoryManager.h
include/llvm/IR/Attributes.h
include/llvm/IR/AutoUpgrade.h
include/llvm/IR/Comdat.h [new file with mode: 0644]
include/llvm/IR/Constant.h
include/llvm/IR/DIBuilder.h
include/llvm/IR/DataLayout.h
include/llvm/IR/DebugInfo.h
include/llvm/IR/DebugLoc.h
include/llvm/IR/DiagnosticInfo.h
include/llvm/IR/Dominators.h
include/llvm/IR/GVMaterializer.h
include/llvm/IR/GlobalAlias.h
include/llvm/IR/GlobalObject.h
include/llvm/IR/GlobalValue.h
include/llvm/IR/GlobalVariable.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/Instructions.h
include/llvm/IR/Intrinsics.h
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/IR/IntrinsicsNVVM.td
include/llvm/IR/IntrinsicsR600.td
include/llvm/IR/IntrinsicsX86.td
include/llvm/IR/LegacyPassNameParser.h
include/llvm/IR/Module.h
include/llvm/IR/User.h
include/llvm/IR/Value.h
include/llvm/IR/ValueMap.h
include/llvm/IRReader/IRReader.h
include/llvm/InitializePasses.h
include/llvm/LTO/LTOModule.h
include/llvm/LinkAllPasses.h
include/llvm/Linker/Linker.h
include/llvm/MC/ConstantPools.h [new file with mode: 0644]
include/llvm/MC/MCAnalysis/MCAtom.h [moved from include/llvm/MC/MCAtom.h with 97% similarity]
include/llvm/MC/MCAnalysis/MCFunction.h [moved from include/llvm/MC/MCFunction.h with 97% similarity]
include/llvm/MC/MCAnalysis/MCModule.h [moved from include/llvm/MC/MCModule.h with 96% similarity]
include/llvm/MC/MCAnalysis/MCModuleYAML.h [moved from include/llvm/MC/MCModuleYAML.h with 90% similarity]
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCELFStreamer.h
include/llvm/MC/MCELFSymbolFlags.h
include/llvm/MC/MCExpr.h
include/llvm/MC/MCLinkerOptimizationHint.h
include/llvm/MC/MCMachObjectWriter.h
include/llvm/MC/MCObjectFileInfo.h
include/llvm/MC/MCObjectStreamer.h
include/llvm/MC/MCParser/AsmLexer.h
include/llvm/MC/MCParser/MCAsmParser.h
include/llvm/MC/MCSectionCOFF.h
include/llvm/MC/MCStreamer.h
include/llvm/MC/MCTargetAsmParser.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
include/llvm/MC/MCWinCOFFStreamer.h
include/llvm/MC/StringTableBuilder.h [moved from include/llvm/Object/StringTableBuilder.h with 94% similarity]
include/llvm/MC/YAML.h [moved from include/llvm/Object/YAML.h with 77% similarity]
include/llvm/Object/Archive.h
include/llvm/Object/Binary.h
include/llvm/Object/COFF.h
include/llvm/Object/COFFYAML.h
include/llvm/Object/ELF.h
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ELFYAML.h
include/llvm/Object/Error.h
include/llvm/Object/IRObjectFile.h
include/llvm/Object/MachO.h
include/llvm/Object/MachOUniversal.h
include/llvm/Object/ObjectFile.h
include/llvm/Object/RelocVisitor.h
include/llvm/Object/SymbolicFile.h
include/llvm/Option/ArgList.h
include/llvm/PassInfo.h [new file with mode: 0644]
include/llvm/PassRegistry.h
include/llvm/PassSupport.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
include/llvm/Support/ARMBuildAttributes.h
include/llvm/Support/ARMWinEH.h [new file with mode: 0644]
include/llvm/Support/COFF.h
include/llvm/Support/Compiler.h
include/llvm/Support/ConvertUTF.h
include/llvm/Support/CrashRecoveryContext.h
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/DataTypes.h.in
include/llvm/Support/Dwarf.h
include/llvm/Support/ELF.h
include/llvm/Support/Endian.h
include/llvm/Support/Errc.h [new file with mode: 0644]
include/llvm/Support/ErrorHandling.h
include/llvm/Support/ErrorOr.h
include/llvm/Support/FEnv.h [deleted file]
include/llvm/Support/FileOutputBuffer.h
include/llvm/Support/FileSystem.h
include/llvm/Support/Format.h
include/llvm/Support/GenericDomTree.h
include/llvm/Support/GraphWriter.h
include/llvm/Support/LockFileManager.h
include/llvm/Support/MachO.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/MathExtras.h
include/llvm/Support/Memory.h
include/llvm/Support/MemoryBuffer.h
include/llvm/Support/Process.h
include/llvm/Support/Program.h
include/llvm/Support/RandomNumberGenerator.h [new file with mode: 0644]
include/llvm/Support/ScaledNumber.h [new file with mode: 0644]
include/llvm/Support/SourceMgr.h
include/llvm/Support/SpecialCaseList.h [new file with mode: 0644]
include/llvm/Support/StreamableMemoryObject.h
include/llvm/Support/StringPool.h
include/llvm/Support/SwapByteOrder.h
include/llvm/Support/TargetRegistry.h
include/llvm/Support/Threading.h
include/llvm/Support/WindowsError.h [new file with mode: 0644]
include/llvm/Support/YAMLTraits.h
include/llvm/Support/system_error.h [deleted file]
include/llvm/TableGen/SetTheory.h [moved from utils/TableGen/SetTheory.h with 100% similarity]
include/llvm/Target/Target.td
include/llvm/Target/TargetFrameLowering.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetLowering.h
include/llvm/Target/TargetLoweringObjectFile.h
include/llvm/Target/TargetOptions.h
include/llvm/Target/TargetRegisterInfo.h
include/llvm/Target/TargetSelectionDAGInfo.h
include/llvm/Target/TargetSubtargetInfo.h
include/llvm/Transforms/IPO/PassManagerBuilder.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/LoopUtils.h
include/llvm/Transforms/Utils/SpecialCaseList.h [deleted file]
include/llvm/Transforms/Utils/VectorUtils.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/Analysis.cpp
lib/Analysis/Android.mk
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/BlockFrequencyInfoImpl.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/ConstantFolding.cpp
lib/Analysis/CostModel.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Analysis/IPA/InlineCost.cpp
lib/Analysis/IVUsers.cpp
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/JumpInstrTableInfo.cpp [new file with mode: 0644]
lib/Analysis/LoopPass.cpp
lib/Analysis/NoAliasAnalysis.cpp
lib/Analysis/RegionPass.cpp
lib/Analysis/ScalarEvolution.cpp
lib/Analysis/ScalarEvolutionExpander.cpp
lib/Analysis/ScalarEvolutionNormalization.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLLexer.h
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Bitcode/Reader/BitstreamReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/Bitcode/Writer/ValueEnumerator.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/Android.mk
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/Android.mk
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DbgValueHistoryCalculator.cpp
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfException.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
lib/CodeGen/AsmPrinter/EHStreamer.cpp [moved from lib/CodeGen/AsmPrinter/DwarfException.cpp with 89% similarity]
lib/CodeGen/AsmPrinter/EHStreamer.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/Win64Exception.cpp
lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
lib/CodeGen/AtomicExpandLoadLinkedPass.cpp
lib/CodeGen/BasicTargetTransformInfo.cpp
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenPrepare.cpp
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/CriticalAntiDepBreaker.h
lib/CodeGen/GlobalMerge.cpp [moved from lib/Transforms/Scalar/GlobalMerge.cpp with 78% similarity]
lib/CodeGen/JumpInstrTables.cpp [new file with mode: 0644]
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/LiveDebugVariables.cpp
lib/CodeGen/LiveDebugVariables.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineScheduler.cpp
lib/CodeGen/Passes.cpp
lib/CodeGen/PeepholeOptimizer.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/RegisterPressure.cpp
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
lib/CodeGen/StackMapLivenessAnalysis.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFDebugAranges.cpp
lib/DebugInfo/DWARFDebugAranges.h
lib/DebugInfo/DWARFDebugInfoEntry.cpp
lib/DebugInfo/DWARFDebugInfoEntry.h
lib/DebugInfo/DWARFUnit.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp
lib/ExecutionEngine/Interpreter/Interpreter.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
lib/ExecutionEngine/RuntimeDyld/Android.mk
lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp [new file with mode: 0644]
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
lib/IR/Android.mk
lib/IR/AsmWriter.cpp
lib/IR/AsmWriter.h
lib/IR/Attributes.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/CMakeLists.txt
lib/IR/Comdat.cpp [new file with mode: 0644]
lib/IR/ConstantFold.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
lib/IR/DebugLoc.cpp
lib/IR/DiagnosticInfo.cpp
lib/IR/Function.cpp
lib/IR/GCOV.cpp
lib/IR/Globals.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/Metadata.cpp
lib/IR/Module.cpp
lib/IR/Pass.cpp
lib/IR/PassRegistry.cpp
lib/IR/Value.cpp
lib/IR/Verifier.cpp
lib/IRReader/IRReader.cpp
lib/LTO/LLVMBuild.txt
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/Linker/LinkModules.cpp
lib/MC/Android.mk
lib/MC/CMakeLists.txt
lib/MC/ConstantPools.cpp [new file with mode: 0644]
lib/MC/ELFObjectWriter.cpp
lib/MC/LLVMBuild.txt
lib/MC/MCAnalysis/Android.mk [new file with mode: 0644]
lib/MC/MCAnalysis/CMakeLists.txt [new file with mode: 0644]
lib/MC/MCAnalysis/LLVMBuild.txt [new file with mode: 0644]
lib/MC/MCAnalysis/MCAtom.cpp [moved from lib/MC/MCAtom.cpp with 97% similarity]
lib/MC/MCAnalysis/MCFunction.cpp [moved from lib/MC/MCFunction.cpp with 94% similarity]
lib/MC/MCAnalysis/MCModule.cpp [moved from lib/MC/MCModule.cpp with 97% similarity]
lib/MC/MCAnalysis/MCModuleYAML.cpp [moved from lib/MC/MCModuleYAML.cpp with 98% similarity]
lib/MC/MCAnalysis/MCObjectDisassembler.cpp [moved from lib/MC/MCObjectDisassembler.cpp with 99% similarity]
lib/MC/MCAnalysis/MCObjectSymbolizer.cpp [moved from lib/MC/MCObjectSymbolizer.cpp with 100% similarity]
lib/MC/MCAnalysis/Makefile [moved from unittests/Object/Makefile with 56% similarity]
lib/MC/MCAsmInfo.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCELFStreamer.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
lib/MC/MCObjectFileInfo.cpp
lib/MC/MCObjectStreamer.cpp
lib/MC/MCParser/AsmLexer.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCParser/DarwinAsmParser.cpp
lib/MC/MCParser/ELFAsmParser.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCStreamer.cpp
lib/MC/MCTargetOptions.cpp
lib/MC/MCWin64EH.cpp
lib/MC/MachObjectWriter.cpp
lib/MC/Makefile
lib/MC/StringTableBuilder.cpp [moved from lib/Object/StringTableBuilder.cpp with 96% similarity]
lib/MC/WinCOFFObjectWriter.cpp
lib/MC/WinCOFFStreamer.cpp
lib/MC/YAML.cpp [moved from lib/Object/YAML.cpp with 78% similarity]
lib/Object/Android.mk
lib/Object/Archive.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/COFFObjectFile.cpp
lib/Object/ELFObjectFile.cpp
lib/Object/ELFYAML.cpp
lib/Object/Error.cpp
lib/Object/IRObjectFile.cpp
lib/Object/LLVMBuild.txt
lib/Object/MachOObjectFile.cpp
lib/Object/MachOUniversal.cpp
lib/Object/Object.cpp
lib/Object/ObjectFile.cpp
lib/Object/RecordStreamer.cpp [new file with mode: 0644]
lib/Object/RecordStreamer.h [new file with mode: 0644]
lib/Object/SymbolicFile.cpp
lib/Option/ArgList.cpp
lib/ProfileData/InstrProf.cpp
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
lib/Support/APFloat.cpp
lib/Support/ARMWinEH.cpp [new file with mode: 0644]
lib/Support/Android.mk
lib/Support/Atomic.cpp
lib/Support/CMakeLists.txt
lib/Support/CommandLine.cpp
lib/Support/ConvertUTF.c
lib/Support/CrashRecoveryContext.cpp
lib/Support/DataExtractor.cpp
lib/Support/DataStream.cpp
lib/Support/DynamicLibrary.cpp
lib/Support/ErrorHandling.cpp
lib/Support/FileOutputBuffer.cpp
lib/Support/FileUtilities.cpp
lib/Support/GraphWriter.cpp
lib/Support/Host.cpp
lib/Support/LockFileManager.cpp
lib/Support/Makefile
lib/Support/ManagedStatic.cpp
lib/Support/MemoryBuffer.cpp
lib/Support/Path.cpp
lib/Support/Process.cpp
lib/Support/Program.cpp
lib/Support/RandomNumberGenerator.cpp [new file with mode: 0644]
lib/Support/ScaledNumber.cpp [new file with mode: 0644]
lib/Support/SourceMgr.cpp
lib/Support/SpecialCaseList.cpp [moved from lib/Transforms/Utils/SpecialCaseList.cpp with 67% similarity]
lib/Support/StringMap.cpp
lib/Support/StringPool.cpp
lib/Support/TargetRegistry.cpp
lib/Support/Threading.cpp
lib/Support/TimeValue.cpp
lib/Support/Timer.cpp
lib/Support/Triple.cpp
lib/Support/Unix/Memory.inc
lib/Support/Unix/Path.inc
lib/Support/Unix/Process.inc
lib/Support/Unix/Program.inc
lib/Support/Unix/system_error.inc [deleted file]
lib/Support/Windows/DynamicLibrary.inc
lib/Support/Windows/Memory.inc
lib/Support/Windows/Path.inc
lib/Support/Windows/Process.inc
lib/Support/Windows/Program.inc
lib/Support/Windows/WindowsSupport.h
lib/Support/Windows/system_error.inc [deleted file]
lib/Support/YAMLTraits.cpp
lib/Support/raw_ostream.cpp
lib/Support/regcclass.h
lib/Support/regcname.h
lib/Support/regex2.h
lib/Support/regutils.h
lib/Support/system_error.cpp [deleted file]
lib/TableGen/Android.mk
lib/TableGen/CMakeLists.txt
lib/TableGen/Main.cpp
lib/TableGen/Record.cpp
lib/TableGen/SetTheory.cpp [moved from utils/TableGen/SetTheory.cpp with 99% similarity]
lib/TableGen/TGLexer.cpp
lib/TableGen/TGLexer.h
lib/TableGen/TGParser.cpp
lib/TableGen/TGParser.h
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64AddressTypePromotion.cpp
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/AArch64BranchRelaxation.cpp
lib/Target/AArch64/AArch64CallingConvention.td
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/AArch64/AArch64FrameLowering.cpp
lib/Target/AArch64/AArch64FrameLowering.h
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AArch64/AArch64ISelLowering.h
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64InstrInfo.td
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
lib/Target/AArch64/AArch64MCInstLower.cpp
lib/Target/AArch64/AArch64RegisterInfo.td
lib/Target/AArch64/AArch64SchedA53.td
lib/Target/AArch64/AArch64SchedA57.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SchedA57WriteRes.td [new file with mode: 0644]
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
lib/Target/AArch64/AArch64SelectionDAGInfo.h
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp
lib/Target/AArch64/Disassembler/CMakeLists.txt
lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp [new file with mode: 0644]
lib/Target/AArch64/MCTargetDesc/Android.mk
lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
lib/Target/AArch64/Utils/AArch64BaseInfo.h
lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMFrameLowering.h
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMJITInfo.cpp
lib/Target/ARM/ARMJITInfo.h
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/ARMMCInstLower.cpp
lib/Target/ARM/ARMMachineFunctionInfo.cpp
lib/Target/ARM/ARMMachineFunctionInfo.h
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
lib/Target/ARM/ARMTargetMachine.cpp
lib/Target/ARM/ARMTargetMachine.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp
lib/Target/ARM/MCTargetDesc/ARMMCExpr.h
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1FrameLowering.h
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/Hexagon/HexagonFrameLowering.h
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.h
lib/Target/Hexagon/HexagonInstrInfo.cpp
lib/Target/Hexagon/HexagonMachineScheduler.cpp
lib/Target/Hexagon/HexagonMachineScheduler.h
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
lib/Target/Hexagon/HexagonSelectionDAGInfo.h
lib/Target/Hexagon/HexagonSubtarget.cpp
lib/Target/Hexagon/HexagonSubtarget.h
lib/Target/Hexagon/HexagonTargetMachine.cpp
lib/Target/Hexagon/HexagonTargetMachine.h
lib/Target/MSP430/MSP430FrameLowering.h
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430RegisterInfo.cpp
lib/Target/MSP430/MSP430RegisterInfo.h
lib/Target/MSP430/MSP430SelectionDAGInfo.cpp
lib/Target/MSP430/MSP430SelectionDAGInfo.h
lib/Target/MSP430/MSP430Subtarget.cpp
lib/Target/MSP430/MSP430Subtarget.h
lib/Target/MSP430/MSP430TargetMachine.cpp
lib/Target/MSP430/MSP430TargetMachine.h
lib/Target/Mips/Android.mk
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/Disassembler/MipsDisassembler.cpp
lib/Target/Mips/MCTargetDesc/Android.mk
lib/Target/Mips/MCTargetDesc/CMakeLists.txt
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h [new file with mode: 0644]
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h
lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp
lib/Target/Mips/MCTargetDesc/MipsMCExpr.h
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
lib/Target/Mips/MCTargetDesc/MipsNaClELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MicroMipsInstrFPU.td
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/Mips.td
lib/Target/Mips/Mips16FrameLowering.cpp
lib/Target/Mips/Mips16FrameLowering.h
lib/Target/Mips/Mips16ISelDAGToDAG.cpp
lib/Target/Mips/Mips16ISelLowering.cpp
lib/Target/Mips/Mips16ISelLowering.h
lib/Target/Mips/Mips16InstrInfo.td
lib/Target/Mips/Mips32r6InstrFormats.td
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsDSPInstrFormats.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/Mips/MipsFrameLowering.h
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrFormats.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsLongBranch.cpp
lib/Target/Mips/MipsMSAInstrFormats.td
lib/Target/Mips/MipsMachineFunction.h
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.td
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEFrameLowering.h
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelLowering.cpp
lib/Target/Mips/MipsSEISelLowering.h
lib/Target/Mips/MipsSEInstrInfo.cpp
lib/Target/Mips/MipsSEInstrInfo.h
lib/Target/Mips/MipsSelectionDAGInfo.cpp
lib/Target/Mips/MipsSelectionDAGInfo.h
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetStreamer.h
lib/Target/NVPTX/NVPTX.td
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
lib/Target/NVPTX/NVPTXFrameLowering.cpp
lib/Target/NVPTX/NVPTXFrameLowering.h
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
lib/Target/NVPTX/NVPTXISelDAGToDAG.h
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.h
lib/Target/NVPTX/NVPTXImageOptimizer.cpp
lib/Target/NVPTX/NVPTXInstrInfo.cpp
lib/Target/NVPTX/NVPTXInstrInfo.h
lib/Target/NVPTX/NVPTXInstrInfo.td
lib/Target/NVPTX/NVPTXIntrinsics.td
lib/Target/NVPTX/NVPTXMCExpr.h
lib/Target/NVPTX/NVPTXRegisterInfo.td
lib/Target/NVPTX/NVPTXSubtarget.cpp
lib/Target/NVPTX/NVPTXSubtarget.h
lib/Target/NVPTX/NVPTXTargetMachine.cpp
lib/Target/NVPTX/NVPTXTargetMachine.h
lib/Target/NVPTX/NVVMReflect.cpp
lib/Target/NVPTX/cl_common_defines.h
lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
lib/Target/PowerPC/PPC.td
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCFastISel.cpp
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/PPCJITInfo.h
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
lib/Target/PowerPC/PPCSelectionDAGInfo.h
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/Target/R600/AMDGPU.h
lib/Target/R600/AMDGPU.td
lib/Target/R600/AMDGPUAsmPrinter.cpp
lib/Target/R600/AMDGPUAsmPrinter.h
lib/Target/R600/AMDGPUConvertToISA.cpp [deleted file]
lib/Target/R600/AMDGPUFrameLowering.cpp
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/AMDGPUISelLowering.h
lib/Target/R600/AMDGPUInstrInfo.cpp
lib/Target/R600/AMDGPUInstrInfo.h
lib/Target/R600/AMDGPUInstrInfo.td
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/AMDGPUIntrinsicInfo.cpp [moved from lib/Target/R600/AMDILIntrinsicInfo.cpp with 60% similarity]
lib/Target/R600/AMDGPUIntrinsicInfo.h [moved from lib/Target/R600/AMDILIntrinsicInfo.h with 64% similarity]
lib/Target/R600/AMDGPUIntrinsics.td
lib/Target/R600/AMDGPUMCInstLower.cpp
lib/Target/R600/AMDGPUMCInstLower.h
lib/Target/R600/AMDGPUPromoteAlloca.cpp [new file with mode: 0644]
lib/Target/R600/AMDGPURegisterInfo.cpp
lib/Target/R600/AMDGPURegisterInfo.h
lib/Target/R600/AMDGPUSubtarget.cpp
lib/Target/R600/AMDGPUSubtarget.h
lib/Target/R600/AMDGPUTargetMachine.cpp
lib/Target/R600/AMDGPUTargetMachine.h
lib/Target/R600/AMDILBase.td [deleted file]
lib/Target/R600/AMDILISelLowering.cpp [deleted file]
lib/Target/R600/AMDILInstrInfo.td [deleted file]
lib/Target/R600/AMDILIntrinsics.td [deleted file]
lib/Target/R600/AMDILRegisterInfo.td [deleted file]
lib/Target/R600/CMakeLists.txt
lib/Target/R600/EvergreenInstructions.td
lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
lib/Target/R600/R600ControlFlowFinalizer.cpp
lib/Target/R600/R600ISelLowering.cpp
lib/Target/R600/R600ISelLowering.h
lib/Target/R600/R600InstrInfo.cpp
lib/Target/R600/R600InstrInfo.h
lib/Target/R600/R600Instructions.td
lib/Target/R600/R600MachineScheduler.cpp
lib/Target/R600/R600Packetizer.cpp
lib/Target/R600/R600RegisterInfo.cpp
lib/Target/R600/R600RegisterInfo.h
lib/Target/R600/R600RegisterInfo.td
lib/Target/R600/SIAnnotateControlFlow.cpp
lib/Target/R600/SIDefines.h
lib/Target/R600/SIFixSGPRLiveRanges.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/SIRegisterInfo.cpp
lib/Target/R600/SIRegisterInfo.h
lib/Target/R600/SIRegisterInfo.td
lib/Target/R600/SITypeRewriter.cpp
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
lib/Target/Sparc/SparcFrameLowering.cpp
lib/Target/Sparc/SparcFrameLowering.h
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcJITInfo.cpp
lib/Target/Sparc/SparcSelectionDAGInfo.cpp
lib/Target/Sparc/SparcSelectionDAGInfo.h
lib/Target/Sparc/SparcSubtarget.cpp
lib/Target/Sparc/SparcSubtarget.h
lib/Target/Sparc/SparcTargetMachine.cpp
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
lib/Target/SystemZ/SystemZCallingConv.td
lib/Target/SystemZ/SystemZFrameLowering.cpp
lib/Target/SystemZ/SystemZFrameLowering.h
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/SystemZOperands.td
lib/Target/SystemZ/SystemZOperators.td
lib/Target/SystemZ/SystemZPatterns.td
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/SystemZ/SystemZRegisterInfo.h
lib/Target/SystemZ/SystemZRegisterInfo.td
lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
lib/Target/SystemZ/SystemZSelectionDAGInfo.h
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
lib/Target/SystemZ/SystemZTargetMachine.h
lib/Target/TargetMachine.cpp
lib/Target/TargetSubtargetInfo.cpp
lib/Target/X86/Android.mk
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/AsmParser/X86Operand.h
lib/Target/X86/CMakeLists.txt
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
lib/Target/X86/X86.h
lib/Target/X86/X86.td
lib/Target/X86/X86AtomicExpandPass.cpp [new file with mode: 0644]
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86FixupLEAs.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Target/X86/X86FrameLowering.h
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86InstrSystem.td
lib/Target/X86/X86JITInfo.cpp
lib/Target/X86/X86JITInfo.h
lib/Target/X86/X86MCInstLower.cpp
lib/Target/X86/X86RegisterInfo.cpp
lib/Target/X86/X86RegisterInfo.h
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/X86/X86Subtarget.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/XCore/XCoreFrameLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
lib/Target/XCore/XCoreInstrInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
lib/Target/XCore/XCoreSelectionDAGInfo.h
lib/Target/XCore/XCoreSubtarget.cpp
lib/Target/XCore/XCoreSubtarget.h
lib/Target/XCore/XCoreTargetMachine.cpp
lib/Target/XCore/XCoreTargetMachine.h
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/DeadArgumentElimination.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/IPO/MergeFunctions.cpp
lib/Transforms/IPO/PassManagerBuilder.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/InstCombineSelect.cpp
lib/Transforms/InstCombine/InstCombineShifts.cpp
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
lib/Transforms/InstCombine/InstructionCombining.cpp
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
lib/Transforms/Instrumentation/DebugIR.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/Scalar/Android.mk
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/JumpThreading.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/LoadCombine.cpp [new file with mode: 0644]
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/LoopRerollPass.cpp
lib/Transforms/Scalar/LoopUnrollPass.cpp
lib/Transforms/Scalar/LowerAtomic.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SROA.cpp
lib/Transforms/Scalar/SampleProfile.cpp
lib/Transforms/Scalar/Scalar.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
lib/Transforms/Scalar/Sink.cpp
lib/Transforms/Utils/Android.mk
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/LoopUnroll.cpp
lib/Transforms/Utils/LoopUnrollRuntime.cpp
lib/Transforms/Utils/LowerSwitch.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm-device-build.mk
test/Analysis/BasicAA/cs-cs.ll [new file with mode: 0644]
test/Analysis/CostModel/AArch64/lit.local.cfg
test/Analysis/CostModel/ARM/lit.local.cfg
test/Analysis/CostModel/PowerPC/lit.local.cfg
test/Analysis/CostModel/X86/alternate-shuffle-cost.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/lit.local.cfg
test/Analysis/Delinearization/multidim_only_ivs_2d.ll
test/Assembler/addrspacecast-alias.ll
test/Assembler/alias-addrspace.ll [deleted file]
test/Assembler/alias-to-alias.ll [deleted file]
test/Assembler/alias-to-alias2.ll [deleted file]
test/Assembler/alias-type.ll [deleted file]
test/Assembler/atomic.ll
test/Assembler/invalid-comdat.ll [new file with mode: 0644]
test/Assembler/invalid-comdat2.ll [new file with mode: 0644]
test/Assembler/upgrade-loop-metadata.ll [new file with mode: 0644]
test/Bindings/Ocaml/target.ml
test/Bindings/llvm-c/lit.local.cfg
test/Bitcode/atomic.ll [new file with mode: 0644]
test/Bitcode/attributes.ll
test/Bitcode/memInstructions.3.2.ll
test/Bitcode/old-aliases.ll
test/Bitcode/upgrade-loop-metadata.ll [new file with mode: 0644]
test/Bitcode/upgrade-loop-metadata.ll.bc [new file with mode: 0644]
test/Bitcode/weak-cmpxchg-upgrade.ll [new file with mode: 0644]
test/Bitcode/weak-cmpxchg-upgrade.ll.bc [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-address-type-promotion-assertion.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-address-type-promotion.ll [new file with mode: 0644]
test/CodeGen/AArch64/addsub_ext.ll
test/CodeGen/AArch64/arm64-2012-05-09-LOADgot-bug.ll
test/CodeGen/AArch64/arm64-AnInfiniteLoopInDAGCombine.ll [moved from test/CodeGen/AArch64/arm64-2014-04-16-AnInfiniteLoopInDAGCombine.ll with 100% similarity]
test/CodeGen/AArch64/arm64-EXT-undef-mask.ll [moved from test/CodeGen/AArch64/arm64-2014-04-29-EXT-undef-mask.ll with 100% similarity]
test/CodeGen/AArch64/arm64-aapcs.ll
test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-ands-bad-peephole.ll
test/CodeGen/AArch64/arm64-arith.ll
test/CodeGen/AArch64/arm64-atomic-128.ll
test/CodeGen/AArch64/arm64-atomic.ll
test/CodeGen/AArch64/arm64-build-vector.ll
test/CodeGen/AArch64/arm64-convert-v2f64-v2i32.ll [deleted file]
test/CodeGen/AArch64/arm64-convert-v2i32-v2f64.ll [deleted file]
test/CodeGen/AArch64/arm64-convert-v4f64.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-cse.ll
test/CodeGen/AArch64/arm64-dagcombiner-dead-indexed-load.ll
test/CodeGen/AArch64/arm64-dagcombiner-indexed-load.ll
test/CodeGen/AArch64/arm64-early-ifcvt.ll
test/CodeGen/AArch64/arm64-fast-isel-intrinsic.ll
test/CodeGen/AArch64/arm64-fp128.ll
test/CodeGen/AArch64/arm64-frame-index.ll
test/CodeGen/AArch64/arm64-misched-basic-A53.ll
test/CodeGen/AArch64/arm64-misched-basic-A57.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-misched-forwarding-A53.ll
test/CodeGen/AArch64/arm64-neon-copy.ll
test/CodeGen/AArch64/arm64-neon-select_cc.ll
test/CodeGen/AArch64/arm64-shrink-v1i64.ll [new file with mode: 0644]
test/CodeGen/AArch64/arm64-sqshl-uqshl-i64Contant.ll [moved from test/CodeGen/AArch64/arm64-2014-04-28-sqshl-uqshl-i64Contant.ll with 100% similarity]
test/CodeGen/AArch64/arm64-vcvt.ll
test/CodeGen/AArch64/arm64-vshift.ll
test/CodeGen/AArch64/arm64-xaluo.ll
test/CodeGen/AArch64/atomic-ops.ll
test/CodeGen/AArch64/blockaddress.ll
test/CodeGen/AArch64/branch-relax-asm.ll [new file with mode: 0644]
test/CodeGen/AArch64/breg.ll
test/CodeGen/AArch64/cmpxchg-idioms.ll [new file with mode: 0644]
test/CodeGen/AArch64/compiler-ident.ll [new file with mode: 0644]
test/CodeGen/AArch64/complex-fp-to-int.ll [new file with mode: 0644]
test/CodeGen/AArch64/complex-int-to-fp.ll [new file with mode: 0644]
test/CodeGen/AArch64/directcond.ll
test/CodeGen/AArch64/f16-convert.ll [new file with mode: 0644]
test/CodeGen/AArch64/fast-isel-mul.ll [new file with mode: 0644]
test/CodeGen/AArch64/flags-multiuse.ll
test/CodeGen/AArch64/funcptr_cast.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-1.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-2.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-3.ll [new file with mode: 0644]
test/CodeGen/AArch64/global-merge-4.ll [moved from test/Transforms/GlobalMerge/AArch64/arm64.ll with 78% similarity]
test/CodeGen/AArch64/global-merge.ll [new file with mode: 0644]
test/CodeGen/AArch64/i128-fast-isel-fallback.ll [new file with mode: 0644]
test/CodeGen/AArch64/inlineasm-ldr-pseudo.ll [new file with mode: 0644]
test/CodeGen/AArch64/jump-table.ll
test/CodeGen/AArch64/ldst-opt.ll
test/CodeGen/AArch64/lit.local.cfg
test/CodeGen/AArch64/memcpy-f128.ll [new file with mode: 0644]
test/CodeGen/AArch64/mul_pow2.ll [new file with mode: 0644]
test/CodeGen/AArch64/regress-tail-livereg.ll
test/CodeGen/AArch64/trunc-v1i64.ll [new file with mode: 0644]
test/CodeGen/AArch64/tst-br.ll
test/CodeGen/ARM/2009-11-02-NegativeLane.ll
test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll
test/CodeGen/ARM/2010-05-18-PostIndexBug.ll
test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll
test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll
test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll
test/CodeGen/ARM/2012-11-14-subs_carry.ll
test/CodeGen/ARM/2013-05-05-IfConvertBug.ll
test/CodeGen/ARM/2013-07-29-vector-or-combine.ll
test/CodeGen/ARM/Windows/dllimport.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/global-minsize.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/long-calls.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/structors.ll [new file with mode: 0644]
test/CodeGen/ARM/Windows/vla.ll [new file with mode: 0644]
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/arm-and-tst-peephole.ll
test/CodeGen/ARM/atomic-64bit.ll
test/CodeGen/ARM/atomic-cmp.ll
test/CodeGen/ARM/atomic-load-store.ll
test/CodeGen/ARM/atomic-op.ll
test/CodeGen/ARM/atomic-ops-v8.ll
test/CodeGen/ARM/big-endian-neon-extend.ll [new file with mode: 0644]
test/CodeGen/ARM/big-endian-neon-trunc-store.ll [new file with mode: 0644]
test/CodeGen/ARM/big-endian-ret-f64.ll [new file with mode: 0644]
test/CodeGen/ARM/call-tc.ll
test/CodeGen/ARM/cmpxchg-idioms.ll [new file with mode: 0644]
test/CodeGen/ARM/cmpxchg-weak.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/fold-stack-adjust.ll
test/CodeGen/ARM/fptoint.ll
test/CodeGen/ARM/global-merge-1.ll [moved from test/Transforms/GlobalMerge/ARM/arm.ll with 93% similarity]
test/CodeGen/ARM/ifcvt-branch-weight.ll
test/CodeGen/ARM/ifcvt10.ll
test/CodeGen/ARM/indirectbr-3.ll
test/CodeGen/ARM/interrupt-attr.ll
test/CodeGen/ARM/intrinsics-memory-barrier.ll [new file with mode: 0644]
test/CodeGen/ARM/jump_tables.ll [new file with mode: 0644]
test/CodeGen/ARM/ldstrex-m.ll [new file with mode: 0644]
test/CodeGen/ARM/lit.local.cfg
test/CodeGen/ARM/lsr-unfolded-offset.ll
test/CodeGen/ARM/metadata-default.ll [new file with mode: 0644]
test/CodeGen/ARM/metadata-short-enums.ll [new file with mode: 0644]
test/CodeGen/ARM/metadata-short-wchar.ll [new file with mode: 0644]
test/CodeGen/ARM/misched-copy-arm.ll
test/CodeGen/ARM/none-macho.ll
test/CodeGen/ARM/null-streamer.ll [new file with mode: 0644]
test/CodeGen/ARM/reg_sequence.ll
test/CodeGen/ARM/spill-q.ll
test/CodeGen/ARM/struct-byval-frame-index.ll
test/CodeGen/ARM/twoaddrinstr.ll
test/CodeGen/ARM/va_arg.ll
test/CodeGen/ARM/vldm-sched-a9.ll
test/CodeGen/ARM/widen-vmovs.ll
test/CodeGen/CPP/atomic.ll [new file with mode: 0644]
test/CodeGen/CPP/lit.local.cfg
test/CodeGen/Generic/MachineBranchProb.ll
test/CodeGen/Generic/select.ll
test/CodeGen/Generic/stop-after.ll
test/CodeGen/Hexagon/lit.local.cfg
test/CodeGen/MSP430/lit.local.cfg
test/CodeGen/Mips/2008-08-01-AsmInline.ll
test/CodeGen/Mips/2013-11-18-fp64-const0.ll
test/CodeGen/Mips/Fast-ISel/loadstore2.ll [new file with mode: 0644]
test/CodeGen/Mips/Fast-ISel/simplestorefp1.ll [new file with mode: 0644]
test/CodeGen/Mips/abiflags-xx.ll [new file with mode: 0644]
test/CodeGen/Mips/abiflags32.ll [new file with mode: 0644]
test/CodeGen/Mips/analyzebranch.ll
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/atomicops.ll
test/CodeGen/Mips/buildpairextractelementf64.ll
test/CodeGen/Mips/cconv/callee-saved-fpxx.ll [new file with mode: 0644]
test/CodeGen/Mips/cconv/callee-saved-fpxx1.ll [new file with mode: 0644]
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/countleading.ll [new file with mode: 0644]
test/CodeGen/Mips/divrem.ll
test/CodeGen/Mips/dsp-r1.ll
test/CodeGen/Mips/eh-return32.ll
test/CodeGen/Mips/eh-return64.ll
test/CodeGen/Mips/ehframe-indirect.ll [new file with mode: 0644]
test/CodeGen/Mips/fcmp.ll [new file with mode: 0644]
test/CodeGen/Mips/fcopysign.ll
test/CodeGen/Mips/fmadd1.ll
test/CodeGen/Mips/fp-indexed-ls.ll
test/CodeGen/Mips/fpbr.ll
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
test/CodeGen/Mips/lit.local.cfg
test/CodeGen/Mips/llvm-ir/call.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/indirectbr.ll [new file with mode: 0644]
test/CodeGen/Mips/llvm-ir/ret.ll [new file with mode: 0644]
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/madd-msub.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/mips64-fp-indexed-ls.ll [deleted file]
test/CodeGen/Mips/mips64countleading.ll [deleted file]
test/CodeGen/Mips/mips64instrs.ll
test/CodeGen/Mips/mips64muldiv.ll
test/CodeGen/Mips/mno-ldc1-sdc1.ll
test/CodeGen/Mips/msa/special.ll
test/CodeGen/Mips/no-odd-spreg.ll [new file with mode: 0644]
test/CodeGen/Mips/null-streamer.ll [new file with mode: 0644]
test/CodeGen/Mips/prevent-hoisting.ll [new file with mode: 0644]
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/selectcc.ll
test/CodeGen/Mips/tls-alias.ll
test/CodeGen/Mips/zeroreg.ll
test/CodeGen/NVPTX/access-non-generic.ll
test/CodeGen/NVPTX/arg-lowering.ll [new file with mode: 0644]
test/CodeGen/NVPTX/atomics.ll [new file with mode: 0644]
test/CodeGen/NVPTX/bfe.ll [new file with mode: 0644]
test/CodeGen/NVPTX/envreg.ll [new file with mode: 0644]
test/CodeGen/NVPTX/gvar-init.ll [new file with mode: 0644]
test/CodeGen/NVPTX/imad.ll [new file with mode: 0644]
test/CodeGen/NVPTX/inline-asm.ll
test/CodeGen/NVPTX/isspacep.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ldu-i8.ll
test/CodeGen/NVPTX/ldu-ldg.ll [new file with mode: 0644]
test/CodeGen/NVPTX/ldu-reg-plus-offset.ll
test/CodeGen/NVPTX/lit.local.cfg
test/CodeGen/NVPTX/managed.ll [new file with mode: 0644]
test/CodeGen/NVPTX/mulwide.ll [new file with mode: 0644]
test/CodeGen/NVPTX/nvvm-reflect.ll
test/CodeGen/NVPTX/rotate.ll [new file with mode: 0644]
test/CodeGen/NVPTX/shift-parts.ll [new file with mode: 0644]
test/CodeGen/NVPTX/weak-global.ll [new file with mode: 0644]
test/CodeGen/NVPTX/weak-linkage.ll [new file with mode: 0644]
test/CodeGen/PowerPC/Atomics-32.ll
test/CodeGen/PowerPC/Frames-alloca.ll
test/CodeGen/PowerPC/Frames-large.ll
test/CodeGen/PowerPC/Frames-small.ll
test/CodeGen/PowerPC/atomic-1.ll
test/CodeGen/PowerPC/atomic-2.ll
test/CodeGen/PowerPC/early-ret2.ll
test/CodeGen/PowerPC/fast-isel-conversion-p5.ll
test/CodeGen/PowerPC/fast-isel-conversion.ll
test/CodeGen/PowerPC/func-addr.ll [new file with mode: 0644]
test/CodeGen/PowerPC/hello-reloc.s
test/CodeGen/PowerPC/lit.local.cfg
test/CodeGen/PowerPC/ppc64-altivec-abi.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-byval-align.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64-calls.ll
test/CodeGen/PowerPC/ppc64-smallarg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppc64le-smallarg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppcf128-endian.ll [new file with mode: 0644]
test/CodeGen/PowerPC/resolvefi-basereg.ll [new file with mode: 0644]
test/CodeGen/PowerPC/svr4-redzone.ll
test/CodeGen/PowerPC/vec_cmp.ll
test/CodeGen/PowerPC/vec_misaligned.ll
test/CodeGen/PowerPC/vec_mul.ll
test/CodeGen/PowerPC/vec_shuffle_le.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vperm-instcombine.ll [new file with mode: 0644]
test/CodeGen/PowerPC/vperm-lowering.ll [new file with mode: 0644]
test/CodeGen/R600/add_i64.ll
test/CodeGen/R600/and.ll
test/CodeGen/R600/array-ptr-calc-i32.ll
test/CodeGen/R600/atomic_cmp_swap_local.ll [new file with mode: 0644]
test/CodeGen/R600/atomic_load_add.ll
test/CodeGen/R600/atomic_load_sub.ll
test/CodeGen/R600/big_alu.ll
test/CodeGen/R600/bitcast.ll
test/CodeGen/R600/bswap.ll [new file with mode: 0644]
test/CodeGen/R600/ctlz_zero_undef.ll [new file with mode: 0644]
test/CodeGen/R600/ctpop.ll [new file with mode: 0644]
test/CodeGen/R600/ctpop64.ll [new file with mode: 0644]
test/CodeGen/R600/cttz_zero_undef.ll [new file with mode: 0644]
test/CodeGen/R600/cvt_f32_ubyte.ll [new file with mode: 0644]
test/CodeGen/R600/default-fp-mode.ll [new file with mode: 0644]
test/CodeGen/R600/fceil.ll
test/CodeGen/R600/fceil64.ll [new file with mode: 0644]
test/CodeGen/R600/fcopysign.f32.ll [new file with mode: 0644]
test/CodeGen/R600/fcopysign.f64.ll [new file with mode: 0644]
test/CodeGen/R600/ffloor.ll
test/CodeGen/R600/fma.ll
test/CodeGen/R600/fnearbyint.ll [new file with mode: 0644]
test/CodeGen/R600/fp16_to_fp32.ll [new file with mode: 0644]
test/CodeGen/R600/fp32_to_fp16.ll [new file with mode: 0644]
test/CodeGen/R600/fp_to_sint_i64.ll [new file with mode: 0644]
test/CodeGen/R600/fsub64.ll
test/CodeGen/R600/ftrunc.ll
test/CodeGen/R600/gv-const-addrspace.ll
test/CodeGen/R600/indirect-private-64.ll
test/CodeGen/R600/input-mods.ll [new file with mode: 0644]
test/CodeGen/R600/large-alloca.ll [new file with mode: 0644]
test/CodeGen/R600/large-constant-initializer.ll [new file with mode: 0644]
test/CodeGen/R600/lds-output-queue.ll
test/CodeGen/R600/lds-size.ll
test/CodeGen/R600/lit.local.cfg
test/CodeGen/R600/llvm.AMDGPU.abs.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.brev.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.clamp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.cvt_f32_ubyte.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.div_fixup.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.div_fmas.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.div_scale.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.fract.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.legacy.rsq.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rcp.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.f64.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rsq.clamped.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.rsq.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.AMDGPU.trig_preop.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.gather4.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.SI.getlod.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.exp2.ll
test/CodeGen/R600/llvm.log2.ll [new file with mode: 0644]
test/CodeGen/R600/llvm.rint.f64.ll
test/CodeGen/R600/llvm.rint.ll
test/CodeGen/R600/load.ll
test/CodeGen/R600/local-atomics.ll [new file with mode: 0644]
test/CodeGen/R600/local-atomics64.ll [new file with mode: 0644]
test/CodeGen/R600/local-memory-two-objects.ll
test/CodeGen/R600/local-memory.ll
test/CodeGen/R600/mul.ll
test/CodeGen/R600/no-initializer-constant-addrspace.ll [new file with mode: 0644]
test/CodeGen/R600/or.ll
test/CodeGen/R600/parallelandifcollapse.ll
test/CodeGen/R600/parallelorifcollapse.ll
test/CodeGen/R600/private-memory-atomics.ll [new file with mode: 0644]
test/CodeGen/R600/private-memory-broken.ll [new file with mode: 0644]
test/CodeGen/R600/private-memory.ll
test/CodeGen/R600/pv.ll
test/CodeGen/R600/reorder-stores.ll [new file with mode: 0644]
test/CodeGen/R600/rotl.i64.ll [new file with mode: 0644]
test/CodeGen/R600/rotl.ll [new file with mode: 0644]
test/CodeGen/R600/rotr.i64.ll [new file with mode: 0644]
test/CodeGen/R600/rotr.ll
test/CodeGen/R600/rsq.ll [new file with mode: 0644]
test/CodeGen/R600/saddo.ll [new file with mode: 0644]
test/CodeGen/R600/scalar_to_vector.ll [new file with mode: 0644]
test/CodeGen/R600/sdiv.ll
test/CodeGen/R600/setcc-equivalent.ll
test/CodeGen/R600/sgpr-copy.ll
test/CodeGen/R600/shl.ll
test/CodeGen/R600/si-sgpr-spill.ll
test/CodeGen/R600/sign_extend.ll
test/CodeGen/R600/simplify-demanded-bits-build-pair.ll
test/CodeGen/R600/sint_to_fp.ll
test/CodeGen/R600/sint_to_fp64.ll
test/CodeGen/R600/sra.ll
test/CodeGen/R600/srem.ll [new file with mode: 0644]
test/CodeGen/R600/srl.ll
test/CodeGen/R600/ssubo.ll [new file with mode: 0644]
test/CodeGen/R600/store.ll
test/CodeGen/R600/sub.ll
test/CodeGen/R600/uaddo.ll
test/CodeGen/R600/udivrem.ll [new file with mode: 0644]
test/CodeGen/R600/uint_to_fp.f64.ll
test/CodeGen/R600/uint_to_fp.ll
test/CodeGen/R600/usubo.ll [new file with mode: 0644]
test/CodeGen/R600/vector-alloca.ll [new file with mode: 0644]
test/CodeGen/R600/xor.ll
test/CodeGen/SPARC/atomics.ll
test/CodeGen/SPARC/lit.local.cfg
test/CodeGen/SystemZ/Large/lit.local.cfg
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/lit.local.cfg
test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll [new file with mode: 0644]
test/CodeGen/Thumb/dyn-stackalloc.ll
test/CodeGen/Thumb/fastcc.ll [new file with mode: 0644]
test/CodeGen/Thumb/lit.local.cfg
test/CodeGen/Thumb/thumb-ldm.ll
test/CodeGen/Thumb/thumb-memcpy-ldm-stm.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/2010-04-15-DynAllocBug.ll
test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll
test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll
test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll
test/CodeGen/Thumb2/buildvector-crash.ll
test/CodeGen/Thumb2/cross-rc-coalescing-2.ll
test/CodeGen/Thumb2/ldr-str-imm12.ll
test/CodeGen/Thumb2/lit.local.cfg
test/CodeGen/Thumb2/thumb2-branch.ll
test/CodeGen/Thumb2/thumb2-cbnz.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll
test/CodeGen/Thumb2/thumb2-ifcvt3.ll
test/CodeGen/Thumb2/thumb2-spill-q.ll
test/CodeGen/Thumb2/tpsoft.ll [new file with mode: 0644]
test/CodeGen/Thumb2/v8_IT_3.ll
test/CodeGen/Thumb2/v8_IT_5.ll
test/CodeGen/X86/2007-05-05-Personality.ll
test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll [deleted file]
test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll
test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll
test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll
test/CodeGen/X86/2010-10-08-cmpxchg8b.ll
test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2014-05-29-factorial.ll [new file with mode: 0644]
test/CodeGen/X86/2014-05-30-CombineAddNSW.ll [new file with mode: 0644]
test/CodeGen/X86/Atomics-64.ll
test/CodeGen/X86/GC/lit.local.cfg
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/atom-fixup-lea4.ll [new file with mode: 0644]
test/CodeGen/X86/atomic-load-store-wide.ll
test/CodeGen/X86/atomic-minmax-i6432.ll
test/CodeGen/X86/atomic-ops-ancient-64.ll [new file with mode: 0644]
test/CodeGen/X86/atomic128.ll [new file with mode: 0644]
test/CodeGen/X86/atomic16.ll
test/CodeGen/X86/atomic32.ll
test/CodeGen/X86/atomic64.ll
test/CodeGen/X86/atomic6432.ll
test/CodeGen/X86/atomic8.ll
test/CodeGen/X86/atomic_op.ll
test/CodeGen/X86/avx-blend.ll
test/CodeGen/X86/avx-intel-ocl.ll
test/CodeGen/X86/avx-intrinsics-x86.ll
test/CodeGen/X86/avx-shuffle.ll
test/CodeGen/X86/avx-splat.ll
test/CodeGen/X86/avx-vperm2f128.ll
test/CodeGen/X86/avx-vshufp.ll
test/CodeGen/X86/avx2-shuffle.ll
test/CodeGen/X86/avx512-cvt.ll
test/CodeGen/X86/avx512-inc-dec.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-intrinsics.ll
test/CodeGen/X86/avx512-nontemporal.ll [new file with mode: 0644]
test/CodeGen/X86/avx512-shuffle.ll
test/CodeGen/X86/bswap-vector.ll
test/CodeGen/X86/cmp.ll
test/CodeGen/X86/cmpxchg-i1.ll [new file with mode: 0644]
test/CodeGen/X86/cmpxchg-i128-i1.ll [new file with mode: 0644]
test/CodeGen/X86/coalescer-remat.ll
test/CodeGen/X86/coff-comdat.ll [new file with mode: 0644]
test/CodeGen/X86/coff-comdat2.ll [new file with mode: 0644]
test/CodeGen/X86/coff-comdat3.ll [new file with mode: 0644]
test/CodeGen/X86/combine-64bit-vec-binop.ll [new file with mode: 0644]
test/CodeGen/X86/combine-or.ll
test/CodeGen/X86/combine-vec-shuffle-2.ll [new file with mode: 0644]
test/CodeGen/X86/computeKnownBits_urem.ll [new file with mode: 0644]
test/CodeGen/X86/cvt16.ll [new file with mode: 0644]
test/CodeGen/X86/dagcombine-and-setcc.ll [new file with mode: 0644]
test/CodeGen/X86/dbg-changes-codegen-branch-folding.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/elf-comdat.ll [new file with mode: 0644]
test/CodeGen/X86/elf-comdat2.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-args-fail2.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-args.ll
test/CodeGen/X86/fast-isel-branch_weights.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-cmp-branch2.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-cmp-branch3.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-fold-mem.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-cmov.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-cmov2.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-cmp.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-pseudo-cmov.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select-sse.ll [new file with mode: 0644]
test/CodeGen/X86/fast-isel-select.ll
test/CodeGen/X86/fast-isel-sse12-fptoint.ll [new file with mode: 0644]
test/CodeGen/X86/float-asmprint.ll
test/CodeGen/X86/frameaddr.ll [new file with mode: 0644]
test/CodeGen/X86/gcc_except_table.ll
test/CodeGen/X86/haddsub-2.ll [new file with mode: 0644]
test/CodeGen/X86/haddsub-undef.ll [new file with mode: 0644]
test/CodeGen/X86/i8-umulo.ll [new file with mode: 0644]
test/CodeGen/X86/jump_table_alias.ll [new file with mode: 0644]
test/CodeGen/X86/jump_table_bitcast.ll [new file with mode: 0644]
test/CodeGen/X86/jump_tables.ll [new file with mode: 0644]
test/CodeGen/X86/libcall-sret.ll [new file with mode: 0644]
test/CodeGen/X86/lit.local.cfg
test/CodeGen/X86/lower-bitcast.ll
test/CodeGen/X86/macho-comdat.ll [new file with mode: 0644]
test/CodeGen/X86/null-streamer.ll
test/CodeGen/X86/pr20020.ll [new file with mode: 0644]
test/CodeGen/X86/pr20088.ll [new file with mode: 0644]
test/CodeGen/X86/pr5145.ll
test/CodeGen/X86/pshufd-combine-crash.ll [new file with mode: 0644]
test/CodeGen/X86/rdpmc.ll [new file with mode: 0644]
test/CodeGen/X86/shift-parts.ll
test/CodeGen/X86/sqrt.ll [new file with mode: 0644]
test/CodeGen/X86/sse2-intrinsics-x86.ll
test/CodeGen/X86/sse3-avx-addsub-2.ll [new file with mode: 0644]
test/CodeGen/X86/sse3-avx-addsub.ll [new file with mode: 0644]
test/CodeGen/X86/sse41-blend.ll
test/CodeGen/X86/sse41.ll
test/CodeGen/X86/stackmap-fast-isel.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap-liveness.ll
test/CodeGen/X86/swizzle-2.ll [new file with mode: 0644]
test/CodeGen/X86/swizzle-avx2.ll [new file with mode: 0644]
test/CodeGen/X86/testb-je-fusion.ll [new file with mode: 0644]
test/CodeGen/X86/vec_cast2.ll
test/CodeGen/X86/vec_splat.ll
test/CodeGen/X86/vec_split.ll
test/CodeGen/X86/vector-gep.ll
test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/vector-shuffle-128-v16.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-128-v2.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-128-v4.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-128-v8.ll [new file with mode: 0644]
test/CodeGen/X86/vector-shuffle-combining.ll [new file with mode: 0644]
test/CodeGen/X86/vselect.ll
test/CodeGen/X86/widen_cast-4.ll
test/CodeGen/X86/widen_cast-6.ll
test/CodeGen/X86/widen_conversions.ll [new file with mode: 0644]
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/win64_eh.ll [new file with mode: 0644]
test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll
test/CodeGen/X86/x86-64-frameaddr.ll [deleted file]
test/CodeGen/X86/x86-64-static-relo-movl.ll [new file with mode: 0644]
test/CodeGen/X86/x86-frameaddr.ll [deleted file]
test/CodeGen/X86/x86-frameaddr2.ll [deleted file]
test/CodeGen/X86/x86-upgrade-avx-vbroadcast.ll [new file with mode: 0644]
test/CodeGen/X86/xaluo.ll [new file with mode: 0644]
test/CodeGen/XCore/dwarf_debug.ll [new file with mode: 0644]
test/CodeGen/XCore/lit.local.cfg
test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
test/DebugInfo/2010-01-19-DbgScope.ll [deleted file]
test/DebugInfo/AArch64/eh_frame.s
test/DebugInfo/AArch64/eh_frame_personality.ll
test/DebugInfo/AArch64/lit.local.cfg
test/DebugInfo/AArch64/struct_by_value.ll
test/DebugInfo/ARM/lit.local.cfg
test/DebugInfo/COFF/lit.local.cfg
test/DebugInfo/Inputs/arange-overlap.cc [new file with mode: 0644]
test/DebugInfo/Inputs/arange-overlap.elf-x86_64 [new file with mode: 0755]
test/DebugInfo/Inputs/fission-ranges.cc [new file with mode: 0644]
test/DebugInfo/Inputs/fission-ranges.elf-x86_64 [new file with mode: 0755]
test/DebugInfo/Mips/lit.local.cfg
test/DebugInfo/PR20038.ll [new file with mode: 0644]
test/DebugInfo/PowerPC/lit.local.cfg
test/DebugInfo/Sparc/lit.local.cfg
test/DebugInfo/SystemZ/eh_frame.s
test/DebugInfo/SystemZ/eh_frame_personality.s
test/DebugInfo/SystemZ/lit.local.cfg
test/DebugInfo/SystemZ/variable-loc.ll
test/DebugInfo/X86/2011-09-26-GlobalVarContext.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/arguments.ll
test/DebugInfo/X86/block-capture.ll
test/DebugInfo/X86/byvalstruct.ll
test/DebugInfo/X86/coff_debug_info_type.ll
test/DebugInfo/X86/concrete_out_of_line.ll
test/DebugInfo/X86/dbg-const-int.ll
test/DebugInfo/X86/dbg-value-const-byref.ll
test/DebugInfo/X86/dbg-value-inlined-parameter.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/DebugInfo/X86/dbg-value-location.ll
test/DebugInfo/X86/dbg-value-terminator.ll
test/DebugInfo/X86/dbg_value_direct.ll
test/DebugInfo/X86/debug-info-block-captured-self.ll
test/DebugInfo/X86/debug-info-blocks.ll
test/DebugInfo/X86/debug-loc-asan.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-loc-offset.ll
test/DebugInfo/X86/dwarf-public-names.ll
test/DebugInfo/X86/elf-names.ll
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/fission-ranges.ll
test/DebugInfo/X86/formal_parameter.ll
test/DebugInfo/X86/generate-odr-hash.ll
test/DebugInfo/X86/gnu-public-names.ll
test/DebugInfo/X86/lit.local.cfg
test/DebugInfo/X86/misched-dbg-value.ll
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/parameters.ll
test/DebugInfo/X86/pr12831.ll
test/DebugInfo/X86/pr19307.ll [new file with mode: 0644]
test/DebugInfo/X86/sret.ll
test/DebugInfo/X86/subregisters.ll
test/DebugInfo/cross-cu-inlining.ll
test/DebugInfo/cross-cu-linkonce-distinct.ll [new file with mode: 0644]
test/DebugInfo/dead-argument-order.ll [new file with mode: 0644]
test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/global.ll
test/DebugInfo/incorrect-variable-debugloc.ll [new file with mode: 0644]
test/DebugInfo/inline-no-debug-info.ll [new file with mode: 0644]
test/DebugInfo/inlined-arguments.ll
test/DebugInfo/llvm-symbolizer.test
test/DebugInfo/missing-abstract-variable.ll [new file with mode: 0644]
test/DebugInfo/nodebug.ll [new file with mode: 0644]
test/ExecutionEngine/MCJIT/eh-lg-pic.ll
test/ExecutionEngine/MCJIT/lit.local.cfg
test/ExecutionEngine/RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s [new file with mode: 0644]
test/ExecutionEngine/RuntimeDyld/X86/lit.local.cfg [new file with mode: 0644]
test/ExecutionEngine/lit.local.cfg
test/Feature/alias2.ll
test/Feature/aliases.ll
test/Feature/comdat.ll [new file with mode: 0644]
test/Feature/globalvars.ll
test/Instrumentation/AddressSanitizer/X86/asm_attr.ll
test/Instrumentation/AddressSanitizer/X86/asm_mov.ll
test/Instrumentation/AddressSanitizer/X86/asm_mov.s
test/Instrumentation/AddressSanitizer/X86/asm_mov_no_instrumentation.s
test/Instrumentation/AddressSanitizer/X86/asm_swap_intel.s
test/Instrumentation/AddressSanitizer/X86/lit.local.cfg
test/Instrumentation/AddressSanitizer/coverage-dbg.ll
test/Instrumentation/AddressSanitizer/coverage.ll
test/Instrumentation/AddressSanitizer/debug_info.ll
test/Instrumentation/AddressSanitizer/do-not-instrument-llvm-metadata.ll
test/Instrumentation/AddressSanitizer/global_metadata.ll [new file with mode: 0644]
test/Instrumentation/AddressSanitizer/instrument_global.ll
test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll
test/Instrumentation/AddressSanitizer/lifetime.ll
test/Instrumentation/AddressSanitizer/stack-poisoning.ll
test/Instrumentation/BoundsChecking/phi.ll
test/Instrumentation/DataFlowSanitizer/prefix-rename.ll
test/Instrumentation/MemorySanitizer/atomics.ll
test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll
test/Instrumentation/MemorySanitizer/missing_origin.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll
test/Instrumentation/MemorySanitizer/mul_by_constant.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/store-origin.ll
test/Instrumentation/MemorySanitizer/vector_arith.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_pack.ll [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/vector_shift.ll
test/Instrumentation/ThreadSanitizer/tsan_basic.ll
test/LTO/jump-table-type.ll [new file with mode: 0644]
test/LTO/lit.local.cfg
test/LTO/no-undefined-puts-when-implemented.ll
test/Linker/Inputs/PR8300.b.ll
test/Linker/Inputs/alias.ll
test/Linker/Inputs/comdat.ll [new file with mode: 0644]
test/Linker/Inputs/comdat2.ll [new file with mode: 0644]
test/Linker/Inputs/comdat3.ll [new file with mode: 0644]
test/Linker/Inputs/comdat4.ll [new file with mode: 0644]
test/Linker/Inputs/comdat5.ll [new file with mode: 0644]
test/Linker/Inputs/cycle.ll [deleted file]
test/Linker/alias.ll
test/Linker/comdat.ll [new file with mode: 0644]
test/Linker/comdat2.ll [new file with mode: 0644]
test/Linker/comdat3.ll [new file with mode: 0644]
test/Linker/comdat4.ll [new file with mode: 0644]
test/Linker/comdat5.ll [new file with mode: 0644]
test/Linker/comdat6.ll [new file with mode: 0644]
test/Linker/comdat7.ll [new file with mode: 0644]
test/Linker/comdat8.ll [new file with mode: 0644]
test/Linker/cycle.ll [deleted file]
test/Linker/unnamed-addr1-a.ll
test/Linker/unnamed-addr1-b.ll
test/MC/AArch64/alias-logicalimm.s [new file with mode: 0644]
test/MC/AArch64/arm64-leaf-compact-unwind.s
test/MC/AArch64/arm64-system-encoding.s
test/MC/AArch64/basic-a64-diagnostics.s
test/MC/AArch64/basic-a64-instructions.s
test/MC/AArch64/dot-req-case-insensitive.s [new file with mode: 0644]
test/MC/AArch64/dot-req-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/dot-req.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo-obj-errors.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo.s [new file with mode: 0644]
test/MC/AArch64/lit.local.cfg
test/MC/ARM/AlignedBundling/lit.local.cfg
test/MC/ARM/Windows/multiple-text-sections.s [new file with mode: 0644]
test/MC/ARM/Windows/text-attributes.s [new file with mode: 0644]
test/MC/ARM/diagnostics.s
test/MC/ARM/dwarf-asm-multiple-sections.s [new file with mode: 0644]
test/MC/ARM/dwarf-asm-no-code.s [new file with mode: 0644]
test/MC/ARM/dwarf-asm-nonstandard-section.s [new file with mode: 0644]
test/MC/ARM/dwarf-asm-single-section.s [new file with mode: 0644]
test/MC/ARM/gas-compl-copr-reg.s [new file with mode: 0644]
test/MC/ARM/lit.local.cfg
test/MC/ARM/macho-relocs-with-addend.s [new file with mode: 0644]
test/MC/ARM/thumb-types.s
test/MC/AsmParser/cfi-invalid-startproc.s [deleted file]
test/MC/AsmParser/conditional_asm.s
test/MC/AsmParser/directive_file.s
test/MC/AsmParser/directive_line.s
test/MC/AsmParser/directive_loc.s
test/MC/AsmParser/directive_seh.s
test/MC/AsmParser/if-diagnostics.s [new file with mode: 0644]
test/MC/AsmParser/lit.local.cfg
test/MC/AsmParser/vararg.s
test/MC/COFF/alias.s
test/MC/COFF/basic-coff-64.s
test/MC/COFF/basic-coff.s
test/MC/COFF/early-dce.s [new file with mode: 0644]
test/MC/COFF/global_ctors_dtors.ll
test/MC/COFF/linker-options.ll
test/MC/COFF/linkonce-invalid.s
test/MC/COFF/linkonce.s
test/MC/COFF/lit.local.cfg
test/MC/COFF/lset0.s
test/MC/COFF/section-comdat-conflict.s [new file with mode: 0644]
test/MC/COFF/section-comdat-conflict2.s [new file with mode: 0644]
test/MC/COFF/section-comdat.s
test/MC/COFF/section-name-encoding.s
test/MC/COFF/seh-stackalloc-zero.s [new file with mode: 0644]
test/MC/COFF/seh.s
test/MC/COFF/symbol-fragment-offset-64.s
test/MC/COFF/symbol-fragment-offset.s
test/MC/Disassembler/AArch64/basic-a64-instructions.txt
test/MC/Disassembler/AArch64/lit.local.cfg
test/MC/Disassembler/ARM/hex-immediates.txt
test/MC/Disassembler/ARM/lit.local.cfg
test/MC/Disassembler/Mips/lit.local.cfg
test/MC/Disassembler/Mips/mips32r6.txt
test/MC/Disassembler/Mips/mips64r6.txt
test/MC/Disassembler/PowerPC/lit.local.cfg
test/MC/Disassembler/Sparc/lit.local.cfg
test/MC/Disassembler/SystemZ/insns.txt
test/MC/Disassembler/SystemZ/lit.local.cfg
test/MC/Disassembler/X86/avx-512.txt
test/MC/Disassembler/X86/hex-immediates.txt
test/MC/Disassembler/X86/lit.local.cfg
test/MC/Disassembler/X86/moffs.txt
test/MC/Disassembler/XCore/lit.local.cfg
test/MC/ELF/ARM/bss-non-zero-value.s [new file with mode: 0644]
test/MC/ELF/ARM/gnu-type-hash-diagnostics.s [new file with mode: 0644]
test/MC/ELF/ARM/gnu-type-hash.s [new file with mode: 0644]
test/MC/ELF/ARM/lit.local.cfg [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-sections.s
test/MC/ELF/cfi-signal-frame.s
test/MC/ELF/cfi-undefined.s
test/MC/ELF/cfi-version.ll [new file with mode: 0644]
test/MC/ELF/cfi-window-save.s
test/MC/ELF/cfi-zero-addr-delta.s
test/MC/ELF/cfi.s
test/MC/ELF/gnu-type-diagnostics.s [new file with mode: 0644]
test/MC/ELF/gnu-type.s [new file with mode: 0644]
test/MC/ELF/lit.local.cfg
test/MC/ELF/no-reloc.s [new file with mode: 0644]
test/MC/ELF/pr19430.s [new file with mode: 0644]
test/MC/MachO/AArch64/lit.local.cfg
test/MC/MachO/ARM/aliased-symbols.s [new file with mode: 0644]
test/MC/MachO/ARM/lit.local.cfg
test/MC/MachO/eh-frame-reloc.s
test/MC/MachO/eh-symbols.s [deleted file]
test/MC/MachO/eh_symbol.s
test/MC/MachO/lit.local.cfg
test/MC/MachO/pr19185.s [new file with mode: 0644]
test/MC/MachO/variable-exprs.s
test/MC/Mips/cpsetup-bad.s [new file with mode: 0644]
test/MC/Mips/eh-frame.s
test/MC/Mips/elf_eflags.s
test/MC/Mips/lit.local.cfg
test/MC/Mips/mips-abi-bad.s [new file with mode: 0644]
test/MC/Mips/mips-data-directives.s
test/MC/Mips/mips-expansions-bad.s [new file with mode: 0644]
test/MC/Mips/mips-expansions.s
test/MC/Mips/mips-noat.s
test/MC/Mips/mips1/invalid-mips2.s
test/MC/Mips/mips1/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips1/invalid-mips4.s
test/MC/Mips/mips1/invalid-mips5.s
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips2/invalid-mips3-wrong-error.s
test/MC/Mips/mips2/invalid-mips3.s
test/MC/Mips/mips2/invalid-mips32.s
test/MC/Mips/mips2/invalid-mips32r2.s
test/MC/Mips/mips2/invalid-mips4.s
test/MC/Mips/mips2/invalid-mips5.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips3/invalid-mips4.s
test/MC/Mips/mips3/invalid-mips5.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips32r2/invalid.s [new file with mode: 0644]
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips1.s
test/MC/Mips/mips32r6/invalid-mips2.s
test/MC/Mips/mips32r6/invalid-mips32-wrong-error.s
test/MC/Mips/mips32r6/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid-mips32r2.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid-mips4-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid-mips4.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid-mips5.s [new file with mode: 0644]
test/MC/Mips/mips32r6/invalid.s [new file with mode: 0644]
test/MC/Mips/mips32r6/relocations.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/invalid-mips32.s [new file with mode: 0644]
test/MC/Mips/mips5/invalid-mips64.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64-expansions.s [new file with mode: 0644]
test/MC/Mips/mips64/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/abi-bad.s [new file with mode: 0644]
test/MC/Mips/mips64r2/abiflags.s [new file with mode: 0644]
test/MC/Mips/mips64r2/invalid.s [new file with mode: 0644]
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips1.s
test/MC/Mips/mips64r6/invalid-mips2.s
test/MC/Mips/mips64r6/invalid-mips3.s
test/MC/Mips/mips64r6/invalid-mips32-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid-mips4-wrong-error.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid-mips4.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid-mips5-wrong-error.s
test/MC/Mips/mips64r6/invalid-mips5.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid-mips64.s [new file with mode: 0644]
test/MC/Mips/mips64r6/invalid.s [new file with mode: 0644]
test/MC/Mips/mips64r6/relocations.s
test/MC/Mips/mips64r6/valid.s
test/MC/Mips/mips_abi_flags_xx.s [new file with mode: 0644]
test/MC/Mips/mips_abi_flags_xx_set.s [new file with mode: 0644]
test/MC/Mips/msa/abiflags.s [new file with mode: 0644]
test/MC/Mips/nacl-mask.s
test/MC/Mips/nooddspreg-cmdarg.s [new file with mode: 0644]
test/MC/Mips/nooddspreg-error.s [new file with mode: 0644]
test/MC/Mips/nooddspreg.s [new file with mode: 0644]
test/MC/Mips/oddspreg.s [new file with mode: 0644]
test/MC/PowerPC/lit.local.cfg
test/MC/PowerPC/ppc64-initial-cfa.s
test/MC/Sparc/lit.local.cfg
test/MC/SystemZ/insn-bad-z196.s
test/MC/SystemZ/insn-bad.s
test/MC/SystemZ/insn-good-z196.s
test/MC/SystemZ/lit.local.cfg
test/MC/X86/AlignedBundling/lit.local.cfg
test/MC/X86/avx512-encodings.s
test/MC/X86/intel-syntax.s
test/MC/X86/lit.local.cfg
test/MC/X86/no-elf-compact-unwind.s
test/MC/X86/x86_long_nop.s
test/MC/X86/x86_nop.s
test/Makefile
test/Object/ARM/lit.local.cfg
test/Object/Inputs/corrupt-archive.a [new file with mode: 0644]
test/Object/Inputs/darwin-m-test1.mach0-armv7 [new file with mode: 0644]
test/Object/Inputs/darwin-m-test2.macho-i386 [new file with mode: 0644]
test/Object/Inputs/darwin-m-test3.macho-x86-64 [new file with mode: 0755]
test/Object/Inputs/hello-world.macho-x86_64 [new file with mode: 0755]
test/Object/Inputs/macho-archive-x86_64.a [new file with mode: 0644]
test/Object/Inputs/no-sections.elf-x86-64 [new file with mode: 0755]
test/Object/Inputs/program-headers.mips64 [new file with mode: 0644]
test/Object/Inputs/trivial.ll
test/Object/Mips/lit.local.cfg
test/Object/X86/archive-ir-asm.ll [new file with mode: 0644]
test/Object/X86/lit.local.cfg
test/Object/X86/nm-ir.ll [moved from test/Object/nm-ir.ll with 62% similarity]
test/Object/archive-long-index.test
test/Object/archive-symtab.test
test/Object/coff-archive-short.test
test/Object/coff-archive.test
test/Object/directory.ll
test/Object/mangle-ir.ll
test/Object/nm-archive.test
test/Object/nm-darwin-m.test [new file with mode: 0644]
test/Object/nm-trivial-object.test
test/Object/nm-universal-binary.test
test/Object/obj2yaml.test
test/Object/objdump-no-sectionheaders.test [new file with mode: 0644]
test/Object/simple-archive.test
test/Object/size-trivial-macho.test
test/Object/yaml2obj-coff-multi-doc.test [new file with mode: 0644]
test/Object/yaml2obj-elf-multi-doc.test [new file with mode: 0644]
test/Object/yaml2obj-elf-symbol-visibility.yaml [new file with mode: 0644]
test/Other/X86/lit.local.cfg
test/Other/constant-fold-gep.ll
test/Other/llvm-nm-without-aliases.ll
test/TableGen/ForeachLoop.td
test/TableGen/if-empty-list-arg.td [new file with mode: 0644]
test/Transforms/ArgumentPromotion/basictest.ll
test/Transforms/ArgumentPromotion/byval-2.ll
test/Transforms/ArgumentPromotion/byval.ll
test/Transforms/ArgumentPromotion/dbg.ll [new file with mode: 0644]
test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v7.ll
test/Transforms/AtomicExpandLoadLinked/ARM/atomic-expansion-v8.ll
test/Transforms/AtomicExpandLoadLinked/ARM/cmpxchg-weak.ll [new file with mode: 0644]
test/Transforms/AtomicExpandLoadLinked/ARM/lit.local.cfg
test/Transforms/BBVectorize/lit.local.cfg
test/Transforms/CodeGenPrepare/X86/lit.local.cfg
test/Transforms/ConstantHoisting/AArch64/lit.local.cfg
test/Transforms/ConstantHoisting/PowerPC/lit.local.cfg
test/Transforms/ConstantHoisting/X86/large-immediate.ll
test/Transforms/ConstantHoisting/X86/lit.local.cfg
test/Transforms/ConstantHoisting/X86/stackmap.ll
test/Transforms/FunctionAttrs/nocapture.ll
test/Transforms/FunctionAttrs/readattrs.ll
test/Transforms/GCOVProfiling/global-ctor.ll [new file with mode: 0644]
test/Transforms/GCOVProfiling/linezero.ll [new file with mode: 0644]
test/Transforms/GVN/calloc-load-removal.ll [new file with mode: 0644]
test/Transforms/GVN/invariant-load.ll [new file with mode: 0644]
test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll
test/Transforms/GlobalMerge/AArch64/lit.local.cfg [deleted file]
test/Transforms/GlobalMerge/ARM/lit.local.cfg [deleted file]
test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll
test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll
test/Transforms/GlobalOpt/alias-resolve.ll
test/Transforms/GlobalOpt/constantfold-initializers.ll
test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll [new file with mode: 0644]
test/Transforms/Inline/blockaddress.ll
test/Transforms/Inline/debug-invoke.ll [new file with mode: 0644]
test/Transforms/Inline/null-function.ll [new file with mode: 0644]
test/Transforms/InstCombine/2010-03-03-ExtElim.ll
test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
test/Transforms/InstCombine/AddOverFlow.ll [new file with mode: 0644]
test/Transforms/InstCombine/abs_abs.ll [new file with mode: 0644]
test/Transforms/InstCombine/add-shrink.ll
test/Transforms/InstCombine/add-sitofp.ll
test/Transforms/InstCombine/add2.ll
test/Transforms/InstCombine/addrspacecast.ll
test/Transforms/InstCombine/align-2d-gep.ll
test/Transforms/InstCombine/bitcast-alias-function.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
test/Transforms/InstCombine/descale-zero.ll [new file with mode: 0644]
test/Transforms/InstCombine/distribute.ll [moved from test/Transforms/InstSimplify/2010-12-20-Distribute.ll with 79% similarity]
test/Transforms/InstCombine/ffs-1.ll
test/Transforms/InstCombine/gepphigep.ll [new file with mode: 0644]
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/intrinsics.ll
test/Transforms/InstCombine/memcpy-from-global.ll
test/Transforms/InstCombine/overflow-mul.ll
test/Transforms/InstCombine/pr20059.ll [new file with mode: 0644]
test/Transforms/InstCombine/pr20079.ll [new file with mode: 0644]
test/Transforms/InstCombine/r600-intrinsics.ll [new file with mode: 0644]
test/Transforms/InstCombine/rem.ll
test/Transforms/InstCombine/select.ll
test/Transforms/InstCombine/sext.ll
test/Transforms/InstCombine/sub.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/InstCombine/zext-bool-add-sub.ll
test/Transforms/InstSimplify/apint-or.ll [new file with mode: 0644]
test/Transforms/InstSimplify/compare.ll
test/Transforms/JumpThreading/pr15851_hang.ll [new file with mode: 0644]
test/Transforms/JumpThreading/select.ll
test/Transforms/LICM/extra-copies.ll [new file with mode: 0644]
test/Transforms/LICM/hoist-bitcast-load.ll [new file with mode: 0644]
test/Transforms/LoadCombine/load-combine.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/X86/lit.local.cfg
test/Transforms/LoopStrengthReduce/AArch64/lit.local.cfg
test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll
test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg
test/Transforms/LoopStrengthReduce/X86/lit.local.cfg
test/Transforms/LoopUnroll/PowerPC/lit.local.cfg
test/Transforms/LoopUnroll/X86/lit.local.cfg
test/Transforms/LoopUnroll/pr18861.ll [new file with mode: 0644]
test/Transforms/LoopUnroll/runtime-loop.ll
test/Transforms/LoopUnroll/unroll-pragmas.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/AArch64/lit.local.cfg
test/Transforms/LoopVectorize/ARM/lit.local.cfg
test/Transforms/LoopVectorize/PowerPC/lit.local.cfg
test/Transforms/LoopVectorize/X86/already-vectorized.ll
test/Transforms/LoopVectorize/X86/avx512.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/lit.local.cfg
test/Transforms/LoopVectorize/X86/metadata-enable.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.ll
test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
test/Transforms/LoopVectorize/X86/vectorization-remarks-missed.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/X86/vectorization-remarks.ll
test/Transforms/LoopVectorize/XCore/lit.local.cfg
test/Transforms/LoopVectorize/control-flow.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/if-conversion.ll
test/Transforms/LoopVectorize/induction.ll
test/Transforms/LoopVectorize/intrinsic.ll
test/Transforms/LoopVectorize/metadata-unroll.ll
test/Transforms/LoopVectorize/metadata-width.ll
test/Transforms/LoopVectorize/no_switch.ll [new file with mode: 0644]
test/Transforms/LoopVectorize/runtime-check-readonly.ll
test/Transforms/LoopVectorize/vect.omp.persistence.ll
test/Transforms/LoopVectorize/vectorize-once.ll
test/Transforms/LowerAtomic/atomic-swap.ll
test/Transforms/LowerSwitch/2014-06-10-SwitchContiguousOpt.ll [new file with mode: 0644]
test/Transforms/LowerSwitch/2014-06-11-SwitchDefaultUnreachableOpt.ll [new file with mode: 0644]
test/Transforms/LowerSwitch/feature.ll
test/Transforms/MergeFunc/functions.ll [new file with mode: 0644]
test/Transforms/MergeFunc/ranges.ll [new file with mode: 0644]
test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
test/Transforms/Reassociate/2002-05-15-MissedTree.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate.ll
test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll [deleted file]
test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll
test/Transforms/Reassociate/basictest.ll
test/Transforms/Reassociate/fp-commute.ll
test/Transforms/Reassociate/inverses.ll
test/Transforms/Reassociate/looptest.ll
test/Transforms/Reassociate/mightymul.ll
test/Transforms/Reassociate/multistep.ll
test/Transforms/Reassociate/negation.ll
test/Transforms/Reassociate/otherops.ll
test/Transforms/Reassociate/shift-factor.ll
test/Transforms/Reassociate/subtest.ll
test/Transforms/Reassociate/subtest2.ll [deleted file]
test/Transforms/SCCP/atomic.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/AArch64/lit.local.cfg
test/Transforms/SLPVectorizer/ARM/lit.local.cfg
test/Transforms/SLPVectorizer/R600/lit.local.cfg
test/Transforms/SLPVectorizer/X86/addsub.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/gep.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/X86/intrinsic.ll
test/Transforms/SLPVectorizer/X86/lit.local.cfg
test/Transforms/SLPVectorizer/X86/pr19657.ll [new file with mode: 0644]
test/Transforms/SLPVectorizer/XCore/lit.local.cfg
test/Transforms/SROA/slice-order-independence.ll [new file with mode: 0644]
test/Transforms/SROA/slice-width.ll [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/lit.local.cfg
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep-and-gvn.ll
test/Transforms/SeparateConstOffsetFromGEP/NVPTX/split-gep.ll
test/Transforms/SimplifyCFG/PR17073.ll [new file with mode: 0644]
test/Transforms/SimplifyCFG/SPARC/lit.local.cfg
test/Transforms/SimplifyCFG/X86/lit.local.cfg
test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
test/Transforms/SimplifyCFG/speculate-vector-ops.ll [new file with mode: 0644]
test/Transforms/TailDup/X86/lit.local.cfg
test/Transforms/TailDup/lit.local.cfg
test/Unit/lit.cfg
test/Verifier/alias.ll
test/Verifier/bitcast-alias-address-space.ll [new file with mode: 0644]
test/Verifier/comdat.ll [new file with mode: 0644]
test/Verifier/comdat2.ll [new file with mode: 0644]
test/Verifier/jumptable.ll [new file with mode: 0644]
test/Verifier/range-1.ll
test/Verifier/range-2.ll
test/lit.cfg
test/tools/llvm-cov/copy_block_helper.m
test/tools/llvm-cov/llvm-cov.test
test/tools/llvm-cov/range_based_for.cpp
test/tools/llvm-objdump/lit.local.cfg
test/tools/llvm-readobj/ARM/lit.local.cfg
test/tools/llvm-readobj/Inputs/got-empty.exe.mipsel [new file with mode: 0755]
test/tools/llvm-readobj/Inputs/got-tls.so.elf-mips64el [new file with mode: 0755]
test/tools/llvm-readobj/mips-got.test [new file with mode: 0644]
test/tools/llvm-readobj/program-headers.test
test/tools/llvm-readobj/relocations.test
test/tools/llvm-readobj/sections-ext.test
tools/CMakeLists.txt
tools/Makefile
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ExtractFunction.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/OptimizerDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/gold/CMakeLists.txt
tools/gold/Makefile
tools/gold/gold-plugin.cpp
tools/lli/RemoteMemoryManager.cpp
tools/lli/lli.cpp
tools/llvm-ar/Android.mk
tools/llvm-ar/CMakeLists.txt
tools/llvm-ar/Makefile
tools/llvm-ar/llvm-ar.cpp
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
tools/llvm-c-test/Android.mk
tools/llvm-config/Android.mk
tools/llvm-cov/llvm-cov.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-dwarfdump/Android.mk
tools/llvm-dwarfdump/llvm-dwarfdump.cpp
tools/llvm-lto/Android.mk
tools/llvm-lto/llvm-lto.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
tools/llvm-nm/Android.mk
tools/llvm-nm/CMakeLists.txt
tools/llvm-nm/Makefile
tools/llvm-nm/llvm-nm.cpp
tools/llvm-objdump/Android.mk
tools/llvm-objdump/CMakeLists.txt
tools/llvm-objdump/COFFDump.cpp
tools/llvm-objdump/LLVMBuild.txt
tools/llvm-objdump/MachODump.cpp
tools/llvm-objdump/Makefile
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-objdump/llvm-objdump.h
tools/llvm-profdata/llvm-profdata.cpp
tools/llvm-readobj/ARMWinEHPrinter.cpp [new file with mode: 0644]
tools/llvm-readobj/ARMWinEHPrinter.h [new file with mode: 0644]
tools/llvm-readobj/Android.mk
tools/llvm-readobj/CMakeLists.txt
tools/llvm-readobj/COFFDumper.cpp
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/Error.cpp
tools/llvm-readobj/Error.h
tools/llvm-readobj/MachODumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/Win64EHDumper.cpp
tools/llvm-readobj/Win64EHDumper.h
tools/llvm-readobj/llvm-readobj.cpp
tools/llvm-readobj/llvm-readobj.h
tools/llvm-rtdyld/Android.mk
tools/llvm-rtdyld/CMakeLists.txt
tools/llvm-rtdyld/llvm-rtdyld.cpp
tools/llvm-size/Android.mk
tools/llvm-size/llvm-size.cpp
tools/llvm-symbolizer/LLVMSymbolize.cpp
tools/lto/CMakeLists.txt
tools/lto/lto.cpp
tools/macho-dump/Android.mk
tools/macho-dump/macho-dump.cpp
tools/obj2yaml/Android.mk
tools/obj2yaml/Error.cpp
tools/obj2yaml/Error.h
tools/obj2yaml/coff2yaml.cpp
tools/obj2yaml/elf2yaml.cpp
tools/obj2yaml/obj2yaml.cpp
tools/obj2yaml/obj2yaml.h
tools/opt/Android.mk
tools/opt/opt.cpp
tools/yaml2obj/Android.mk
tools/yaml2obj/yaml2coff.cpp
tools/yaml2obj/yaml2elf.cpp
tools/yaml2obj/yaml2obj.cpp
tools/yaml2obj/yaml2obj.h
unittests/ADT/APFloatTest.cpp
unittests/ADT/ArrayRefTest.cpp
unittests/ADT/CMakeLists.txt
unittests/ADT/DenseMapTest.cpp
unittests/ADT/DenseSetTest.cpp
unittests/ADT/HashingTest.cpp
unittests/ADT/ImmutableMapTest.cpp
unittests/ADT/OwningPtrTest.cpp [deleted file]
unittests/ADT/PointerUnionTest.cpp
unittests/ADT/SCCIteratorTest.cpp
unittests/ADT/SmallVectorTest.cpp
unittests/ADT/StringMapTest.cpp
unittests/ADT/ilistTest.cpp
unittests/Analysis/CFGTest.cpp
unittests/Analysis/MixedTBAATest.cpp
unittests/Analysis/ScalarEvolutionTest.cpp
unittests/CMakeLists.txt
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/ExecutionEngineTest.cpp
unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
unittests/ExecutionEngine/JIT/MultiJITTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp
unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp
unittests/IR/ConstantRangeTest.cpp
unittests/IR/ConstantsTest.cpp
unittests/IR/DominatorTreeTest.cpp
unittests/IR/IRBuilderTest.cpp
unittests/IR/InstructionsTest.cpp
unittests/IR/LegacyPassManagerTest.cpp
unittests/IR/MDBuilderTest.cpp
unittests/IR/MetadataTest.cpp
unittests/IR/PassManagerTest.cpp
unittests/IR/PatternMatch.cpp
unittests/IR/TypeBuilderTest.cpp
unittests/IR/UserTest.cpp
unittests/IR/ValueHandleTest.cpp
unittests/IR/ValueMapTest.cpp
unittests/IR/ValueTest.cpp
unittests/IR/VerifierTest.cpp
unittests/IR/WaymarkTest.cpp
unittests/Linker/LinkModulesTest.cpp
unittests/MC/CMakeLists.txt
unittests/MC/MCAtomTest.cpp
unittests/MC/Makefile
unittests/MC/StringTableBuilderTest.cpp [moved from unittests/Object/StringTableBuilderTest.cpp with 95% similarity]
unittests/MC/YAMLTest.cpp [moved from unittests/Object/YAMLTest.cpp with 93% similarity]
unittests/Makefile
unittests/Object/CMakeLists.txt [deleted file]
unittests/Support/CMakeLists.txt
unittests/Support/Casting.cpp
unittests/Support/CommandLineTest.cpp
unittests/Support/ConvertUTFTest.cpp
unittests/Support/DataExtractorTest.cpp
unittests/Support/ErrorOrTest.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/LockFileManagerTest.cpp
unittests/Support/ManagedStatic.cpp
unittests/Support/MemoryBufferTest.cpp
unittests/Support/MemoryTest.cpp
unittests/Support/Path.cpp
unittests/Support/ProgramTest.cpp
unittests/Support/ScaledNumberTest.cpp [new file with mode: 0644]
unittests/Support/SpecialCaseListTest.cpp [new file with mode: 0644]
unittests/Support/StringPool.cpp [new file with mode: 0644]
unittests/Support/SwapByteOrderTest.cpp
unittests/Support/ThreadLocalTest.cpp
unittests/Support/TimeValueTest.cpp
unittests/Support/YAMLIOTest.cpp
unittests/Support/raw_ostream_test.cpp
unittests/Transforms/DebugIR/DebugIR.cpp
unittests/Transforms/Utils/CMakeLists.txt
unittests/Transforms/Utils/Cloning.cpp
unittests/Transforms/Utils/SpecialCaseList.cpp [deleted file]
utils/FileCheck/FileCheck.cpp
utils/FileUpdate/Android.mk [deleted file]
utils/FileUpdate/CMakeLists.txt [deleted file]
utils/FileUpdate/FileUpdate.cpp [deleted file]
utils/FileUpdate/Makefile [deleted file]
utils/KillTheDoctor/KillTheDoctor.cpp
utils/Makefile
utils/PerfectShuffle/PerfectShuffle.cpp
utils/TableGen/Android.mk
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/AsmWriterEmitter.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/CTagsEmitter.cpp
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenRegisters.h
utils/TableGen/CodeGenSchedule.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/IntrinsicEmitter.cpp
utils/TableGen/TableGen.cpp
utils/emacs/tablegen-mode.el
utils/lit/lit/discovery.py
utils/lit/lit/util.py
utils/llvm-compilers-check
utils/llvm-lit/llvm-lit.in
utils/llvm.natvis
utils/not/not.cpp
utils/yaml-bench/YAMLBench.cpp