changeset 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents d9df2cbd60cd (current diff) 803732b1fca8 (diff)
children 923c9a525fb0
files Makefile Makefile.common Makefile.config.in Makefile.rules autoconf/AutoRegen.sh autoconf/ExportMap.map autoconf/LICENSE.TXT autoconf/README.TXT autoconf/config.guess autoconf/config.sub autoconf/configure.ac autoconf/install-sh autoconf/m4/build_exeext.m4 autoconf/m4/c_printf_a.m4 autoconf/m4/check_gnu_make.m4 autoconf/m4/config_makefile.m4 autoconf/m4/config_project.m4 autoconf/m4/cxx_flag_check.m4 autoconf/m4/define_subst.m4 autoconf/m4/find_std_program.m4 autoconf/m4/func_mmap_file.m4 autoconf/m4/header_mmap_anonymous.m4 autoconf/m4/huge_val.m4 autoconf/m4/link_options.m4 autoconf/m4/linux_mixed_64_32.m4 autoconf/m4/need_dev_zero_for_mmap.m4 autoconf/m4/sanity_check.m4 autoconf/m4/single_cxx_check.m4 autoconf/m4/visibility_inlines_hidden.m4 autoconf/missing autoconf/mkinstalldirs bindings/Makefile bindings/ocaml/Makefile bindings/ocaml/Makefile.ocaml bindings/ocaml/all_backends/Makefile bindings/ocaml/analysis/Makefile bindings/ocaml/backends/Makefile bindings/ocaml/backends/Makefile.common bindings/ocaml/bitreader/Makefile bindings/ocaml/bitwriter/Makefile bindings/ocaml/executionengine/Makefile bindings/ocaml/irreader/Makefile bindings/ocaml/linker/Makefile bindings/ocaml/llvm/Makefile bindings/ocaml/target/Makefile bindings/ocaml/transforms/Makefile bindings/ocaml/transforms/ipo/Makefile bindings/ocaml/transforms/passmgr_builder/Makefile bindings/ocaml/transforms/scalar_opts/Makefile bindings/ocaml/transforms/utils/Makefile bindings/ocaml/transforms/vectorize/Makefile cmake/Makefile cmake/config-ix.cmake cmake/modules/Makefile docs/BitSets.rst docs/BuildingLLVMWithAutotools.rst docs/Dummy.html docs/Makefile docs/MakefileGuide.rst docs/doxygen.intro docs/tutorial/LangImpl1.rst docs/tutorial/LangImpl2.rst docs/tutorial/LangImpl3.rst docs/tutorial/LangImpl4.rst docs/tutorial/LangImpl5-cfg.png docs/tutorial/LangImpl5.rst docs/tutorial/LangImpl6.rst docs/tutorial/LangImpl7.rst docs/tutorial/LangImpl8.rst docs/tutorial/LangImpl9.rst examples/BrainF/Makefile examples/ExceptionDemo/Makefile examples/Fibonacci/Makefile examples/HowToUseJIT/Makefile examples/Kaleidoscope/Chapter2/Makefile examples/Kaleidoscope/Chapter3/Makefile examples/Kaleidoscope/Chapter4/Makefile examples/Kaleidoscope/Chapter5/Makefile examples/Kaleidoscope/Chapter6/Makefile examples/Kaleidoscope/Chapter7/Makefile examples/Kaleidoscope/Chapter8/Makefile examples/Kaleidoscope/MCJIT/cached/Makefile examples/Kaleidoscope/MCJIT/complete/Makefile examples/Kaleidoscope/MCJIT/initial/Makefile examples/Kaleidoscope/MCJIT/lazy/Makefile examples/Kaleidoscope/Makefile examples/Kaleidoscope/Orc/CMakeLists.txt examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt examples/Kaleidoscope/Orc/fully_lazy/Makefile examples/Kaleidoscope/Orc/fully_lazy/README.txt examples/Kaleidoscope/Orc/fully_lazy/toy.cpp examples/Kaleidoscope/Orc/initial/CMakeLists.txt examples/Kaleidoscope/Orc/initial/Makefile examples/Kaleidoscope/Orc/initial/README.txt examples/Kaleidoscope/Orc/initial/toy.cpp examples/Kaleidoscope/Orc/lazy_codegen/CMakeLists.txt examples/Kaleidoscope/Orc/lazy_codegen/Makefile examples/Kaleidoscope/Orc/lazy_codegen/README.txt examples/Kaleidoscope/Orc/lazy_codegen/toy.cpp examples/Kaleidoscope/Orc/lazy_irgen/CMakeLists.txt examples/Kaleidoscope/Orc/lazy_irgen/Makefile examples/Kaleidoscope/Orc/lazy_irgen/README.txt examples/Kaleidoscope/Orc/lazy_irgen/toy.cpp examples/Makefile examples/ModuleMaker/Makefile examples/OCaml-Kaleidoscope/Chapter2/Makefile examples/OCaml-Kaleidoscope/Chapter3/Makefile examples/OCaml-Kaleidoscope/Chapter4/Makefile examples/OCaml-Kaleidoscope/Chapter5/Makefile examples/OCaml-Kaleidoscope/Chapter6/Makefile examples/OCaml-Kaleidoscope/Chapter7/Makefile examples/OCaml-Kaleidoscope/Makefile examples/ParallelJIT/Makefile include/llvm/Analysis/CFLAliasAnalysis.h include/llvm/Bitcode/ReaderWriter.h include/llvm/CodeGen/MachineFunctionAnalysis.h include/llvm/CodeGen/MachineFunctionInitializer.h include/llvm/CodeGen/Passes.h include/llvm/Config/config.h.in include/llvm/Config/llvm-config.h.in include/llvm/DebugInfo/CodeView/CVLeafTypes.def include/llvm/DebugInfo/CodeView/CVSymbolTypes.def include/llvm/DebugInfo/CodeView/CodeViewOStream.h include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h include/llvm/DebugInfo/CodeView/ListRecordBuilder.h include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h include/llvm/ExecutionEngine/JITSymbolFlags.h include/llvm/ExecutionEngine/Orc/JITSymbol.h include/llvm/ExecutionEngine/Orc/LogicalDylib.h include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h include/llvm/ExecutionEngine/Orc/RPCChannel.h include/llvm/IR/FunctionInfo.h include/llvm/IR/IRBuilder.h include/llvm/IR/Intrinsics.td include/llvm/IR/Type.h include/llvm/LTO/LTOCodeGenerator.h include/llvm/LTO/LTOModule.h include/llvm/LibDriver/LibDriver.h include/llvm/LinkAllPasses.h include/llvm/MC/MCCodeGenInfo.h include/llvm/MC/MCDisassembler.h include/llvm/MC/MCExternalSymbolizer.h include/llvm/MC/MCRelocationInfo.h include/llvm/MC/MCSymbolizer.h include/llvm/MC/MCTargetAsmParser.h include/llvm/MC/YAML.h include/llvm/Object/COFFYAML.h include/llvm/Object/ELFYAML.h include/llvm/Object/FunctionIndexObjectFile.h include/llvm/ProfileData/CoverageMapping.h include/llvm/ProfileData/CoverageMappingReader.h include/llvm/ProfileData/CoverageMappingWriter.h include/llvm/Support/AIXDataTypesFix.h include/llvm/Support/COFF.h include/llvm/Support/DataStream.h include/llvm/Support/DataTypes.h.in include/llvm/Support/Dwarf.def include/llvm/Support/Dwarf.h include/llvm/Support/ELF.h include/llvm/Support/ELFRelocs/AArch64.def include/llvm/Support/ELFRelocs/ARM.def include/llvm/Support/ELFRelocs/AVR.def include/llvm/Support/ELFRelocs/Hexagon.def include/llvm/Support/ELFRelocs/Mips.def include/llvm/Support/ELFRelocs/PowerPC.def include/llvm/Support/ELFRelocs/PowerPC64.def include/llvm/Support/ELFRelocs/Sparc.def include/llvm/Support/ELFRelocs/SystemZ.def include/llvm/Support/ELFRelocs/WebAssembly.def include/llvm/Support/ELFRelocs/i386.def include/llvm/Support/ELFRelocs/x86_64.def include/llvm/Support/MachO.h include/llvm/Support/MemoryObject.h include/llvm/Support/Solaris.h include/llvm/Support/StreamingMemoryObject.h include/llvm/Support/TimeValue.h include/llvm/Target/TargetOptions.h include/llvm/Target/TargetRecip.h include/llvm/Target/TargetSelectionDAGInfo.h include/llvm/Transforms/IPO/InlinerPass.h include/llvm/Transforms/IPO/LowerBitSets.h include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/CmpInstAnalysis.h lib/Analysis/CFLAliasAnalysis.cpp lib/Analysis/Makefile lib/Analysis/SparsePropagation.cpp lib/AsmParser/Makefile lib/AsmParser/module.modulemap lib/Bitcode/Makefile lib/Bitcode/Reader/Makefile lib/Bitcode/Writer/BitcodeWriter.cpp lib/Bitcode/Writer/Makefile lib/Bitcode/module.modulemap lib/CodeGen/AsmPrinter/Makefile lib/CodeGen/MIRParser/Makefile lib/CodeGen/MIRPrinter.h lib/CodeGen/MachineFunctionAnalysis.cpp lib/CodeGen/Makefile lib/CodeGen/Passes.cpp lib/CodeGen/SelectionDAG/Makefile lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp lib/CodeGen/module.modulemap lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp lib/DebugInfo/CodeView/ListRecordBuilder.cpp lib/DebugInfo/CodeView/Makefile lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp lib/DebugInfo/CodeView/TypeRecordBuilder.cpp lib/DebugInfo/CodeView/TypeTableBuilder.cpp lib/DebugInfo/DWARF/Makefile lib/DebugInfo/DWARF/module.modulemap lib/DebugInfo/Makefile lib/DebugInfo/PDB/Makefile lib/DebugInfo/Symbolize/Makefile lib/ExecutionEngine/IntelJITEvents/Makefile lib/ExecutionEngine/Interpreter/Execution.cpp lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp lib/ExecutionEngine/Interpreter/Makefile lib/ExecutionEngine/MCJIT/MCJIT.cpp lib/ExecutionEngine/MCJIT/Makefile lib/ExecutionEngine/Makefile lib/ExecutionEngine/OProfileJIT/Makefile lib/ExecutionEngine/Orc/Makefile lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp lib/ExecutionEngine/RuntimeDyld/Makefile lib/Fuzzer/CMakeLists.txt lib/Fuzzer/FuzzerCrossOver.cpp lib/Fuzzer/FuzzerDFSan.h lib/Fuzzer/FuzzerDriver.cpp lib/Fuzzer/FuzzerFlags.def lib/Fuzzer/FuzzerIO.cpp lib/Fuzzer/FuzzerInterface.cpp lib/Fuzzer/FuzzerInterface.h lib/Fuzzer/FuzzerInternal.h lib/Fuzzer/FuzzerLoop.cpp lib/Fuzzer/FuzzerMain.cpp lib/Fuzzer/FuzzerMutate.cpp lib/Fuzzer/FuzzerSHA1.cpp lib/Fuzzer/FuzzerSanitizerOptions.cpp lib/Fuzzer/FuzzerTraceState.cpp lib/Fuzzer/FuzzerUtil.cpp lib/Fuzzer/cxx.dict lib/Fuzzer/pull_and_push_fuzz_corpus.sh lib/Fuzzer/test/BufferOverflowOnInput.cpp lib/Fuzzer/test/CMakeLists.txt lib/Fuzzer/test/CallerCalleeTest.cpp lib/Fuzzer/test/CounterTest.cpp lib/Fuzzer/test/FourIndependentBranchesTest.cpp lib/Fuzzer/test/FullCoverageSetTest.cpp lib/Fuzzer/test/FuzzerUnittest.cpp lib/Fuzzer/test/InitializeTest.cpp lib/Fuzzer/test/MemcmpTest.cpp lib/Fuzzer/test/NullDerefTest.cpp lib/Fuzzer/test/RepeatedMemcmp.cpp lib/Fuzzer/test/SimpleCmpTest.cpp lib/Fuzzer/test/SimpleDictionaryTest.cpp lib/Fuzzer/test/SimpleHashTest.cpp lib/Fuzzer/test/SimpleTest.cpp lib/Fuzzer/test/StrcmpTest.cpp lib/Fuzzer/test/StrncmpTest.cpp lib/Fuzzer/test/SwitchTest.cpp lib/Fuzzer/test/ThreadedTest.cpp lib/Fuzzer/test/TimeoutTest.cpp lib/Fuzzer/test/UninstrumentedTest.cpp lib/Fuzzer/test/UserSuppliedFuzzerTest.cpp lib/Fuzzer/test/dfsan/CMakeLists.txt lib/Fuzzer/test/dict1.txt lib/Fuzzer/test/fuzzer-dfsan.test lib/Fuzzer/test/fuzzer-dict.test lib/Fuzzer/test/fuzzer-drill.test lib/Fuzzer/test/fuzzer-threaded.test lib/Fuzzer/test/fuzzer-timeout.test lib/Fuzzer/test/fuzzer-traces.test lib/Fuzzer/test/fuzzer.test lib/Fuzzer/test/hi.txt lib/Fuzzer/test/lit.cfg lib/Fuzzer/test/lit.site.cfg.in lib/Fuzzer/test/merge.test lib/Fuzzer/test/trace-bb/CMakeLists.txt lib/Fuzzer/test/uninstrumented/CMakeLists.txt lib/Fuzzer/test/unit/lit.cfg lib/Fuzzer/test/unit/lit.site.cfg.in lib/IR/AsmWriter.cpp lib/IR/Core.cpp lib/IR/FunctionInfo.cpp lib/IR/LLVMContextImpl.cpp lib/IR/LLVMContextImpl.h lib/IR/Makefile lib/IR/Type.cpp lib/IR/ValueTypes.cpp lib/IR/module.modulemap lib/IRReader/Makefile lib/LTO/Makefile lib/LibDriver/CMakeLists.txt lib/LibDriver/LLVMBuild.txt lib/LibDriver/LibDriver.cpp lib/LibDriver/Makefile lib/LibDriver/Options.td lib/LineEditor/Makefile lib/Linker/Makefile lib/MC/MCCodeGenInfo.cpp lib/MC/MCDisassembler/Makefile lib/MC/MCParser/Makefile lib/MC/MCSymbolizer.cpp lib/MC/Makefile lib/MC/WinCOFFStreamer.cpp lib/MC/YAML.cpp lib/Makefile lib/Object/COFFYAML.cpp lib/Object/ELFYAML.cpp lib/Object/FunctionIndexObjectFile.cpp lib/Object/Makefile lib/Option/Makefile lib/Passes/Makefile lib/ProfileData/CoverageMapping.cpp lib/ProfileData/CoverageMappingReader.cpp lib/ProfileData/CoverageMappingWriter.cpp lib/ProfileData/Makefile lib/Support/ConvertUTF.c lib/Support/DataStream.cpp lib/Support/Dwarf.cpp lib/Support/IntrusiveRefCntPtr.cpp lib/Support/Makefile lib/Support/MemoryObject.cpp lib/Support/SearchForAddressOfSpecialSymbol.cpp lib/Support/StreamingMemoryObject.cpp lib/Support/TimeValue.cpp lib/Support/Unix/TimeValue.inc lib/Support/Windows/TimeValue.inc lib/Support/regcclass.h lib/Support/regcname.h lib/TableGen/Makefile lib/TableGen/module.modulemap lib/Target/AArch64/AArch64AddressTypePromotion.cpp lib/Target/AArch64/AArch64BranchRelaxation.cpp lib/Target/AArch64/AsmParser/Makefile lib/Target/AArch64/Disassembler/Makefile lib/Target/AArch64/InstPrinter/Makefile lib/Target/AArch64/MCTargetDesc/Makefile lib/Target/AArch64/Makefile lib/Target/AArch64/TargetInfo/Makefile lib/Target/AArch64/Utils/Makefile lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.cpp lib/Target/AMDGPU/AMDGPUDiagnosticInfoUnsupported.h lib/Target/AMDGPU/AsmParser/Makefile lib/Target/AMDGPU/CIInstructions.td lib/Target/AMDGPU/InstPrinter/Makefile lib/Target/AMDGPU/MCTargetDesc/Makefile lib/Target/AMDGPU/Makefile lib/Target/AMDGPU/R600TextureIntrinsicsReplacer.cpp lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp lib/Target/AMDGPU/SIFixSGPRLiveRanges.cpp lib/Target/AMDGPU/SITypeRewriter.cpp lib/Target/AMDGPU/TargetInfo/Makefile lib/Target/AMDGPU/Utils/Makefile lib/Target/ARM/AsmParser/Makefile lib/Target/ARM/Disassembler/Makefile lib/Target/ARM/InstPrinter/Makefile lib/Target/ARM/MCTargetDesc/Makefile lib/Target/ARM/Makefile lib/Target/ARM/TargetInfo/Makefile lib/Target/AVR/AVRConfig.h lib/Target/AVR/Makefile lib/Target/AVR/TargetInfo/Makefile lib/Target/BPF/InstPrinter/Makefile lib/Target/BPF/MCTargetDesc/Makefile lib/Target/BPF/Makefile lib/Target/BPF/TargetInfo/Makefile lib/Target/CppBackend/CMakeLists.txt lib/Target/CppBackend/CPPBackend.cpp lib/Target/CppBackend/CPPTargetMachine.h lib/Target/CppBackend/LLVMBuild.txt lib/Target/CppBackend/Makefile lib/Target/CppBackend/TargetInfo/CMakeLists.txt lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp lib/Target/CppBackend/TargetInfo/LLVMBuild.txt lib/Target/CppBackend/TargetInfo/Makefile lib/Target/Hexagon/AsmParser/Makefile lib/Target/Hexagon/Disassembler/Makefile lib/Target/Hexagon/HexagonCallingConv.td lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp lib/Target/Hexagon/HexagonInstrAlias.td lib/Target/Hexagon/HexagonInstrEnc.td lib/Target/Hexagon/HexagonInstrInfo.td lib/Target/Hexagon/HexagonInstrInfoV3.td lib/Target/Hexagon/HexagonInstrInfoV4.td lib/Target/Hexagon/HexagonInstrInfoV5.td lib/Target/Hexagon/HexagonInstrInfoV60.td lib/Target/Hexagon/HexagonInstrInfoVector.td lib/Target/Hexagon/HexagonIntrinsicsDerived.td lib/Target/Hexagon/HexagonIsetDx.td lib/Target/Hexagon/HexagonRDF.cpp lib/Target/Hexagon/HexagonRDF.h lib/Target/Hexagon/HexagonSelectCCInfo.td lib/Target/Hexagon/HexagonSystemInst.td lib/Target/Hexagon/MCTargetDesc/Makefile lib/Target/Hexagon/Makefile lib/Target/Hexagon/TargetInfo/Makefile lib/Target/MSP430/InstPrinter/Makefile lib/Target/MSP430/MCTargetDesc/Makefile lib/Target/MSP430/Makefile lib/Target/MSP430/TargetInfo/Makefile lib/Target/Makefile lib/Target/Mips/AsmParser/Makefile lib/Target/Mips/Disassembler/Makefile lib/Target/Mips/InstPrinter/Makefile lib/Target/Mips/MCTargetDesc/Makefile lib/Target/Mips/Makefile lib/Target/Mips/TargetInfo/Makefile lib/Target/NVPTX/InstPrinter/Makefile lib/Target/NVPTX/MCTargetDesc/Makefile lib/Target/NVPTX/Makefile lib/Target/NVPTX/NVPTXAsmPrinter.cpp lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp lib/Target/NVPTX/NVPTXISelLowering.cpp lib/Target/NVPTX/NVPTXLowerKernelArgs.cpp lib/Target/NVPTX/NVPTXVector.td lib/Target/NVPTX/TargetInfo/Makefile lib/Target/PowerPC/AsmParser/Makefile lib/Target/PowerPC/Disassembler/Makefile lib/Target/PowerPC/InstPrinter/Makefile lib/Target/PowerPC/MCTargetDesc/Makefile lib/Target/PowerPC/Makefile lib/Target/PowerPC/PPCLoopDataPrefetch.cpp lib/Target/PowerPC/TargetInfo/Makefile lib/Target/Sparc/AsmParser/Makefile lib/Target/Sparc/Disassembler/Makefile lib/Target/Sparc/InstPrinter/Makefile lib/Target/Sparc/MCTargetDesc/Makefile lib/Target/Sparc/Makefile lib/Target/Sparc/TargetInfo/Makefile lib/Target/SystemZ/AsmParser/Makefile lib/Target/SystemZ/Disassembler/Makefile lib/Target/SystemZ/InstPrinter/Makefile lib/Target/SystemZ/MCTargetDesc/Makefile lib/Target/SystemZ/Makefile lib/Target/SystemZ/TargetInfo/Makefile lib/Target/TargetRecip.cpp lib/Target/TargetSubtargetInfo.cpp lib/Target/WebAssembly/Disassembler/Makefile lib/Target/WebAssembly/InstPrinter/Makefile lib/Target/WebAssembly/MCTargetDesc/Makefile lib/Target/WebAssembly/Makefile lib/Target/WebAssembly/TargetInfo/Makefile lib/Target/WebAssembly/WebAssemblyPEI.cpp lib/Target/X86/AsmParser/Makefile lib/Target/X86/Disassembler/Makefile lib/Target/X86/Disassembler/X86Disassembler.h lib/Target/X86/InstPrinter/Makefile lib/Target/X86/MCTargetDesc/Makefile lib/Target/X86/Makefile lib/Target/X86/TargetInfo/Makefile lib/Target/X86/Utils/Makefile lib/Target/XCore/Disassembler/Makefile lib/Target/XCore/InstPrinter/Makefile lib/Target/XCore/MCTargetDesc/Makefile lib/Target/XCore/Makefile lib/Target/XCore/TargetInfo/Makefile lib/Target/XCore/XCoreISelLowering.cpp lib/Transforms/Hello/Makefile lib/Transforms/IPO/InlineAlways.cpp lib/Transforms/IPO/LowerBitSets.cpp lib/Transforms/IPO/Makefile lib/Transforms/IPO/MergeFunctions.cpp lib/Transforms/IPO/PassManagerBuilder.cpp lib/Transforms/InstCombine/Makefile lib/Transforms/Instrumentation/Makefile lib/Transforms/Instrumentation/SafeStack.cpp lib/Transforms/Makefile lib/Transforms/ObjCARC/Makefile lib/Transforms/Scalar/LoadCombine.cpp lib/Transforms/Scalar/Makefile lib/Transforms/Scalar/SROA.cpp lib/Transforms/Scalar/Scalar.cpp lib/Transforms/Scalar/ScalarReplAggregates.cpp lib/Transforms/Scalar/TailRecursionElimination.cpp lib/Transforms/Utils/CmpInstAnalysis.cpp lib/Transforms/Utils/Makefile lib/Transforms/Vectorize/BBVectorize.cpp lib/Transforms/Vectorize/Makefile projects/Makefile test/Analysis/CFLAliasAnalysis/arguments-globals.ll test/Analysis/CFLAliasAnalysis/arguments.ll test/Analysis/CFLAliasAnalysis/asm-global-bugfix.ll test/Analysis/CFLAliasAnalysis/basic-interproc-ret.ll test/Analysis/CFLAliasAnalysis/basic-interproc.ll test/Analysis/CFLAliasAnalysis/branch-alias.ll test/Analysis/CFLAliasAnalysis/const-expr-gep.ll test/Analysis/CFLAliasAnalysis/constant-over-index.ll test/Analysis/CFLAliasAnalysis/empty.ll test/Analysis/CFLAliasAnalysis/full-store-partial-alias.ll test/Analysis/CFLAliasAnalysis/gep-signed-arithmetic.ll test/Analysis/CFLAliasAnalysis/multilevel-combine.ll test/Analysis/CFLAliasAnalysis/multilevel.ll test/Analysis/CFLAliasAnalysis/must-and-partial.ll test/Analysis/CFLAliasAnalysis/opaque-call-alias.ll test/Analysis/CFLAliasAnalysis/phi-and-select.ll test/Analysis/CFLAliasAnalysis/simple.ll test/Analysis/CFLAliasAnalysis/stratified-attrs-indexing.ll test/Analysis/CFLAliasAnalysis/va.ll test/Analysis/ValueTracking/dom-cond.ll test/Analysis/ValueTracking/pr24866.ll test/Assembler/upgrade-loop-metadata.ll test/Bitcode/Inputs/invalid-fixme-streaming-blob.bc test/CodeGen/AArch64/aarch64-deferred-spilling.ll test/CodeGen/AArch64/aarch64-interleaved-accesses.ll test/CodeGen/AArch64/arm64-narrow-ldst-merge.ll test/CodeGen/AMDGPU/address-space.ll test/CodeGen/AMDGPU/bitcast.ll test/CodeGen/AMDGPU/call.ll test/CodeGen/AMDGPU/ci-use-flat-for-global.ll test/CodeGen/AMDGPU/dot4-folding.ll test/CodeGen/AMDGPU/extract-vector-elt-i64.ll test/CodeGen/AMDGPU/extract-vector-elt-i8.ll test/CodeGen/AMDGPU/extract_vector_elt_i16.ll test/CodeGen/AMDGPU/fmuladd.ll test/CodeGen/AMDGPU/fp16_to_fp.ll test/CodeGen/AMDGPU/global-extload-i1.ll test/CodeGen/AMDGPU/global-extload-i32.ll test/CodeGen/AMDGPU/global-extload-i8.ll test/CodeGen/AMDGPU/global-zero-initializer.ll test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.global.ll test/CodeGen/AMDGPU/llvm.AMDGPU.barrier.local.ll test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.i32.ll test/CodeGen/AMDGPU/llvm.AMDGPU.bfe.u32.ll test/CodeGen/AMDGPU/llvm.AMDGPU.bfi.ll test/CodeGen/AMDGPU/llvm.AMDGPU.bfm.ll test/CodeGen/AMDGPU/llvm.AMDGPU.clamp.ll test/CodeGen/AMDGPU/llvm.AMDGPU.cube.ll test/CodeGen/AMDGPU/llvm.AMDGPU.cvt_f32_ubyte.ll test/CodeGen/AMDGPU/llvm.AMDGPU.flbit.i32.ll test/CodeGen/AMDGPU/llvm.AMDGPU.imad24.ll test/CodeGen/AMDGPU/llvm.AMDGPU.imul24.ll test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.ll test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.ll test/CodeGen/AMDGPU/llvm.AMDGPU.tex.ll test/CodeGen/AMDGPU/llvm.AMDGPU.umad24.ll test/CodeGen/AMDGPU/llvm.AMDGPU.umul24.ll test/CodeGen/AMDGPU/llvm.SI.fs.interp.ll test/CodeGen/AMDGPU/llvm.SI.gather4.ll test/CodeGen/AMDGPU/llvm.SI.getlod.ll test/CodeGen/AMDGPU/llvm.SI.image.ll test/CodeGen/AMDGPU/llvm.SI.image.sample-masked.ll test/CodeGen/AMDGPU/llvm.SI.image.sample.ll test/CodeGen/AMDGPU/llvm.SI.image.sample.o.ll test/CodeGen/AMDGPU/llvm.SI.packf16.ll test/CodeGen/AMDGPU/llvm.SI.sendmsg-m0.ll test/CodeGen/AMDGPU/llvm.SI.sendmsg.ll test/CodeGen/AMDGPU/llvm.SI.tid.ll test/CodeGen/AMDGPU/llvm.amdgcn.read.workdim.ll test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamped.ll test/CodeGen/AMDGPU/llvm.amdgpu.dp4.ll test/CodeGen/AMDGPU/llvm.r600.read.workdim.ll test/CodeGen/AMDGPU/llvm.sqrt.ll test/CodeGen/AMDGPU/load-i1.ll test/CodeGen/AMDGPU/load.ll test/CodeGen/AMDGPU/load.vec.ll test/CodeGen/AMDGPU/load64.ll test/CodeGen/AMDGPU/local-memory-two-objects.ll test/CodeGen/AMDGPU/lshl.ll test/CodeGen/AMDGPU/lshr.ll test/CodeGen/AMDGPU/m0-spill.ll test/CodeGen/AMDGPU/mad-sub.ll test/CodeGen/AMDGPU/mul_uint24.ll test/CodeGen/AMDGPU/mulhu.ll test/CodeGen/AMDGPU/private-memory-broken.ll test/CodeGen/AMDGPU/private-memory.ll test/CodeGen/AMDGPU/reciprocal.ll test/CodeGen/AMDGPU/si-annotate-cf-assertion.ll test/CodeGen/AMDGPU/si-literal-folding.ll test/CodeGen/AMDGPU/simplify-demanded-bits-build-pair.ll test/CodeGen/AMDGPU/store-v3i32.ll test/CodeGen/AMDGPU/store.ll test/CodeGen/AMDGPU/store.r600.ll test/CodeGen/AMDGPU/urecip.ll test/CodeGen/AMDGPU/work-item-intrinsics.ll test/CodeGen/ARM/Windows/no-arm-mode.ll test/CodeGen/ARM/Windows/overflow.ll test/CodeGen/ARM/arm-interleaved-accesses.ll test/CodeGen/ARM/intrinsics.ll test/CodeGen/ARM/sat-arith.ll test/CodeGen/ARM/setcc-sentinals.ll test/CodeGen/ARM/smulw.ll test/CodeGen/CPP/2007-06-16-Funcname.ll test/CodeGen/CPP/2009-05-01-Long-Double.ll test/CodeGen/CPP/2009-05-04-CondBr.ll test/CodeGen/CPP/2012-02-05-UnitVarCrash.ll test/CodeGen/CPP/atomic.ll test/CodeGen/CPP/attributes.ll test/CodeGen/CPP/gep.ll test/CodeGen/CPP/lit.local.cfg test/CodeGen/Generic/Makefile test/CodeGen/Generic/run-pass.ll test/CodeGen/Generic/stop-after.ll test/CodeGen/Hexagon/ctlz-cttz-ctpop.ll test/CodeGen/Hexagon/frame.ll test/CodeGen/Hexagon/vect/vect-loadv4i16.ll test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir test/CodeGen/MIR/ARM/sched-it-debug-nodes.mir test/CodeGen/MIR/Generic/function-missing-machine-function.mir test/CodeGen/MIR/Generic/machine-function-missing-body-error.mir test/CodeGen/MIR/X86/expected-from-in-memory-operand.mir test/CodeGen/MIR/X86/used-physical-register-info.mir test/CodeGen/MIR/lit.local.cfg test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll test/CodeGen/Mips/llvm-ir/select.ll test/CodeGen/Mips/micromips-zero-mat-uses.ll test/CodeGen/Mips/tailcall.ll test/CodeGen/NVPTX/rsqrt.ll test/CodeGen/NVPTX/vector-return.ll test/CodeGen/PowerPC/bitreverse.ll test/CodeGen/PowerPC/pr25802.ll test/CodeGen/PowerPC/subsumes-pred-regs.ll test/CodeGen/SystemZ/memchr-02.ll test/CodeGen/SystemZ/memcmp-02.ll test/CodeGen/SystemZ/serialize-01.ll test/CodeGen/SystemZ/strcmp-02.ll test/CodeGen/SystemZ/strlen-02.ll test/CodeGen/SystemZ/vec-intrinsics.ll test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll test/CodeGen/Thumb2/ifcvt-neon.ll test/CodeGen/Thumb2/thumb2-cmp2.ll test/CodeGen/WebAssembly/memory-addr64.ll test/CodeGen/WebAssembly/store-results.ll test/CodeGen/WinEH/wineh-cleanuppad-nounwind.ll test/CodeGen/X86/2007-08-13-AppendingLinkage.ll test/CodeGen/X86/2008-08-19-SubAndFetch.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/2012-12-06-python27-miscompile.ll test/CodeGen/X86/add-nsw-sext.ll test/CodeGen/X86/adde-carry.ll test/CodeGen/X86/atom-bypass-slow-division-64.ll test/CodeGen/X86/atom-bypass-slow-division.ll test/CodeGen/X86/avx2-pmovxrm-intrinsics.ll test/CodeGen/X86/avx512-mask-bugfix.ll test/CodeGen/X86/avx512vl-arith.ll test/CodeGen/X86/code_placement_outline_optional_branches.ll test/CodeGen/X86/combiner-aa-0.ll test/CodeGen/X86/combiner-aa-1.ll test/CodeGen/X86/darwin-stub.ll test/CodeGen/X86/lfence.ll test/CodeGen/X86/lock-inst-encoding.ll test/CodeGen/X86/materialize-one.ll test/CodeGen/X86/pr18023.ll test/CodeGen/X86/setcc-sentinals.ll test/CodeGen/X86/sfence.ll test/CodeGen/X86/slow-div.ll test/CodeGen/X86/sse41-pmovxrm-intrinsics.ll test/CodeGen/X86/sse42.ll test/CodeGen/X86/sse42_64.ll test/CodeGen/X86/vec-sign.ll test/DebugInfo/Generic/2010-07-19-Crash.ll test/DebugInfo/Generic/Inputs/gmlt.ll test/DebugInfo/Generic/ptrsize.ll test/DebugInfo/Inputs/dwarfdump-objc.x86_64.o test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space test/DebugInfo/X86/debug-loc-empty-entries.ll test/DebugInfo/X86/externaltyperef.ll test/DebugInfo/dwarfdump-debug-loc-simple.test test/ExecutionEngine/MCJIT/eh-sm-pic.ll test/ExecutionEngine/OrcMCJIT/eh-sm-pic.ll test/Instrumentation/AddressSanitizer/lifetime-uar.ll test/MC/AMDGPU/hsa_code_object_isa_noargs.s test/MC/AsmParser/directive_file-errors.s test/MC/COFF/secidx-diagnostic.s test/MC/Disassembler/Mips/mips4/valid-xfail-mips4.txt test/MC/Hexagon/endloop.s test/MC/MachO/x86-data-in-code.ll test/MC/Mips/mips3/invalid-mips4-wrong-error.s test/MC/Mips/mips32r6/valid-xfail.s test/MC/Mips/mips64extins.ll test/MC/Mips/mips64r6/valid-xfail.s test/Makefile test/Makefile.tests test/Object/AMDGPU/elf-definitios.yaml test/TableGen/intrinsic-order.td test/Transforms/ArgumentPromotion/callgraph-update.ll test/Transforms/BBVectorize/X86/cmp-types.ll test/Transforms/BBVectorize/X86/loop1.ll test/Transforms/BBVectorize/X86/pr15289.ll test/Transforms/BBVectorize/X86/sh-rec.ll test/Transforms/BBVectorize/X86/sh-rec2.ll test/Transforms/BBVectorize/X86/sh-rec3.ll test/Transforms/BBVectorize/X86/sh-types.ll test/Transforms/BBVectorize/X86/simple-int.ll test/Transforms/BBVectorize/X86/simple-ldstr.ll test/Transforms/BBVectorize/X86/simple.ll test/Transforms/BBVectorize/X86/vs-cast.ll test/Transforms/BBVectorize/X86/wr-aliases.ll test/Transforms/BBVectorize/cycle.ll test/Transforms/BBVectorize/func-alias.ll test/Transforms/BBVectorize/ld1.ll test/Transforms/BBVectorize/lit.local.cfg test/Transforms/BBVectorize/loop1.ll test/Transforms/BBVectorize/mem-op-depth.ll test/Transforms/BBVectorize/metadata.ll test/Transforms/BBVectorize/no-ldstr-conn.ll test/Transforms/BBVectorize/req-depth.ll test/Transforms/BBVectorize/search-limit.ll test/Transforms/BBVectorize/simple-int.ll test/Transforms/BBVectorize/simple-ldstr-ptrs.ll test/Transforms/BBVectorize/simple-ldstr.ll test/Transforms/BBVectorize/simple-sel.ll test/Transforms/BBVectorize/simple-tst.ll test/Transforms/BBVectorize/simple.ll test/Transforms/BBVectorize/simple3.ll test/Transforms/BBVectorize/xcore/no-vector-registers.ll test/Transforms/FunctionAttrs/noreturn.ll test/Transforms/GVN/2009-02-17-LoadPRECrash.ll test/Transforms/GVN/2009-06-17-InvalidPRE.ll test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll test/Transforms/GVN/atomic.ll test/Transforms/GVN/invariant-load.ll test/Transforms/GVN/load-pre-align.ll test/Transforms/GVN/load-pre-licm.ll test/Transforms/GVN/load-pre-nonlocal.ll test/Transforms/GVN/local-pre.ll test/Transforms/GVN/lpre-call-wrap-2.ll test/Transforms/GVN/lpre-call-wrap.ll test/Transforms/GVN/phi-translate.ll test/Transforms/GVN/pre-basic-add.ll test/Transforms/GVN/pre-gep-load.ll test/Transforms/GVN/pre-load.ll test/Transforms/GVN/pre-no-cost-phi.ll test/Transforms/GVN/pre-single-pred.ll test/Transforms/GVN/preserve-tbaa.ll test/Transforms/GVN/rle-phi-translate.ll test/Transforms/GVN/rle-semidominated.ll test/Transforms/GVN/rle.ll test/Transforms/GVN/volatile.ll test/Transforms/GlobalDCE/pr20981.ll test/Transforms/IndVarSimplify/overflowcheck.ll test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll test/Transforms/InstCombine/2002-05-14-SubFailure.ll test/Transforms/InstCombine/2002-08-02-CastTest.ll test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll test/Transforms/InstCombine/2007-01-27-AndICmp.ll test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll test/Transforms/InstCombine/2008-01-29-AddICmp.ll test/Transforms/InstCombine/2008-07-08-AndICmp.ll test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll test/Transforms/InstCombine/2008-09-29-FoldingOr.ll test/Transforms/InstCombine/2008-11-20-DivMulRem.ll test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll test/Transforms/InstCombine/2012-05-27-Negative-Shift-Crash.ll test/Transforms/InstCombine/PR7357.ll test/Transforms/InstCombine/adjust-for-sminmax.ll test/Transforms/InstCombine/aligned-altivec.ll test/Transforms/InstCombine/aligned-qpx.ll test/Transforms/InstCombine/amdgcn-intrinsics.ll test/Transforms/InstCombine/and-not-or.ll test/Transforms/InstCombine/apint-add1.ll test/Transforms/InstCombine/apint-add2.ll test/Transforms/InstCombine/apint-and1.ll test/Transforms/InstCombine/apint-and2.ll test/Transforms/InstCombine/apint-zext1.ll test/Transforms/InstCombine/apint-zext2.ll test/Transforms/InstCombine/bit-tracking.ll test/Transforms/InstCombine/bitcast-vec-uniform.ll test/Transforms/InstCombine/bitcast-vector-fold.ll test/Transforms/InstCombine/blend_x86.ll test/Transforms/InstCombine/constant-fold-hang.ll test/Transforms/InstCombine/demorgan-zext.ll test/Transforms/InstCombine/dom-conditions.ll test/Transforms/InstCombine/neon-intrinsics.ll test/Transforms/InstCombine/not-fcmp.ll test/Transforms/InstCombine/or-to-xor.ll test/Transforms/InstCombine/phi-select-constexpr.ll test/Transforms/InstCombine/pr2645-1.ll test/Transforms/InstCombine/pr8547.ll test/Transforms/InstCombine/shufflemask-undef.ll test/Transforms/InstCombine/srem.ll test/Transforms/InstCombine/udiv-simplify-bug-0.ll test/Transforms/InstCombine/udiv-simplify-bug-1.ll test/Transforms/InstCombine/urem.ll test/Transforms/InstCombine/vector-srem.ll test/Transforms/InstCombine/vsx-unaligned.ll test/Transforms/InstCombine/x86-crc32-demanded.ll test/Transforms/InstCombine/x86-f16c.ll test/Transforms/InstCombine/x86-insertps.ll test/Transforms/InstCombine/x86-pmovsx.ll test/Transforms/InstCombine/x86-pmovzx.ll test/Transforms/InstCombine/x86-pshufb.ll test/Transforms/InstCombine/x86-sse4a.ll test/Transforms/InstCombine/x86-vector-shifts.ll test/Transforms/InstCombine/x86-vperm2.ll test/Transforms/InstCombine/x86-xop.ll test/Transforms/InstMerge/ld_hoist1.ll test/Transforms/InstMerge/ld_hoist_st_sink.ll test/Transforms/InstSimplify/apint-or.ll test/Transforms/LICM/scalar_promote.ll test/Transforms/LoadCombine/load-combine-aa.ll test/Transforms/LoadCombine/load-combine-assume.ll test/Transforms/LoadCombine/load-combine.ll test/Transforms/LoopInterchange/interchange.ll test/Transforms/LoopStrengthReduce/lsr-expand-quadratic.ll test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll test/Transforms/LoopUnroll/full-unroll-heuristics-cast.ll test/Transforms/LoopUnroll/nsw-tripcount.ll test/Transforms/LoopUnroll/partial-unroll-optsize.ll test/Transforms/LoopUnswitch/cold-loop.ll test/Transforms/LowerBitSets/constant.ll test/Transforms/LowerBitSets/function-ext.ll test/Transforms/LowerBitSets/function.ll test/Transforms/LowerBitSets/layout.ll test/Transforms/LowerBitSets/nonglobal.ll test/Transforms/LowerBitSets/nonstring.ll test/Transforms/LowerBitSets/pr25902.ll test/Transforms/LowerBitSets/simple.ll test/Transforms/LowerBitSets/single-offset.ll test/Transforms/LowerBitSets/unnamed.ll test/Transforms/PlaceSafepoints/call_gc_result.ll test/Transforms/PlaceSafepoints/invokes.ll test/Transforms/PlaceSafepoints/leaf-function.ll test/Transforms/PlaceSafepoints/patchable-statepoints.ll test/Transforms/PlaceSafepoints/statepoint-calling-conventions.ll test/Transforms/PlaceSafepoints/statepoint-format.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-1.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-10.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-11.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-2.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-3.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-4.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-5.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-6.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-7.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-8.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers-9.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-pointers.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/base-vector.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/basic.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/basics.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/codegen-cond.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/constants.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/deref-pointers.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/gc-relocate-creation.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector-nosplit.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/live-vector.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/liveness-basics.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/patchable-statepoints.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/preprocess.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocate-invoke-result.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/relocation.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/rematerialize-derived-pointers.ll test/Transforms/RewriteStatepointsForGC/deopt-bundles/rewrite-invoke.ll test/Transforms/RewriteStatepointsForGC/gc_relocate_creation.ll test/Transforms/RewriteStatepointsForGC/live-vector.ll test/Transforms/RewriteStatepointsForGC/relocate_invoke_result.ll test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll test/Transforms/SafeStack/addr-taken.ll test/Transforms/SafeStack/array-aligned.ll test/Transforms/SafeStack/array.ll test/Transforms/SafeStack/byval.ll test/Transforms/SafeStack/call.ll test/Transforms/SafeStack/cast.ll test/Transforms/SafeStack/constant-gep-call.ll test/Transforms/SafeStack/constant-gep.ll test/Transforms/SafeStack/constant-geps.ll test/Transforms/SafeStack/debug-loc.ll test/Transforms/SafeStack/dynamic-alloca.ll test/Transforms/SafeStack/escape-addr-pointer.ll test/Transforms/SafeStack/escape-bitcast-store.ll test/Transforms/SafeStack/escape-bitcast-store2.ll test/Transforms/SafeStack/escape-call.ll test/Transforms/SafeStack/escape-casted-pointer.ll test/Transforms/SafeStack/escape-gep-call.ll test/Transforms/SafeStack/escape-gep-invoke.ll test/Transforms/SafeStack/escape-gep-negative.ll test/Transforms/SafeStack/escape-gep-ptrtoint.ll test/Transforms/SafeStack/escape-gep-store.ll test/Transforms/SafeStack/escape-phi-call.ll test/Transforms/SafeStack/escape-select-call.ll test/Transforms/SafeStack/escape-vector.ll test/Transforms/SafeStack/invoke.ll test/Transforms/SafeStack/no-attr.ll test/Transforms/SafeStack/phi-cycle.ll test/Transforms/SafeStack/ret.ll test/Transforms/SafeStack/setjmp.ll test/Transforms/SafeStack/setjmp2.ll test/Transforms/SafeStack/store.ll test/Transforms/SafeStack/struct.ll test/Transforms/SampleProfile/inline-hint.ll test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll test/Transforms/ScalarRepl/2011-10-22-VectorCrash.ll test/Transforms/ScalarRepl/2011-11-11-EmptyStruct.ll test/Transforms/ScalarRepl/AggregatePromote.ll test/Transforms/ScalarRepl/DifferingTypes.ll test/Transforms/ScalarRepl/address-space.ll test/Transforms/ScalarRepl/arraytest.ll test/Transforms/ScalarRepl/badarray.ll test/Transforms/ScalarRepl/basictest.ll test/Transforms/ScalarRepl/bitfield-sroa.ll test/Transforms/ScalarRepl/copy-aggregate.ll test/Transforms/ScalarRepl/crash.ll test/Transforms/ScalarRepl/debuginfo-preserved.ll test/Transforms/ScalarRepl/inline-vector.ll test/Transforms/ScalarRepl/lifetime.ll test/Transforms/ScalarRepl/load-store-aggregate.ll test/Transforms/ScalarRepl/memcpy-align.ll test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll test/Transforms/ScalarRepl/memset-aggregate.ll test/Transforms/ScalarRepl/negative-memset.ll test/Transforms/ScalarRepl/nonzero-first-index.ll test/Transforms/ScalarRepl/not-a-vector.ll test/Transforms/ScalarRepl/only-memcpy-uses.ll test/Transforms/ScalarRepl/phi-cycle.ll test/Transforms/ScalarRepl/phi-select.ll test/Transforms/ScalarRepl/phinodepromote.ll test/Transforms/ScalarRepl/select_promote.ll test/Transforms/ScalarRepl/sroa-fca.ll test/Transforms/ScalarRepl/sroa_two.ll test/Transforms/ScalarRepl/union-fp-int.ll test/Transforms/ScalarRepl/union-packed.ll test/Transforms/ScalarRepl/union-pointer.ll test/Transforms/ScalarRepl/vector_memcpy.ll test/Transforms/ScalarRepl/vector_promote.ll test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll test/Transforms/ScalarRepl/volatile.ll test/Transforms/SeparateConstOffsetFromGEP/NVPTX/value-tracking-domtree.ll test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll test/Transforms/TailDup/X86/lit.local.cfg test/Transforms/TailDup/lit.local.cfg test/Unit/lit.cfg test/Unit/lit.site.cfg.in test/lit.cfg test/lit.site.cfg.in test/tools/dsymutil/Inputs/modules/1.o test/tools/dsymutil/Inputs/modules/libstatic.a test/tools/dsymutil/X86/modules-warnings.test test/tools/llvm-cov/Inputs/elf_binary_comdat test/tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri test/tools/llvm-readobj/amdgpu-elf-defs.test test/tools/sancov/Inputs/blacklist.txt test/tools/sancov/Inputs/test-linux_x86_64-1.sancov test/tools/sancov/Inputs/test-linux_x86_64.sancov test/tools/sancov/html-report.test tools/Makefile tools/bugpoint-passes/Makefile tools/bugpoint/Makefile tools/clang/Makefile tools/clang/cmake/modules/ClangConfig.cmake tools/clang/docs/Makefile tools/clang/docs/analyzer/Makefile tools/clang/docs/doxygen.intro tools/clang/docs/tools/dump_ast_matchers.py tools/clang/examples/Makefile tools/clang/examples/PrintFunctionNames/Makefile tools/clang/examples/analyzer-plugin/Makefile tools/clang/examples/clang-interpreter/Makefile tools/clang/include/Makefile tools/clang/include/clang-c/Makefile tools/clang/include/clang/AST/ASTContext.h tools/clang/include/clang/AST/BuiltinTypes.def tools/clang/include/clang/AST/CanonicalType.h tools/clang/include/clang/AST/Makefile tools/clang/include/clang/AST/Type.h tools/clang/include/clang/Analysis/AnalysisContext.h tools/clang/include/clang/Basic/Builtins.def tools/clang/include/clang/Basic/DiagnosticParseKinds.td tools/clang/include/clang/Basic/LangOptions.def tools/clang/include/clang/Basic/Makefile tools/clang/include/clang/Basic/Specifiers.h tools/clang/include/clang/Basic/TokenKinds.def tools/clang/include/clang/Config/config.h.in tools/clang/include/clang/Driver/Makefile tools/clang/include/clang/Lex/Lexer.h tools/clang/include/clang/Lex/Preprocessor.h tools/clang/include/clang/Makefile tools/clang/include/clang/Parse/Makefile tools/clang/include/clang/Parse/Parser.h tools/clang/include/clang/Sema/DeclSpec.h tools/clang/include/clang/Sema/LocInfoType.h tools/clang/include/clang/Sema/Makefile tools/clang/include/clang/Serialization/ASTBitCodes.h tools/clang/include/clang/Serialization/Makefile tools/clang/lib/ARCMigrate/Makefile tools/clang/lib/AST/ASTContext.cpp tools/clang/lib/AST/ItaniumMangle.cpp tools/clang/lib/AST/Makefile tools/clang/lib/AST/MicrosoftMangle.cpp tools/clang/lib/AST/NSAPI.cpp tools/clang/lib/AST/Type.cpp tools/clang/lib/AST/TypeLoc.cpp tools/clang/lib/ASTMatchers/Dynamic/Makefile tools/clang/lib/ASTMatchers/Makefile tools/clang/lib/Analysis/BodyFarm.h tools/clang/lib/Analysis/FormatString.cpp tools/clang/lib/Analysis/Makefile tools/clang/lib/Basic/Makefile tools/clang/lib/CodeGen/BackendUtil.cpp tools/clang/lib/CodeGen/CGCUDABuiltin.cpp tools/clang/lib/CodeGen/CGCall.cpp tools/clang/lib/CodeGen/CGCleanup.cpp tools/clang/lib/CodeGen/CGDebugInfo.cpp tools/clang/lib/CodeGen/CodeGenTypes.cpp tools/clang/lib/CodeGen/ItaniumCXXABI.cpp tools/clang/lib/CodeGen/Makefile tools/clang/lib/CodeGen/TargetInfo.cpp tools/clang/lib/Driver/CrossWindowsToolChain.cpp tools/clang/lib/Driver/MSVCToolChain.cpp tools/clang/lib/Driver/Makefile tools/clang/lib/Driver/MinGWToolChain.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/Driver/Types.cpp tools/clang/lib/Edit/Makefile tools/clang/lib/Format/Makefile tools/clang/lib/Format/TokenAnnotator.cpp tools/clang/lib/Frontend/CompilerInvocation.cpp tools/clang/lib/Frontend/FrontendOptions.cpp tools/clang/lib/Frontend/Makefile tools/clang/lib/Frontend/Rewrite/Makefile tools/clang/lib/FrontendTool/Makefile tools/clang/lib/Headers/Makefile tools/clang/lib/Headers/cuda_builtin_vars.h tools/clang/lib/Index/Makefile tools/clang/lib/Index/USRGeneration.cpp tools/clang/lib/Lex/Lexer.cpp tools/clang/lib/Lex/Makefile tools/clang/lib/Lex/PPDirectives.cpp tools/clang/lib/Lex/PPLexerChange.cpp tools/clang/lib/Lex/Preprocessor.cpp tools/clang/lib/Makefile tools/clang/lib/Parse/Makefile tools/clang/lib/Parse/ParseDecl.cpp tools/clang/lib/Parse/ParseExpr.cpp tools/clang/lib/Parse/ParseStmt.cpp tools/clang/lib/Parse/ParseTentative.cpp tools/clang/lib/Parse/Parser.cpp tools/clang/lib/Parse/RAIIObjectsForParser.h tools/clang/lib/Rewrite/Makefile tools/clang/lib/Sema/DeclSpec.cpp tools/clang/lib/Sema/Makefile tools/clang/lib/Sema/SemaCodeComplete.cpp tools/clang/lib/Sema/SemaTemplateVariadic.cpp tools/clang/lib/Sema/SemaType.cpp tools/clang/lib/Serialization/ASTCommon.cpp tools/clang/lib/Serialization/ASTReader.cpp tools/clang/lib/Serialization/Makefile tools/clang/lib/StaticAnalyzer/Checkers/Checkers.td tools/clang/lib/StaticAnalyzer/Checkers/Makefile tools/clang/lib/StaticAnalyzer/Core/Makefile tools/clang/lib/StaticAnalyzer/Core/SimpleConstraintManager.h tools/clang/lib/StaticAnalyzer/Frontend/Makefile tools/clang/lib/StaticAnalyzer/Makefile tools/clang/lib/Tooling/Core/Makefile tools/clang/lib/Tooling/Makefile tools/clang/runtime/Makefile tools/clang/runtime/compiler-rt/Makefile tools/clang/runtime/libcxx/Makefile tools/clang/test/ARCMT/with space/test.h tools/clang/test/ARCMT/with space/test.h.result tools/clang/test/ARCMT/with space/test1.m.in tools/clang/test/ARCMT/with space/test1.m.in.result tools/clang/test/ARCMT/with space/test2.m.in tools/clang/test/ARCMT/with space/test2.m.in.result tools/clang/test/ASTMerge/Inputs/body1.c tools/clang/test/ASTMerge/Inputs/body2.c tools/clang/test/ASTMerge/Inputs/category1.m tools/clang/test/ASTMerge/Inputs/category2.m tools/clang/test/ASTMerge/Inputs/class-template1.cpp tools/clang/test/ASTMerge/Inputs/class-template2.cpp tools/clang/test/ASTMerge/Inputs/class1.cpp tools/clang/test/ASTMerge/Inputs/class2.cpp tools/clang/test/ASTMerge/Inputs/enum1.c tools/clang/test/ASTMerge/Inputs/enum2.c tools/clang/test/ASTMerge/Inputs/exprs1.c tools/clang/test/ASTMerge/Inputs/exprs2.c tools/clang/test/ASTMerge/Inputs/function1.c tools/clang/test/ASTMerge/Inputs/function2.c tools/clang/test/ASTMerge/Inputs/interface1.m tools/clang/test/ASTMerge/Inputs/interface2.m tools/clang/test/ASTMerge/Inputs/namespace1.cpp tools/clang/test/ASTMerge/Inputs/namespace2.cpp tools/clang/test/ASTMerge/Inputs/property1.m tools/clang/test/ASTMerge/Inputs/property2.m tools/clang/test/ASTMerge/Inputs/struct1.c tools/clang/test/ASTMerge/Inputs/struct2.c tools/clang/test/ASTMerge/Inputs/typedef1.c tools/clang/test/ASTMerge/Inputs/typedef2.c tools/clang/test/ASTMerge/Inputs/var1.c tools/clang/test/ASTMerge/Inputs/var1.h tools/clang/test/ASTMerge/Inputs/var2.c tools/clang/test/ASTMerge/category.m tools/clang/test/ASTMerge/class-template.cpp tools/clang/test/ASTMerge/class.cpp tools/clang/test/ASTMerge/codegen-body.c tools/clang/test/ASTMerge/codegen-exprs.c tools/clang/test/ASTMerge/enum.c tools/clang/test/ASTMerge/exprs.c tools/clang/test/ASTMerge/function.c tools/clang/test/ASTMerge/interface.m tools/clang/test/ASTMerge/namespace.cpp tools/clang/test/ASTMerge/property.m tools/clang/test/ASTMerge/struct.c tools/clang/test/ASTMerge/typedef.c tools/clang/test/ASTMerge/var.c tools/clang/test/Analysis/analyze_display_progress.c tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3-cxx0x.cpp tools/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p6-cxx0x.cpp tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1-0x.cpp tools/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/p3-0x.cpp tools/clang/test/CodeGen/arm64-scalar-test.c tools/clang/test/CodeGen/arm64-vrsqrt.c tools/clang/test/CodeGen/arm64_neon_high_half.c tools/clang/test/CodeGen/arm64_vCMP.c tools/clang/test/CodeGen/arm64_vLdStNum_lane.c tools/clang/test/CodeGen/arm64_vMaxMin.c tools/clang/test/CodeGen/arm64_vadd.c tools/clang/test/CodeGen/arm64_vca.c tools/clang/test/CodeGen/arm64_vcvtfp.c tools/clang/test/CodeGen/arm64_vecCmpBr.c tools/clang/test/CodeGen/arm64_vext.c tools/clang/test/CodeGen/arm64_vfma.c tools/clang/test/CodeGen/arm64_vneg.c tools/clang/test/CodeGen/arm64_vqmov.c tools/clang/test/CodeGen/arm64_vrecps.c tools/clang/test/CodeGen/arm64_vshift.c tools/clang/test/CodeGen/arm64_vsli.c tools/clang/test/CodeGen/arm64_vsri.c tools/clang/test/CodeGen/arm64_vtst.c tools/clang/test/CodeGen/blocks-opencl.cl tools/clang/test/CodeGen/thinlto_backend.c tools/clang/test/CodeGenCUDA/host-device-calls-host.cu tools/clang/test/CodeGenCXX/cfi-vcall.cpp tools/clang/test/CodeGenCXX/debug-info-flex-member.cpp tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m tools/clang/test/CodeGenOpenCL/amdgpu-num-gpr-attr.cl tools/clang/test/CoverageMapping/if.c tools/clang/test/CoverageMapping/switch.c tools/clang/test/CoverageMapping/system_macro.c tools/clang/test/Driver/Inputs/CUDA/usr/local/cuda/nvvm/libdevice/libdevice.compute_20.10.bc tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/crtbegin.o tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/crtbeginS.o tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/crtbeginT.o tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/crtend.o tools/clang/test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r6/crtendS.o tools/clang/test/Driver/arm-darwin-builtin.c tools/clang/test/Driver/bitrig.c tools/clang/test/Driver/crash report spaces.c tools/clang/test/Driver/darwin-objc-gc.m tools/clang/test/Driver/r600-mcpu.cl tools/clang/test/Frontend/std.cl tools/clang/test/Makefile tools/clang/test/Modules/system_version.m tools/clang/test/PCH/libroot/usr/include/reloc.h tools/clang/test/PCH/libroot/usr/include/reloc2.h tools/clang/test/Profile/max-function-count.c tools/clang/test/Sema/invalid-assignment-constant-address-space.c tools/clang/test/Sema/template-specialization.cpp tools/clang/test/Sema/varargs.cpp tools/clang/test/SemaCUDA/amdgpu-num-gpr-attr.cu tools/clang/test/SemaCUDA/function-target-disabled-check.cu tools/clang/test/SemaCUDA/function-target-hd.cu tools/clang/test/SemaCXX/MicrosoftCompatibility-cxx98.cpp tools/clang/test/SemaCXX/attr-flag-enum-reject.cpp tools/clang/test/SemaCXX/constexpr-strlen.cpp tools/clang/test/SemaOpenCL/amdgpu-num-register-attrs.cl tools/clang/test/SemaOpenCL/extension-fp64-cl1.1.cl tools/clang/test/SemaOpenCL/extension-fp64.cl tools/clang/test/SemaOpenCL/extern.cl tools/clang/test/SemaOpenCL/func_ptr.cl tools/clang/test/SemaOpenCL/invalid-logical-ops-1.1.cl tools/clang/test/SemaOpenCL/invalid-logical-ops-1.2.cl tools/clang/test/SemaOpenCL/optional-core-fp64-cl1.2.cl tools/clang/test/SemaOpenCL/optional-core-fp64-cl2.0.cl tools/clang/test/Unit/lit.cfg tools/clang/test/Unit/lit.site.cfg.in tools/clang/test/lit.cfg tools/clang/test/lit.site.cfg.in tools/clang/tools/Makefile tools/clang/tools/arcmt-test/Makefile tools/clang/tools/c-arcmt-test/Makefile tools/clang/tools/c-index-test/Makefile tools/clang/tools/clang-check/Makefile tools/clang/tools/clang-format/Makefile tools/clang/tools/diagtool/Makefile tools/clang/tools/driver/Makefile tools/clang/tools/libclang/CIndex.cpp tools/clang/tools/libclang/IndexBody.cpp tools/clang/tools/libclang/IndexDecl.cpp tools/clang/tools/libclang/IndexTypeSourceInfo.cpp tools/clang/tools/libclang/IndexingContext.cpp tools/clang/tools/libclang/IndexingContext.h tools/clang/tools/libclang/Makefile tools/clang/tools/scan-build-py/bin/analyze-build tools/clang/tools/scan-build-py/bin/analyze-c++ tools/clang/tools/scan-build-py/bin/analyze-cc tools/clang/tools/scan-build-py/bin/intercept-build tools/clang/tools/scan-build-py/bin/intercept-c++ tools/clang/tools/scan-build-py/bin/intercept-cc tools/clang/tools/scan-build-py/bin/scan-build tools/clang/tools/scan-build-py/libscanbuild/command.py tools/clang/tools/scan-build-py/libscanbuild/runner.py tools/clang/tools/scan-build-py/tests/unit/fixtures.py tools/clang/tools/scan-build-py/tests/unit/test_command.py tools/clang/tools/scan-build-py/tests/unit/test_runner.py tools/clang/tools/scan-build/Makefile tools/clang/tools/scan-view/Makefile tools/clang/unittests/AST/Makefile tools/clang/unittests/ASTMatchers/ASTMatchersTest.cpp tools/clang/unittests/ASTMatchers/Dynamic/Makefile tools/clang/unittests/ASTMatchers/Makefile tools/clang/unittests/Basic/Makefile tools/clang/unittests/CodeGen/Makefile tools/clang/unittests/Driver/Makefile tools/clang/unittests/Format/Makefile tools/clang/unittests/Frontend/Makefile tools/clang/unittests/Lex/Makefile tools/clang/unittests/Makefile tools/clang/unittests/Rewrite/Makefile tools/clang/unittests/Sema/Makefile tools/clang/unittests/StaticAnalyzer/Makefile tools/clang/unittests/Tooling/Makefile tools/clang/unittests/libclang/Makefile tools/clang/utils/TableGen/Makefile tools/clang/utils/VtableTest/Makefile tools/clang/utils/clang-completion-mode.el tools/clang/utils/clang.natvis tools/clang/www/menu.html.incl tools/dsymutil/Makefile tools/gold/Makefile tools/llc/Makefile tools/lli/ChildTarget/Makefile tools/lli/Makefile tools/llvm-ar/Makefile tools/llvm-as/Makefile tools/llvm-bcanalyzer/Makefile tools/llvm-c-test/Makefile tools/llvm-config/Makefile tools/llvm-cov/Makefile tools/llvm-cxxdump/Makefile tools/llvm-diff/Makefile tools/llvm-dis/Makefile tools/llvm-dwarfdump/Makefile tools/llvm-dwp/Makefile tools/llvm-extract/Makefile tools/llvm-go/Makefile tools/llvm-jitlistener/Makefile tools/llvm-link/Makefile tools/llvm-lto/Makefile tools/llvm-mc-fuzzer/CMakeLists.txt tools/llvm-mc-fuzzer/llvm-mc-fuzzer.cpp tools/llvm-mc/Makefile tools/llvm-mcmarkup/Makefile tools/llvm-nm/Makefile tools/llvm-objdump/Makefile tools/llvm-pdbdump/BuiltinDumper.cpp tools/llvm-pdbdump/BuiltinDumper.h tools/llvm-pdbdump/CMakeLists.txt tools/llvm-pdbdump/ClassDefinitionDumper.cpp tools/llvm-pdbdump/ClassDefinitionDumper.h tools/llvm-pdbdump/CompilandDumper.cpp tools/llvm-pdbdump/CompilandDumper.h