changeset 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents f783a2dd24b1
children e874dbf0ad9d
files CMakeLists.txt CODE_OWNERS.TXT autoconf/configure.ac cmake/modules/AddLLVM.cmake cmake/modules/HandleLLVMOptions.cmake cmake/modules/TableGen.cmake configure docs/CMake.rst docs/CodingStandards.rst docs/CommandGuide/llvm-prof.rst docs/CommandLine.rst docs/LangRef.rst docs/ReleaseNotes.rst docs/ReleaseProcess.rst docs/SourceLevelDebugging.rst docs/WritingAnLLVMBackend.rst docs/YamlIO.rst examples/BrainF/CMakeLists.txt examples/ExceptionDemo/CMakeLists.txt examples/Fibonacci/CMakeLists.txt examples/HowToUseJIT/CMakeLists.txt examples/Kaleidoscope/Chapter3/CMakeLists.txt examples/Kaleidoscope/Chapter4/CMakeLists.txt examples/Kaleidoscope/Chapter5/CMakeLists.txt examples/Kaleidoscope/Chapter6/CMakeLists.txt examples/Kaleidoscope/Chapter7/CMakeLists.txt examples/ModuleMaker/CMakeLists.txt examples/ParallelJIT/CMakeLists.txt include/llvm-c/Core.h include/llvm-c/Transforms/Scalar.h include/llvm/ADT/ArrayRef.h include/llvm/ADT/SCCIterator.h include/llvm/ADT/SmallPtrSet.h include/llvm/ADT/SmallSet.h include/llvm/ADT/SparseBitVector.h include/llvm/ADT/Triple.h include/llvm/Analysis/CallGraph.h include/llvm/Analysis/DOTGraphTraitsPass.h include/llvm/Analysis/Dominators.h include/llvm/Analysis/IntervalPartition.h include/llvm/Analysis/LoopInfo.h include/llvm/Analysis/LoopInfoImpl.h include/llvm/Analysis/PostDominators.h include/llvm/Analysis/RegionInfo.h include/llvm/AutoUpgrade.h include/llvm/CodeGen/AsmPrinter.h include/llvm/CodeGen/LexicalScopes.h include/llvm/CodeGen/MachineBlockFrequencyInfo.h include/llvm/CodeGen/MachineFrameInfo.h include/llvm/CodeGen/MachineFunction.h include/llvm/CodeGen/MachineLoopInfo.h include/llvm/CodeGen/MachineScheduler.h include/llvm/CodeGen/PBQP/Graph.h include/llvm/CodeGen/ScheduleDAG.h include/llvm/CodeGen/ScheduleDAGInstrs.h include/llvm/CodeGen/ScheduleHazardRecognizer.h include/llvm/CodeGen/StackMaps.h include/llvm/CodeGen/TargetSchedule.h include/llvm/DebugInfo.h include/llvm/ExecutionEngine/ExecutionEngine.h include/llvm/IR/Constants.h include/llvm/IR/DerivedTypes.h include/llvm/IR/IRBuilder.h include/llvm/IR/IntrinsicsAArch64.td include/llvm/IR/IntrinsicsMips.td include/llvm/IR/IntrinsicsX86.td include/llvm/IR/LegacyPassManagers.h include/llvm/IR/Metadata.h include/llvm/IR/PassManager.h include/llvm/IR/Type.h include/llvm/InitializePasses.h include/llvm/LTO/LTOModule.h include/llvm/LinkAllPasses.h include/llvm/MC/MCAsmInfo.h include/llvm/MC/MCContext.h include/llvm/MC/MCELFSymbolFlags.h include/llvm/MC/MCExpr.h include/llvm/MC/MCObjectFileInfo.h include/llvm/MC/MCParser/AsmLexer.h include/llvm/MC/MCSchedule.h include/llvm/MC/MCStreamer.h include/llvm/MC/MCSymbol.h include/llvm/Object/COFF.h include/llvm/Support/CFG.h include/llvm/Support/Compiler.h include/llvm/Support/FileSystem.h include/llvm/Support/GCOV.h include/llvm/Support/Program.h include/llvm/Support/Regex.h include/llvm/Support/YAMLTraits.h include/llvm/Target/Mangler.h include/llvm/Target/Target.td include/llvm/Target/TargetLowering.h include/llvm/Target/TargetLoweringObjectFile.h include/llvm/Target/TargetMachine.h include/llvm/Target/TargetRegisterInfo.h include/llvm/Target/TargetSchedule.td include/llvm/Transforms/IPO/PassManagerBuilder.h include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/ASanStackFrameLayout.h include/llvm/Transforms/Utils/IntegerDivision.h include/llvm/Transforms/Utils/SpecialCaseList.h include/llvm/Transforms/Vectorize.h lib/Analysis/IPA/CallGraph.cpp lib/Analysis/IPA/CallGraphSCCPass.cpp lib/Analysis/IPA/CallPrinter.cpp lib/Analysis/IPA/GlobalsModRef.cpp lib/Analysis/IPA/IPA.cpp lib/Analysis/MemDepPrinter.cpp lib/Analysis/PHITransAddr.cpp lib/Analysis/ScalarEvolutionExpander.cpp lib/Analysis/ValueTracking.cpp lib/AsmParser/LLLexer.cpp lib/AsmParser/LLParser.cpp lib/Bitcode/Reader/BitcodeReader.cpp lib/Bitcode/Writer/BitcodeWriter.cpp lib/CodeGen/AllocationOrder.h lib/CodeGen/AsmPrinter/ARMException.cpp lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp lib/CodeGen/AsmPrinter/AsmPrinterHandler.h lib/CodeGen/AsmPrinter/CMakeLists.txt lib/CodeGen/AsmPrinter/DIE.cpp lib/CodeGen/AsmPrinter/DIE.h lib/CodeGen/AsmPrinter/DIEHash.cpp lib/CodeGen/AsmPrinter/DIEHash.h lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp lib/CodeGen/AsmPrinter/DwarfAccelTable.h lib/CodeGen/AsmPrinter/DwarfCFIException.cpp lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp lib/CodeGen/AsmPrinter/DwarfCompileUnit.h lib/CodeGen/AsmPrinter/DwarfDebug.cpp lib/CodeGen/AsmPrinter/DwarfDebug.h lib/CodeGen/AsmPrinter/DwarfException.cpp lib/CodeGen/AsmPrinter/DwarfException.h lib/CodeGen/AsmPrinter/DwarfUnit.cpp lib/CodeGen/AsmPrinter/DwarfUnit.h lib/CodeGen/AsmPrinter/LLVMBuild.txt lib/CodeGen/AsmPrinter/Win64Exception.cpp lib/CodeGen/BranchFolding.cpp lib/CodeGen/LLVMBuild.txt lib/CodeGen/LexicalScopes.cpp lib/CodeGen/LiveDebugVariables.cpp lib/CodeGen/LocalStackSlotAllocation.cpp lib/CodeGen/MachineBasicBlock.cpp lib/CodeGen/MachineBlockFrequencyInfo.cpp lib/CodeGen/MachineBlockPlacement.cpp lib/CodeGen/MachineFunction.cpp lib/CodeGen/MachineScheduler.cpp lib/CodeGen/Passes.cpp lib/CodeGen/PostRASchedulerList.cpp lib/CodeGen/PrologEpilogInserter.cpp lib/CodeGen/RegAllocBase.cpp lib/CodeGen/RegAllocGreedy.cpp lib/CodeGen/ScheduleDAGInstrs.cpp lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/LegalizeTypes.h lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/CodeGen/StackColoring.cpp lib/CodeGen/StackMaps.cpp lib/CodeGen/TargetInstrInfo.cpp lib/CodeGen/TargetLoweringBase.cpp lib/CodeGen/TargetLoweringObjectFileImpl.cpp lib/DebugInfo/DWARFContext.cpp lib/ExecutionEngine/Interpreter/LLVMBuild.txt lib/ExecutionEngine/JIT/LLVMBuild.txt lib/ExecutionEngine/LLVMBuild.txt lib/ExecutionEngine/MCJIT/LLVMBuild.txt lib/ExecutionEngine/MCJIT/MCJIT.cpp lib/ExecutionEngine/MCJIT/MCJIT.h lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h lib/IR/AsmWriter.cpp lib/IR/AutoUpgrade.cpp lib/IR/Constants.cpp lib/IR/Core.cpp lib/IR/DataLayout.cpp lib/IR/DebugInfo.cpp lib/IR/GCOV.cpp lib/IR/Instructions.cpp lib/IR/LegacyPassManager.cpp lib/IR/Module.cpp lib/IR/PassManager.cpp lib/IR/Type.cpp lib/IR/Value.cpp lib/IR/Verifier.cpp lib/LTO/LLVMBuild.txt lib/LTO/LTOCodeGenerator.cpp lib/LTO/LTOModule.cpp lib/MC/ELFObjectWriter.cpp lib/MC/MCAsmInfo.cpp lib/MC/MCAsmInfoCOFF.cpp lib/MC/MCAsmInfoDarwin.cpp lib/MC/MCAsmInfoELF.cpp lib/MC/MCContext.cpp lib/MC/MCDisassembler/LLVMBuild.txt lib/MC/MCDwarf.cpp lib/MC/MCELF.cpp lib/MC/MCELFStreamer.cpp lib/MC/MCExpr.cpp lib/MC/MCParser/AsmLexer.cpp lib/MC/MCParser/AsmParser.cpp lib/MC/MCSectionCOFF.cpp lib/MC/MCSectionMachO.cpp lib/MC/MachObjectWriter.cpp lib/MC/WinCOFFObjectWriter.cpp lib/MC/WinCOFFStreamer.cpp lib/Object/MachOObjectFile.cpp lib/Option/ArgList.cpp lib/Support/APFloat.cpp lib/Support/CommandLine.cpp lib/Support/Host.cpp lib/Support/Regex.cpp lib/Support/SmallPtrSet.cpp lib/Support/Triple.cpp lib/Support/Unix/Path.inc lib/Support/Windows/Path.inc lib/Support/YAMLTraits.cpp lib/Target/AArch64/AArch64.td lib/Target/AArch64/AArch64AsmPrinter.cpp lib/Target/AArch64/AArch64ISelLowering.cpp lib/Target/AArch64/AArch64ISelLowering.h lib/Target/AArch64/AArch64InstrNEON.td lib/Target/AArch64/AsmParser/CMakeLists.txt lib/Target/AArch64/AsmParser/LLVMBuild.txt lib/Target/AArch64/CMakeLists.txt lib/Target/AArch64/Disassembler/CMakeLists.txt lib/Target/AArch64/Disassembler/LLVMBuild.txt lib/Target/AArch64/InstPrinter/CMakeLists.txt lib/Target/AArch64/LLVMBuild.txt lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp lib/Target/AArch64/MCTargetDesc/CMakeLists.txt lib/Target/AArch64/TargetInfo/CMakeLists.txt lib/Target/AArch64/TargetInfo/LLVMBuild.txt lib/Target/AArch64/Utils/CMakeLists.txt lib/Target/AArch64/Utils/LLVMBuild.txt lib/Target/ARM/A15SDOptimizer.cpp lib/Target/ARM/ARM.td lib/Target/ARM/ARMAsmPrinter.cpp lib/Target/ARM/ARMAsmPrinter.h lib/Target/ARM/ARMBaseInstrInfo.cpp lib/Target/ARM/ARMBaseInstrInfo.h lib/Target/ARM/ARMExpandPseudoInsts.cpp lib/Target/ARM/ARMFastISel.cpp lib/Target/ARM/ARMFrameLowering.cpp lib/Target/ARM/ARMISelDAGToDAG.cpp lib/Target/ARM/ARMISelLowering.cpp lib/Target/ARM/ARMISelLowering.h lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/ARMInstrThumb.td lib/Target/ARM/ARMInstrThumb2.td lib/Target/ARM/ARMMCInstLower.cpp lib/Target/ARM/ARMScheduleA9.td lib/Target/ARM/ARMSelectionDAGInfo.cpp lib/Target/ARM/ARMSubtarget.cpp lib/Target/ARM/ARMSubtarget.h lib/Target/ARM/ARMTargetMachine.cpp lib/Target/ARM/AsmParser/ARMAsmParser.cpp lib/Target/ARM/AsmParser/CMakeLists.txt lib/Target/ARM/CMakeLists.txt lib/Target/ARM/Disassembler/CMakeLists.txt lib/Target/ARM/InstPrinter/CMakeLists.txt lib/Target/ARM/LLVMBuild.txt lib/Target/ARM/MCTargetDesc/ARMArchName.def lib/Target/ARM/MCTargetDesc/ARMArchName.h lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp lib/Target/ARM/MCTargetDesc/CMakeLists.txt lib/Target/ARM/TargetInfo/CMakeLists.txt lib/Target/ARM/TargetInfo/LLVMBuild.txt lib/Target/ARM/Thumb1FrameLowering.cpp lib/Target/ARM/Thumb2SizeReduction.cpp lib/Target/CppBackend/CPPBackend.cpp lib/Target/CppBackend/TargetInfo/CMakeLists.txt lib/Target/CppBackend/TargetInfo/LLVMBuild.txt lib/Target/Hexagon/CMakeLists.txt lib/Target/Hexagon/Hexagon.td lib/Target/Hexagon/HexagonAsmPrinter.cpp lib/Target/Hexagon/HexagonAsmPrinter.h lib/Target/Hexagon/HexagonISelDAGToDAG.cpp lib/Target/Hexagon/HexagonInstrInfo.cpp lib/Target/Hexagon/HexagonInstrInfoV4.td lib/Target/Hexagon/HexagonVLIWPacketizer.cpp lib/Target/Hexagon/HexagonVarargsCallingConvention.h lib/Target/Hexagon/InstPrinter/CMakeLists.txt lib/Target/Hexagon/LLVMBuild.txt lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp lib/Target/Hexagon/TargetInfo/CMakeLists.txt lib/Target/Hexagon/TargetInfo/LLVMBuild.txt lib/Target/MSP430/CMakeLists.txt lib/Target/MSP430/InstPrinter/CMakeLists.txt lib/Target/MSP430/MCTargetDesc/CMakeLists.txt lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp lib/Target/MSP430/MSP430.td lib/Target/MSP430/MSP430AsmPrinter.cpp lib/Target/MSP430/TargetInfo/CMakeLists.txt lib/Target/MSP430/TargetInfo/LLVMBuild.txt lib/Target/Mangler.cpp lib/Target/Mips/AsmParser/CMakeLists.txt lib/Target/Mips/AsmParser/MipsAsmParser.cpp lib/Target/Mips/CMakeLists.txt lib/Target/Mips/Disassembler/CMakeLists.txt lib/Target/Mips/Disassembler/MipsDisassembler.cpp lib/Target/Mips/InstPrinter/CMakeLists.txt lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp lib/Target/Mips/InstPrinter/MipsInstPrinter.h lib/Target/Mips/LLVMBuild.txt lib/Target/Mips/MCTargetDesc/CMakeLists.txt lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp lib/Target/Mips/MicroMipsInstrInfo.td lib/Target/Mips/Mips.h lib/Target/Mips/Mips.td lib/Target/Mips/Mips16FrameLowering.cpp lib/Target/Mips/Mips16HardFloat.cpp lib/Target/Mips/Mips16InstrInfo.cpp lib/Target/Mips/Mips16InstrInfo.h lib/Target/Mips/Mips16InstrInfo.td lib/Target/Mips/Mips64InstrInfo.td lib/Target/Mips/MipsAsmPrinter.cpp lib/Target/Mips/MipsAsmPrinter.h lib/Target/Mips/MipsCodeEmitter.cpp lib/Target/Mips/MipsConstantIslandPass.cpp lib/Target/Mips/MipsISelLowering.cpp lib/Target/Mips/MipsInstrInfo.td lib/Target/Mips/MipsMSAInstrFormats.td lib/Target/Mips/MipsMSAInstrInfo.td lib/Target/Mips/MipsOptimizePICCall.cpp lib/Target/Mips/MipsRegisterInfo.cpp lib/Target/Mips/MipsSEISelLowering.cpp lib/Target/Mips/MipsSERegisterInfo.cpp lib/Target/Mips/MipsSubtarget.cpp lib/Target/Mips/MipsTargetMachine.cpp lib/Target/Mips/TargetInfo/CMakeLists.txt lib/Target/Mips/TargetInfo/LLVMBuild.txt lib/Target/NVPTX/CMakeLists.txt lib/Target/NVPTX/InstPrinter/CMakeLists.txt lib/Target/NVPTX/LLVMBuild.txt lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp lib/Target/NVPTX/NVPTX.td lib/Target/NVPTX/NVPTXAsmPrinter.cpp lib/Target/NVPTX/NVPTXAsmPrinter.h lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp lib/Target/NVPTX/NVPTXISelLowering.cpp lib/Target/NVPTX/TargetInfo/CMakeLists.txt lib/Target/NVPTX/TargetInfo/LLVMBuild.txt lib/Target/PowerPC/AsmParser/CMakeLists.txt lib/Target/PowerPC/CMakeLists.txt lib/Target/PowerPC/InstPrinter/CMakeLists.txt lib/Target/PowerPC/LLVMBuild.txt lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp lib/Target/PowerPC/PPC.td lib/Target/PowerPC/PPCAsmPrinter.cpp lib/Target/PowerPC/PPCHazardRecognizers.cpp lib/Target/PowerPC/PPCHazardRecognizers.h lib/Target/PowerPC/PPCISelDAGToDAG.cpp lib/Target/PowerPC/PPCISelLowering.cpp 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/PPCMCInstLower.cpp lib/Target/PowerPC/PPCSchedule.td lib/Target/PowerPC/PPCSchedule440.td lib/Target/PowerPC/PPCScheduleA2.td lib/Target/PowerPC/PPCScheduleE500mc.td lib/Target/PowerPC/PPCScheduleE5500.td lib/Target/PowerPC/PPCScheduleG3.td lib/Target/PowerPC/PPCScheduleG4.td lib/Target/PowerPC/PPCScheduleG4Plus.td lib/Target/PowerPC/PPCScheduleG5.td lib/Target/PowerPC/PPCScheduleP7.td lib/Target/PowerPC/PPCSubtarget.cpp lib/Target/PowerPC/PPCSubtarget.h lib/Target/PowerPC/PPCTargetMachine.cpp lib/Target/PowerPC/TargetInfo/CMakeLists.txt lib/Target/PowerPC/TargetInfo/LLVMBuild.txt lib/Target/R600/AMDGPU.h lib/Target/R600/AMDGPU.td lib/Target/R600/AMDGPUAsmPrinter.cpp lib/Target/R600/AMDGPUAsmPrinter.h lib/Target/R600/AMDGPUISelLowering.cpp lib/Target/R600/AMDGPUInstrInfo.cpp lib/Target/R600/AMDGPUInstrInfo.h lib/Target/R600/AMDGPURegisterInfo.cpp lib/Target/R600/AMDGPUSubtarget.cpp lib/Target/R600/AMDGPUTargetMachine.cpp lib/Target/R600/AMDILCFGStructurizer.cpp lib/Target/R600/CMakeLists.txt lib/Target/R600/InstPrinter/CMakeLists.txt lib/Target/R600/LLVMBuild.txt lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp lib/Target/R600/MCTargetDesc/CMakeLists.txt lib/Target/R600/Processors.td lib/Target/R600/R600ControlFlowFinalizer.cpp lib/Target/R600/R600EmitClauseMarkers.cpp lib/Target/R600/R600ExpandSpecialInstrs.cpp lib/Target/R600/R600ISelLowering.cpp lib/Target/R600/R600Instructions.td lib/Target/R600/R600OptimizeVectorRegisters.cpp lib/Target/R600/SIAnnotateControlFlow.cpp lib/Target/R600/SIInstrInfo.cpp lib/Target/R600/SIInstrInfo.h lib/Target/R600/SIInstructions.td lib/Target/R600/SILowerControlFlow.cpp lib/Target/R600/SIMachineFunctionInfo.cpp lib/Target/R600/SIMachineFunctionInfo.h lib/Target/R600/TargetInfo/CMakeLists.txt lib/Target/R600/TargetInfo/LLVMBuild.txt lib/Target/Sparc/CMakeLists.txt lib/Target/Sparc/MCTargetDesc/CMakeLists.txt lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp lib/Target/Sparc/Sparc.td lib/Target/Sparc/SparcISelLowering.cpp lib/Target/Sparc/SparcISelLowering.h lib/Target/Sparc/SparcSubtarget.h lib/Target/Sparc/SparcTargetMachine.cpp lib/Target/Sparc/TargetInfo/CMakeLists.txt lib/Target/Sparc/TargetInfo/LLVMBuild.txt lib/Target/SystemZ/AsmParser/CMakeLists.txt lib/Target/SystemZ/CMakeLists.txt lib/Target/SystemZ/Disassembler/CMakeLists.txt lib/Target/SystemZ/InstPrinter/CMakeLists.txt lib/Target/SystemZ/LLVMBuild.txt lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp lib/Target/SystemZ/README.txt lib/Target/SystemZ/SystemZ.td lib/Target/SystemZ/SystemZAsmPrinter.cpp lib/Target/SystemZ/SystemZISelLowering.cpp lib/Target/SystemZ/SystemZISelLowering.h lib/Target/SystemZ/SystemZInstrFP.td lib/Target/SystemZ/SystemZInstrInfo.td lib/Target/SystemZ/SystemZOperators.td lib/Target/SystemZ/SystemZPatterns.td lib/Target/SystemZ/SystemZProcessors.td lib/Target/SystemZ/SystemZSubtarget.cpp lib/Target/SystemZ/SystemZSubtarget.h lib/Target/SystemZ/TargetInfo/CMakeLists.txt lib/Target/SystemZ/TargetInfo/LLVMBuild.txt lib/Target/TargetLibraryInfo.cpp lib/Target/TargetLoweringObjectFile.cpp lib/Target/TargetMachine.cpp lib/Target/X86/AsmParser/CMakeLists.txt lib/Target/X86/AsmParser/X86AsmParser.cpp lib/Target/X86/CMakeLists.txt lib/Target/X86/Disassembler/CMakeLists.txt lib/Target/X86/Disassembler/LLVMBuild.txt lib/Target/X86/InstPrinter/CMakeLists.txt lib/Target/X86/MCTargetDesc/CMakeLists.txt lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp lib/Target/X86/TargetInfo/CMakeLists.txt lib/Target/X86/TargetInfo/LLVMBuild.txt lib/Target/X86/Utils/CMakeLists.txt lib/Target/X86/Utils/LLVMBuild.txt lib/Target/X86/X86.td lib/Target/X86/X86AsmPrinter.cpp lib/Target/X86/X86AsmPrinter.h lib/Target/X86/X86CallingConv.td lib/Target/X86/X86FrameLowering.cpp lib/Target/X86/X86ISelDAGToDAG.cpp lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86InstrAVX512.td lib/Target/X86/X86InstrInfo.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td lib/Target/X86/X86MCInstLower.cpp lib/Target/X86/X86RegisterInfo.cpp lib/Target/X86/X86Subtarget.cpp lib/Target/X86/X86Subtarget.h lib/Target/X86/X86TargetMachine.cpp lib/Target/X86/X86TargetTransformInfo.cpp lib/Target/X86/X86VZeroUpper.cpp lib/Target/XCore/CMakeLists.txt lib/Target/XCore/Disassembler/CMakeLists.txt lib/Target/XCore/InstPrinter/CMakeLists.txt lib/Target/XCore/LLVMBuild.txt lib/Target/XCore/MCTargetDesc/CMakeLists.txt lib/Target/XCore/MCTargetDesc/LLVMBuild.txt lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp lib/Target/XCore/TargetInfo/CMakeLists.txt lib/Target/XCore/TargetInfo/LLVMBuild.txt lib/Target/XCore/XCore.td lib/Target/XCore/XCoreAsmPrinter.cpp lib/Target/XCore/XCoreFrameLowering.cpp lib/Target/XCore/XCoreFrameLowering.h lib/Target/XCore/XCoreISelLowering.cpp lib/Target/XCore/XCoreInstrInfo.td lib/Target/XCore/XCoreMachineFunctionInfo.cpp lib/Target/XCore/XCoreMachineFunctionInfo.h lib/Target/XCore/XCoreRegisterInfo.cpp lib/Target/XCore/XCoreRegisterInfo.h lib/Target/XCore/XCoreTargetObjectFile.cpp lib/Target/XCore/XCoreTargetObjectFile.h lib/Transforms/IPO/ArgumentPromotion.cpp lib/Transforms/IPO/FunctionAttrs.cpp lib/Transforms/IPO/GlobalOpt.cpp lib/Transforms/IPO/IPConstantPropagation.cpp lib/Transforms/IPO/InlineAlways.cpp lib/Transforms/IPO/InlineSimple.cpp lib/Transforms/IPO/Inliner.cpp lib/Transforms/IPO/Internalize.cpp lib/Transforms/IPO/LLVMBuild.txt lib/Transforms/IPO/PassManagerBuilder.cpp lib/Transforms/IPO/PruneEH.cpp lib/Transforms/IPO/StripSymbols.cpp lib/Transforms/InstCombine/InstCombineCasts.cpp lib/Transforms/InstCombine/InstCombineCompares.cpp lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp lib/Transforms/InstCombine/InstructionCombining.cpp lib/Transforms/Instrumentation/AddressSanitizer.cpp lib/Transforms/Instrumentation/DataFlowSanitizer.cpp lib/Transforms/Instrumentation/GCOVProfiling.cpp lib/Transforms/Instrumentation/LLVMBuild.txt lib/Transforms/Instrumentation/MemorySanitizer.cpp lib/Transforms/Instrumentation/ThreadSanitizer.cpp lib/Transforms/ObjCARC/ObjCARCOpts.cpp lib/Transforms/Scalar/CMakeLists.txt lib/Transforms/Scalar/EarlyCSE.cpp lib/Transforms/Scalar/GVN.cpp lib/Transforms/Scalar/LLVMBuild.txt lib/Transforms/Scalar/LoopIdiomRecognize.cpp lib/Transforms/Scalar/LoopRerollPass.cpp lib/Transforms/Scalar/LoopRotation.cpp lib/Transforms/Scalar/LoopUnrollPass.cpp lib/Transforms/Scalar/SampleProfile.cpp lib/Transforms/Scalar/Scalar.cpp lib/Transforms/Scalar/ScalarReplAggregates.cpp lib/Transforms/Scalar/Scalarizer.cpp lib/Transforms/Utils/ASanStackFrameLayout.cpp lib/Transforms/Utils/CMakeLists.txt lib/Transforms/Utils/InlineFunction.cpp lib/Transforms/Utils/IntegerDivision.cpp lib/Transforms/Utils/Local.cpp lib/Transforms/Utils/LoopUnroll.cpp lib/Transforms/Utils/PromoteMemoryToRegister.cpp lib/Transforms/Utils/SimplifyLibCalls.cpp lib/Transforms/Vectorize/LLVMBuild.txt lib/Transforms/Vectorize/LoopVectorize.cpp lib/Transforms/Vectorize/SLPVectorizer.cpp test/Assembler/functionlocal-metadata.ll test/Assembler/invalid-name.ll test/Bindings/Ocaml/vmcore.ml test/Bitcode/drop-debug-info.ll test/Bitcode/linkage-types-3.2.ll test/Bitcode/linkage-types-3.2.ll.bc test/Bitcode/visibility-styles.3.2.ll test/Bitcode/visibility-styles.3.2.ll.bc test/BugPoint/metadata.ll test/CMakeLists.txt test/CodeGen/AArch64/128bit_load_store.ll test/CodeGen/AArch64/assertion-rc-mismatch.ll test/CodeGen/AArch64/neon-2velem-high.ll test/CodeGen/AArch64/neon-3vdiff.ll test/CodeGen/AArch64/neon-aba-abd.ll test/CodeGen/AArch64/neon-across.ll test/CodeGen/AArch64/neon-add-pairwise.ll test/CodeGen/AArch64/neon-add-sub.ll test/CodeGen/AArch64/neon-bitwise-instructions.ll test/CodeGen/AArch64/neon-copy.ll test/CodeGen/AArch64/neon-fma.ll test/CodeGen/AArch64/neon-max-min-pairwise.ll test/CodeGen/AArch64/neon-misc-scalar.ll test/CodeGen/AArch64/neon-misc.ll test/CodeGen/AArch64/neon-mla-mls.ll test/CodeGen/AArch64/neon-mov.ll test/CodeGen/AArch64/neon-mul-div.ll test/CodeGen/AArch64/neon-scalar-add-sub.ll test/CodeGen/AArch64/neon-scalar-by-elem-fma.ll test/CodeGen/AArch64/neon-scalar-by-elem-mul.ll test/CodeGen/AArch64/neon-scalar-compare.ll test/CodeGen/AArch64/neon-scalar-copy.ll test/CodeGen/AArch64/neon-scalar-cvt.ll test/CodeGen/AArch64/neon-scalar-fabd.ll test/CodeGen/AArch64/neon-scalar-fcvt.ll test/CodeGen/AArch64/neon-scalar-fp-compare.ll test/CodeGen/AArch64/neon-scalar-recip.ll test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll test/CodeGen/AArch64/neon-scalar-rounding-shift.ll test/CodeGen/AArch64/neon-scalar-saturating-add-sub.ll test/CodeGen/AArch64/neon-scalar-saturating-rounding-shift.ll test/CodeGen/AArch64/neon-scalar-saturating-shift.ll test/CodeGen/AArch64/neon-scalar-shift.ll test/CodeGen/AArch64/neon-simd-ldst.ll test/CodeGen/AArch64/neon-simd-shift.ll test/CodeGen/AArch64/neon-truncStore-extLoad.ll test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll test/CodeGen/ARM/2010-08-04-StackVariable.ll test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll test/CodeGen/ARM/addrspacecast.ll test/CodeGen/ARM/build-attributes.ll test/CodeGen/ARM/coalesce-dbgvalue.ll test/CodeGen/ARM/cse-ldrlit.ll test/CodeGen/ARM/debug-info-arg.ll test/CodeGen/ARM/debug-info-blocks.ll test/CodeGen/ARM/debug-info-branch-folding.ll test/CodeGen/ARM/debug-info-d16-reg.ll test/CodeGen/ARM/debug-info-qreg.ll test/CodeGen/ARM/debug-info-s16-reg.ll test/CodeGen/ARM/debug-info-sreg2.ll test/CodeGen/ARM/fast-isel-intrinsic.ll test/CodeGen/ARM/fast-isel-static.ll test/CodeGen/ARM/fold-stack-adjust.ll test/CodeGen/ARM/indirectbr.ll test/CodeGen/ARM/machine-licm.ll test/CodeGen/ARM/minsize-litpools.ll test/CodeGen/ARM/movt-movw-global.ll test/CodeGen/ARM/saxpy10-a9.ll test/CodeGen/ARM/sub-cmp-peephole.ll test/CodeGen/ARM/tls-models.ll test/CodeGen/ARM/tls1.ll test/CodeGen/ARM/tls2.ll test/CodeGen/Hexagon/hwloop-dbg.ll test/CodeGen/Inputs/DbgValueOtherTargets.ll test/CodeGen/Mips/2008-07-16-SignExtInReg.ll test/CodeGen/Mips/addi.ll test/CodeGen/Mips/align16.ll test/CodeGen/Mips/alloca16.ll test/CodeGen/Mips/blockaddr.ll test/CodeGen/Mips/bswap.ll test/CodeGen/Mips/call-optimization.ll test/CodeGen/Mips/ci2.ll test/CodeGen/Mips/cmov.ll test/CodeGen/Mips/const4a.ll test/CodeGen/Mips/const6.ll test/CodeGen/Mips/ctlz.ll test/CodeGen/Mips/ex2.ll test/CodeGen/Mips/f16abs.ll test/CodeGen/Mips/fixdfsf.ll test/CodeGen/Mips/fp16instrinsmc.ll test/CodeGen/Mips/fp16mix.ll test/CodeGen/Mips/fp16static.ll test/CodeGen/Mips/fpnotneeded.ll test/CodeGen/Mips/fptr2.ll test/CodeGen/Mips/helloworld.ll test/CodeGen/Mips/hf16_1.ll test/CodeGen/Mips/hf16call32.ll test/CodeGen/Mips/hf16call32_body.ll test/CodeGen/Mips/hf1_body.ll test/CodeGen/Mips/hfptrcall.ll test/CodeGen/Mips/i32k.ll test/CodeGen/Mips/largefr1.ll test/CodeGen/Mips/lcb2.ll test/CodeGen/Mips/lcb3c.ll test/CodeGen/Mips/lcb4a.ll test/CodeGen/Mips/lcb5.ll test/CodeGen/Mips/mbrsize4a.ll test/CodeGen/Mips/mips16_fpret.ll test/CodeGen/Mips/mips16fpe.ll test/CodeGen/Mips/msa/3r-s.ll test/CodeGen/Mips/msa/elm_shift_slide.ll test/CodeGen/Mips/msa/frameindex.ll test/CodeGen/Mips/nomips16.ll test/CodeGen/Mips/powif64_16.ll test/CodeGen/Mips/rotate.ll test/CodeGen/Mips/s2rem.ll test/CodeGen/Mips/sel1c.ll test/CodeGen/Mips/sel2c.ll test/CodeGen/Mips/sr1.ll test/CodeGen/Mips/trap1.ll test/CodeGen/NVPTX/ldparam-v4.ll test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll test/CodeGen/PowerPC/anon_aggr.ll test/CodeGen/PowerPC/coalesce-ext.ll test/CodeGen/PowerPC/complex-return.ll test/CodeGen/PowerPC/dbg.ll test/CodeGen/PowerPC/jaggedstructs.ll test/CodeGen/PowerPC/lsa.ll test/CodeGen/PowerPC/ppc32-vacopy.ll test/CodeGen/PowerPC/pr17168.ll test/CodeGen/PowerPC/pwr7-gt-nop.ll test/CodeGen/PowerPC/sjlj.ll test/CodeGen/PowerPC/srl-mask.ll test/CodeGen/PowerPC/stfiwx.ll test/CodeGen/PowerPC/structsinmem.ll test/CodeGen/PowerPC/structsinregs.ll test/CodeGen/PowerPC/subsumes-pred-regs.ll test/CodeGen/PowerPC/tls-2.ll test/CodeGen/PowerPC/tls-gd.ll test/CodeGen/PowerPC/tls-ie.ll test/CodeGen/PowerPC/tls-ld-2.ll test/CodeGen/PowerPC/tls-ld.ll test/CodeGen/PowerPC/tls-pic.ll test/CodeGen/PowerPC/tls.ll test/CodeGen/PowerPC/unaligned.ll test/CodeGen/PowerPC/unwind-dw2-g.ll test/CodeGen/PowerPC/vec_cmp.ll test/CodeGen/PowerPC/weak_def_can_be_hidden.ll test/CodeGen/R600/cayman-loop-bug.ll test/CodeGen/R600/icmp64.ll test/CodeGen/R600/jump-address.ll test/CodeGen/R600/llvm.exp2.ll test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll test/CodeGen/R600/register-count-comments.ll test/CodeGen/R600/si-sgpr-spill.ll test/CodeGen/SPARC/2013-05-17-CallFrame.ll test/CodeGen/SPARC/64cond.ll test/CodeGen/SPARC/rem.ll test/CodeGen/SystemZ/Large/branch-range-01.py test/CodeGen/SystemZ/Large/branch-range-02.py test/CodeGen/SystemZ/Large/branch-range-03.py test/CodeGen/SystemZ/Large/branch-range-04.py test/CodeGen/SystemZ/Large/branch-range-05.py test/CodeGen/SystemZ/Large/branch-range-06.py test/CodeGen/SystemZ/Large/branch-range-09.py test/CodeGen/SystemZ/Large/branch-range-10.py test/CodeGen/SystemZ/Large/branch-range-11.py test/CodeGen/SystemZ/Large/branch-range-12.py test/CodeGen/SystemZ/atomic-load-01.ll test/CodeGen/SystemZ/atomic-load-02.ll test/CodeGen/SystemZ/atomic-load-03.ll test/CodeGen/SystemZ/atomic-load-04.ll test/CodeGen/SystemZ/atomic-store-01.ll test/CodeGen/SystemZ/atomic-store-02.ll test/CodeGen/SystemZ/atomic-store-03.ll test/CodeGen/SystemZ/atomic-store-04.ll test/CodeGen/SystemZ/cond-store-01.ll test/CodeGen/SystemZ/cond-store-02.ll test/CodeGen/SystemZ/cond-store-03.ll test/CodeGen/SystemZ/cond-store-04.ll test/CodeGen/SystemZ/fp-cmp-04.ll test/CodeGen/SystemZ/frame-13.ll test/CodeGen/SystemZ/frame-14.ll test/CodeGen/SystemZ/insert-06.ll test/CodeGen/SystemZ/int-cmp-05.ll test/CodeGen/SystemZ/int-cmp-06.ll test/CodeGen/SystemZ/selectcc-01.ll test/CodeGen/SystemZ/selectcc-02.ll test/CodeGen/SystemZ/selectcc-03.ll test/CodeGen/SystemZ/serialize-01.ll test/CodeGen/SystemZ/spill-01.ll test/CodeGen/Thumb/2010-07-15-debugOrdering.ll test/CodeGen/Thumb/unord.ll test/CodeGen/Thumb2/tls1.ll test/CodeGen/Thumb2/tls2.ll test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll test/CodeGen/X86/2007-10-17-IllegalAsm.ll test/CodeGen/X86/2009-06-05-VZextByteShort.ll test/CodeGen/X86/2010-01-18-DbgValue.ll test/CodeGen/X86/2010-05-25-DotDebugLoc.ll test/CodeGen/X86/2010-05-26-DotDebugLoc.ll test/CodeGen/X86/2010-05-28-Crash.ll test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll test/CodeGen/X86/2010-08-04-StackVariable.ll test/CodeGen/X86/2010-09-16-EmptyFilename.ll test/CodeGen/X86/2010-11-02-DbgParameter.ll test/CodeGen/X86/2010-12-02-MC-Set.ll test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll test/CodeGen/X86/2012-11-30-handlemove-dbg.ll test/CodeGen/X86/2012-11-30-misched-dbg.ll test/CodeGen/X86/2012-11-30-regpres-dbg.ll test/CodeGen/X86/3addr-16bit.ll test/CodeGen/X86/MachineSink-DbgValue.ll test/CodeGen/X86/StackColoring-dbg.ll test/CodeGen/X86/anyregcc.ll test/CodeGen/X86/avx512-arith.ll test/CodeGen/X86/avx512-cmp.ll test/CodeGen/X86/avx512-cvt.ll test/CodeGen/X86/avx512-insert-extract.ll test/CodeGen/X86/avx512-intrinsics.ll test/CodeGen/X86/avx512-mask-op.ll test/CodeGen/X86/avx512-mov.ll test/CodeGen/X86/avx512-shuffle.ll test/CodeGen/X86/avx512-vbroadcast.ll test/CodeGen/X86/avx512-vselect-crash.ll test/CodeGen/X86/avx512-zext-load-crash.ll test/CodeGen/X86/codegen-prepare-extload.ll test/CodeGen/X86/ctpop-combine.ll test/CodeGen/X86/dwarf-comp-dir.ll test/CodeGen/X86/fastcall-correct-mangling.ll test/CodeGen/X86/fma4-intrinsics-x86_64.ll test/CodeGen/X86/fp-fast.ll test/CodeGen/X86/inline-asm-stack-realign.ll test/CodeGen/X86/inline-asm-stack-realign2.ll test/CodeGen/X86/inline-asm-stack-realign3.ll test/CodeGen/X86/inline-asm.ll test/CodeGen/X86/linker-private.ll test/CodeGen/X86/memcmp.ll test/CodeGen/X86/memset-2.ll test/CodeGen/X86/ms-inline-asm.ll test/CodeGen/X86/patchpoint.ll test/CodeGen/X86/pic.ll test/CodeGen/X86/pr17631.ll test/CodeGen/X86/pr18162.ll test/CodeGen/X86/rot16.ll test/CodeGen/X86/shift-double.ll test/CodeGen/X86/shrink-compare.ll test/CodeGen/X86/sibcall-5.ll test/CodeGen/X86/sse-scalar-fp-arith.ll test/CodeGen/X86/sse2-intrinsics-x86.ll test/CodeGen/X86/stack-protector-dbginfo.ll test/CodeGen/X86/stackmap-nops.ll test/CodeGen/X86/stackmap.ll test/CodeGen/X86/stdcall-notailcall.ll test/CodeGen/X86/unknown-location.ll test/CodeGen/X86/vec_shift4.ll test/CodeGen/X86/vshift-4.ll test/CodeGen/X86/weak_def_can_be_hidden.ll test/CodeGen/X86/win32_sret.ll test/CodeGen/X86/x86-64-double-precision-shift-left.ll test/CodeGen/X86/x86-64-double-precision-shift-right.ll test/CodeGen/X86/x86-64-double-shifts-Oz-Os-O2.ll test/CodeGen/X86/x86-64-double-shifts-var.ll test/CodeGen/X86/x86-shifts.ll test/CodeGen/X86/zlib-longest-match.ll test/CodeGen/XCore/codemodel.ll test/CodeGen/XCore/epilogue_prologue.ll test/CodeGen/XCore/scavenging.ll test/DebugInfo/2009-11-03-InsertExtractValue.ll test/DebugInfo/2009-11-05-DeadGlobalVariable.ll test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll test/DebugInfo/2009-11-10-CurrentFn.ll test/DebugInfo/2010-01-05-DbgScope.ll test/DebugInfo/2010-01-19-DbgScope.ll test/DebugInfo/2010-03-19-DbgDeclare.ll test/DebugInfo/2010-03-24-MemberFn.ll test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll test/DebugInfo/2010-04-19-FramePtr.ll test/DebugInfo/2010-05-03-DisableFramePtr.ll test/DebugInfo/2010-05-03-OriginDIE.ll test/DebugInfo/2010-05-10-MultipleCU.ll test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll test/DebugInfo/2010-07-19-Crash.ll test/DebugInfo/2010-10-01-crash.ll test/DebugInfo/AArch64/dwarfdump.ll test/DebugInfo/AArch64/variable-loc.ll test/DebugInfo/ARM/PR16736.ll test/DebugInfo/ARM/lowerbdgdeclare_vla.ll test/DebugInfo/PowerPC/tls-fission.ll test/DebugInfo/PowerPC/tls.ll test/DebugInfo/SystemZ/variable-loc.ll test/DebugInfo/X86/2010-04-13-PubType.ll test/DebugInfo/X86/2010-08-10-DbgConstant.ll test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll test/DebugInfo/X86/2011-12-16-BadStructRef.ll test/DebugInfo/X86/DW_AT_byte_size.ll test/DebugInfo/X86/DW_AT_location-reference.ll test/DebugInfo/X86/DW_AT_object_pointer.ll test/DebugInfo/X86/DW_AT_specification.ll test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll test/DebugInfo/X86/DW_TAG_friend.ll test/DebugInfo/X86/aligned_stack_var.ll test/DebugInfo/X86/arange.ll test/DebugInfo/X86/arguments.ll test/DebugInfo/X86/block-capture.ll test/DebugInfo/X86/byvalstruct.ll test/DebugInfo/X86/c-type-units.ll test/DebugInfo/X86/coff_relative_names.ll test/DebugInfo/X86/concrete_out_of_line.ll test/DebugInfo/X86/data_member_location.ll test/DebugInfo/X86/dbg-at-specficiation.ll test/DebugInfo/X86/dbg-byval-parameter.ll test/DebugInfo/X86/dbg-const-int.ll test/DebugInfo/X86/dbg-const.ll test/DebugInfo/X86/dbg-declare-arg.ll test/DebugInfo/X86/dbg-declare.ll test/DebugInfo/X86/dbg-file-name.ll test/DebugInfo/X86/dbg-i128-const.ll test/DebugInfo/X86/dbg-large-unsigned-const.ll test/DebugInfo/X86/dbg-merge-loc-entry.ll test/DebugInfo/X86/dbg-prolog-end.ll test/DebugInfo/X86/dbg-subrange.ll test/DebugInfo/X86/dbg-value-dag-combine.ll test/DebugInfo/X86/dbg-value-inlined-parameter.ll test/DebugInfo/X86/dbg-value-isel.ll test/DebugInfo/X86/dbg-value-location.ll test/DebugInfo/X86/dbg-value-range.ll test/DebugInfo/X86/dbg-value-terminator.ll test/DebugInfo/X86/dbg_value_direct.ll test/DebugInfo/X86/debug-info-block-captured-self.ll test/DebugInfo/X86/debug-info-blocks.ll test/DebugInfo/X86/debug-info-static-member.ll test/DebugInfo/X86/debug_frame.ll test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll test/DebugInfo/X86/dwarf-aranges.ll test/DebugInfo/X86/dwarf-public-names.ll test/DebugInfo/X86/dwarf-pubnames-split.ll test/DebugInfo/X86/earlydup-crash.ll test/DebugInfo/X86/eh_symbol.ll test/DebugInfo/X86/elf-names.ll test/DebugInfo/X86/empty-and-one-elem-array.ll test/DebugInfo/X86/empty-array.ll test/DebugInfo/X86/ending-run.ll test/DebugInfo/X86/enum-class.ll test/DebugInfo/X86/enum-fwd-decl.ll test/DebugInfo/X86/fission-cu.ll test/DebugInfo/X86/fission-hash.ll test/DebugInfo/X86/fission-ranges.ll test/DebugInfo/X86/generate-odr-hash.ll test/DebugInfo/X86/gnu-public-names-empty.ll test/DebugInfo/X86/gnu-public-names.ll test/DebugInfo/X86/instcombine-instrinsics.ll test/DebugInfo/X86/line-info.ll test/DebugInfo/X86/linkage-name.ll test/DebugInfo/X86/low-pc-cu.ll test/DebugInfo/X86/misched-dbg-value.ll test/DebugInfo/X86/multiple-aranges.ll test/DebugInfo/X86/multiple-at-const-val.ll test/DebugInfo/X86/nondefault-subrange-array.ll test/DebugInfo/X86/objc-fwd-decl.ll test/DebugInfo/X86/op_deref.ll test/DebugInfo/X86/parameters.ll test/DebugInfo/X86/pointer-type-size.ll test/DebugInfo/X86/pr11300.ll test/DebugInfo/X86/pr12831.ll test/DebugInfo/X86/pr13303.ll test/DebugInfo/X86/pr9951.ll test/DebugInfo/X86/prologue-stack.ll test/DebugInfo/X86/ref_addr_relocation.ll test/DebugInfo/X86/reference-argument.ll test/DebugInfo/X86/rvalue-ref.ll test/DebugInfo/X86/stmt-list-multiple-compile-units.ll test/DebugInfo/X86/stmt-list.ll test/DebugInfo/X86/stringpool.ll test/DebugInfo/X86/struct-loc.ll test/DebugInfo/X86/subrange-type.ll test/DebugInfo/X86/subreg.ll test/DebugInfo/X86/template.ll test/DebugInfo/X86/tls-fission.ll test/DebugInfo/X86/tls.ll test/DebugInfo/X86/union-template.ll test/DebugInfo/X86/vector.ll test/DebugInfo/X86/vla.ll test/DebugInfo/array.ll test/DebugInfo/bug_null_debuginfo.ll test/DebugInfo/debuginfofinder-multiple-cu.ll test/DebugInfo/dwarf-public-names.ll test/DebugInfo/enum.ll test/DebugInfo/global.ll test/DebugInfo/inline-debug-info-multiret.ll test/DebugInfo/inline-debug-info.ll test/DebugInfo/inlined-arguments.ll test/DebugInfo/inlined-vars.ll test/DebugInfo/member-order.ll test/DebugInfo/member-pointers.ll test/DebugInfo/namespace.ll test/DebugInfo/template-recursive-void.ll test/DebugInfo/tu-composite.ll test/DebugInfo/tu-member-pointer.ll test/DebugInfo/two-cus-from-same-file.ll test/DebugInfo/version.ll test/ExecutionEngine/MCJIT/remote/lit.local.cfg test/Feature/md_on_instruction.ll test/FileCheck/check-multiple-prefixes-nomatch-2.txt test/Instrumentation/AddressSanitizer/basic.ll test/Instrumentation/AddressSanitizer/debug_info.ll test/Instrumentation/AddressSanitizer/stack_layout.ll test/Instrumentation/DataFlowSanitizer/load.ll test/Instrumentation/DataFlowSanitizer/store.ll test/Instrumentation/MemorySanitizer/check_access_address.ll test/Instrumentation/MemorySanitizer/msan_basic.ll test/Instrumentation/ThreadSanitizer/vptr_update.ll test/JitListener/test-common-symbols.ll test/JitListener/test-inline.ll test/JitListener/test-parameters.ll test/LTO/triple-init.ll test/Linker/2011-08-04-DebugLoc.ll test/Linker/2011-08-04-DebugLoc2.ll test/Linker/2011-08-04-Metadata.ll test/Linker/2011-08-04-Metadata2.ll test/Linker/2011-08-18-unique-class-type.ll test/Linker/2011-08-18-unique-class-type2.ll test/Linker/2011-08-18-unique-debug-type.ll test/Linker/2011-08-18-unique-debug-type2.ll test/Linker/DbgDeclare.ll test/Linker/DbgDeclare2.ll test/Linker/Inputs/type-unique-inheritance-a.ll test/Linker/Inputs/type-unique-inheritance-b.ll test/Linker/Inputs/type-unique-simple2-a.ll test/Linker/Inputs/type-unique-simple2-b.ll test/Linker/type-unique-simple-a.ll test/Linker/type-unique-simple-b.ll test/MC/ARM/comment.s test/MC/ARM/directive-arch-armv2.s test/MC/ARM/directive-arch-armv2a.s test/MC/ARM/directive-arch-armv3.s test/MC/ARM/directive-arch-armv3m.s test/MC/ARM/directive-arch-armv4.s test/MC/ARM/directive-arch-armv4t.s test/MC/ARM/directive-arch-armv5.s test/MC/ARM/directive-arch-armv5t.s test/MC/ARM/directive-arch-armv5te.s test/MC/ARM/directive-arch-armv6-m.s test/MC/ARM/directive-arch-armv6.s test/MC/ARM/directive-arch-armv6j.s test/MC/ARM/directive-arch-armv6t2.s test/MC/ARM/directive-arch-armv6z.s test/MC/ARM/directive-arch-armv6zk.s test/MC/ARM/directive-arch-armv7-a.s test/MC/ARM/directive-arch-armv7-m.s test/MC/ARM/directive-arch-armv7-r.s test/MC/ARM/directive-arch-armv7.s test/MC/ARM/directive-arch-armv8-a.s test/MC/ARM/directive-arch-iwmmxt.s test/MC/ARM/directive-arch-iwmmxt2.s test/MC/ARM/symbol-variants-errors.s test/MC/ARM/symbol-variants.s test/MC/ARM/thumb-st_other.s test/MC/COFF/comm.s test/MC/COFF/timestamp.s test/MC/COFF/tricky-names.ll test/MC/COFF/weak-symbol.ll test/MC/ELF/weak.s test/MC/MachO/x86_32-scattered-reloc-fallback.s test/MC/Mips/mips_directives.s test/MC/Mips/msa/test_mi10.s test/MC/X86/stackmap-nops.ll test/Object/nm-archive.test test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll test/Transforms/DeadArgElim/dbginfo.ll test/Transforms/DeadStoreElimination/inst-limits.ll test/Transforms/GCOVProfiling/linkagename.ll test/Transforms/GCOVProfiling/version.ll test/Transforms/Inline/inline_invoke.ll test/Transforms/Inline/invoke-cleanup.ll test/Transforms/Inline/invoke-combine-clauses.ll test/Transforms/InstCombine/addrspacecast.ll test/Transforms/InstCombine/debug-line.ll test/Transforms/InstCombine/debuginfo.ll test/Transforms/InstCombine/fpextend.ll test/Transforms/InstCombine/fpextend_x86.ll test/Transforms/InstCombine/phi-select-constexpr.ll test/Transforms/InstCombine/pow-1.ll test/Transforms/Internalize/lists.ll test/Transforms/LICM/debug-value.ll test/Transforms/LoopIdiom/debug-line.ll test/Transforms/LoopRotate/PhiSelfReference-1.ll test/Transforms/LoopRotate/PhiSelfRefernce-1.ll test/Transforms/LoopRotate/dbgvalue.ll test/Transforms/LoopVectorize/X86/metadata-enable.ll test/Transforms/LoopVectorize/dbg.value.ll test/Transforms/LoopVectorize/debugloc.ll test/Transforms/LoopVectorize/increment.ll test/Transforms/LoopVectorize/opt.ll test/Transforms/Mem2Reg/ConvertDebugInfo.ll test/Transforms/Mem2Reg/ConvertDebugInfo2.ll test/Transforms/ObjCARC/basic.ll test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll test/Transforms/SLPVectorizer/X86/debug_info.ll test/Transforms/SLPVectorizer/X86/external_user.ll test/Transforms/SLPVectorizer/X86/extractcost.ll test/Transforms/SLPVectorizer/X86/metadata.ll test/Transforms/SLPVectorizer/X86/opt.ll test/Transforms/SampleProfile/Inputs/bad_fn_header.prof test/Transforms/SampleProfile/Inputs/bad_sample_line.prof test/Transforms/SampleProfile/Inputs/missing_num_syms.prof test/Transforms/SampleProfile/Inputs/missing_samples.prof test/Transforms/SampleProfile/Inputs/missing_symtab.prof test/Transforms/SampleProfile/branch.ll test/Transforms/SampleProfile/syntax.ll test/Transforms/ScalarRepl/debuginfo-preserved.ll test/Transforms/Scalarizer/basic.ll test/Transforms/Scalarizer/dbginfo.ll test/Transforms/Scalarizer/no-data-layout.ll test/Transforms/SimplifyCFG/hoist-dbgvalue.ll test/Transforms/SimplifyCFG/no_speculative_loads_with_tsan.ll test/Transforms/SimplifyCFG/preserve-branchweights.ll test/Transforms/SimplifyCFG/trap-debugloc.ll test/Transforms/StripSymbols/2010-06-30-StripDebug.ll test/Transforms/StripSymbols/2010-08-25-crash.ll test/Transforms/StripSymbols/strip-dead-debug-info.ll test/Verifier/recursive-type-1.ll test/Verifier/recursive-type-2.ll test/Verifier/recursive-type-3.ll test/lit.cfg test/tools/llvm-cov/Inputs/test.cpp test/tools/llvm-cov/Inputs/test.cpp.gcov test/tools/llvm-cov/Inputs/test.gcda test/tools/llvm-cov/Inputs/test.gcno test/tools/llvm-cov/Inputs/test.h test/tools/llvm-cov/Inputs/test_-a.cpp.gcov test/tools/llvm-cov/Inputs/test_-a.h.gcov test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda test/tools/llvm-cov/Inputs/test_no_options.cpp.gcov test/tools/llvm-cov/Inputs/test_no_options.h.gcov test/tools/llvm-cov/Inputs/test_read_fail.gcno test/tools/llvm-cov/llvm-cov.test tools/bugpoint/CMakeLists.txt tools/clang/bindings/python/clang/cindex.py tools/clang/docs/AddressSanitizer.rst tools/clang/docs/ClangFormat.rst tools/clang/docs/ClangFormatStyleOptions.rst tools/clang/docs/LeakSanitizer.rst tools/clang/docs/LibTooling.rst tools/clang/docs/ReleaseNotes.rst tools/clang/docs/UsersManual.rst tools/clang/docs/conf.py tools/clang/docs/index.rst tools/clang/examples/PrintFunctionNames/CMakeLists.txt tools/clang/examples/analyzer-plugin/CMakeLists.txt tools/clang/examples/clang-interpreter/CMakeLists.txt tools/clang/examples/clang-interpreter/Makefile tools/clang/include/clang-c/Index.h tools/clang/include/clang/AST/ASTConsumer.h tools/clang/include/clang/AST/ASTContext.h tools/clang/include/clang/AST/ASTTypeTraits.h tools/clang/include/clang/AST/CommentCommands.td tools/clang/include/clang/AST/CommentLexer.h tools/clang/include/clang/AST/Decl.h tools/clang/include/clang/AST/DeclBase.h tools/clang/include/clang/AST/DeclCXX.h tools/clang/include/clang/AST/DeclObjC.h tools/clang/include/clang/AST/DeclTemplate.h tools/clang/include/clang/AST/Expr.h tools/clang/include/clang/AST/Mangle.h tools/clang/include/clang/AST/OperationKinds.h tools/clang/include/clang/AST/PrettyPrinter.h tools/clang/include/clang/AST/RecordLayout.h tools/clang/include/clang/AST/RecursiveASTVisitor.h tools/clang/include/clang/AST/Stmt.h tools/clang/include/clang/AST/Type.h tools/clang/include/clang/AST/TypeLoc.h tools/clang/include/clang/AST/TypeNodes.def tools/clang/include/clang/ASTMatchers/ASTMatchers.h tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h tools/clang/include/clang/Basic/Attr.td tools/clang/include/clang/Basic/BuiltinsMips.def tools/clang/include/clang/Basic/DiagnosticDriverKinds.td tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td tools/clang/include/clang/Basic/DiagnosticGroups.td tools/clang/include/clang/Basic/DiagnosticLexKinds.td tools/clang/include/clang/Basic/DiagnosticParseKinds.td tools/clang/include/clang/Basic/DiagnosticSemaKinds.td tools/clang/include/clang/Basic/SourceManager.h tools/clang/include/clang/Basic/TargetBuiltins.h tools/clang/include/clang/Basic/TargetCXXABI.h tools/clang/include/clang/Basic/TemplateKinds.h tools/clang/include/clang/Basic/TokenKinds.def tools/clang/include/clang/Basic/arm_neon.td tools/clang/include/clang/CodeGen/CodeGenABITypes.h tools/clang/include/clang/Driver/CC1Options.h tools/clang/include/clang/Driver/Options.td tools/clang/include/clang/Format/Format.h tools/clang/include/clang/Frontend/ASTUnit.h tools/clang/include/clang/Frontend/CompilerInstance.h tools/clang/include/clang/Frontend/FrontendOptions.h tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h tools/clang/include/clang/Lex/ModuleMap.h tools/clang/include/clang/Lex/PPCallbacks.h tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h tools/clang/include/clang/Lex/PreprocessingRecord.h tools/clang/include/clang/Lex/Preprocessor.h tools/clang/include/clang/Parse/Parser.h tools/clang/include/clang/Rewrite/Core/RewriteRope.h tools/clang/include/clang/Sema/AttributeList.h tools/clang/include/clang/Sema/DeclSpec.h tools/clang/include/clang/Sema/IdentifierResolver.h tools/clang/include/clang/Sema/Initialization.h tools/clang/include/clang/Sema/Lookup.h tools/clang/include/clang/Sema/Scope.h tools/clang/include/clang/Sema/ScopeInfo.h tools/clang/include/clang/Sema/Sema.h tools/clang/include/clang/Sema/SemaLambda.h tools/clang/include/clang/Serialization/ASTBitCodes.h tools/clang/include/clang/Serialization/ASTReader.h tools/clang/include/clang/Serialization/ASTWriter.h tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h tools/clang/include/clang/Tooling/ReplacementsYaml.h tools/clang/lib/ARCMigrate/ARCMT.cpp tools/clang/lib/ARCMigrate/CMakeLists.txt tools/clang/lib/ARCMigrate/ObjCMT.cpp tools/clang/lib/AST/ASTContext.cpp tools/clang/lib/AST/ASTDiagnostic.cpp tools/clang/lib/AST/ASTImporter.cpp tools/clang/lib/AST/ASTTypeTraits.cpp tools/clang/lib/AST/Comment.cpp tools/clang/lib/AST/CommentLexer.cpp tools/clang/lib/AST/Decl.cpp tools/clang/lib/AST/DeclBase.cpp tools/clang/lib/AST/DeclCXX.cpp tools/clang/lib/AST/DeclFriend.cpp tools/clang/lib/AST/DeclObjC.cpp tools/clang/lib/AST/DeclOpenMP.cpp tools/clang/lib/AST/DeclPrinter.cpp tools/clang/lib/AST/DeclTemplate.cpp tools/clang/lib/AST/Expr.cpp tools/clang/lib/AST/ExprConstant.cpp tools/clang/lib/AST/ItaniumMangle.cpp tools/clang/lib/AST/MicrosoftMangle.cpp tools/clang/lib/AST/RecordLayout.cpp tools/clang/lib/AST/RecordLayoutBuilder.cpp tools/clang/lib/AST/StmtPrinter.cpp tools/clang/lib/AST/Type.cpp tools/clang/lib/AST/TypePrinter.cpp tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp tools/clang/lib/ASTMatchers/CMakeLists.txt tools/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp tools/clang/lib/Analysis/CFG.cpp tools/clang/lib/Analysis/CMakeLists.txt tools/clang/lib/Analysis/LiveVariables.cpp tools/clang/lib/Analysis/ThreadSafety.cpp tools/clang/lib/Basic/CMakeLists.txt tools/clang/lib/Basic/DiagnosticIDs.cpp tools/clang/lib/Basic/SourceManager.cpp tools/clang/lib/Basic/Targets.cpp tools/clang/lib/Basic/Version.cpp tools/clang/lib/CodeGen/CGBlocks.cpp tools/clang/lib/CodeGen/CGBuiltin.cpp tools/clang/lib/CodeGen/CGCXX.cpp tools/clang/lib/CodeGen/CGCall.cpp tools/clang/lib/CodeGen/CGClass.cpp tools/clang/lib/CodeGen/CGDebugInfo.cpp tools/clang/lib/CodeGen/CGDecl.cpp tools/clang/lib/CodeGen/CGExpr.cpp tools/clang/lib/CodeGen/CGExprAgg.cpp tools/clang/lib/CodeGen/CGExprCXX.cpp tools/clang/lib/CodeGen/CGExprComplex.cpp tools/clang/lib/CodeGen/CGExprConstant.cpp tools/clang/lib/CodeGen/CGExprScalar.cpp tools/clang/lib/CodeGen/CGObjC.cpp tools/clang/lib/CodeGen/CGObjCGNU.cpp tools/clang/lib/CodeGen/CGRecordLayout.h tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp tools/clang/lib/CodeGen/CGStmt.cpp tools/clang/lib/CodeGen/CGVTables.cpp tools/clang/lib/CodeGen/CMakeLists.txt tools/clang/lib/CodeGen/CodeGenABITypes.cpp tools/clang/lib/CodeGen/CodeGenFunction.cpp tools/clang/lib/CodeGen/CodeGenFunction.h tools/clang/lib/CodeGen/CodeGenModule.cpp tools/clang/lib/CodeGen/CodeGenModule.h tools/clang/lib/CodeGen/ItaniumCXXABI.cpp tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp tools/clang/lib/CodeGen/ModuleBuilder.cpp tools/clang/lib/CodeGen/TargetInfo.cpp tools/clang/lib/CodeGen/TargetInfo.h tools/clang/lib/Driver/CMakeLists.txt tools/clang/lib/Driver/Compilation.cpp tools/clang/lib/Driver/Driver.cpp tools/clang/lib/Driver/SanitizerArgs.cpp tools/clang/lib/Driver/ToolChain.cpp tools/clang/lib/Driver/ToolChains.cpp tools/clang/lib/Driver/ToolChains.h tools/clang/lib/Driver/Tools.cpp tools/clang/lib/Driver/Tools.h tools/clang/lib/Edit/CMakeLists.txt tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp tools/clang/lib/Format/BreakableToken.cpp tools/clang/lib/Format/CMakeLists.txt tools/clang/lib/Format/ContinuationIndenter.cpp tools/clang/lib/Format/Encoding.h tools/clang/lib/Format/Format.cpp tools/clang/lib/Format/FormatToken.cpp tools/clang/lib/Format/FormatToken.h tools/clang/lib/Format/TokenAnnotator.cpp tools/clang/lib/Format/TokenAnnotator.h tools/clang/lib/Format/UnwrappedLineParser.cpp tools/clang/lib/Format/WhitespaceManager.h tools/clang/lib/Frontend/ASTUnit.cpp tools/clang/lib/Frontend/CMakeLists.txt tools/clang/lib/Frontend/CompilerInvocation.cpp tools/clang/lib/Frontend/FrontendAction.cpp tools/clang/lib/Frontend/FrontendActions.cpp tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp tools/clang/lib/FrontendTool/CMakeLists.txt tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp tools/clang/lib/Index/CMakeLists.txt tools/clang/lib/Lex/ModuleMap.cpp tools/clang/lib/Lex/PPCaching.cpp tools/clang/lib/Lex/PPConditionalDirectiveRecord.cpp tools/clang/lib/Lex/PPDirectives.cpp tools/clang/lib/Lex/PPLexerChange.cpp tools/clang/lib/Lex/PPMacroExpansion.cpp tools/clang/lib/Lex/PreprocessingRecord.cpp tools/clang/lib/Lex/Preprocessor.cpp tools/clang/lib/Parse/CMakeLists.txt tools/clang/lib/Parse/ParseCXXInlineMethods.cpp tools/clang/lib/Parse/ParseDecl.cpp tools/clang/lib/Parse/ParseDeclCXX.cpp tools/clang/lib/Parse/ParseExpr.cpp tools/clang/lib/Parse/ParseExprCXX.cpp tools/clang/lib/Parse/ParseInit.cpp tools/clang/lib/Parse/ParseObjc.cpp tools/clang/lib/Parse/ParseStmt.cpp tools/clang/lib/Parse/ParseTemplate.cpp tools/clang/lib/Parse/Parser.cpp tools/clang/lib/Rewrite/Core/CMakeLists.txt tools/clang/lib/Rewrite/Core/HTMLRewrite.cpp tools/clang/lib/Rewrite/Core/Rewriter.cpp tools/clang/lib/Rewrite/Frontend/CMakeLists.txt tools/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp tools/clang/lib/Rewrite/Frontend/RewriteModernObjC.cpp tools/clang/lib/Rewrite/Frontend/RewriteObjC.cpp tools/clang/lib/Sema/AttributeList.cpp tools/clang/lib/Sema/CMakeLists.txt tools/clang/lib/Sema/IdentifierResolver.cpp tools/clang/lib/Sema/JumpDiagnostics.cpp tools/clang/lib/Sema/ScopeInfo.cpp tools/clang/lib/Sema/SemaAccess.cpp tools/clang/lib/Sema/SemaCXXScopeSpec.cpp tools/clang/lib/Sema/SemaCast.cpp tools/clang/lib/Sema/SemaChecking.cpp tools/clang/lib/Sema/SemaDecl.cpp tools/clang/lib/Sema/SemaDeclAttr.cpp tools/clang/lib/Sema/SemaDeclCXX.cpp tools/clang/lib/Sema/SemaDeclObjC.cpp tools/clang/lib/Sema/SemaExpr.cpp tools/clang/lib/Sema/SemaExprCXX.cpp tools/clang/lib/Sema/SemaExprObjC.cpp tools/clang/lib/Sema/SemaInit.cpp tools/clang/lib/Sema/SemaLambda.cpp tools/clang/lib/Sema/SemaLookup.cpp tools/clang/lib/Sema/SemaObjCProperty.cpp tools/clang/lib/Sema/SemaOverload.cpp tools/clang/lib/Sema/SemaPseudoObject.cpp tools/clang/lib/Sema/SemaStmt.cpp tools/clang/lib/Sema/SemaTemplate.cpp tools/clang/lib/Sema/SemaTemplateInstantiate.cpp tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp tools/clang/lib/Sema/SemaType.cpp tools/clang/lib/Sema/TargetAttributesSema.cpp tools/clang/lib/Sema/TreeTransform.h tools/clang/lib/Serialization/ASTReader.cpp tools/clang/lib/Serialization/ASTReaderDecl.cpp tools/clang/lib/Serialization/ASTReaderStmt.cpp tools/clang/lib/Serialization/ASTWriter.cpp tools/clang/lib/Serialization/ASTWriterDecl.cpp tools/clang/lib/Serialization/ASTWriterStmt.cpp tools/clang/lib/Serialization/CMakeLists.txt tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp tools/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp tools/clang/lib/StaticAnalyzer/Core/CMakeLists.txt tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp tools/clang/lib/StaticAnalyzer/Frontend/CMakeLists.txt tools/clang/lib/Tooling/CMakeLists.txt tools/clang/lib/Tooling/CompilationDatabase.cpp tools/clang/lib/Tooling/JSONCompilationDatabase.cpp tools/clang/runtime/compiler-rt/Makefile tools/clang/test/ARCMT/GC-check-warn-nsalloc.m tools/clang/test/ARCMT/GC-check.m tools/clang/test/ARCMT/GC-no-arc-runtime.m tools/clang/test/ARCMT/GC-no-arc-runtime.m.result tools/clang/test/ARCMT/GC-no-finalize-removal.m tools/clang/test/ARCMT/GC-no-finalize-removal.m.result tools/clang/test/ARCMT/GC.m tools/clang/test/ARCMT/GC.m.result tools/clang/test/ARCMT/api.m tools/clang/test/ARCMT/api.m.result tools/clang/test/ARCMT/assign-prop-with-arc-runtime.m tools/clang/test/ARCMT/assign-prop-with-arc-runtime.m.result tools/clang/test/ARCMT/atautorelease-2.m tools/clang/test/ARCMT/atautorelease-2.m.result tools/clang/test/ARCMT/atautorelease-3.m tools/clang/test/ARCMT/atautorelease-3.m.result tools/clang/test/ARCMT/atautorelease-check.m tools/clang/test/ARCMT/atautorelease.m tools/clang/test/ARCMT/atautorelease.m.result tools/clang/test/ARCMT/autoreleases.m tools/clang/test/ARCMT/autoreleases.m.result tools/clang/test/ARCMT/check-with-pch.m tools/clang/test/ARCMT/checking-in-arc.m tools/clang/test/ARCMT/checking.m tools/clang/test/ARCMT/cxx-checking.mm tools/clang/test/ARCMT/cxx-rewrite.mm tools/clang/test/ARCMT/cxx-rewrite.mm.result tools/clang/test/ARCMT/dealloc.m tools/clang/test/ARCMT/dealloc.m.result tools/clang/test/ARCMT/designated-init-in-header/designated-init-in-header.m tools/clang/test/ARCMT/designated-init-in-header/file1.m.in tools/clang/test/ARCMT/designated-init-in-header/file2.m.in tools/clang/test/ARCMT/designated-init-in-header/file2.m.in.result tools/clang/test/ARCMT/designated-init-in-header/header1.h tools/clang/test/ARCMT/designated-init-in-header/header1.h.result tools/clang/test/ARCMT/init.m tools/clang/test/ARCMT/init.m.result tools/clang/test/ARCMT/migrate-plist-output.m tools/clang/test/ARCMT/migrate-space-in-path.m tools/clang/test/ARCMT/migrate-with-pch.m tools/clang/test/ARCMT/migrate.m tools/clang/test/ARCMT/no-canceling-bridge-to-bridge-cast.m tools/clang/test/ARCMT/nonobjc-to-objc-cast-2.m tools/clang/test/ARCMT/nonobjc-to-objc-cast.m tools/clang/test/ARCMT/nonobjc-to-objc-cast.m.result tools/clang/test/ARCMT/objcmt-arc-cf-annotations.m tools/clang/test/ARCMT/objcmt-arc-cf-annotations.m.result tools/clang/test/ARCMT/objcmt-atomic-property.m.result tools/clang/test/ARCMT/objcmt-deprecated-category.m tools/clang/test/ARCMT/objcmt-deprecated-category.m.result tools/clang/test/ARCMT/objcmt-designated-initializer.m tools/clang/test/ARCMT/objcmt-designated-initializer.m.result tools/clang/test/ARCMT/objcmt-instancetype-2.m.result tools/clang/test/ARCMT/objcmt-ns-nonatomic-iosonly.m.result tools/clang/test/ARCMT/objcmt-property-availability.m.result tools/clang/test/ARCMT/objcmt-property.m tools/clang/test/ARCMT/objcmt-property.m.result tools/clang/test/ARCMT/protected-scope.m tools/clang/test/ARCMT/protected-scope.m.result tools/clang/test/ARCMT/whitelisted/header1.h tools/clang/test/ARCMT/whitelisted/header1.h.result tools/clang/test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m tools/clang/test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m.result tools/clang/test/ARCMT/whitelisted/objcmt-with-whitelist.m tools/clang/test/Analysis/Inputs/system-header-simulator-cxx.h tools/clang/test/Analysis/PR9741.cpp tools/clang/test/Analysis/analyzer-stats.c tools/clang/test/Analysis/cfg.cpp tools/clang/test/Analysis/dynamic-cast.cpp tools/clang/test/Analysis/identical-expressions.cpp tools/clang/test/Analysis/live-variables.cpp tools/clang/test/Analysis/live-variables.m tools/clang/test/Analysis/malloc.c tools/clang/test/Analysis/new.cpp tools/clang/test/Analysis/null-deref-ps.c tools/clang/test/Analysis/objc-arc.m tools/clang/test/Analysis/objc-for.m tools/clang/test/Analysis/objc-properties.m tools/clang/test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m tools/clang/test/Analysis/retain-release.m tools/clang/test/Analysis/temporaries.cpp tools/clang/test/CMakeLists.txt tools/clang/test/CXX/class/class.static/class.static.data/p4.cpp tools/clang/test/CXX/class/class.union/p8.cpp tools/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/p1.cpp tools/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp tools/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp tools/clang/test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp tools/clang/test/CXX/dcl.decl/dcl.meaning/p1.cpp tools/clang/test/CXX/drs/dr0xx.cpp tools/clang/test/CXX/drs/dr14xx.cpp tools/clang/test/CXX/drs/dr1xx.cpp tools/clang/test/CXX/drs/dr2xx.cpp tools/clang/test/CXX/drs/dr3xx.cpp tools/clang/test/CXX/drs/dr4xx.cpp tools/clang/test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp tools/clang/test/CXX/special/class.copy/implicit-move.cpp tools/clang/test/CXX/special/class.copy/p11.0x.copy.cpp tools/clang/test/CXX/special/class.copy/p13-0x.cpp tools/clang/test/CXX/special/class.copy/p23-cxx11.cpp tools/clang/test/CXX/special/class.init/class.base.init/p8-0x.cpp tools/clang/test/CXX/temp/p3.cpp tools/clang/test/CXX/temp/temp.spec/no-body.cpp tools/clang/test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp tools/clang/test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp tools/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c tools/clang/test/CodeGen/2010-06-17-asmcrash.c tools/clang/test/CodeGen/a15.c tools/clang/test/CodeGen/a5.c tools/clang/test/CodeGen/aarch64-neon-2velem.c tools/clang/test/CodeGen/aarch64-neon-copy.c tools/clang/test/CodeGen/aarch64-neon-intrinsics.c tools/clang/test/CodeGen/aarch64-neon-ldst-one.c tools/clang/test/CodeGen/aarch64-neon-misc.c tools/clang/test/CodeGen/aarch64-poly128.c tools/clang/test/CodeGen/altivec.c tools/clang/test/CodeGen/bool_test.c tools/clang/test/CodeGen/branch-on-bool.c tools/clang/test/CodeGen/builtins-mips-msa.c tools/clang/test/CodeGen/builtins-nvptx.c tools/clang/test/CodeGen/builtins-ppc-altivec.c tools/clang/test/CodeGen/builtins-ppc.c tools/clang/test/CodeGen/debug-info-iv.c tools/clang/test/CodeGen/debug-info-version.c tools/clang/test/CodeGen/ffp-contract-option.c tools/clang/test/CodeGen/mmx-builtins.c tools/clang/test/CodeGen/ms-inline-asm-64.c tools/clang/test/CodeGen/ms-inline-asm.c tools/clang/test/CodeGen/ms-inline-asm.cpp tools/clang/test/CodeGen/powerpc_types.c tools/clang/test/CodeGen/ppc64-align-long-double.c tools/clang/test/CodeGen/ppc64-complex-parms.c tools/clang/test/CodeGen/ppc64-complex-return.c tools/clang/test/CodeGen/ppc64-extend.c tools/clang/test/CodeGen/ppc64-struct-onefloat.c tools/clang/test/CodeGen/ppc64-struct-onevect.c tools/clang/test/CodeGen/ppc64-varargs-complex.c tools/clang/test/CodeGen/ppc64-varargs-struct.c tools/clang/test/CodeGen/r5.c tools/clang/test/CodeGen/systemz-inline-asm.c tools/clang/test/CodeGen/tbaa-ms-abi.cpp tools/clang/test/CodeGen/xcore-abi.c tools/clang/test/CodeGenCXX/PR5050-constructor-conversion.cpp tools/clang/test/CodeGenCXX/abstract-class-ctors-dtors.cpp tools/clang/test/CodeGenCXX/array-construction.cpp tools/clang/test/CodeGenCXX/array-operator-delete-call.cpp tools/clang/test/CodeGenCXX/block-in-ctor-dtor.cpp tools/clang/test/CodeGenCXX/call-arg-zero-temp.cpp tools/clang/test/CodeGenCXX/cast-conversion.cpp tools/clang/test/CodeGenCXX/constructor-conversion.cpp tools/clang/test/CodeGenCXX/constructor-default-arg.cpp tools/clang/test/CodeGenCXX/constructor-destructor-return-this.cpp tools/clang/test/CodeGenCXX/constructor-for-array-members.cpp tools/clang/test/CodeGenCXX/constructor-template.cpp tools/clang/test/CodeGenCXX/constructors.cpp tools/clang/test/CodeGenCXX/convert-to-fptr.cpp tools/clang/test/CodeGenCXX/copy-assign-synthesis-1.cpp tools/clang/test/CodeGenCXX/ctor-dtor-alias.cpp tools/clang/test/CodeGenCXX/cxx0x-defaulted-templates.cpp tools/clang/test/CodeGenCXX/cxx0x-delegating-ctors.cpp tools/clang/test/CodeGenCXX/cxx11-initializer-array-new.cpp tools/clang/test/CodeGenCXX/cxx1y-sized-deallocation.cpp tools/clang/test/CodeGenCXX/debug-info-pubtypes.cpp tools/clang/test/CodeGenCXX/decl-ref-init.cpp tools/clang/test/CodeGenCXX/default-arguments.cpp tools/clang/test/CodeGenCXX/default-constructor-for-members.cpp tools/clang/test/CodeGenCXX/destructors.cpp tools/clang/test/CodeGenCXX/duplicate-mangled-name.cpp tools/clang/test/CodeGenCXX/eh.cpp tools/clang/test/CodeGenCXX/field-access-debug-info.cpp tools/clang/test/CodeGenCXX/inheriting-constructor.cpp tools/clang/test/CodeGenCXX/mangle-ms-templates.cpp tools/clang/test/CodeGenCXX/mangle-ms.cpp tools/clang/test/CodeGenCXX/mangle-subst-std.cpp tools/clang/test/CodeGenCXX/mangle-template.cpp tools/clang/test/CodeGenCXX/mangle.cpp tools/clang/test/CodeGenCXX/member-init-anon-union.cpp tools/clang/test/CodeGenCXX/member-templates.cpp tools/clang/test/CodeGenCXX/microsoft-abi-arg-order.cpp tools/clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp tools/clang/test/CodeGenCXX/microsoft-abi-structors.cpp tools/clang/test/CodeGenCXX/pr13396.cpp tools/clang/test/CodeGenCXX/ptr-to-member-function.cpp tools/clang/test/CodeGenCXX/static-init.cpp tools/clang/test/CodeGenCXX/thunks.cpp tools/clang/test/CodeGenCXX/virtual-bases.cpp tools/clang/test/CodeGenCXX/virtual-destructor-calls.cpp tools/clang/test/CodeGenCXX/visibility.cpp tools/clang/test/CodeGenCXX/vtable-key-function-arm.cpp tools/clang/test/CodeGenCXX/vtable-key-function-ios.cpp tools/clang/test/CodeGenObjC/arc-ivar-layout.m tools/clang/test/CodeGenObjC/arc.m tools/clang/test/CodeGenObjC/attr-callconv.m tools/clang/test/CodeGenObjC/blocks.m tools/clang/test/CodeGenObjC/debug-info-block-helper.m tools/clang/test/CodeGenObjC/debug-info-block-line.m tools/clang/test/CodeGenObjC/debug-info-crash-2.m tools/clang/test/CodeGenObjC/debug-info-getter-name.m tools/clang/test/CodeGenObjC/debug-info-lifetime-crash.m tools/clang/test/CodeGenObjC/debug-info-pubtypes.m tools/clang/test/CodeGenObjC/externally-initialized-selectors.m tools/clang/test/CodeGenObjC/instance-method-metadata.m tools/clang/test/CodeGenObjC/ivar-layout-array0-struct.m tools/clang/test/CodeGenObjC/ivar-layout-no-optimize.m tools/clang/test/CodeGenObjC/no-vararg-messaging.m tools/clang/test/CodeGenObjC/objc-read-weak-byref.m tools/clang/test/CodeGenObjC/protocol-in-extended-class.m tools/clang/test/CodeGenObjC/try.m tools/clang/test/CodeGenObjCXX/externally-initialized-selectors.mm tools/clang/test/CodeGenObjCXX/microsoft-abi-arc-param-order.mm tools/clang/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/nan2008/el/.keep tools/clang/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/crtbegin.o tools/clang/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/crtend.o tools/clang/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/el/crtbegin.o tools/clang/test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/el/crtend.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/nan2008/el/.keep tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/lib/.keep tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crt1.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crti.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crtn.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/lib/.keep tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crt1.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crti.o tools/clang/test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crtn.o tools/clang/test/Driver/arm-mfpu.c tools/clang/test/Driver/at_file_missing.c tools/clang/test/Driver/bindings.c tools/clang/test/Driver/clang_f_opts.c tools/clang/test/Driver/darwin-as.c tools/clang/test/Driver/darwin-objc-options.m tools/clang/test/Driver/debug-options.c tools/clang/test/Driver/freebsd.c tools/clang/test/Driver/gcc_forward.c tools/clang/test/Driver/integrated-as.s tools/clang/test/Driver/krait-cpu.c tools/clang/test/Driver/mips-cs-header-search.cpp tools/clang/test/Driver/mips-cs-ld.c tools/clang/test/Driver/mips-cs.cpp tools/clang/test/Driver/mips-float.c tools/clang/test/Driver/mips-fsf.cpp tools/clang/test/Driver/openbsd.c tools/clang/test/Driver/pic.c tools/clang/test/Driver/target-triple-deployment.c tools/clang/test/Driver/target.c tools/clang/test/Driver/unknown-gcc-arch.c tools/clang/test/Driver/via-file-asm.c tools/clang/test/FixIt/fixit-objc-bridge-related-attr.m tools/clang/test/FixIt/fixit-objc-bridge-related-property.m tools/clang/test/Format/language-detection.cpp tools/clang/test/Format/style-on-command-line.cpp tools/clang/test/Frontend/ir-support-codegen.ll tools/clang/test/Frontend/rewrite-includes-bom.c tools/clang/test/Frontend/system-header-prefix.c tools/clang/test/Headers/altivec-header.c tools/clang/test/Index/Inputs/crash-recovery-code-complete-remap.c tools/clang/test/Index/annotate-tokens.cpp tools/clang/test/Index/comment-to-html-xml-conversion.cpp tools/clang/test/Index/comment-xml-schema.c tools/clang/test/Index/complete-recovery.m tools/clang/test/Index/crash-recovery-code-complete.c tools/clang/test/Index/crash-recovery-reparse.c tools/clang/test/Index/crash-recovery.c tools/clang/test/Index/preamble-reparse-cmd-define.c tools/clang/test/Index/preamble-reparse.c tools/clang/test/Index/remap-complete.c tools/clang/test/Index/remap-cursor-at.c tools/clang/test/Index/remap-load.c tools/clang/test/Index/skipped-ranges.c tools/clang/test/Layout/ms-x86-alias-avoidance-padding.cpp tools/clang/test/Layout/ms-x86-bitfields-vbases.cpp tools/clang/test/Layout/ms-x86-empty-virtual-base.cpp tools/clang/test/Layout/ms-x86-pack-and-align.cpp tools/clang/test/Lexer/hexfloat.cpp tools/clang/test/Misc/verify.c tools/clang/test/Misc/warning-flags.c tools/clang/test/Modules/Inputs/declare-use/e.h tools/clang/test/Modules/Inputs/declare-use/h.h tools/clang/test/Modules/Inputs/declare-use/i.h tools/clang/test/Modules/Inputs/declare-use/module.map tools/clang/test/Modules/Inputs/malformed/a1.h tools/clang/test/Modules/Inputs/malformed/a2.h tools/clang/test/Modules/Inputs/malformed/b1.h tools/clang/test/Modules/Inputs/malformed/b2.h tools/clang/test/Modules/Inputs/malformed/module.map tools/clang/test/Modules/Inputs/string_names/a.h tools/clang/test/Modules/Inputs/string_names/b.h tools/clang/test/Modules/Inputs/string_names/c.h tools/clang/test/Modules/Inputs/string_names/module.map tools/clang/test/Modules/Inputs/string_names/sub.h tools/clang/test/Modules/auto-module-import.m tools/clang/test/Modules/declare-use1.cpp tools/clang/test/Modules/declare-use2.cpp tools/clang/test/Modules/malformed.cpp tools/clang/test/Modules/string_names.cpp tools/clang/test/PCH/cxx-traits.cpp tools/clang/test/PCH/cxx-traits.h tools/clang/test/PCH/field-designator.c tools/clang/test/Parser/MicrosoftExtensions.cpp tools/clang/test/Parser/asm.c tools/clang/test/Parser/attributes.mm tools/clang/test/Parser/cxx-class.cpp tools/clang/test/Parser/cxx-template-argument.cpp tools/clang/test/Parser/cxx-template-decl.cpp tools/clang/test/Parser/cxx0x-attributes.cpp tools/clang/test/Parser/ms-inline-asm.c tools/clang/test/Parser/objcbridge-related-attribute.m tools/clang/test/Parser/objcxx11-attributes.mm tools/clang/test/Parser/recovery.cpp tools/clang/test/Parser/warn-semicolon-before-method-body.m tools/clang/test/Preprocessor/arm-target-features.c tools/clang/test/Rewriter/no-integrated-preprocessing-64bit.m tools/clang/test/Rewriter/protocol-rewrite-1.m tools/clang/test/Sema/2007-10-01-BuildArrayRef.c tools/clang/test/Sema/2009-03-09-WeakDeclarations-1.c tools/clang/test/Sema/2009-04-22-UnknownSize.c tools/clang/test/Sema/2009-07-17-VoidParameter.c tools/clang/test/Sema/Inputs/ms-keyword-system-header.h tools/clang/test/Sema/MicrosoftCompatibility.c tools/clang/test/Sema/MicrosoftExtensions.c tools/clang/test/Sema/arm-asm.c tools/clang/test/Sema/attr-bounded.c tools/clang/test/Sema/attr-section.c tools/clang/test/Sema/block-misc.c tools/clang/test/Sema/callingconv.c tools/clang/test/Sema/constructor-attribute.c tools/clang/test/Sema/crash-invalid-array.c tools/clang/test/Sema/decl-in-prototype.c tools/clang/test/Sema/dllimport-dllexport.c tools/clang/test/Sema/fn-ptr-as-fn-prototype.c tools/clang/test/Sema/format-strings-scanf.c tools/clang/test/Sema/format-strings.c tools/clang/test/Sema/ms-inline-asm.c tools/clang/test/Sema/ms-keyword-system-header.c tools/clang/test/Sema/ms-wchar.c tools/clang/test/Sema/overloadable.c tools/clang/test/Sema/pragma-ms_struct.c tools/clang/test/Sema/switch.c tools/clang/test/Sema/thread-specifier.c tools/clang/test/Sema/types.c tools/clang/test/Sema/warn-outof-range-assign-enum.c tools/clang/test/Sema/warn-type-safety.c tools/clang/test/SemaCXX/MicrosoftExtensions.cpp tools/clang/test/SemaCXX/access.cpp tools/clang/test/SemaCXX/addr-of-overloaded-function.cpp tools/clang/test/SemaCXX/ast-print.cpp tools/clang/test/SemaCXX/attr-common.cpp tools/clang/test/SemaCXX/attr-cxx0x.cpp tools/clang/test/SemaCXX/attr-weak.cpp tools/clang/test/SemaCXX/calling-conv-compat.cpp tools/clang/test/SemaCXX/compare.cpp tools/clang/test/SemaCXX/constexpr-value-init.cpp tools/clang/test/SemaCXX/crashes.cpp tools/clang/test/SemaCXX/cxx11-user-defined-literals.cpp tools/clang/test/SemaCXX/cxx1y-generic-lambdas.cpp tools/clang/test/SemaCXX/cxx1y-init-captures.cpp tools/clang/test/SemaCXX/cxx1y-variable-templates_in_class.cpp tools/clang/test/SemaCXX/cxx1y-variable-templates_top_level.cpp tools/clang/test/SemaCXX/decl-microsoft-call-conv.cpp tools/clang/test/SemaCXX/goto.cpp tools/clang/test/SemaCXX/init-priority-attr.cpp tools/clang/test/SemaCXX/member-expr.cpp tools/clang/test/SemaCXX/member-pointer.cpp tools/clang/test/SemaCXX/nested-name-spec.cpp tools/clang/test/SemaCXX/old-style-cast.cpp tools/clang/test/SemaCXX/operator-arrow-depth.cpp tools/clang/test/SemaCXX/pr13394-crash-on-invalid.cpp tools/clang/test/SemaCXX/qualified-id-lookup.cpp tools/clang/test/SemaCXX/return.cpp tools/clang/test/SemaCXX/scope-check.cpp tools/clang/test/SemaCXX/typo-correction-pt2.cpp tools/clang/test/SemaCXX/typo-correction.cpp tools/clang/test/SemaCXX/uninitialized.cpp tools/clang/test/SemaCXX/virtual-override.cpp tools/clang/test/SemaCXX/warn-thread-safety-parsing.cpp tools/clang/test/SemaCXX/warn-unused-attribute.cpp tools/clang/test/SemaObjC/arc-jump-block.m tools/clang/test/SemaObjC/arc-objcbridge-related-attribute.m tools/clang/test/SemaObjC/arc-property-lifetime.m tools/clang/test/SemaObjC/arc-unavailable-for-weakref.m tools/clang/test/SemaObjC/attr-deprecated.m tools/clang/test/SemaObjC/attr-designated-init.m tools/clang/test/SemaObjC/check-objcbridge-related-attribute-lookup.m tools/clang/test/SemaObjC/default-synthesize-3.m tools/clang/test/SemaObjC/ibaction.m tools/clang/test/SemaObjC/incomplete-implementation.m tools/clang/test/SemaObjC/method-attributes.m tools/clang/test/SemaObjC/objcbridge-attribute-arc.m tools/clang/test/SemaObjC/objcbridge-attribute.m tools/clang/test/SemaObjC/objcbridge-related-attribute.m tools/clang/test/SemaObjC/objcbridgemutable-attribute.m tools/clang/test/SemaObjC/property-noninherited-availability-attr.m tools/clang/test/SemaObjC/property-typecheck-1.m tools/clang/test/SemaObjC/protocols-suppress-conformance.m tools/clang/test/SemaObjC/selector-1.m tools/clang/test/SemaObjC/selector-overload.m tools/clang/test/SemaObjC/unsued-backing-ivar-warning.m tools/clang/test/SemaObjCXX/crash.mm tools/clang/test/SemaObjCXX/objcbridge-attribute-arc.mm tools/clang/test/SemaObjCXX/objcbridge-attribute.mm tools/clang/test/SemaObjCXX/objcbridge-related-attribute.mm tools/clang/test/SemaObjCXX/old-style-cast.mm tools/clang/test/SemaTemplate/class-template-spec.cpp tools/clang/test/SemaTemplate/dependent-expr.cpp tools/clang/test/SemaTemplate/dependent-names.cpp tools/clang/test/SemaTemplate/instantiate-function-2.cpp tools/clang/test/SemaTemplate/instantiate-member-pointers.cpp tools/clang/test/SemaTemplate/ms-lookup-template-base-classes.cpp tools/clang/test/SemaTemplate/typename-specifier.cpp tools/clang/test/lit.cfg tools/clang/tools/CMakeLists.txt tools/clang/tools/c-arcmt-test/CMakeLists.txt tools/clang/tools/c-index-test/CMakeLists.txt tools/clang/tools/c-index-test/c-index-test.c tools/clang/tools/clang-check/CMakeLists.txt tools/clang/tools/clang-format-vs/CMakeLists.txt