[Midnightbsd-cvs] [MidnightBSD/src] a3aae8: LLVM + CLANG 3.4
Lucas Holt
noreply at github.com
Mon Mar 16 11:50:21 EDT 2020
Branch: refs/heads/vendor/llvm/dist
Home: https://github.com/MidnightBSD/src
Commit: a3aae8808c819088fbe2ae1f6ab2dfa0bf2c3d3e
https://github.com/MidnightBSD/src/commit/a3aae8808c819088fbe2ae1f6ab2dfa0bf2c3d3e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2017-11-26 (Sun, 26 Nov 2017)
Changed paths:
R .arcconfig
M .gitattributes
R CMakeLists.txt
R CODE_OWNERS.TXT
R CREDITS.TXT
M LICENSE.TXT
R LLVMBuild.txt
R Makefile
R Makefile.common
R Makefile.config.in
R Makefile.rules
R README.txt
R autoconf/AutoRegen.sh
R autoconf/ExportMap.map
R autoconf/LICENSE.TXT
R autoconf/README.TXT
R autoconf/config.guess
R autoconf/config.sub
R autoconf/configure.ac
R autoconf/depcomp
R autoconf/install-sh
R autoconf/ltmain.sh
R autoconf/m4/build_exeext.m4
R autoconf/m4/c_printf_a.m4
R autoconf/m4/check_gnu_make.m4
R autoconf/m4/config_makefile.m4
R autoconf/m4/config_project.m4
R autoconf/m4/cxx_flag_check.m4
R autoconf/m4/find_std_program.m4
R autoconf/m4/func_isinf.m4
R autoconf/m4/func_isnan.m4
R autoconf/m4/func_mmap_file.m4
R autoconf/m4/header_mmap_anonymous.m4
R autoconf/m4/huge_val.m4
R autoconf/m4/libtool.m4
R autoconf/m4/link_options.m4
R autoconf/m4/linux_mixed_64_32.m4
R autoconf/m4/ltdl.m4
R autoconf/m4/need_dev_zero_for_mmap.m4
R autoconf/m4/path_tclsh.m4
R autoconf/m4/rand48.m4
R autoconf/m4/sanity_check.m4
R autoconf/m4/single_cxx_check.m4
R autoconf/m4/visibility_inlines_hidden.m4
R autoconf/missing
R autoconf/mkinstalldirs
R bindings/LLVMBuild.txt
R bindings/Makefile
R bindings/README.txt
R bindings/ocaml/Makefile
R bindings/ocaml/Makefile.ocaml
R bindings/ocaml/analysis/Makefile
R bindings/ocaml/analysis/analysis_ocaml.c
R bindings/ocaml/analysis/llvm_analysis.ml
R bindings/ocaml/analysis/llvm_analysis.mli
R bindings/ocaml/bitreader/Makefile
R bindings/ocaml/bitreader/bitreader_ocaml.c
R bindings/ocaml/bitreader/llvm_bitreader.ml
R bindings/ocaml/bitreader/llvm_bitreader.mli
R bindings/ocaml/bitwriter/Makefile
R bindings/ocaml/bitwriter/bitwriter_ocaml.c
R bindings/ocaml/bitwriter/llvm_bitwriter.ml
R bindings/ocaml/bitwriter/llvm_bitwriter.mli
R bindings/ocaml/executionengine/Makefile
R bindings/ocaml/executionengine/executionengine_ocaml.c
R bindings/ocaml/executionengine/llvm_executionengine.ml
R bindings/ocaml/executionengine/llvm_executionengine.mli
R bindings/ocaml/llvm/META.llvm.in
R bindings/ocaml/llvm/Makefile
R bindings/ocaml/llvm/llvm.ml
R bindings/ocaml/llvm/llvm.mli
R bindings/ocaml/llvm/llvm_ocaml.c
R bindings/ocaml/target/Makefile
R bindings/ocaml/target/llvm_target.ml
R bindings/ocaml/target/llvm_target.mli
R bindings/ocaml/target/target_ocaml.c
R bindings/ocaml/transforms/Makefile
R bindings/ocaml/transforms/ipo/Makefile
R bindings/ocaml/transforms/ipo/ipo_ocaml.c
R bindings/ocaml/transforms/ipo/llvm_ipo.ml
R bindings/ocaml/transforms/ipo/llvm_ipo.mli
R bindings/ocaml/transforms/scalar/Makefile
R bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml
R bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli
R bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c
R bindings/python/README.txt
R bindings/python/llvm/common.py
R bindings/python/llvm/core.py
R bindings/python/llvm/disassembler.py
R bindings/python/llvm/enumerations.py
R bindings/python/llvm/object.py
R bindings/python/llvm/tests/base.py
R bindings/python/llvm/tests/test_core.py
R bindings/python/llvm/tests/test_disassembler.py
R bindings/python/llvm/tests/test_object.py
R cmake/README
R cmake/config-ix.cmake
R cmake/modules/AddLLVM.cmake
R cmake/modules/AddLLVMDefinitions.cmake
R cmake/modules/CMakeLists.txt
R cmake/modules/CheckAtomic.cmake
R cmake/modules/ChooseMSVCCRT.cmake
R cmake/modules/GetHostTriple.cmake
R cmake/modules/GetSVN.cmake
R cmake/modules/HandleLLVMOptions.cmake
R cmake/modules/LLVM-Config.cmake
R cmake/modules/LLVMConfig.cmake.in
R cmake/modules/LLVMConfigVersion.cmake.in
R cmake/modules/LLVMParseArguments.cmake
R cmake/modules/LLVMProcessSources.cmake
R cmake/modules/TableGen.cmake
R cmake/modules/VersionFromVCS.cmake
R cmake/platforms/Android.cmake
R configure
R docs/AliasAnalysis.rst
R docs/Atomics.rst
R docs/BitCodeFormat.rst
R docs/BranchWeightMetadata.rst
R docs/Bugpoint.rst
R docs/CMake.rst
R docs/CodeGenerator.rst
R docs/CodingStandards.rst
R docs/CommandGuide/FileCheck.rst
R docs/CommandGuide/bugpoint.rst
R docs/CommandGuide/index.rst
R docs/CommandGuide/lit.rst
R docs/CommandGuide/llc.rst
R docs/CommandGuide/lli.rst
R docs/CommandGuide/llvm-ar.rst
R docs/CommandGuide/llvm-as.rst
R docs/CommandGuide/llvm-bcanalyzer.rst
R docs/CommandGuide/llvm-build.rst
R docs/CommandGuide/llvm-config.rst
R docs/CommandGuide/llvm-cov.rst
R docs/CommandGuide/llvm-diff.rst
R docs/CommandGuide/llvm-dis.rst
R docs/CommandGuide/llvm-extract.rst
R docs/CommandGuide/llvm-link.rst
R docs/CommandGuide/llvm-nm.rst
R docs/CommandGuide/llvm-prof.rst
R docs/CommandGuide/llvm-ranlib.rst
R docs/CommandGuide/llvm-readobj.rst
R docs/CommandGuide/llvm-stress.rst
R docs/CommandGuide/llvm-symbolizer.rst
R docs/CommandGuide/opt.rst
R docs/CommandGuide/tblgen.rst
R docs/CommandLine.rst
R docs/CompilerWriterInfo.rst
R docs/DebuggingJITedCode.rst
R docs/DeveloperPolicy.rst
R docs/Dummy.html
R docs/ExceptionHandling.rst
R docs/ExtendedIntegerResults.txt
R docs/ExtendingLLVM.rst
R docs/Extensions.rst
R docs/FAQ.rst
R docs/GarbageCollection.rst
R docs/GetElementPtr.rst
R docs/GettingStarted.rst
R docs/GettingStartedVS.rst
R docs/GoldPlugin.rst
R docs/HowToAddABuilder.rst
R docs/HowToBuildOnARM.rst
R docs/HowToReleaseLLVM.rst
R docs/HowToSetUpLLVMStyleRTTI.rst
R docs/HowToSubmitABug.rst
R docs/HowToUseAttributes.rst
R docs/HowToUseInstrMappings.rst
R docs/LLVMBuild.rst
R docs/LLVMBuild.txt
R docs/LangRef.rst
R docs/Lexicon.rst
R docs/LinkTimeOptimization.rst
R docs/Makefile
R docs/Makefile.sphinx
R docs/MakefileGuide.rst
R docs/MarkedUpDisassembly.rst
R docs/NVPTXUsage.rst
R docs/Packaging.rst
R docs/Passes.rst
R docs/Phabricator.rst
R docs/ProgrammersManual.rst
R docs/Projects.rst
R docs/README.txt
R docs/ReleaseNotes.rst
R docs/SegmentedStacks.rst
R docs/SourceLevelDebugging.rst
R docs/SphinxQuickstartTemplate.rst
R docs/SystemLibrary.rst
R docs/TableGen/LangRef.rst
R docs/TableGenFundamentals.rst
R docs/TestSuiteMakefileGuide.rst
R docs/TestingGuide.rst
R docs/Vectorizers.rst
R docs/WritingAnLLVMBackend.rst
R docs/WritingAnLLVMPass.rst
R docs/YamlIO.rst
R docs/_static/lines.gif
R docs/_static/llvm.css
R docs/_templates/indexsidebar.html
R docs/_templates/layout.html
R docs/_themes/llvm-theme/layout.html
R docs/_themes/llvm-theme/static/contents.png
R docs/_themes/llvm-theme/static/llvm-theme.css
R docs/_themes/llvm-theme/static/logo.png
R docs/_themes/llvm-theme/static/navigation.png
R docs/_themes/llvm-theme/theme.conf
R docs/conf.py
R docs/doxygen.cfg.in
R docs/doxygen.css
R docs/doxygen.footer
R docs/doxygen.header
R docs/doxygen.intro
R docs/gcc-loops.png
R docs/index.rst
R docs/linpack-pc.png
R docs/make.bat
R docs/re_format.7
R docs/tutorial/LangImpl1.rst
R docs/tutorial/LangImpl2.rst
R docs/tutorial/LangImpl3.rst
R docs/tutorial/LangImpl4.rst
R docs/tutorial/LangImpl5-cfg.png
R docs/tutorial/LangImpl5.rst
R docs/tutorial/LangImpl6.rst
R docs/tutorial/LangImpl7.rst
R docs/tutorial/LangImpl8.rst
R docs/tutorial/OCamlLangImpl1.rst
R docs/tutorial/OCamlLangImpl2.rst
R docs/tutorial/OCamlLangImpl3.rst
R docs/tutorial/OCamlLangImpl4.rst
R docs/tutorial/OCamlLangImpl5.rst
R docs/tutorial/OCamlLangImpl6.rst
R docs/tutorial/OCamlLangImpl7.rst
R docs/tutorial/OCamlLangImpl8.rst
R docs/tutorial/index.rst
R docs/yaml2obj.rst
R examples/BrainF/BrainF.cpp
R examples/BrainF/BrainF.h
R examples/BrainF/BrainFDriver.cpp
R examples/BrainF/CMakeLists.txt
R examples/BrainF/Makefile
R examples/CMakeLists.txt
R examples/ExceptionDemo/CMakeLists.txt
R examples/ExceptionDemo/ExceptionDemo.cpp
R examples/ExceptionDemo/Makefile
R examples/Fibonacci/CMakeLists.txt
R examples/Fibonacci/Makefile
R examples/Fibonacci/fibonacci.cpp
R examples/HowToUseJIT/CMakeLists.txt
R examples/HowToUseJIT/HowToUseJIT.cpp
R examples/HowToUseJIT/Makefile
R examples/Kaleidoscope/CMakeLists.txt
R examples/Kaleidoscope/Chapter2/CMakeLists.txt
R examples/Kaleidoscope/Chapter2/Makefile
R examples/Kaleidoscope/Chapter2/toy.cpp
R examples/Kaleidoscope/Chapter3/CMakeLists.txt
R examples/Kaleidoscope/Chapter3/Makefile
R examples/Kaleidoscope/Chapter3/toy.cpp
R examples/Kaleidoscope/Chapter4/CMakeLists.txt
R examples/Kaleidoscope/Chapter4/Makefile
R examples/Kaleidoscope/Chapter4/toy.cpp
R examples/Kaleidoscope/Chapter5/CMakeLists.txt
R examples/Kaleidoscope/Chapter5/Makefile
R examples/Kaleidoscope/Chapter5/toy.cpp
R examples/Kaleidoscope/Chapter6/CMakeLists.txt
R examples/Kaleidoscope/Chapter6/Makefile
R examples/Kaleidoscope/Chapter6/toy.cpp
R examples/Kaleidoscope/Chapter7/CMakeLists.txt
R examples/Kaleidoscope/Chapter7/Makefile
R examples/Kaleidoscope/Chapter7/toy.cpp
R examples/Kaleidoscope/Makefile
R examples/LLVMBuild.txt
R examples/Makefile
R examples/ModuleMaker/CMakeLists.txt
R examples/ModuleMaker/Makefile
R examples/ModuleMaker/ModuleMaker.cpp
R examples/ModuleMaker/README.txt
R examples/OCaml-Kaleidoscope/Chapter2/Makefile
R examples/OCaml-Kaleidoscope/Chapter2/_tags
R examples/OCaml-Kaleidoscope/Chapter2/ast.ml
R examples/OCaml-Kaleidoscope/Chapter2/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter2/parser.ml
R examples/OCaml-Kaleidoscope/Chapter2/token.ml
R examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter2/toy.ml
R examples/OCaml-Kaleidoscope/Chapter3/Makefile
R examples/OCaml-Kaleidoscope/Chapter3/_tags
R examples/OCaml-Kaleidoscope/Chapter3/ast.ml
R examples/OCaml-Kaleidoscope/Chapter3/codegen.ml
R examples/OCaml-Kaleidoscope/Chapter3/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
R examples/OCaml-Kaleidoscope/Chapter3/parser.ml
R examples/OCaml-Kaleidoscope/Chapter3/token.ml
R examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter3/toy.ml
R examples/OCaml-Kaleidoscope/Chapter4/Makefile
R examples/OCaml-Kaleidoscope/Chapter4/_tags
R examples/OCaml-Kaleidoscope/Chapter4/ast.ml
R examples/OCaml-Kaleidoscope/Chapter4/bindings.c
R examples/OCaml-Kaleidoscope/Chapter4/codegen.ml
R examples/OCaml-Kaleidoscope/Chapter4/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
R examples/OCaml-Kaleidoscope/Chapter4/parser.ml
R examples/OCaml-Kaleidoscope/Chapter4/token.ml
R examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter4/toy.ml
R examples/OCaml-Kaleidoscope/Chapter5/Makefile
R examples/OCaml-Kaleidoscope/Chapter5/_tags
R examples/OCaml-Kaleidoscope/Chapter5/ast.ml
R examples/OCaml-Kaleidoscope/Chapter5/bindings.c
R examples/OCaml-Kaleidoscope/Chapter5/codegen.ml
R examples/OCaml-Kaleidoscope/Chapter5/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml
R examples/OCaml-Kaleidoscope/Chapter5/parser.ml
R examples/OCaml-Kaleidoscope/Chapter5/token.ml
R examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter5/toy.ml
R examples/OCaml-Kaleidoscope/Chapter6/Makefile
R examples/OCaml-Kaleidoscope/Chapter6/_tags
R examples/OCaml-Kaleidoscope/Chapter6/ast.ml
R examples/OCaml-Kaleidoscope/Chapter6/bindings.c
R examples/OCaml-Kaleidoscope/Chapter6/codegen.ml
R examples/OCaml-Kaleidoscope/Chapter6/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml
R examples/OCaml-Kaleidoscope/Chapter6/parser.ml
R examples/OCaml-Kaleidoscope/Chapter6/token.ml
R examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter6/toy.ml
R examples/OCaml-Kaleidoscope/Chapter7/Makefile
R examples/OCaml-Kaleidoscope/Chapter7/_tags
R examples/OCaml-Kaleidoscope/Chapter7/ast.ml
R examples/OCaml-Kaleidoscope/Chapter7/bindings.c
R examples/OCaml-Kaleidoscope/Chapter7/codegen.ml
R examples/OCaml-Kaleidoscope/Chapter7/lexer.ml
R examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml
R examples/OCaml-Kaleidoscope/Chapter7/parser.ml
R examples/OCaml-Kaleidoscope/Chapter7/token.ml
R examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml
R examples/OCaml-Kaleidoscope/Chapter7/toy.ml
R examples/OCaml-Kaleidoscope/Makefile
R examples/ParallelJIT/CMakeLists.txt
R examples/ParallelJIT/Makefile
R examples/ParallelJIT/ParallelJIT.cpp
M include/llvm-c/BitReader.h
M include/llvm-c/BitWriter.h
M include/llvm-c/Core.h
M include/llvm-c/Disassembler.h
M include/llvm-c/ExecutionEngine.h
A include/llvm-c/IRReader.h
M include/llvm-c/LinkTimeOptimizer.h
M include/llvm-c/Object.h
A include/llvm-c/Support.h
M include/llvm-c/Target.h
M include/llvm-c/TargetMachine.h
M include/llvm-c/Transforms/Scalar.h
M include/llvm-c/lto.h
M include/llvm/ADT/APFloat.h
M include/llvm/ADT/APInt.h
M include/llvm/ADT/APSInt.h
M include/llvm/ADT/ArrayRef.h
M include/llvm/ADT/BitVector.h
M include/llvm/ADT/DenseMap.h
M include/llvm/ADT/FoldingSet.h
M include/llvm/ADT/ImmutableMap.h
M include/llvm/ADT/ImmutableSet.h
M include/llvm/ADT/IntervalMap.h
R include/llvm/ADT/NullablePtr.h
M include/llvm/ADT/OwningPtr.h
M include/llvm/ADT/PointerIntPair.h
M include/llvm/ADT/PointerUnion.h
M include/llvm/ADT/STLExtras.h
M include/llvm/ADT/SetVector.h
M include/llvm/ADT/SmallBitVector.h
M include/llvm/ADT/SmallPtrSet.h
M include/llvm/ADT/SmallVector.h
M include/llvm/ADT/SparseBitVector.h
M include/llvm/ADT/StringExtras.h
M include/llvm/ADT/StringMap.h
M include/llvm/ADT/StringRef.h
M include/llvm/ADT/Triple.h
M include/llvm/ADT/ilist.h
A include/llvm/ADT/polymorphic_ptr.h
M include/llvm/Analysis/AliasAnalysis.h
M include/llvm/Analysis/BlockFrequencyImpl.h
M include/llvm/Analysis/BlockFrequencyInfo.h
M include/llvm/Analysis/BranchProbabilityInfo.h
A include/llvm/Analysis/CFG.h
M include/llvm/Analysis/CFGPrinter.h
M include/llvm/Analysis/CallGraph.h
M include/llvm/Analysis/ConstantFolding.h
M include/llvm/Analysis/DependenceAnalysis.h
M include/llvm/Analysis/Dominators.h
M include/llvm/Analysis/InlineCost.h
M include/llvm/Analysis/InstructionSimplify.h
M include/llvm/Analysis/LoopInfo.h
M include/llvm/Analysis/LoopInfoImpl.h
M include/llvm/Analysis/LoopPass.h
M include/llvm/Analysis/MemoryBuiltins.h
M include/llvm/Analysis/Passes.h
R include/llvm/Analysis/PathNumbering.h
R include/llvm/Analysis/PathProfileInfo.h
M include/llvm/Analysis/PostDominators.h
R include/llvm/Analysis/ProfileDataLoader.h
R include/llvm/Analysis/ProfileDataTypes.h
R include/llvm/Analysis/ProfileInfo.h
R include/llvm/Analysis/ProfileInfoLoader.h
R include/llvm/Analysis/ProfileInfoTypes.h
M include/llvm/Analysis/RegionPass.h
M include/llvm/Analysis/ScalarEvolution.h
M include/llvm/Analysis/ScalarEvolutionExpander.h
M include/llvm/Analysis/ScalarEvolutionExpressions.h
M include/llvm/Analysis/TargetTransformInfo.h
M include/llvm/Analysis/ValueTracking.h
M include/llvm/AutoUpgrade.h
R include/llvm/Bitcode/Archive.h
M include/llvm/Bitcode/BitstreamReader.h
M include/llvm/Bitcode/BitstreamWriter.h
M include/llvm/Bitcode/LLVMBitCodes.h
R include/llvm/CMakeLists.txt
M include/llvm/CodeGen/Analysis.h
M include/llvm/CodeGen/AsmPrinter.h
M include/llvm/CodeGen/CalcSpillWeights.h
M include/llvm/CodeGen/CallingConvLower.h
M include/llvm/CodeGen/CommandFlags.h
M include/llvm/CodeGen/FastISel.h
M include/llvm/CodeGen/FunctionLoweringInfo.h
M include/llvm/CodeGen/ISDOpcodes.h
M include/llvm/CodeGen/LexicalScopes.h
M include/llvm/CodeGen/LiveInterval.h
M include/llvm/CodeGen/LiveIntervalAnalysis.h
M include/llvm/CodeGen/LiveIntervalUnion.h
M include/llvm/CodeGen/LiveRangeEdit.h
A include/llvm/CodeGen/LiveRegUnits.h
M include/llvm/CodeGen/LiveVariables.h
M include/llvm/CodeGen/MachineBasicBlock.h
M include/llvm/CodeGen/MachineBranchProbabilityInfo.h
M include/llvm/CodeGen/MachineConstantPool.h
M include/llvm/CodeGen/MachineFrameInfo.h
M include/llvm/CodeGen/MachineFunction.h
M include/llvm/CodeGen/MachineInstr.h
M include/llvm/CodeGen/MachineInstrBuilder.h
M include/llvm/CodeGen/MachineModuleInfo.h
M include/llvm/CodeGen/MachineOperand.h
M include/llvm/CodeGen/MachineRegisterInfo.h
M include/llvm/CodeGen/MachineRelocation.h
M include/llvm/CodeGen/MachineScheduler.h
M include/llvm/CodeGen/PBQP/Graph.h
M include/llvm/CodeGen/PBQP/HeuristicBase.h
M include/llvm/CodeGen/PBQP/HeuristicSolver.h
M include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
M include/llvm/CodeGen/PBQP/Solution.h
M include/llvm/CodeGen/Passes.h
M include/llvm/CodeGen/PseudoSourceValue.h
M include/llvm/CodeGen/RegAllocPBQP.h
M include/llvm/CodeGen/RegisterClassInfo.h
M include/llvm/CodeGen/RegisterPressure.h
M include/llvm/CodeGen/RegisterScavenging.h
M include/llvm/CodeGen/RuntimeLibcalls.h
M include/llvm/CodeGen/ScheduleDAG.h
M include/llvm/CodeGen/ScheduleDAGInstrs.h
M include/llvm/CodeGen/SelectionDAG.h
M include/llvm/CodeGen/SelectionDAGISel.h
M include/llvm/CodeGen/SelectionDAGNodes.h
M include/llvm/CodeGen/SlotIndexes.h
A include/llvm/CodeGen/StackMaps.h
A include/llvm/CodeGen/StackProtector.h
M include/llvm/CodeGen/TargetSchedule.h
M include/llvm/CodeGen/ValueTypes.h
M include/llvm/CodeGen/ValueTypes.td
R include/llvm/Config/AsmParsers.def.in
R include/llvm/Config/AsmPrinters.def.in
R include/llvm/Config/Disassemblers.def.in
R include/llvm/Config/Targets.def.in
R include/llvm/Config/config.h.cmake
R include/llvm/Config/config.h.in
R include/llvm/Config/llvm-config.h.cmake
R include/llvm/Config/llvm-config.h.in
M include/llvm/DIBuilder.h
M include/llvm/DebugInfo.h
M include/llvm/DebugInfo/DIContext.h
M include/llvm/DebugInfo/DWARFFormValue.h
M include/llvm/ExecutionEngine/ExecutionEngine.h
M include/llvm/ExecutionEngine/JITMemoryManager.h
M include/llvm/ExecutionEngine/ObjectBuffer.h
M include/llvm/ExecutionEngine/ObjectCache.h
M include/llvm/ExecutionEngine/ObjectImage.h
A include/llvm/ExecutionEngine/RTDyldMemoryManager.h
M include/llvm/ExecutionEngine/RuntimeDyld.h
M include/llvm/ExecutionEngine/SectionMemoryManager.h
M include/llvm/GVMaterializer.h
M include/llvm/IR/Argument.h
M include/llvm/IR/Attributes.h
R include/llvm/IR/CMakeLists.txt
M include/llvm/IR/CallingConv.h
M include/llvm/IR/Constants.h
M include/llvm/IR/DataLayout.h
M include/llvm/IR/Function.h
M include/llvm/IR/GlobalAlias.h
M include/llvm/IR/GlobalValue.h
M include/llvm/IR/GlobalVariable.h
M include/llvm/IR/IRBuilder.h
M include/llvm/IR/InlineAsm.h
M include/llvm/IR/InstrTypes.h
M include/llvm/IR/Instruction.def
M include/llvm/IR/Instructions.h
M include/llvm/IR/Intrinsics.h
M include/llvm/IR/Intrinsics.td
A include/llvm/IR/IntrinsicsAArch64.td
M include/llvm/IR/IntrinsicsARM.td
M include/llvm/IR/IntrinsicsMips.td
M include/llvm/IR/IntrinsicsNVVM.td
M include/llvm/IR/IntrinsicsPowerPC.td
M include/llvm/IR/IntrinsicsX86.td
M include/llvm/IR/IntrinsicsXCore.td
M include/llvm/IR/LLVMContext.h
A include/llvm/IR/LegacyPassManager.h
A include/llvm/IR/LegacyPassManagers.h
M include/llvm/IR/Metadata.h
M include/llvm/IR/Module.h
M include/llvm/IR/Operator.h
A include/llvm/IR/PassManager.h
M include/llvm/IR/Type.h
M include/llvm/IR/TypeBuilder.h
M include/llvm/IR/Use.h
M include/llvm/IR/Value.h
M include/llvm/InitializePasses.h
M include/llvm/InstVisitor.h
A include/llvm/LTO/LTOCodeGenerator.h
A include/llvm/LTO/LTOModule.h
M include/llvm/LinkAllPasses.h
M include/llvm/Linker.h
M include/llvm/MC/MCAsmBackend.h
M include/llvm/MC/MCAsmInfo.h
A include/llvm/MC/MCAsmInfoELF.h
M include/llvm/MC/MCAssembler.h
M include/llvm/MC/MCAtom.h
M include/llvm/MC/MCCodeGenInfo.h
M include/llvm/MC/MCContext.h
M include/llvm/MC/MCDisassembler.h
M include/llvm/MC/MCDwarf.h
M include/llvm/MC/MCELFObjectWriter.h
M include/llvm/MC/MCELFStreamer.h
M include/llvm/MC/MCELFSymbolFlags.h
M include/llvm/MC/MCExpr.h
A include/llvm/MC/MCExternalSymbolizer.h
A include/llvm/MC/MCFunction.h
M include/llvm/MC/MCInstPrinter.h
M include/llvm/MC/MCInstrAnalysis.h
M include/llvm/MC/MCInstrDesc.h
M include/llvm/MC/MCInstrItineraries.h
M include/llvm/MC/MCMachOSymbolFlags.h
M include/llvm/MC/MCMachObjectWriter.h
M include/llvm/MC/MCModule.h
A include/llvm/MC/MCModuleYAML.h
A include/llvm/MC/MCObjectDisassembler.h
M include/llvm/MC/MCObjectFileInfo.h
M include/llvm/MC/MCObjectStreamer.h
A include/llvm/MC/MCObjectSymbolizer.h
M include/llvm/MC/MCParser/AsmLexer.h
M include/llvm/MC/MCParser/MCAsmParser.h
M include/llvm/MC/MCRegisterInfo.h
A include/llvm/MC/MCRelocationInfo.h
M include/llvm/MC/MCSchedule.h
M include/llvm/MC/MCSectionCOFF.h
M include/llvm/MC/MCSectionMachO.h
M include/llvm/MC/MCStreamer.h
M include/llvm/MC/MCSubtargetInfo.h
A include/llvm/MC/MCSymbolizer.h
M include/llvm/MC/MCTargetAsmParser.h
M include/llvm/MC/MCWinCOFFObjectWriter.h
M include/llvm/MC/MachineLocation.h
M include/llvm/MC/SubtargetFeature.h
M include/llvm/Object/Archive.h
M include/llvm/Object/Binary.h
M include/llvm/Object/COFF.h
A include/llvm/Object/COFFYAML.h
M include/llvm/Object/ELF.h
A include/llvm/Object/ELFObjectFile.h
A include/llvm/Object/ELFTypes.h
A include/llvm/Object/ELFYAML.h
M include/llvm/Object/Error.h
M include/llvm/Object/MachO.h
R include/llvm/Object/MachOFormat.h
A include/llvm/Object/MachOUniversal.h
M include/llvm/Object/ObjectFile.h
M include/llvm/Object/RelocVisitor.h
A include/llvm/Object/YAML.h
M include/llvm/Option/ArgList.h
M include/llvm/Option/OptParser.td
M include/llvm/Option/OptTable.h
M include/llvm/Option/Option.h
M include/llvm/PassManager.h
R include/llvm/PassManagers.h
M include/llvm/Support/Allocator.h
M include/llvm/Support/BlockFrequency.h
M include/llvm/Support/CFG.h
M include/llvm/Support/COFF.h
M include/llvm/Support/CallSite.h
M include/llvm/Support/Casting.h
M include/llvm/Support/CommandLine.h
M include/llvm/Support/Compiler.h
M include/llvm/Support/Compression.h
M include/llvm/Support/ConstantRange.h
M include/llvm/Support/ConvertUTF.h
R include/llvm/Support/DataTypes.h.cmake
M include/llvm/Support/DataTypes.h.in
M include/llvm/Support/Debug.h
M include/llvm/Support/DebugLoc.h
M include/llvm/Support/Dwarf.h
M include/llvm/Support/ELF.h
M include/llvm/Support/ErrorOr.h
M include/llvm/Support/FileSystem.h
M include/llvm/Support/FileUtilities.h
M include/llvm/Support/FormattedStream.h
M include/llvm/Support/GCOV.h
M include/llvm/Support/GetElementPtrTypeIterator.h
M include/llvm/Support/GraphWriter.h
M include/llvm/Support/Host.h
R include/llvm/Support/IntegersSubset.h
R include/llvm/Support/IntegersSubsetMapping.h
M include/llvm/Support/LEB128.h
R include/llvm/Support/LICENSE.TXT
A include/llvm/Support/MD5.h
M include/llvm/Support/MachO.h
M include/llvm/Support/ManagedStatic.h
M include/llvm/Support/MathExtras.h
M include/llvm/Support/MemoryBuffer.h
M include/llvm/Support/MemoryObject.h
M include/llvm/Support/PassNameParser.h
M include/llvm/Support/Path.h
R include/llvm/Support/PathV1.h
R include/llvm/Support/PathV2.h
M include/llvm/Support/PatternMatch.h
M include/llvm/Support/PrettyStackTrace.h
M include/llvm/Support/Process.h
M include/llvm/Support/Program.h
M include/llvm/Support/RecyclingAllocator.h
M include/llvm/Support/Regex.h
M include/llvm/Support/Registry.h
M include/llvm/Support/Signals.h
M include/llvm/Support/Solaris.h
M include/llvm/Support/SourceMgr.h
M include/llvm/Support/StreamableMemoryObject.h
A include/llvm/Support/StringRefMemoryObject.h
M include/llvm/Support/SystemUtils.h
M include/llvm/Support/TargetRegistry.h
M include/llvm/Support/TimeValue.h
M include/llvm/Support/ToolOutputFile.h
A include/llvm/Support/Unicode.h
A include/llvm/Support/UnicodeCharRanges.h
M include/llvm/Support/Valgrind.h
M include/llvm/Support/ValueHandle.h
M include/llvm/Support/YAMLParser.h
M include/llvm/Support/YAMLTraits.h
M include/llvm/Support/raw_ostream.h
M include/llvm/TableGen/Record.h
A include/llvm/TableGen/StringToOffsetTable.h
M include/llvm/TableGen/TableGenBackend.h
M include/llvm/Target/CostTable.h
M include/llvm/Target/Mangler.h
M include/llvm/Target/Target.td
M include/llvm/Target/TargetCallingConv.h
M include/llvm/Target/TargetCallingConv.td
M include/llvm/Target/TargetFrameLowering.h
M include/llvm/Target/TargetInstrInfo.h
M include/llvm/Target/TargetLibraryInfo.h
M include/llvm/Target/TargetLowering.h
M include/llvm/Target/TargetLoweringObjectFile.h
M include/llvm/Target/TargetMachine.h
M include/llvm/Target/TargetOpcodes.h
M include/llvm/Target/TargetOptions.h
M include/llvm/Target/TargetRegisterInfo.h
M include/llvm/Target/TargetSchedule.td
M include/llvm/Target/TargetSelectionDAG.td
M include/llvm/Target/TargetSelectionDAGInfo.h
M include/llvm/Target/TargetSubtargetInfo.h
M include/llvm/Transforms/IPO.h
M include/llvm/Transforms/IPO/PassManagerBuilder.h
M include/llvm/Transforms/Instrumentation.h
M include/llvm/Transforms/Scalar.h
M include/llvm/Transforms/Utils/BasicBlockUtils.h
R include/llvm/Transforms/Utils/BlackList.h
M include/llvm/Transforms/Utils/Cloning.h
A include/llvm/Transforms/Utils/GlobalStatus.h
M include/llvm/Transforms/Utils/Local.h
A include/llvm/Transforms/Utils/LoopUtils.h
M include/llvm/Transforms/Utils/ModuleUtils.h
M include/llvm/Transforms/Utils/PromoteMemToReg.h
M include/llvm/Transforms/Utils/SSAUpdater.h
A include/llvm/Transforms/Utils/SpecialCaseList.h
M include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
M include/llvm/Transforms/Utils/ValueMapper.h
M include/llvm/Transforms/Vectorize.h
M lib/Analysis/AliasAnalysis.cpp
M lib/Analysis/AliasSetTracker.cpp
M lib/Analysis/Analysis.cpp
M lib/Analysis/BasicAliasAnalysis.cpp
M lib/Analysis/BlockFrequencyInfo.cpp
M lib/Analysis/BranchProbabilityInfo.cpp
A lib/Analysis/CFG.cpp
R lib/Analysis/CMakeLists.txt
M lib/Analysis/CaptureTracking.cpp
M lib/Analysis/ConstantFolding.cpp
M lib/Analysis/CostModel.cpp
A lib/Analysis/Delinearization.cpp
M lib/Analysis/DependenceAnalysis.cpp
R lib/Analysis/IPA/CMakeLists.txt
M lib/Analysis/IPA/CallGraph.cpp
M lib/Analysis/IPA/CallGraphSCCPass.cpp
M lib/Analysis/IPA/GlobalsModRef.cpp
M lib/Analysis/IPA/IPA.cpp
M lib/Analysis/IPA/InlineCost.cpp
R lib/Analysis/IPA/LLVMBuild.txt
R lib/Analysis/IPA/Makefile
M lib/Analysis/IVUsers.cpp
M lib/Analysis/InstructionSimplify.cpp
R lib/Analysis/LLVMBuild.txt
M lib/Analysis/LazyValueInfo.cpp
M lib/Analysis/Lint.cpp
M lib/Analysis/LoopInfo.cpp
M lib/Analysis/LoopPass.cpp
R lib/Analysis/Makefile
M lib/Analysis/MemoryBuiltins.cpp
M lib/Analysis/MemoryDependenceAnalysis.cpp
R lib/Analysis/PathNumbering.cpp
R lib/Analysis/PathProfileInfo.cpp
R lib/Analysis/PathProfileVerifier.cpp
R lib/Analysis/ProfileDataLoader.cpp
R lib/Analysis/ProfileDataLoaderPass.cpp
R lib/Analysis/ProfileEstimatorPass.cpp
R lib/Analysis/ProfileInfo.cpp
R lib/Analysis/ProfileInfoLoader.cpp
R lib/Analysis/ProfileInfoLoaderPass.cpp
R lib/Analysis/ProfileVerifierPass.cpp
R lib/Analysis/README.txt
M lib/Analysis/RegionInfo.cpp
M lib/Analysis/ScalarEvolution.cpp
M lib/Analysis/ScalarEvolutionExpander.cpp
M lib/Analysis/ScalarEvolutionNormalization.cpp
M lib/Analysis/TargetTransformInfo.cpp
M lib/Analysis/TypeBasedAliasAnalysis.cpp
M lib/Analysis/ValueTracking.cpp
R lib/Archive/Archive.cpp
R lib/Archive/ArchiveInternals.h
R lib/Archive/ArchiveReader.cpp
R lib/Archive/ArchiveWriter.cpp
R lib/Archive/CMakeLists.txt
R lib/Archive/LLVMBuild.txt
R lib/Archive/Makefile
R lib/AsmParser/CMakeLists.txt
M lib/AsmParser/LLLexer.cpp
M lib/AsmParser/LLParser.cpp
M lib/AsmParser/LLParser.h
M lib/AsmParser/LLToken.h
R lib/AsmParser/LLVMBuild.txt
R lib/AsmParser/Makefile
M lib/AsmParser/Parser.cpp
R lib/Bitcode/CMakeLists.txt
R lib/Bitcode/LLVMBuild.txt
R lib/Bitcode/Makefile
M lib/Bitcode/Reader/BitcodeReader.cpp
M lib/Bitcode/Reader/BitcodeReader.h
M lib/Bitcode/Reader/BitstreamReader.cpp
R lib/Bitcode/Reader/CMakeLists.txt
R lib/Bitcode/Reader/LLVMBuild.txt
R lib/Bitcode/Reader/Makefile
M lib/Bitcode/Writer/BitWriter.cpp
M lib/Bitcode/Writer/BitcodeWriter.cpp
R lib/Bitcode/Writer/CMakeLists.txt
R lib/Bitcode/Writer/LLVMBuild.txt
R lib/Bitcode/Writer/Makefile
M lib/Bitcode/Writer/ValueEnumerator.cpp
M lib/Bitcode/Writer/ValueEnumerator.h
R lib/CMakeLists.txt
M lib/CodeGen/AggressiveAntiDepBreaker.cpp
M lib/CodeGen/Analysis.cpp
M lib/CodeGen/AsmPrinter/ARMException.cpp
M lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
M lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
R lib/CodeGen/AsmPrinter/CMakeLists.txt
M lib/CodeGen/AsmPrinter/DIE.cpp
M lib/CodeGen/AsmPrinter/DIE.h
A lib/CodeGen/AsmPrinter/DIEHash.cpp
A lib/CodeGen/AsmPrinter/DIEHash.h
M lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
M lib/CodeGen/AsmPrinter/DwarfAccelTable.h
M lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
M lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
M lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
M lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M lib/CodeGen/AsmPrinter/DwarfDebug.h
M lib/CodeGen/AsmPrinter/DwarfException.h
R lib/CodeGen/AsmPrinter/LLVMBuild.txt
R lib/CodeGen/AsmPrinter/Makefile
M lib/CodeGen/BasicTargetTransformInfo.cpp
M lib/CodeGen/BranchFolding.cpp
M lib/CodeGen/BranchFolding.h
R lib/CodeGen/CMakeLists.txt
M lib/CodeGen/CalcSpillWeights.cpp
M lib/CodeGen/CallingConvLower.cpp
M lib/CodeGen/CodeGen.cpp
M lib/CodeGen/CriticalAntiDepBreaker.cpp
M lib/CodeGen/CriticalAntiDepBreaker.h
M lib/CodeGen/DFAPacketizer.cpp
M lib/CodeGen/DeadMachineInstructionElim.cpp
M lib/CodeGen/DwarfEHPrepare.cpp
M lib/CodeGen/ExecutionDepsFix.cpp
M lib/CodeGen/ExpandPostRAPseudos.cpp
M lib/CodeGen/IfConversion.cpp
M lib/CodeGen/InlineSpiller.cpp
M lib/CodeGen/InterferenceCache.cpp
M lib/CodeGen/InterferenceCache.h
M lib/CodeGen/IntrinsicLowering.cpp
R lib/CodeGen/LLVMBuild.txt
M lib/CodeGen/LLVMTargetMachine.cpp
M lib/CodeGen/LexicalScopes.cpp
M lib/CodeGen/LiveDebugVariables.cpp
M lib/CodeGen/LiveDebugVariables.h
M lib/CodeGen/LiveInterval.cpp
M lib/CodeGen/LiveIntervalAnalysis.cpp
M lib/CodeGen/LiveRangeCalc.cpp
M lib/CodeGen/LiveRangeCalc.h
M lib/CodeGen/LiveRangeEdit.cpp
M lib/CodeGen/LiveRegMatrix.cpp
A lib/CodeGen/LiveRegUnits.cpp
M lib/CodeGen/LiveVariables.cpp
M lib/CodeGen/MachineBasicBlock.cpp
M lib/CodeGen/MachineBlockFrequencyInfo.cpp
M lib/CodeGen/MachineBlockPlacement.cpp
M lib/CodeGen/MachineCSE.cpp
M lib/CodeGen/MachineCopyPropagation.cpp
M lib/CodeGen/MachineFunction.cpp
M lib/CodeGen/MachineInstr.cpp
M lib/CodeGen/MachineLICM.cpp
M lib/CodeGen/MachineModuleInfo.cpp
M lib/CodeGen/MachineRegisterInfo.cpp
M lib/CodeGen/MachineSSAUpdater.cpp
M lib/CodeGen/MachineScheduler.cpp
M lib/CodeGen/MachineSink.cpp
M lib/CodeGen/MachineTraceMetrics.cpp
M lib/CodeGen/MachineVerifier.cpp
R lib/CodeGen/Makefile
M lib/CodeGen/PHIElimination.cpp
M lib/CodeGen/PHIEliminationUtils.h
M lib/CodeGen/Passes.cpp
M lib/CodeGen/PeepholeOptimizer.cpp
M lib/CodeGen/PostRASchedulerList.cpp
M lib/CodeGen/ProcessImplicitDefs.cpp
M lib/CodeGen/PrologEpilogInserter.cpp
M lib/CodeGen/PrologEpilogInserter.h
R lib/CodeGen/README.txt
M lib/CodeGen/RegAllocBase.cpp
M lib/CodeGen/RegAllocBase.h
M lib/CodeGen/RegAllocBasic.cpp
M lib/CodeGen/RegAllocFast.cpp
M lib/CodeGen/RegAllocGreedy.cpp
M lib/CodeGen/RegAllocPBQP.cpp
M lib/CodeGen/RegisterClassInfo.cpp
M lib/CodeGen/RegisterCoalescer.cpp
M lib/CodeGen/RegisterPressure.cpp
M lib/CodeGen/RegisterScavenging.cpp
M lib/CodeGen/ScheduleDAG.cpp
M lib/CodeGen/ScheduleDAGInstrs.cpp
R lib/CodeGen/SelectionDAG/CMakeLists.txt
M lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M lib/CodeGen/SelectionDAG/FastISel.cpp
M lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
M lib/CodeGen/SelectionDAG/InstrEmitter.cpp
M lib/CodeGen/SelectionDAG/InstrEmitter.h
R lib/CodeGen/SelectionDAG/LLVMBuild.txt
M lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
M lib/CodeGen/SelectionDAG/LegalizeTypes.h
M lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
M lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
R lib/CodeGen/SelectionDAG/Makefile
M lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
R lib/CodeGen/SelectionDAG/SDNodeOrdering.h
M lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
M lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
M lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
M lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M lib/CodeGen/SelectionDAG/TargetLowering.cpp
R lib/CodeGen/ShrinkWrapping.cpp
M lib/CodeGen/SjLjEHPrepare.cpp
M lib/CodeGen/SpillPlacement.cpp
M lib/CodeGen/SpillPlacement.h
M lib/CodeGen/Spiller.cpp
M lib/CodeGen/SplitKit.cpp
M lib/CodeGen/SplitKit.h
M lib/CodeGen/StackColoring.cpp
A lib/CodeGen/StackMaps.cpp
M lib/CodeGen/StackProtector.cpp
M lib/CodeGen/StackSlotColoring.cpp
R lib/CodeGen/StrongPHIElimination.cpp
M lib/CodeGen/TailDuplication.cpp
M lib/CodeGen/TargetInstrInfo.cpp
M lib/CodeGen/TargetLoweringBase.cpp
M lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M lib/CodeGen/TargetOptionsImpl.cpp
M lib/CodeGen/TargetRegisterInfo.cpp
M lib/CodeGen/TargetSchedule.cpp
M lib/CodeGen/TwoAddressInstructionPass.cpp
M lib/CodeGen/UnreachableBlockElim.cpp
M lib/CodeGen/VirtRegMap.cpp
R lib/DebugInfo/CMakeLists.txt
M lib/DebugInfo/DWARFAbbreviationDeclaration.cpp
M lib/DebugInfo/DWARFAbbreviationDeclaration.h
R lib/DebugInfo/DWARFAttribute.h
M lib/DebugInfo/DWARFCompileUnit.cpp
M lib/DebugInfo/DWARFCompileUnit.h
M lib/DebugInfo/DWARFContext.cpp
M lib/DebugInfo/DWARFContext.h
M lib/DebugInfo/DWARFDebugArangeSet.cpp
M lib/DebugInfo/DWARFDebugArangeSet.h
M lib/DebugInfo/DWARFDebugAranges.cpp
M lib/DebugInfo/DWARFDebugAranges.h
M lib/DebugInfo/DWARFDebugInfoEntry.cpp
M lib/DebugInfo/DWARFDebugInfoEntry.h
M lib/DebugInfo/DWARFDebugLine.cpp
A lib/DebugInfo/DWARFDebugLoc.cpp
A lib/DebugInfo/DWARFDebugLoc.h
M lib/DebugInfo/DWARFFormValue.cpp
A lib/DebugInfo/DWARFTypeUnit.cpp
A lib/DebugInfo/DWARFTypeUnit.h
A lib/DebugInfo/DWARFUnit.cpp
A lib/DebugInfo/DWARFUnit.h
R lib/DebugInfo/LLVMBuild.txt
R lib/DebugInfo/Makefile
R lib/ExecutionEngine/CMakeLists.txt
M lib/ExecutionEngine/ExecutionEngine.cpp
M lib/ExecutionEngine/ExecutionEngineBindings.cpp
R lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt
M lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h
R lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt
R lib/ExecutionEngine/IntelJITEvents/Makefile
R lib/ExecutionEngine/Interpreter/CMakeLists.txt
M lib/ExecutionEngine/Interpreter/Execution.cpp
M lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
M lib/ExecutionEngine/Interpreter/Interpreter.h
R lib/ExecutionEngine/Interpreter/LLVMBuild.txt
R lib/ExecutionEngine/Interpreter/Makefile
R lib/ExecutionEngine/JIT/CMakeLists.txt
M lib/ExecutionEngine/JIT/JIT.cpp
R lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp
R lib/ExecutionEngine/JIT/JITDwarfEmitter.h
M lib/ExecutionEngine/JIT/JITEmitter.cpp
M lib/ExecutionEngine/JIT/JITMemoryManager.cpp
R lib/ExecutionEngine/JIT/LLVMBuild.txt
R lib/ExecutionEngine/JIT/Makefile
R lib/ExecutionEngine/LLVMBuild.txt
R lib/ExecutionEngine/MCJIT/CMakeLists.txt
R lib/ExecutionEngine/MCJIT/LLVMBuild.txt
M lib/ExecutionEngine/MCJIT/MCJIT.cpp
M lib/ExecutionEngine/MCJIT/MCJIT.h
R lib/ExecutionEngine/MCJIT/Makefile
M lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
R lib/ExecutionEngine/Makefile
R lib/ExecutionEngine/OProfileJIT/CMakeLists.txt
R lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt
R lib/ExecutionEngine/OProfileJIT/Makefile
M lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp
M lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp
A lib/ExecutionEngine/RTDyldMemoryManager.cpp
R lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
M lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h
R lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt
R lib/ExecutionEngine/RuntimeDyld/Makefile
M lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
M lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h
M lib/ExecutionEngine/TargetSelect.cpp
M lib/IR/AsmWriter.cpp
A lib/IR/AsmWriter.h
M lib/IR/AttributeImpl.h
M lib/IR/Attributes.cpp
M lib/IR/AutoUpgrade.cpp
R lib/IR/CMakeLists.txt
M lib/IR/ConstantFold.cpp
M lib/IR/Constants.cpp
M lib/IR/Core.cpp
M lib/IR/DIBuilder.cpp
M lib/IR/DataLayout.cpp
M lib/IR/DebugInfo.cpp
M lib/IR/Function.cpp
M lib/IR/GCOV.cpp
M lib/IR/Globals.cpp
M lib/IR/Instruction.cpp
M lib/IR/Instructions.cpp
R lib/IR/LLVMBuild.txt
M lib/IR/LLVMContextImpl.h
A lib/IR/LegacyPassManager.cpp
R lib/IR/Makefile
M lib/IR/Metadata.cpp
M lib/IR/Module.cpp
M lib/IR/PassManager.cpp
M lib/IR/PassRegistry.cpp
M lib/IR/Type.cpp
M lib/IR/TypeFinder.cpp
M lib/IR/Value.cpp
M lib/IR/ValueTypes.cpp
M lib/IR/Verifier.cpp
R lib/IRReader/CMakeLists.txt
M lib/IRReader/IRReader.cpp
R lib/IRReader/LLVMBuild.txt
R lib/IRReader/Makefile
R lib/LLVMBuild.txt
A lib/LTO/LTOCodeGenerator.cpp
A lib/LTO/LTOModule.cpp
R lib/Linker/CMakeLists.txt
R lib/Linker/LLVMBuild.txt
M lib/Linker/LinkModules.cpp
R lib/Linker/Makefile
R lib/MC/CMakeLists.txt
M lib/MC/ELFObjectWriter.cpp
R lib/MC/LLVMBuild.txt
M lib/MC/MCAsmBackend.cpp
M lib/MC/MCAsmInfo.cpp
M lib/MC/MCAsmInfoCOFF.cpp
M lib/MC/MCAsmInfoDarwin.cpp
A lib/MC/MCAsmInfoELF.cpp
M lib/MC/MCAsmStreamer.cpp
M lib/MC/MCAssembler.cpp
M lib/MC/MCAtom.cpp
M lib/MC/MCContext.cpp
M lib/MC/MCDisassembler.cpp
R lib/MC/MCDisassembler/CMakeLists.txt
M lib/MC/MCDisassembler/Disassembler.cpp
M lib/MC/MCDisassembler/Disassembler.h
R lib/MC/MCDisassembler/LLVMBuild.txt
R lib/MC/MCDisassembler/Makefile
M lib/MC/MCDwarf.cpp
M lib/MC/MCELF.cpp
M lib/MC/MCELFObjectTargetWriter.cpp
M lib/MC/MCELFStreamer.cpp
M lib/MC/MCExpr.cpp
A lib/MC/MCExternalSymbolizer.cpp
A lib/MC/MCFunction.cpp
M lib/MC/MCInstPrinter.cpp
M lib/MC/MCInstrAnalysis.cpp
M lib/MC/MCMachOStreamer.cpp
M lib/MC/MCModule.cpp
A lib/MC/MCModuleYAML.cpp
M lib/MC/MCNullStreamer.cpp
A lib/MC/MCObjectDisassembler.cpp
M lib/MC/MCObjectFileInfo.cpp
M lib/MC/MCObjectStreamer.cpp
A lib/MC/MCObjectSymbolizer.cpp
M lib/MC/MCParser/AsmLexer.cpp
M lib/MC/MCParser/AsmParser.cpp
R lib/MC/MCParser/CMakeLists.txt
M lib/MC/MCParser/COFFAsmParser.cpp
M lib/MC/MCParser/DarwinAsmParser.cpp
M lib/MC/MCParser/ELFAsmParser.cpp
R lib/MC/MCParser/LLVMBuild.txt
R lib/MC/MCParser/Makefile
M lib/MC/MCPureStreamer.cpp
M lib/MC/MCRegisterInfo.cpp
A lib/MC/MCRelocationInfo.cpp
M lib/MC/MCSectionCOFF.cpp
M lib/MC/MCSectionELF.cpp
M lib/MC/MCStreamer.cpp
M lib/MC/MCSubtargetInfo.cpp
M lib/MC/MCSymbol.cpp
A lib/MC/MCSymbolizer.cpp
M lib/MC/MCWin64EH.cpp
M lib/MC/MachObjectWriter.cpp
R lib/MC/Makefile
M lib/MC/SubtargetFeature.cpp
M lib/MC/WinCOFFObjectWriter.cpp
M lib/MC/WinCOFFStreamer.cpp
R lib/Makefile
M lib/Object/Archive.cpp
M lib/Object/Binary.cpp
R lib/Object/CMakeLists.txt
M lib/Object/COFFObjectFile.cpp
A lib/Object/COFFYAML.cpp
A lib/Object/ELF.cpp
M lib/Object/ELFObjectFile.cpp
A lib/Object/ELFYAML.cpp
M lib/Object/Error.cpp
R lib/Object/LLVMBuild.txt
M lib/Object/MachOObjectFile.cpp
A lib/Object/MachOUniversal.cpp
R lib/Object/Makefile
M lib/Object/Object.cpp
M lib/Object/ObjectFile.cpp
A lib/Object/YAML.cpp
M lib/Option/ArgList.cpp
R lib/Option/CMakeLists.txt
R lib/Option/LLVMBuild.txt
R lib/Option/Makefile
M lib/Option/OptTable.cpp
M lib/Option/Option.cpp
M lib/Support/APFloat.cpp
M lib/Support/APInt.cpp
M lib/Support/Allocator.cpp
M lib/Support/BlockFrequency.cpp
R lib/Support/CMakeLists.txt
M lib/Support/CommandLine.cpp
M lib/Support/Compression.cpp
M lib/Support/ConstantRange.cpp
M lib/Support/ConvertUTFWrapper.cpp
M lib/Support/CrashRecoveryContext.cpp
M lib/Support/DataStream.cpp
M lib/Support/Disassembler.cpp
M lib/Support/Dwarf.cpp
M lib/Support/DynamicLibrary.cpp
M lib/Support/Errno.cpp
M lib/Support/ErrorHandling.cpp
M lib/Support/FileOutputBuffer.cpp
M lib/Support/FileUtilities.cpp
M lib/Support/FormattedStream.cpp
M lib/Support/GraphWriter.cpp
M lib/Support/Host.cpp
R lib/Support/LLVMBuild.txt
M lib/Support/Locale.cpp
R lib/Support/LocaleGeneric.inc
R lib/Support/LocaleWindows.inc
R lib/Support/LocaleXlocale.inc
M lib/Support/LockFileManager.cpp
A lib/Support/MD5.cpp
R lib/Support/Makefile
M lib/Support/MemoryBuffer.cpp
M lib/Support/MemoryObject.cpp
M lib/Support/Path.cpp
R lib/Support/PathV2.cpp
M lib/Support/PrettyStackTrace.cpp
M lib/Support/Process.cpp
M lib/Support/Program.cpp
R lib/Support/README.txt.system
M lib/Support/Regex.cpp
M lib/Support/SmallPtrSet.cpp
M lib/Support/SourceMgr.cpp
M lib/Support/StreamableMemoryObject.cpp
M lib/Support/StringRef.cpp
A lib/Support/StringRefMemoryObject.cpp
M lib/Support/SystemUtils.cpp
M lib/Support/TargetRegistry.cpp
M lib/Support/ThreadLocal.cpp
M lib/Support/Timer.cpp
M lib/Support/ToolOutputFile.cpp
M lib/Support/Triple.cpp
A lib/Support/Unicode.cpp
M lib/Support/Unix/Host.inc
M lib/Support/Unix/Memory.inc
M lib/Support/Unix/Path.inc
R lib/Support/Unix/PathV2.inc
M lib/Support/Unix/Process.inc
M lib/Support/Unix/Program.inc
M lib/Support/Unix/Signals.inc
M lib/Support/Unix/ThreadLocal.inc
M lib/Support/Unix/TimeValue.inc
M lib/Support/Unix/Unix.h
M lib/Support/Windows/DynamicLibrary.inc
M lib/Support/Windows/Memory.inc
M lib/Support/Windows/Path.inc
R lib/Support/Windows/PathV2.inc
M lib/Support/Windows/Process.inc
M lib/Support/Windows/Program.inc
M lib/Support/Windows/RWMutex.inc
M lib/Support/Windows/Signals.inc
M lib/Support/Windows/TimeValue.inc
M lib/Support/Windows/Windows.h
M lib/Support/YAMLParser.cpp
M lib/Support/YAMLTraits.cpp
M lib/Support/raw_ostream.cpp
R lib/TableGen/CMakeLists.txt
R lib/TableGen/LLVMBuild.txt
M lib/TableGen/Main.cpp
R lib/TableGen/Makefile
M lib/TableGen/Record.cpp
M lib/TableGen/TGParser.cpp
M lib/Target/AArch64/AArch64.td
M lib/Target/AArch64/AArch64AsmPrinter.cpp
M lib/Target/AArch64/AArch64AsmPrinter.h
M lib/Target/AArch64/AArch64BranchFixupPass.cpp
M lib/Target/AArch64/AArch64CallingConv.td
M lib/Target/AArch64/AArch64FrameLowering.cpp
M lib/Target/AArch64/AArch64FrameLowering.h
M lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M lib/Target/AArch64/AArch64ISelLowering.cpp
M lib/Target/AArch64/AArch64ISelLowering.h
M lib/Target/AArch64/AArch64InstrFormats.td
M lib/Target/AArch64/AArch64InstrInfo.cpp
M lib/Target/AArch64/AArch64InstrInfo.h
M lib/Target/AArch64/AArch64InstrInfo.td
A lib/Target/AArch64/AArch64InstrNEON.td
M lib/Target/AArch64/AArch64MCInstLower.cpp
M lib/Target/AArch64/AArch64RegisterInfo.cpp
M lib/Target/AArch64/AArch64RegisterInfo.h
M lib/Target/AArch64/AArch64RegisterInfo.td
M lib/Target/AArch64/AArch64Subtarget.cpp
M lib/Target/AArch64/AArch64Subtarget.h
M lib/Target/AArch64/AArch64TargetMachine.cpp
M lib/Target/AArch64/AArch64TargetObjectFile.cpp
M lib/Target/AArch64/AArch64TargetObjectFile.h
M lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
R lib/Target/AArch64/AsmParser/CMakeLists.txt
R lib/Target/AArch64/AsmParser/LLVMBuild.txt
R lib/Target/AArch64/AsmParser/Makefile
R lib/Target/AArch64/CMakeLists.txt
M lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
R lib/Target/AArch64/Disassembler/CMakeLists.txt
R lib/Target/AArch64/Disassembler/LLVMBuild.txt
R lib/Target/AArch64/Disassembler/Makefile
M lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
M lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h
R lib/Target/AArch64/InstPrinter/CMakeLists.txt
R lib/Target/AArch64/InstPrinter/LLVMBuild.txt
R lib/Target/AArch64/InstPrinter/Makefile
R lib/Target/AArch64/LLVMBuild.txt
M lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
M lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp
M lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
M lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h
M lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
M lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
M lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
R lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
R lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt
R lib/Target/AArch64/MCTargetDesc/Makefile
R lib/Target/AArch64/Makefile
M lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp
R lib/Target/AArch64/TargetInfo/CMakeLists.txt
R lib/Target/AArch64/TargetInfo/LLVMBuild.txt
R lib/Target/AArch64/TargetInfo/Makefile
M lib/Target/AArch64/Utils/AArch64BaseInfo.cpp
M lib/Target/AArch64/Utils/AArch64BaseInfo.h
R lib/Target/AArch64/Utils/CMakeLists.txt
R lib/Target/AArch64/Utils/LLVMBuild.txt
R lib/Target/AArch64/Utils/Makefile
M lib/Target/ARM/A15SDOptimizer.cpp
M lib/Target/ARM/ARM.td
M lib/Target/ARM/ARMAsmPrinter.cpp
M lib/Target/ARM/ARMAsmPrinter.h
M lib/Target/ARM/ARMBaseInstrInfo.cpp
M lib/Target/ARM/ARMBaseInstrInfo.h
M lib/Target/ARM/ARMBaseRegisterInfo.cpp
M lib/Target/ARM/ARMBaseRegisterInfo.h
M lib/Target/ARM/ARMBuildAttrs.h
M lib/Target/ARM/ARMCallingConv.td
M lib/Target/ARM/ARMCodeEmitter.cpp
M lib/Target/ARM/ARMConstantIslandPass.cpp
M lib/Target/ARM/ARMConstantPoolValue.cpp
M lib/Target/ARM/ARMConstantPoolValue.h
M lib/Target/ARM/ARMExpandPseudoInsts.cpp
A lib/Target/ARM/ARMFPUName.def
A lib/Target/ARM/ARMFPUName.h
M lib/Target/ARM/ARMFastISel.cpp
A lib/Target/ARM/ARMFeatures.h
M lib/Target/ARM/ARMFrameLowering.cpp
M lib/Target/ARM/ARMFrameLowering.h
M lib/Target/ARM/ARMHazardRecognizer.cpp
M lib/Target/ARM/ARMHazardRecognizer.h
M lib/Target/ARM/ARMISelDAGToDAG.cpp
M lib/Target/ARM/ARMISelLowering.cpp
M lib/Target/ARM/ARMISelLowering.h
M lib/Target/ARM/ARMInstrFormats.td
M lib/Target/ARM/ARMInstrInfo.cpp
M lib/Target/ARM/ARMInstrInfo.td
M lib/Target/ARM/ARMInstrNEON.td
M lib/Target/ARM/ARMInstrThumb.td
M lib/Target/ARM/ARMInstrThumb2.td
M lib/Target/ARM/ARMInstrVFP.td
M lib/Target/ARM/ARMLoadStoreOptimizer.cpp
M lib/Target/ARM/ARMMCInstLower.cpp
M lib/Target/ARM/ARMMachineFunctionInfo.h
M lib/Target/ARM/ARMRegisterInfo.cpp
M lib/Target/ARM/ARMRegisterInfo.h
M lib/Target/ARM/ARMRegisterInfo.td
M lib/Target/ARM/ARMSchedule.td
M lib/Target/ARM/ARMScheduleA9.td
M lib/Target/ARM/ARMScheduleSwift.td
M lib/Target/ARM/ARMSelectionDAGInfo.cpp
M lib/Target/ARM/ARMSelectionDAGInfo.h
M lib/Target/ARM/ARMSubtarget.cpp
M lib/Target/ARM/ARMSubtarget.h
M lib/Target/ARM/ARMTargetMachine.cpp
M lib/Target/ARM/ARMTargetObjectFile.cpp
M lib/Target/ARM/ARMTargetTransformInfo.cpp
M lib/Target/ARM/AsmParser/ARMAsmParser.cpp
R lib/Target/ARM/AsmParser/CMakeLists.txt
R lib/Target/ARM/AsmParser/LLVMBuild.txt
R lib/Target/ARM/AsmParser/Makefile
R lib/Target/ARM/CMakeLists.txt
M lib/Target/ARM/Disassembler/ARMDisassembler.cpp
R lib/Target/ARM/Disassembler/CMakeLists.txt
R lib/Target/ARM/Disassembler/LLVMBuild.txt
R lib/Target/ARM/Disassembler/Makefile
M lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
M lib/Target/ARM/InstPrinter/ARMInstPrinter.h
R lib/Target/ARM/InstPrinter/CMakeLists.txt
R lib/Target/ARM/InstPrinter/LLVMBuild.txt
R lib/Target/ARM/InstPrinter/Makefile
R lib/Target/ARM/LLVMBuild.txt
M lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
M lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
M lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
M lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
R lib/Target/ARM/MCTargetDesc/ARMELFStreamer.h
M lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
M lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h
M lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
M lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
M lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
A lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp
M lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp
M lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp
M lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h
R lib/Target/ARM/MCTargetDesc/CMakeLists.txt
R lib/Target/ARM/MCTargetDesc/LLVMBuild.txt
R lib/Target/ARM/MCTargetDesc/Makefile
R lib/Target/ARM/Makefile
R lib/Target/ARM/README-Thumb.txt
R lib/Target/ARM/README-Thumb2.txt
R lib/Target/ARM/README.txt
R lib/Target/ARM/TargetInfo/CMakeLists.txt
R lib/Target/ARM/TargetInfo/LLVMBuild.txt
R lib/Target/ARM/TargetInfo/Makefile
M lib/Target/ARM/Thumb1FrameLowering.cpp
M lib/Target/ARM/Thumb1InstrInfo.cpp
M lib/Target/ARM/Thumb1RegisterInfo.cpp
M lib/Target/ARM/Thumb1RegisterInfo.h
M lib/Target/ARM/Thumb2ITBlockPass.cpp
M lib/Target/ARM/Thumb2InstrInfo.cpp
M lib/Target/ARM/Thumb2RegisterInfo.cpp
M lib/Target/ARM/Thumb2RegisterInfo.h
R lib/Target/CMakeLists.txt
R lib/Target/CppBackend/CMakeLists.txt
M lib/Target/CppBackend/CPPBackend.cpp
R lib/Target/CppBackend/LLVMBuild.txt
R lib/Target/CppBackend/Makefile
R lib/Target/CppBackend/TargetInfo/CMakeLists.txt
R lib/Target/CppBackend/TargetInfo/LLVMBuild.txt
R lib/Target/CppBackend/TargetInfo/Makefile
R lib/Target/Hexagon/CMakeLists.txt
M lib/Target/Hexagon/Hexagon.h
M lib/Target/Hexagon/Hexagon.td
M lib/Target/Hexagon/HexagonAsmPrinter.cpp
M lib/Target/Hexagon/HexagonCallingConvLower.cpp
M lib/Target/Hexagon/HexagonCallingConvLower.h
A lib/Target/Hexagon/HexagonCopyToCombine.cpp
M lib/Target/Hexagon/HexagonFrameLowering.cpp
M lib/Target/Hexagon/HexagonHardwareLoops.cpp
M lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
M lib/Target/Hexagon/HexagonISelLowering.cpp
M lib/Target/Hexagon/HexagonISelLowering.h
M lib/Target/Hexagon/HexagonInstrFormats.td
M lib/Target/Hexagon/HexagonInstrInfo.cpp
M lib/Target/Hexagon/HexagonInstrInfo.h
M lib/Target/Hexagon/HexagonInstrInfo.td
M lib/Target/Hexagon/HexagonInstrInfoV4.td
M lib/Target/Hexagon/HexagonInstrInfoV5.td
M lib/Target/Hexagon/HexagonMCInstLower.cpp
A lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp
M lib/Target/Hexagon/HexagonMachineFunctionInfo.h
M lib/Target/Hexagon/HexagonMachineScheduler.cpp
M lib/Target/Hexagon/HexagonMachineScheduler.h
M lib/Target/Hexagon/HexagonNewValueJump.cpp
M lib/Target/Hexagon/HexagonPeephole.cpp
M lib/Target/Hexagon/HexagonRegisterInfo.cpp
M lib/Target/Hexagon/HexagonRegisterInfo.h
M lib/Target/Hexagon/HexagonRegisterInfo.td
M lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
M lib/Target/Hexagon/HexagonSelectionDAGInfo.h
A lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp
M lib/Target/Hexagon/HexagonSubtarget.cpp
M lib/Target/Hexagon/HexagonSubtarget.h
M lib/Target/Hexagon/HexagonTargetMachine.cpp
M lib/Target/Hexagon/HexagonTargetObjectFile.cpp
M lib/Target/Hexagon/HexagonTargetObjectFile.h
M lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
R lib/Target/Hexagon/InstPrinter/CMakeLists.txt
M lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp
R lib/Target/Hexagon/InstPrinter/LLVMBuild.txt
R lib/Target/Hexagon/InstPrinter/Makefile
R lib/Target/Hexagon/LLVMBuild.txt
R lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt
M lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
M lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp
M lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h
M lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
R lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt
R lib/Target/Hexagon/MCTargetDesc/Makefile
R lib/Target/Hexagon/Makefile
R lib/Target/Hexagon/TargetInfo/CMakeLists.txt
R lib/Target/Hexagon/TargetInfo/LLVMBuild.txt
R lib/Target/Hexagon/TargetInfo/Makefile
R lib/Target/LLVMBuild.txt
R lib/Target/MBlaze/AsmParser/CMakeLists.txt
R lib/Target/MBlaze/AsmParser/LLVMBuild.txt
R lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
R lib/Target/MBlaze/AsmParser/Makefile
R lib/Target/MBlaze/CMakeLists.txt
R lib/Target/MBlaze/Disassembler/CMakeLists.txt
R lib/Target/MBlaze/Disassembler/LLVMBuild.txt
R lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
R lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
R lib/Target/MBlaze/Disassembler/Makefile
R lib/Target/MBlaze/InstPrinter/CMakeLists.txt
R lib/Target/MBlaze/InstPrinter/LLVMBuild.txt
R lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.cpp
R lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
R lib/Target/MBlaze/InstPrinter/Makefile
R lib/Target/MBlaze/LLVMBuild.txt
R lib/Target/MBlaze/MBlaze.h
R lib/Target/MBlaze/MBlaze.td
R lib/Target/MBlaze/MBlazeAsmPrinter.cpp
R lib/Target/MBlaze/MBlazeCallingConv.td
R lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
R lib/Target/MBlaze/MBlazeFrameLowering.cpp
R lib/Target/MBlaze/MBlazeFrameLowering.h
R lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
R lib/Target/MBlaze/MBlazeISelLowering.cpp
R lib/Target/MBlaze/MBlazeISelLowering.h
R lib/Target/MBlaze/MBlazeInstrFPU.td
R lib/Target/MBlaze/MBlazeInstrFSL.td
R lib/Target/MBlaze/MBlazeInstrFormats.td
R lib/Target/MBlaze/MBlazeInstrInfo.cpp
R lib/Target/MBlaze/MBlazeInstrInfo.h
R lib/Target/MBlaze/MBlazeInstrInfo.td
R lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
R lib/Target/MBlaze/MBlazeIntrinsicInfo.h
R lib/Target/MBlaze/MBlazeIntrinsics.td
R lib/Target/MBlaze/MBlazeMCInstLower.cpp
R lib/Target/MBlaze/MBlazeMCInstLower.h
R lib/Target/MBlaze/MBlazeMachineFunction.cpp
R lib/Target/MBlaze/MBlazeMachineFunction.h
R lib/Target/MBlaze/MBlazeRegisterInfo.cpp
R lib/Target/MBlaze/MBlazeRegisterInfo.h
R lib/Target/MBlaze/MBlazeRegisterInfo.td
R lib/Target/MBlaze/MBlazeRelocations.h
R lib/Target/MBlaze/MBlazeSchedule.td
R lib/Target/MBlaze/MBlazeSchedule3.td
R lib/Target/MBlaze/MBlazeSchedule5.td
R lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
R lib/Target/MBlaze/MBlazeSelectionDAGInfo.h
R lib/Target/MBlaze/MBlazeSubtarget.cpp
R lib/Target/MBlaze/MBlazeSubtarget.h
R lib/Target/MBlaze/MBlazeTargetMachine.cpp
R lib/Target/MBlaze/MBlazeTargetMachine.h
R lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
R lib/Target/MBlaze/MBlazeTargetObjectFile.h
R lib/Target/MBlaze/MCTargetDesc/CMakeLists.txt
R lib/Target/MBlaze/MCTargetDesc/LLVMBuild.txt
R lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp
R lib/Target/MBlaze/MCTargetDesc/MBlazeBaseInfo.h
R lib/Target/MBlaze/MCTargetDesc/MBlazeELFObjectWriter.cpp
R lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.cpp
R lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
R lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp
R lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
R lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.h
R lib/Target/MBlaze/MCTargetDesc/Makefile
R lib/Target/MBlaze/Makefile
R lib/Target/MBlaze/TODO
R lib/Target/MBlaze/TargetInfo/CMakeLists.txt
R lib/Target/MBlaze/TargetInfo/LLVMBuild.txt
R lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp
R lib/Target/MBlaze/TargetInfo/Makefile
R lib/Target/MSP430/CMakeLists.txt
R lib/Target/MSP430/InstPrinter/CMakeLists.txt
R lib/Target/MSP430/InstPrinter/LLVMBuild.txt
R lib/Target/MSP430/InstPrinter/Makefile
R lib/Target/MSP430/LLVMBuild.txt
R lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
R lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
M lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp
M lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h
R lib/Target/MSP430/MCTargetDesc/Makefile
M lib/Target/MSP430/MSP430AsmPrinter.cpp
M lib/Target/MSP430/MSP430CallingConv.td
M lib/Target/MSP430/MSP430FrameLowering.h
M lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
M lib/Target/MSP430/MSP430ISelLowering.cpp
M lib/Target/MSP430/MSP430ISelLowering.h
M lib/Target/MSP430/MSP430InstrInfo.cpp
M lib/Target/MSP430/MSP430InstrInfo.h
M lib/Target/MSP430/MSP430InstrInfo.td
M lib/Target/MSP430/MSP430MCInstLower.cpp
M lib/Target/MSP430/MSP430RegisterInfo.cpp
M lib/Target/MSP430/MSP430RegisterInfo.h
M lib/Target/MSP430/MSP430RegisterInfo.td
M lib/Target/MSP430/MSP430TargetMachine.cpp
R lib/Target/MSP430/Makefile
R lib/Target/MSP430/README.txt
R lib/Target/MSP430/TargetInfo/CMakeLists.txt
R lib/Target/MSP430/TargetInfo/LLVMBuild.txt
R lib/Target/MSP430/TargetInfo/Makefile
R lib/Target/Makefile
M lib/Target/Mangler.cpp
R lib/Target/Mips/AsmParser/CMakeLists.txt
R lib/Target/Mips/AsmParser/LLVMBuild.txt
R lib/Target/Mips/AsmParser/Makefile
M lib/Target/Mips/AsmParser/MipsAsmParser.cpp
R lib/Target/Mips/CMakeLists.txt
R lib/Target/Mips/Disassembler/CMakeLists.txt
R lib/Target/Mips/Disassembler/LLVMBuild.txt
R lib/Target/Mips/Disassembler/Makefile
M lib/Target/Mips/Disassembler/MipsDisassembler.cpp
R lib/Target/Mips/InstPrinter/CMakeLists.txt
R lib/Target/Mips/InstPrinter/LLVMBuild.txt
R lib/Target/Mips/InstPrinter/Makefile
M lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
M lib/Target/Mips/InstPrinter/MipsInstPrinter.h
R lib/Target/Mips/LLVMBuild.txt
R lib/Target/Mips/MCTargetDesc/CMakeLists.txt
R lib/Target/Mips/MCTargetDesc/LLVMBuild.txt
R lib/Target/Mips/MCTargetDesc/Makefile
M lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
R lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.cpp
R lib/Target/Mips/MCTargetDesc/MipsDirectObjLower.h
M lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
R lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
R lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
M lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
M lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
M lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
M lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
M lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
M lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
A lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
A lib/Target/Mips/MSA.txt
R lib/Target/Mips/Makefile
M lib/Target/Mips/MicroMipsInstrFormats.td
M lib/Target/Mips/MicroMipsInstrInfo.td
M lib/Target/Mips/Mips.h
M lib/Target/Mips/Mips.td
M lib/Target/Mips/Mips16FrameLowering.cpp
M lib/Target/Mips/Mips16FrameLowering.h
A lib/Target/Mips/Mips16HardFloat.cpp
A lib/Target/Mips/Mips16HardFloat.h
M lib/Target/Mips/Mips16ISelDAGToDAG.cpp
M lib/Target/Mips/Mips16ISelDAGToDAG.h
M lib/Target/Mips/Mips16ISelLowering.cpp
M lib/Target/Mips/Mips16ISelLowering.h
M lib/Target/Mips/Mips16InstrFormats.td
M lib/Target/Mips/Mips16InstrInfo.cpp
M lib/Target/Mips/Mips16InstrInfo.h
M lib/Target/Mips/Mips16InstrInfo.td
M lib/Target/Mips/Mips16RegisterInfo.cpp
M lib/Target/Mips/Mips16RegisterInfo.h
M lib/Target/Mips/Mips64InstrInfo.td
M lib/Target/Mips/MipsAnalyzeImmediate.cpp
M lib/Target/Mips/MipsAnalyzeImmediate.h
M lib/Target/Mips/MipsAsmPrinter.cpp
M lib/Target/Mips/MipsAsmPrinter.h
M lib/Target/Mips/MipsCallingConv.td
M lib/Target/Mips/MipsCodeEmitter.cpp
M lib/Target/Mips/MipsCondMov.td
M lib/Target/Mips/MipsConstantIslandPass.cpp
M lib/Target/Mips/MipsDSPInstrInfo.td
M lib/Target/Mips/MipsDelaySlotFiller.cpp
M lib/Target/Mips/MipsISelDAGToDAG.cpp
M lib/Target/Mips/MipsISelDAGToDAG.h
M lib/Target/Mips/MipsISelLowering.cpp
M lib/Target/Mips/MipsISelLowering.h
M lib/Target/Mips/MipsInstrFPU.td
M lib/Target/Mips/MipsInstrFormats.td
M lib/Target/Mips/MipsInstrInfo.cpp
M lib/Target/Mips/MipsInstrInfo.h
M lib/Target/Mips/MipsInstrInfo.td
M lib/Target/Mips/MipsJITInfo.cpp
M lib/Target/Mips/MipsLongBranch.cpp
M lib/Target/Mips/MipsMCInstLower.cpp
M lib/Target/Mips/MipsMCInstLower.h
A lib/Target/Mips/MipsMSAInstrFormats.td
A lib/Target/Mips/MipsMSAInstrInfo.td
M lib/Target/Mips/MipsMachineFunction.cpp
M lib/Target/Mips/MipsMachineFunction.h
M lib/Target/Mips/MipsOs16.cpp
M lib/Target/Mips/MipsRegisterInfo.cpp
M lib/Target/Mips/MipsRegisterInfo.h
M lib/Target/Mips/MipsRegisterInfo.td
M lib/Target/Mips/MipsSEFrameLowering.cpp
M lib/Target/Mips/MipsSEFrameLowering.h
M lib/Target/Mips/MipsSEISelDAGToDAG.cpp
M lib/Target/Mips/MipsSEISelDAGToDAG.h
M lib/Target/Mips/MipsSEISelLowering.cpp
M lib/Target/Mips/MipsSEISelLowering.h
M lib/Target/Mips/MipsSEInstrInfo.cpp
M lib/Target/Mips/MipsSEInstrInfo.h
M lib/Target/Mips/MipsSERegisterInfo.cpp
M lib/Target/Mips/MipsSERegisterInfo.h
M lib/Target/Mips/MipsSchedule.td
M lib/Target/Mips/MipsSubtarget.cpp
M lib/Target/Mips/MipsSubtarget.h
M lib/Target/Mips/MipsTargetMachine.cpp
M lib/Target/Mips/MipsTargetMachine.h
A lib/Target/Mips/MipsTargetStreamer.h
R lib/Target/Mips/TargetInfo/CMakeLists.txt
R lib/Target/Mips/TargetInfo/LLVMBuild.txt
R lib/Target/Mips/TargetInfo/Makefile
R lib/Target/NVPTX/CMakeLists.txt
R lib/Target/NVPTX/InstPrinter/CMakeLists.txt
R lib/Target/NVPTX/InstPrinter/LLVMBuild.txt
R lib/Target/NVPTX/InstPrinter/Makefile
M lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp
A lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h
R lib/Target/NVPTX/LLVMBuild.txt
R lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt
R lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt
R lib/Target/NVPTX/MCTargetDesc/Makefile
M lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h
M lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
M lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h
M lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp
R lib/Target/NVPTX/Makefile
M lib/Target/NVPTX/ManagedStringPool.h
M lib/Target/NVPTX/NVPTX.h
M lib/Target/NVPTX/NVPTX.td
M lib/Target/NVPTX/NVPTXAllocaHoisting.cpp
M lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M lib/Target/NVPTX/NVPTXAsmPrinter.h
M lib/Target/NVPTX/NVPTXFrameLowering.cpp
M lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
M lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
M lib/Target/NVPTX/NVPTXISelDAGToDAG.h
M lib/Target/NVPTX/NVPTXISelLowering.cpp
M lib/Target/NVPTX/NVPTXISelLowering.h
M lib/Target/NVPTX/NVPTXInstrInfo.cpp
M lib/Target/NVPTX/NVPTXInstrInfo.h
M lib/Target/NVPTX/NVPTXInstrInfo.td
M lib/Target/NVPTX/NVPTXIntrinsics.td
A lib/Target/NVPTX/NVPTXMCExpr.cpp
A lib/Target/NVPTX/NVPTXMCExpr.h
R lib/Target/NVPTX/NVPTXNumRegisters.h
A lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp
M lib/Target/NVPTX/NVPTXRegisterInfo.cpp
M lib/Target/NVPTX/NVPTXRegisterInfo.h
M lib/Target/NVPTX/NVPTXRegisterInfo.td
M lib/Target/NVPTX/NVPTXSection.h
M lib/Target/NVPTX/NVPTXSplitBBatBar.cpp
M lib/Target/NVPTX/NVPTXSubtarget.cpp
M lib/Target/NVPTX/NVPTXSubtarget.h
M lib/Target/NVPTX/NVPTXTargetMachine.cpp
M lib/Target/NVPTX/NVPTXTargetObjectFile.h
M lib/Target/NVPTX/NVVMReflect.cpp
R lib/Target/NVPTX/TargetInfo/CMakeLists.txt
R lib/Target/NVPTX/TargetInfo/LLVMBuild.txt
R lib/Target/NVPTX/TargetInfo/Makefile
R lib/Target/PowerPC/AsmParser/CMakeLists.txt
R lib/Target/PowerPC/AsmParser/LLVMBuild.txt
R lib/Target/PowerPC/AsmParser/Makefile
M lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
R lib/Target/PowerPC/CMakeLists.txt
R lib/Target/PowerPC/InstPrinter/CMakeLists.txt
R lib/Target/PowerPC/InstPrinter/LLVMBuild.txt
R lib/Target/PowerPC/InstPrinter/Makefile
M lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
M lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
R lib/Target/PowerPC/LLVMBuild.txt
R lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt
R lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt
R lib/Target/PowerPC/MCTargetDesc/Makefile
M lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h
M lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h
M lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp
A lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp
A lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h
M lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h
A lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp
M lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h
R lib/Target/PowerPC/Makefile
M lib/Target/PowerPC/PPC.h
M lib/Target/PowerPC/PPC.td
M lib/Target/PowerPC/PPCAsmPrinter.cpp
M lib/Target/PowerPC/PPCCTRLoops.cpp
M lib/Target/PowerPC/PPCCallingConv.td
M lib/Target/PowerPC/PPCCodeEmitter.cpp
A lib/Target/PowerPC/PPCFastISel.cpp
M lib/Target/PowerPC/PPCFrameLowering.cpp
M lib/Target/PowerPC/PPCFrameLowering.h
M lib/Target/PowerPC/PPCHazardRecognizers.cpp
M lib/Target/PowerPC/PPCHazardRecognizers.h
M lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M lib/Target/PowerPC/PPCISelLowering.cpp
M lib/Target/PowerPC/PPCISelLowering.h
M lib/Target/PowerPC/PPCInstr64Bit.td
M lib/Target/PowerPC/PPCInstrAltivec.td
M lib/Target/PowerPC/PPCInstrFormats.td
M lib/Target/PowerPC/PPCInstrInfo.cpp
M lib/Target/PowerPC/PPCInstrInfo.h
M lib/Target/PowerPC/PPCInstrInfo.td
M lib/Target/PowerPC/PPCJITInfo.cpp
M lib/Target/PowerPC/PPCMCInstLower.cpp
M lib/Target/PowerPC/PPCMachineFunctionInfo.h
M lib/Target/PowerPC/PPCRegisterInfo.cpp
M lib/Target/PowerPC/PPCRegisterInfo.h
M lib/Target/PowerPC/PPCRegisterInfo.td
M lib/Target/PowerPC/PPCSchedule.td
M lib/Target/PowerPC/PPCScheduleA2.td
M lib/Target/PowerPC/PPCScheduleE500mc.td
M lib/Target/PowerPC/PPCScheduleE5500.td
M lib/Target/PowerPC/PPCSubtarget.cpp
M lib/Target/PowerPC/PPCSubtarget.h
M lib/Target/PowerPC/PPCTargetMachine.cpp
A lib/Target/PowerPC/PPCTargetObjectFile.cpp
A lib/Target/PowerPC/PPCTargetObjectFile.h
A lib/Target/PowerPC/PPCTargetStreamer.h
M lib/Target/PowerPC/PPCTargetTransformInfo.cpp
R lib/Target/PowerPC/README.txt
R lib/Target/PowerPC/README_ALTIVEC.txt
R lib/Target/PowerPC/TargetInfo/CMakeLists.txt
R lib/Target/PowerPC/TargetInfo/LLVMBuild.txt
R lib/Target/PowerPC/TargetInfo/Makefile
M lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp
M lib/Target/R600/AMDGPU.h
M lib/Target/R600/AMDGPU.td
M lib/Target/R600/AMDGPUAsmPrinter.cpp
M lib/Target/R600/AMDGPUAsmPrinter.h
M lib/Target/R600/AMDGPUCallingConv.td
M lib/Target/R600/AMDGPUFrameLowering.cpp
A lib/Target/R600/AMDGPUISelDAGToDAG.cpp
M lib/Target/R600/AMDGPUISelLowering.cpp
M lib/Target/R600/AMDGPUISelLowering.h
R lib/Target/R600/AMDGPUIndirectAddressing.cpp
M lib/Target/R600/AMDGPUInstrInfo.cpp
M lib/Target/R600/AMDGPUInstrInfo.h
M lib/Target/R600/AMDGPUInstrInfo.td
M lib/Target/R600/AMDGPUInstructions.td
M lib/Target/R600/AMDGPUIntrinsics.td
M lib/Target/R600/AMDGPUMCInstLower.cpp
M lib/Target/R600/AMDGPUMachineFunction.cpp
M lib/Target/R600/AMDGPUMachineFunction.h
M lib/Target/R600/AMDGPURegisterInfo.cpp
M lib/Target/R600/AMDGPURegisterInfo.h
M lib/Target/R600/AMDGPURegisterInfo.td
R lib/Target/R600/AMDGPUStructurizeCFG.cpp
M lib/Target/R600/AMDGPUSubtarget.cpp
M lib/Target/R600/AMDGPUSubtarget.h
M lib/Target/R600/AMDGPUTargetMachine.cpp
M lib/Target/R600/AMDGPUTargetMachine.h
A lib/Target/R600/AMDGPUTargetTransformInfo.cpp
R lib/Target/R600/AMDIL.h
R lib/Target/R600/AMDIL7XXDevice.cpp
R lib/Target/R600/AMDIL7XXDevice.h
M lib/Target/R600/AMDILBase.td
M lib/Target/R600/AMDILCFGStructurizer.cpp
R lib/Target/R600/AMDILDevice.cpp
R lib/Target/R600/AMDILDevice.h
R lib/Target/R600/AMDILDeviceInfo.cpp
R lib/Target/R600/AMDILDeviceInfo.h
R lib/Target/R600/AMDILDevices.h
R lib/Target/R600/AMDILEvergreenDevice.cpp
R lib/Target/R600/AMDILEvergreenDevice.h
R lib/Target/R600/AMDILISelDAGToDAG.cpp
M lib/Target/R600/AMDILISelLowering.cpp
M lib/Target/R600/AMDILInstrInfo.td
M lib/Target/R600/AMDILIntrinsicInfo.cpp
R lib/Target/R600/AMDILNIDevice.cpp
R lib/Target/R600/AMDILNIDevice.h
R lib/Target/R600/AMDILSIDevice.cpp
R lib/Target/R600/AMDILSIDevice.h
R lib/Target/R600/CMakeLists.txt
M lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp
M lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h
R lib/Target/R600/InstPrinter/CMakeLists.txt
R lib/Target/R600/InstPrinter/LLVMBuild.txt
R lib/Target/R600/InstPrinter/Makefile
R lib/Target/R600/LLVMBuild.txt
M lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp
M lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
M lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h
A lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h
M lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp
M lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h
R lib/Target/R600/MCTargetDesc/CMakeLists.txt
R lib/Target/R600/MCTargetDesc/LLVMBuild.txt
R lib/Target/R600/MCTargetDesc/Makefile
M lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp
R lib/Target/R600/Makefile
M lib/Target/R600/Processors.td
A lib/Target/R600/R600ClauseMergePass.cpp
M lib/Target/R600/R600ControlFlowFinalizer.cpp
M lib/Target/R600/R600Defines.h
M lib/Target/R600/R600EmitClauseMarkers.cpp
M lib/Target/R600/R600ExpandSpecialInstrs.cpp
M lib/Target/R600/R600ISelLowering.cpp
M lib/Target/R600/R600ISelLowering.h
A lib/Target/R600/R600InstrFormats.td
M lib/Target/R600/R600InstrInfo.cpp
M lib/Target/R600/R600InstrInfo.h
M lib/Target/R600/R600Instructions.td
M lib/Target/R600/R600Intrinsics.td
M lib/Target/R600/R600MachineFunctionInfo.cpp
M lib/Target/R600/R600MachineFunctionInfo.h
M lib/Target/R600/R600MachineScheduler.cpp
M lib/Target/R600/R600MachineScheduler.h
A lib/Target/R600/R600OptimizeVectorRegisters.cpp
M lib/Target/R600/R600Packetizer.cpp
M lib/Target/R600/R600RegisterInfo.cpp
M lib/Target/R600/R600RegisterInfo.h
M lib/Target/R600/R600RegisterInfo.td
M lib/Target/R600/R600Schedule.td
A lib/Target/R600/R600TextureIntrinsicsReplacer.cpp
M lib/Target/R600/SIAnnotateControlFlow.cpp
M lib/Target/R600/SIDefines.h
A lib/Target/R600/SIFixSGPRCopies.cpp
M lib/Target/R600/SIISelLowering.cpp
M lib/Target/R600/SIISelLowering.h
M lib/Target/R600/SIInsertWaits.cpp
M lib/Target/R600/SIInstrFormats.td
M lib/Target/R600/SIInstrInfo.cpp
M lib/Target/R600/SIInstrInfo.h
M lib/Target/R600/SIInstrInfo.td
M lib/Target/R600/SIInstructions.td
M lib/Target/R600/SIIntrinsics.td
M lib/Target/R600/SILowerControlFlow.cpp
M lib/Target/R600/SIMachineFunctionInfo.cpp
M lib/Target/R600/SIMachineFunctionInfo.h
M lib/Target/R600/SIRegisterInfo.cpp
M lib/Target/R600/SIRegisterInfo.h
M lib/Target/R600/SIRegisterInfo.td
A lib/Target/R600/SITypeRewriter.cpp
M lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp
R lib/Target/R600/TargetInfo/CMakeLists.txt
R lib/Target/R600/TargetInfo/LLVMBuild.txt
R lib/Target/R600/TargetInfo/Makefile
R lib/Target/README.txt
A lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
R lib/Target/Sparc/CMakeLists.txt
M lib/Target/Sparc/DelaySlotFiller.cpp
A lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
R lib/Target/Sparc/FPMover.cpp
A lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
A lib/Target/Sparc/InstPrinter/SparcInstPrinter.h
R lib/Target/Sparc/LLVMBuild.txt
R lib/Target/Sparc/MCTargetDesc/CMakeLists.txt
R lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt
R lib/Target/Sparc/MCTargetDesc/Makefile
A lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp
R lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h
A lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp
A lib/Target/Sparc/MCTargetDesc/SparcFixupKinds.h
M lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp
M lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h
A lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp
A lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp
A lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h
M lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
M lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h
A lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.cpp
R lib/Target/Sparc/Makefile
R lib/Target/Sparc/README.txt
M lib/Target/Sparc/Sparc.h
M lib/Target/Sparc/Sparc.td
M lib/Target/Sparc/SparcAsmPrinter.cpp
M lib/Target/Sparc/SparcCallingConv.td
A lib/Target/Sparc/SparcCodeEmitter.cpp
M lib/Target/Sparc/SparcFrameLowering.cpp
M lib/Target/Sparc/SparcFrameLowering.h
M lib/Target/Sparc/SparcISelDAGToDAG.cpp
M lib/Target/Sparc/SparcISelLowering.cpp
M lib/Target/Sparc/SparcISelLowering.h
M lib/Target/Sparc/SparcInstr64Bit.td
A lib/Target/Sparc/SparcInstrAliases.td
M lib/Target/Sparc/SparcInstrFormats.td
M lib/Target/Sparc/SparcInstrInfo.cpp
M lib/Target/Sparc/SparcInstrInfo.h
M lib/Target/Sparc/SparcInstrInfo.td
A lib/Target/Sparc/SparcJITInfo.cpp
A lib/Target/Sparc/SparcJITInfo.h
A lib/Target/Sparc/SparcMCInstLower.cpp
M lib/Target/Sparc/SparcMachineFunctionInfo.h
M lib/Target/Sparc/SparcRegisterInfo.cpp
M lib/Target/Sparc/SparcRegisterInfo.h
M lib/Target/Sparc/SparcRegisterInfo.td
A lib/Target/Sparc/SparcRelocations.h
M lib/Target/Sparc/SparcSubtarget.cpp
M lib/Target/Sparc/SparcSubtarget.h
M lib/Target/Sparc/SparcTargetMachine.cpp
M lib/Target/Sparc/SparcTargetMachine.h
A lib/Target/Sparc/SparcTargetObjectFile.cpp
A lib/Target/Sparc/SparcTargetObjectFile.h
A lib/Target/Sparc/SparcTargetStreamer.h
R lib/Target/Sparc/TargetInfo/CMakeLists.txt
R lib/Target/Sparc/TargetInfo/LLVMBuild.txt
R lib/Target/Sparc/TargetInfo/Makefile
M lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
R lib/Target/SystemZ/AsmParser/CMakeLists.txt
R lib/Target/SystemZ/AsmParser/LLVMBuild.txt
R lib/Target/SystemZ/AsmParser/Makefile
M lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
R lib/Target/SystemZ/CMakeLists.txt
A lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
R lib/Target/SystemZ/InstPrinter/CMakeLists.txt
R lib/Target/SystemZ/InstPrinter/LLVMBuild.txt
R lib/Target/SystemZ/InstPrinter/Makefile
M lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp
M lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h
R lib/Target/SystemZ/LLVMBuild.txt
R lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
R lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt
R lib/Target/SystemZ/MCTargetDesc/Makefile
M lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
M lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
M lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h
M lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
M lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
M lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h
R lib/Target/SystemZ/Makefile
M lib/Target/SystemZ/README.txt
M lib/Target/SystemZ/SystemZ.h
M lib/Target/SystemZ/SystemZ.td
M lib/Target/SystemZ/SystemZAsmPrinter.cpp
M lib/Target/SystemZ/SystemZCallingConv.td
M lib/Target/SystemZ/SystemZConstantPoolValue.cpp
A lib/Target/SystemZ/SystemZElimCompare.cpp
M lib/Target/SystemZ/SystemZFrameLowering.cpp
M lib/Target/SystemZ/SystemZFrameLowering.h
M lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
M lib/Target/SystemZ/SystemZISelLowering.cpp
M lib/Target/SystemZ/SystemZISelLowering.h
M lib/Target/SystemZ/SystemZInstrFP.td
M lib/Target/SystemZ/SystemZInstrFormats.td
M lib/Target/SystemZ/SystemZInstrInfo.cpp
M lib/Target/SystemZ/SystemZInstrInfo.h
M lib/Target/SystemZ/SystemZInstrInfo.td
A lib/Target/SystemZ/SystemZLongBranch.cpp
M lib/Target/SystemZ/SystemZMCInstLower.cpp
M lib/Target/SystemZ/SystemZMCInstLower.h
A lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp
M lib/Target/SystemZ/SystemZMachineFunctionInfo.h
M lib/Target/SystemZ/SystemZOperands.td
M lib/Target/SystemZ/SystemZOperators.td
M lib/Target/SystemZ/SystemZPatterns.td
A lib/Target/SystemZ/SystemZProcessors.td
M lib/Target/SystemZ/SystemZRegisterInfo.cpp
M lib/Target/SystemZ/SystemZRegisterInfo.h
M lib/Target/SystemZ/SystemZRegisterInfo.td
A lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
A lib/Target/SystemZ/SystemZSelectionDAGInfo.h
A lib/Target/SystemZ/SystemZShortenInst.cpp
M lib/Target/SystemZ/SystemZSubtarget.cpp
M lib/Target/SystemZ/SystemZSubtarget.h
M lib/Target/SystemZ/SystemZTargetMachine.cpp
M lib/Target/SystemZ/SystemZTargetMachine.h
R lib/Target/SystemZ/TargetInfo/CMakeLists.txt
R lib/Target/SystemZ/TargetInfo/LLVMBuild.txt
R lib/Target/SystemZ/TargetInfo/Makefile
M lib/Target/Target.cpp
M lib/Target/TargetLibraryInfo.cpp
M lib/Target/TargetLoweringObjectFile.cpp
M lib/Target/TargetMachine.cpp
M lib/Target/TargetMachineC.cpp
M lib/Target/TargetSubtargetInfo.cpp
R lib/Target/X86/AsmParser/CMakeLists.txt
R lib/Target/X86/AsmParser/LLVMBuild.txt
R lib/Target/X86/AsmParser/Makefile
M lib/Target/X86/AsmParser/X86AsmParser.cpp
R lib/Target/X86/CMakeLists.txt
R lib/Target/X86/Disassembler/CMakeLists.txt
R lib/Target/X86/Disassembler/LLVMBuild.txt
R lib/Target/X86/Disassembler/Makefile
M lib/Target/X86/Disassembler/X86Disassembler.cpp
M lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
M lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
M lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
R lib/Target/X86/InstPrinter/CMakeLists.txt
R lib/Target/X86/InstPrinter/LLVMBuild.txt
R lib/Target/X86/InstPrinter/Makefile
M lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp
M lib/Target/X86/InstPrinter/X86ATTInstPrinter.h
M lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
M lib/Target/X86/InstPrinter/X86IntelInstPrinter.h
R lib/Target/X86/LLVMBuild.txt
R lib/Target/X86/MCTargetDesc/CMakeLists.txt
R lib/Target/X86/MCTargetDesc/LLVMBuild.txt
R lib/Target/X86/MCTargetDesc/Makefile
M lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M lib/Target/X86/MCTargetDesc/X86BaseInfo.h
M lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp
A lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp
M lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
M lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h
M lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
M lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
M lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
A lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
M lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
M lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp
R lib/Target/X86/Makefile
R lib/Target/X86/README-FPStack.txt
R lib/Target/X86/README-MMX.txt
R lib/Target/X86/README-SSE.txt
R lib/Target/X86/README-UNIMPLEMENTED.txt
R lib/Target/X86/README-X86-64.txt
R lib/Target/X86/README.txt
R lib/Target/X86/TargetInfo/CMakeLists.txt
R lib/Target/X86/TargetInfo/LLVMBuild.txt
R lib/Target/X86/TargetInfo/Makefile
R lib/Target/X86/Utils/CMakeLists.txt
R lib/Target/X86/Utils/LLVMBuild.txt
R lib/Target/X86/Utils/Makefile
M lib/Target/X86/X86.td
M lib/Target/X86/X86AsmPrinter.cpp
M lib/Target/X86/X86AsmPrinter.h
A lib/Target/X86/X86CallingConv.h
M lib/Target/X86/X86CallingConv.td
M lib/Target/X86/X86CodeEmitter.cpp
R lib/Target/X86/X86CompilationCallback_Win64.asm
M lib/Target/X86/X86FastISel.cpp
M lib/Target/X86/X86FixupLEAs.cpp
M lib/Target/X86/X86FloatingPoint.cpp
M lib/Target/X86/X86FrameLowering.cpp
M lib/Target/X86/X86FrameLowering.h
M lib/Target/X86/X86ISelDAGToDAG.cpp
M lib/Target/X86/X86ISelLowering.cpp
M lib/Target/X86/X86ISelLowering.h
A lib/Target/X86/X86InstrAVX512.td
M lib/Target/X86/X86InstrArithmetic.td
M lib/Target/X86/X86InstrCompiler.td
M lib/Target/X86/X86InstrControl.td
M lib/Target/X86/X86InstrExtension.td
M lib/Target/X86/X86InstrFMA.td
M lib/Target/X86/X86InstrFPStack.td
M lib/Target/X86/X86InstrFormats.td
M lib/Target/X86/X86InstrFragmentsSIMD.td
M lib/Target/X86/X86InstrInfo.cpp
M lib/Target/X86/X86InstrInfo.h
M lib/Target/X86/X86InstrInfo.td
M lib/Target/X86/X86InstrMMX.td
M lib/Target/X86/X86InstrSSE.td
M lib/Target/X86/X86InstrSVM.td
M lib/Target/X86/X86InstrShiftRotate.td
M lib/Target/X86/X86InstrSystem.td
M lib/Target/X86/X86InstrTSX.td
M lib/Target/X86/X86InstrXOP.td
M lib/Target/X86/X86JITInfo.cpp
M lib/Target/X86/X86MCInstLower.cpp
M lib/Target/X86/X86RegisterInfo.cpp
M lib/Target/X86/X86RegisterInfo.h
M lib/Target/X86/X86RegisterInfo.td
M lib/Target/X86/X86SchedHaswell.td
M lib/Target/X86/X86SchedSandyBridge.td
M lib/Target/X86/X86Schedule.td
M lib/Target/X86/X86ScheduleAtom.td
A lib/Target/X86/X86ScheduleSLM.td
M lib/Target/X86/X86SelectionDAGInfo.cpp
M lib/Target/X86/X86SelectionDAGInfo.h
M lib/Target/X86/X86Subtarget.cpp
M lib/Target/X86/X86Subtarget.h
M lib/Target/X86/X86TargetMachine.cpp
M lib/Target/X86/X86TargetObjectFile.cpp
M lib/Target/X86/X86TargetObjectFile.h
M lib/Target/X86/X86TargetTransformInfo.cpp
M lib/Target/X86/X86VZeroUpper.cpp
R lib/Target/XCore/CMakeLists.txt
R lib/Target/XCore/Disassembler/CMakeLists.txt
R lib/Target/XCore/Disassembler/LLVMBuild.txt
R lib/Target/XCore/Disassembler/Makefile
M lib/Target/XCore/Disassembler/XCoreDisassembler.cpp
R lib/Target/XCore/InstPrinter/CMakeLists.txt
R lib/Target/XCore/InstPrinter/LLVMBuild.txt
R lib/Target/XCore/InstPrinter/Makefile
R lib/Target/XCore/LLVMBuild.txt
R lib/Target/XCore/MCTargetDesc/CMakeLists.txt
R lib/Target/XCore/MCTargetDesc/LLVMBuild.txt
R lib/Target/XCore/MCTargetDesc/Makefile
M lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp
M lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h
M lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp
R lib/Target/XCore/Makefile
R lib/Target/XCore/README.txt
R lib/Target/XCore/TargetInfo/CMakeLists.txt
R lib/Target/XCore/TargetInfo/LLVMBuild.txt
R lib/Target/XCore/TargetInfo/Makefile
M lib/Target/XCore/XCore.h
M lib/Target/XCore/XCoreAsmPrinter.cpp
M lib/Target/XCore/XCoreFrameLowering.cpp
M lib/Target/XCore/XCoreISelDAGToDAG.cpp
M lib/Target/XCore/XCoreISelLowering.cpp
M lib/Target/XCore/XCoreISelLowering.h
M lib/Target/XCore/XCoreInstrInfo.cpp
M lib/Target/XCore/XCoreInstrInfo.h
M lib/Target/XCore/XCoreInstrInfo.td
M lib/Target/XCore/XCoreLowerThreadLocal.cpp
M lib/Target/XCore/XCoreMCInstLower.cpp
M lib/Target/XCore/XCoreRegisterInfo.cpp
M lib/Target/XCore/XCoreRegisterInfo.h
M lib/Target/XCore/XCoreTargetMachine.cpp
M lib/Target/XCore/XCoreTargetMachine.h
A lib/Target/XCore/XCoreTargetTransformInfo.cpp
R lib/Transforms/CMakeLists.txt
R lib/Transforms/Hello/CMakeLists.txt
R lib/Transforms/Hello/Hello.cpp
R lib/Transforms/Hello/Hello.exports
R lib/Transforms/Hello/Makefile
M lib/Transforms/IPO/ArgumentPromotion.cpp
R lib/Transforms/IPO/CMakeLists.txt
M lib/Transforms/IPO/ConstantMerge.cpp
M lib/Transforms/IPO/DeadArgumentElimination.cpp
M lib/Transforms/IPO/ExtractGV.cpp
M lib/Transforms/IPO/FunctionAttrs.cpp
M lib/Transforms/IPO/GlobalDCE.cpp
M lib/Transforms/IPO/GlobalOpt.cpp
M lib/Transforms/IPO/InlineAlways.cpp
M lib/Transforms/IPO/InlineSimple.cpp
M lib/Transforms/IPO/Inliner.cpp
M lib/Transforms/IPO/Internalize.cpp
R lib/Transforms/IPO/LLVMBuild.txt
R lib/Transforms/IPO/Makefile
M lib/Transforms/IPO/MergeFunctions.cpp
M lib/Transforms/IPO/PassManagerBuilder.cpp
M lib/Transforms/IPO/PruneEH.cpp
M lib/Transforms/IPO/StripSymbols.cpp
R lib/Transforms/InstCombine/CMakeLists.txt
M lib/Transforms/InstCombine/InstCombine.h
M lib/Transforms/InstCombine/InstCombineAddSub.cpp
M lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M lib/Transforms/InstCombine/InstCombineCalls.cpp
M lib/Transforms/InstCombine/InstCombineCasts.cpp
M lib/Transforms/InstCombine/InstCombineCompares.cpp
M lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
M lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M lib/Transforms/InstCombine/InstCombinePHI.cpp
M lib/Transforms/InstCombine/InstCombineSelect.cpp
M lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M lib/Transforms/InstCombine/InstCombineWorklist.h
M lib/Transforms/InstCombine/InstructionCombining.cpp
R lib/Transforms/InstCombine/LLVMBuild.txt
R lib/Transforms/InstCombine/Makefile
M lib/Transforms/Instrumentation/AddressSanitizer.cpp
R lib/Transforms/Instrumentation/BlackList.cpp
M lib/Transforms/Instrumentation/BoundsChecking.cpp
R lib/Transforms/Instrumentation/CMakeLists.txt
A lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
A lib/Transforms/Instrumentation/DebugIR.cpp
A lib/Transforms/Instrumentation/DebugIR.h
R lib/Transforms/Instrumentation/EdgeProfiling.cpp
M lib/Transforms/Instrumentation/GCOVProfiling.cpp
M lib/Transforms/Instrumentation/Instrumentation.cpp
R lib/Transforms/Instrumentation/LLVMBuild.txt
R lib/Transforms/Instrumentation/Makefile
M lib/Transforms/Instrumentation/MemorySanitizer.cpp
R lib/Transforms/Instrumentation/OptimalEdgeProfiling.cpp
R lib/Transforms/Instrumentation/PathProfiling.cpp
R lib/Transforms/Instrumentation/ProfilingUtils.cpp
R lib/Transforms/Instrumentation/ProfilingUtils.h
M lib/Transforms/Instrumentation/ThreadSanitizer.cpp
R lib/Transforms/LLVMBuild.txt
R lib/Transforms/Makefile
A lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
R lib/Transforms/ObjCARC/CMakeLists.txt
M lib/Transforms/ObjCARC/DependencyAnalysis.h
R lib/Transforms/ObjCARC/LLVMBuild.txt
R lib/Transforms/ObjCARC/Makefile
M lib/Transforms/ObjCARC/ObjCARC.h
M lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp
M lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h
M lib/Transforms/ObjCARC/ObjCARCContract.cpp
M lib/Transforms/ObjCARC/ObjCARCOpts.cpp
M lib/Transforms/ObjCARC/ObjCARCUtil.cpp
M lib/Transforms/ObjCARC/ProvenanceAnalysis.h
M lib/Transforms/Scalar/ADCE.cpp
R lib/Transforms/Scalar/BasicBlockPlacement.cpp
R lib/Transforms/Scalar/CMakeLists.txt
M lib/Transforms/Scalar/CodeGenPrepare.cpp
M lib/Transforms/Scalar/EarlyCSE.cpp
A lib/Transforms/Scalar/FlattenCFGPass.cpp
M lib/Transforms/Scalar/GVN.cpp
M lib/Transforms/Scalar/GlobalMerge.cpp
M lib/Transforms/Scalar/IndVarSimplify.cpp
M lib/Transforms/Scalar/JumpThreading.cpp
R lib/Transforms/Scalar/LLVMBuild.txt
M lib/Transforms/Scalar/LoopDeletion.cpp
M lib/Transforms/Scalar/LoopIdiomRecognize.cpp
A lib/Transforms/Scalar/LoopRerollPass.cpp
M lib/Transforms/Scalar/LoopStrengthReduce.cpp
M lib/Transforms/Scalar/LoopUnrollPass.cpp
M lib/Transforms/Scalar/LoopUnswitch.cpp
R lib/Transforms/Scalar/Makefile
M lib/Transforms/Scalar/MemCpyOptimizer.cpp
A lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
M lib/Transforms/Scalar/Reassociate.cpp
M lib/Transforms/Scalar/SCCP.cpp
M lib/Transforms/Scalar/SROA.cpp
A lib/Transforms/Scalar/SampleProfile.cpp
M lib/Transforms/Scalar/Scalar.cpp
M lib/Transforms/Scalar/ScalarReplAggregates.cpp
M lib/Transforms/Scalar/SimplifyCFGPass.cpp
R lib/Transforms/Scalar/SimplifyLibCalls.cpp
A lib/Transforms/Scalar/StructurizeCFG.cpp
M lib/Transforms/Scalar/TailRecursionElimination.cpp
M lib/Transforms/Utils/BasicBlockUtils.cpp
M lib/Transforms/Utils/BreakCriticalEdges.cpp
R lib/Transforms/Utils/CMakeLists.txt
M lib/Transforms/Utils/CloneFunction.cpp
M lib/Transforms/Utils/CodeExtractor.cpp
M lib/Transforms/Utils/DemoteRegToStack.cpp
A lib/Transforms/Utils/FlattenCFG.cpp
A lib/Transforms/Utils/GlobalStatus.cpp
M lib/Transforms/Utils/InlineFunction.cpp
M lib/Transforms/Utils/LCSSA.cpp
R lib/Transforms/Utils/LLVMBuild.txt
M lib/Transforms/Utils/Local.cpp
M lib/Transforms/Utils/LoopSimplify.cpp
M lib/Transforms/Utils/LoopUnroll.cpp
M lib/Transforms/Utils/LowerExpectIntrinsic.cpp
M lib/Transforms/Utils/LowerInvoke.cpp
M lib/Transforms/Utils/LowerSwitch.cpp
R lib/Transforms/Utils/Makefile
M lib/Transforms/Utils/MetaRenamer.cpp
M lib/Transforms/Utils/ModuleUtils.cpp
M lib/Transforms/Utils/PromoteMemoryToRegister.cpp
M lib/Transforms/Utils/SSAUpdater.cpp
M lib/Transforms/Utils/SimplifyCFG.cpp
M lib/Transforms/Utils/SimplifyIndVar.cpp
M lib/Transforms/Utils/SimplifyLibCalls.cpp
A lib/Transforms/Utils/SpecialCaseList.cpp
M lib/Transforms/Utils/ValueMapper.cpp
M lib/Transforms/Vectorize/BBVectorize.cpp
R lib/Transforms/Vectorize/CMakeLists.txt
R lib/Transforms/Vectorize/LLVMBuild.txt
M lib/Transforms/Vectorize/LoopVectorize.cpp
R lib/Transforms/Vectorize/Makefile
M lib/Transforms/Vectorize/SLPVectorizer.cpp
R lib/Transforms/Vectorize/VecUtils.cpp
R lib/Transforms/Vectorize/VecUtils.h
R llvm.spec.in
A patches/README.TXT
A patches/patch-r208961-clang-version-include.diff
A patches/patch-r208987-format-extensions.diff
A patches/patch-r209107-clang-vendor-suffix.diff
A patches/patch-r213492-amd64-multi-os-dot.diff
A patches/patch-r221503-default-target-triple.diff
A patches/patch-r243830-arm-disable-clear-cache.diff
A patches/patch-r252503-arm-transient-stack-alignment.diff
A patches/patch-r259053-gcc-installation-detector.diff
A patches/patch-r259498-add-fxsave.diff
A patches/patch-r261680-clang-r200899-fix-security-quantis.diff
A patches/patch-r261991-llvm-r195391-fix-dwarf2.diff
A patches/patch-r261991-llvm-r198385-fix-dwarf2.diff
A patches/patch-r261991-llvm-r198389-fix-dwarf2.diff
A patches/patch-r262261-llvm-r198028-sparc.diff
A patches/patch-r262261-llvm-r198029-sparc.diff
A patches/patch-r262261-llvm-r198030-sparc.diff
A patches/patch-r262261-llvm-r198145-sparc.diff
A patches/patch-r262261-llvm-r198149-sparc.diff
A patches/patch-r262261-llvm-r198157-sparc.diff
A patches/patch-r262261-llvm-r198280-sparc.diff
A patches/patch-r262261-llvm-r198281-sparc.diff
A patches/patch-r262261-llvm-r198286-sparc.diff
A patches/patch-r262261-llvm-r198480-sparc.diff
A patches/patch-r262261-llvm-r198484-sparc.diff
A patches/patch-r262261-llvm-r198533-sparc.diff
A patches/patch-r262261-llvm-r198565-sparc.diff
A patches/patch-r262261-llvm-r198567-sparc.diff
A patches/patch-r262261-llvm-r198580-sparc.diff
A patches/patch-r262261-llvm-r198591-sparc.diff
A patches/patch-r262261-llvm-r198592-sparc.diff
A patches/patch-r262261-llvm-r198658-sparc.diff
A patches/patch-r262261-llvm-r198681-sparc.diff
A patches/patch-r262261-llvm-r198738-sparc.diff
A patches/patch-r262261-llvm-r198739-sparc.diff
A patches/patch-r262261-llvm-r198740-sparc.diff
A patches/patch-r262261-llvm-r198893-sparc.diff
A patches/patch-r262261-llvm-r198909-sparc.diff
A patches/patch-r262261-llvm-r198910-sparc.diff
A patches/patch-r262261-llvm-r199014-sparc.diff
A patches/patch-r262261-llvm-r199024-sparc.diff
A patches/patch-r262261-llvm-r199028-sparc.diff
A patches/patch-r262261-llvm-r199031-sparc.diff
A patches/patch-r262261-llvm-r199033-sparc.diff
A patches/patch-r262261-llvm-r199061-sparc.diff
A patches/patch-r262261-llvm-r199186-sparc.diff
A patches/patch-r262261-llvm-r199187-sparc.diff
A patches/patch-r262261-llvm-r199775-sparc.diff
A patches/patch-r262261-llvm-r199781-sparc.diff
A patches/patch-r262261-llvm-r199786-sparc.diff
A patches/patch-r262261-llvm-r199940-sparc.diff
A patches/patch-r262261-llvm-r199974-sparc.diff
A patches/patch-r262261-llvm-r199975-sparc.diff
A patches/patch-r262261-llvm-r199977-sparc.diff
A patches/patch-r262261-llvm-r200103-sparc.diff
A patches/patch-r262261-llvm-r200104-sparc.diff
A patches/patch-r262261-llvm-r200112-sparc.diff
A patches/patch-r262261-llvm-r200130-sparc.diff
A patches/patch-r262261-llvm-r200131-sparc.diff
A patches/patch-r262261-llvm-r200141-sparc.diff
A patches/patch-r262261-llvm-r200282-sparc.diff
A patches/patch-r262261-llvm-r200368-sparc.diff
A patches/patch-r262261-llvm-r200373-sparc.diff
A patches/patch-r262261-llvm-r200376-sparc.diff
A patches/patch-r262261-llvm-r200509-sparc.diff
A patches/patch-r262261-llvm-r200617-sparc.diff
A patches/patch-r262261-llvm-r200960-sparc.diff
A patches/patch-r262261-llvm-r200961-sparc.diff
A patches/patch-r262261-llvm-r200962-sparc.diff
A patches/patch-r262261-llvm-r200963-sparc.diff
A patches/patch-r262261-llvm-r200965-sparc.diff
A patches/patch-r262262-clang-r198311-sparc.diff
A patches/patch-r262262-clang-r198312-sparc.diff
A patches/patch-r262262-clang-r198911-sparc.diff
A patches/patch-r262262-clang-r198912-sparc.diff
A patches/patch-r262262-clang-r198918-sparc.diff
A patches/patch-r262262-clang-r198923-sparc.diff
A patches/patch-r262262-clang-r199012-sparc.diff
A patches/patch-r262262-clang-r199034-sparc.diff
A patches/patch-r262262-clang-r199037-sparc.diff
A patches/patch-r262262-clang-r199188-sparc.diff
A patches/patch-r262262-clang-r199399-sparc.diff
A patches/patch-r262262-clang-r200452-sparc.diff
A patches/patch-r262264-llvm-r200453-sparc.diff
A patches/patch-r262265-llvm-r201718-sparc.diff
A patches/patch-r262303-enable-ppc-integrated-as.diff
A patches/patch-r262415-llvm-r201994-sparc.diff
A patches/patch-r262460-llvm-r202059-sparc.diff
A patches/patch-r262535-clang-r202177-sparc.diff
A patches/patch-r262536-clang-r202179-sparc.diff
A patches/patch-r262582-llvm-r202422-sparc.diff
A patches/patch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff
A patches/patch-r263048-clang-r203624-fix-CC-aliases.diff
A patches/patch-r263312-llvm-r169939-inline-asm-with-realign.diff
A patches/patch-r263312-llvm-r196940-update-inline-asm-test.diff
A patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff
A patches/patch-r263312-llvm-r202930-fix-alloca-esi-clobber.diff
A patches/patch-r263313-llvm-r203311-fix-sse1-oom.diff
A patches/patch-r264345-dwarf2-freebsd10.diff
A patches/patch-r264826-llvm-r202188-variadic-fn-debug-info.diff
A patches/patch-r264827-clang-r202185-variadic-fn-debug-info.diff
A patches/patch-r265477-clang-r198655-standalone-debug.diff
A patches/patch-r266674-clang-r209489-fix-xmmintrin.diff
A patches/patch-r267704-llvm-r211435-fix-avx-backend.diff
A patches/patch-r267981-llvm-r211435-fix-ppc-fctiduz.diff
A patches/patch-r269387-clang-arm-target-cpu.diff
A patches/patch-r271024-llvm-r216989-r216990-fix-movw-armv6.diff
A patches/patch-r271282-clang-r200797-r200798-r200805-debug-info-crash.diff
A patches/patch-r271432-clang-r205331-debug-info-crash.diff
A patches/patch-r271597-clang-r217410-i386-garbage-float.diff
A patches/patch-r274286-llvm-r201784-asm-dollar.diff
A patches/patch-r274442-llvm-r221709-debug-oom.diff
A patches/patch-r275633-llvm-r223171-fix-vectorizer.diff
A patches/patch-r275759-clang-r221170-ppc-vaarg.diff
A patches/patch-r278788-clang-r201130-pch-miscompilation.diff
A patches/patch-r279289-clang-r199571-fix-string-literal-assertion.diff
A patches/patch-r279302-clang-r211785-add-fuse-ld.diff
A patches/patch-r281775-llvm-r229911-uleb128-commas.diff
A patches/patch-r286033-llvm-r219009-x86-codegen-crash.diff
A patches/patch-r296800-llvm-r219512-out-of-registers.diff
R projects/CMakeLists.txt
R projects/LLVMBuild.txt
R projects/Makefile
R projects/sample/Makefile
R projects/sample/Makefile.common.in
R projects/sample/Makefile.llvm.config.in
R projects/sample/Makefile.llvm.rules
R projects/sample/autoconf/AutoRegen.sh
R projects/sample/autoconf/ExportMap.map
R projects/sample/autoconf/LICENSE.TXT
R projects/sample/autoconf/config.guess
R projects/sample/autoconf/config.sub
R projects/sample/autoconf/configure.ac
R projects/sample/autoconf/install-sh
R projects/sample/autoconf/ltmain.sh
R projects/sample/autoconf/m4/build_exeext.m4
R projects/sample/autoconf/m4/c_printf_a.m4
R projects/sample/autoconf/m4/check_gnu_make.m4
R projects/sample/autoconf/m4/config_makefile.m4
R projects/sample/autoconf/m4/config_project.m4
R projects/sample/autoconf/m4/cxx_flag_check.m4
R projects/sample/autoconf/m4/find_std_program.m4
R projects/sample/autoconf/m4/func_isinf.m4
R projects/sample/autoconf/m4/func_isnan.m4
R projects/sample/autoconf/m4/func_mmap_file.m4
R projects/sample/autoconf/m4/header_mmap_anonymous.m4
R projects/sample/autoconf/m4/huge_val.m4
R projects/sample/autoconf/m4/libtool.m4
R projects/sample/autoconf/m4/link_options.m4
R projects/sample/autoconf/m4/linux_mixed_64_32.m4
R projects/sample/autoconf/m4/ltdl.m4
R projects/sample/autoconf/m4/need_dev_zero_for_mmap.m4
R projects/sample/autoconf/m4/path_tclsh.m4
R projects/sample/autoconf/m4/rand48.m4
R projects/sample/autoconf/m4/sanity_check.m4
R projects/sample/autoconf/m4/single_cxx_check.m4
R projects/sample/autoconf/m4/visibility_inlines_hidden.m4
R projects/sample/autoconf/mkinstalldirs
R projects/sample/configure
R projects/sample/docs/index.html
R projects/sample/include/sample.h
R projects/sample/lib/Makefile
R projects/sample/lib/sample/Makefile
R projects/sample/lib/sample/sample.c
R projects/sample/tools/Makefile
R projects/sample/tools/sample/Makefile
R projects/sample/tools/sample/main.c
R runtime/CMakeLists.txt
R runtime/LLVMBuild.txt
R runtime/Makefile
R runtime/README.txt
R runtime/libprofile/BasicBlockTracing.c
R runtime/libprofile/CMakeLists.txt
R runtime/libprofile/CommonProfiling.c
R runtime/libprofile/EdgeProfiling.c
R runtime/libprofile/Makefile
R runtime/libprofile/OptimalEdgeProfiling.c
R runtime/libprofile/PathProfiling.c
R runtime/libprofile/Profiling.h
R test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll
R test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
R test/Analysis/BasicAA/2003-04-22-GEPProblem.ll
R test/Analysis/BasicAA/2003-04-25-GEPCrash.ll
R test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
R test/Analysis/BasicAA/2003-06-01-AliasCrash.ll
R test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
R test/Analysis/BasicAA/2003-09-19-LocalArgument.ll
R test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
R test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
R test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll
R test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll
R test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
R test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll
R test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll
R test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll
R test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll
R test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll
R test/Analysis/BasicAA/2007-11-05-SizeCrash.ll
R test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll
R test/Analysis/BasicAA/2008-04-15-Byval.ll
R test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll
R test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll
R test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
R test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll
R test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll
R test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll
R test/Analysis/BasicAA/aligned-overread.ll
R test/Analysis/BasicAA/args-rets-allocas-loads.ll
R test/Analysis/BasicAA/byval.ll
R test/Analysis/BasicAA/cas.ll
R test/Analysis/BasicAA/constant-over-index.ll
R test/Analysis/BasicAA/dag.ll
R test/Analysis/BasicAA/empty.ll
R test/Analysis/BasicAA/featuretest.ll
R test/Analysis/BasicAA/full-store-partial-alias.ll
R test/Analysis/BasicAA/gcsetest.ll
R test/Analysis/BasicAA/gep-alias.ll
R test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll
R test/Analysis/BasicAA/global-size.ll
R test/Analysis/BasicAA/intrinsics.ll
R test/Analysis/BasicAA/invariant_load.ll
R test/Analysis/BasicAA/lit.local.cfg
R test/Analysis/BasicAA/memset_pattern.ll
R test/Analysis/BasicAA/modref.ll
R test/Analysis/BasicAA/must-and-partial.ll
R test/Analysis/BasicAA/no-escape-call.ll
R test/Analysis/BasicAA/noalias-geps.ll
R test/Analysis/BasicAA/nocapture.ll
R test/Analysis/BasicAA/phi-aa.ll
R test/Analysis/BasicAA/phi-and-select.ll
R test/Analysis/BasicAA/phi-spec-order.ll
R test/Analysis/BasicAA/phi-speculation.ll
R test/Analysis/BasicAA/pure-const-dce.ll
R test/Analysis/BasicAA/store-promote.ll
R test/Analysis/BasicAA/tailcall-modref.ll
R test/Analysis/BasicAA/underlying-value.ll
R test/Analysis/BasicAA/unreachable-block.ll
R test/Analysis/BlockFrequencyInfo/basic.ll
R test/Analysis/BlockFrequencyInfo/lit.local.cfg
R test/Analysis/BranchProbabilityInfo/basic.ll
R test/Analysis/BranchProbabilityInfo/lit.local.cfg
R test/Analysis/BranchProbabilityInfo/loop.ll
R test/Analysis/BranchProbabilityInfo/noreturn.ll
R test/Analysis/CallGraph/2008-09-09-DirectCall.ll
R test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll
R test/Analysis/CallGraph/do-nothing-intrinsic.ll
R test/Analysis/CallGraph/lit.local.cfg
R test/Analysis/CallGraph/no-intrinsics.ll
R test/Analysis/CostModel/ARM/cast.ll
R test/Analysis/CostModel/ARM/divrem.ll
R test/Analysis/CostModel/ARM/gep.ll
R test/Analysis/CostModel/ARM/insertelement.ll
R test/Analysis/CostModel/ARM/lit.local.cfg
R test/Analysis/CostModel/ARM/select.ll
R test/Analysis/CostModel/ARM/shuffle.ll
R test/Analysis/CostModel/PowerPC/insert_extract.ll
R test/Analysis/CostModel/PowerPC/lit.local.cfg
R test/Analysis/CostModel/PowerPC/load_store.ll
R test/Analysis/CostModel/X86/arith.ll
R test/Analysis/CostModel/X86/cast.ll
R test/Analysis/CostModel/X86/cmp.ll
R test/Analysis/CostModel/X86/gep.ll
R test/Analysis/CostModel/X86/i32.ll
R test/Analysis/CostModel/X86/insert-extract-at-zero.ll
R test/Analysis/CostModel/X86/intrinsic-cost.ll
R test/Analysis/CostModel/X86/lit.local.cfg
R test/Analysis/CostModel/X86/load_store.ll
R test/Analysis/CostModel/X86/loop_v2.ll
R test/Analysis/CostModel/X86/sitofp.ll
R test/Analysis/CostModel/X86/testshiftashr.ll
R test/Analysis/CostModel/X86/testshiftlshr.ll
R test/Analysis/CostModel/X86/testshiftshl.ll
R test/Analysis/CostModel/X86/tiny.ll
R test/Analysis/CostModel/X86/uitofp.ll
R test/Analysis/CostModel/X86/vectorized-loop.ll
R test/Analysis/CostModel/lit.local.cfg
R test/Analysis/CostModel/no_info.ll
R test/Analysis/DependenceAnalysis/Banerjee.ll
R test/Analysis/DependenceAnalysis/Coupled.ll
R test/Analysis/DependenceAnalysis/ExactRDIV.ll
R test/Analysis/DependenceAnalysis/ExactSIV.ll
R test/Analysis/DependenceAnalysis/GCD.ll
R test/Analysis/DependenceAnalysis/Preliminary.ll
R test/Analysis/DependenceAnalysis/Propagating.ll
R test/Analysis/DependenceAnalysis/Separability.ll
R test/Analysis/DependenceAnalysis/StrongSIV.ll
R test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
R test/Analysis/DependenceAnalysis/SymbolicSIV.ll
R test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
R test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
R test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
R test/Analysis/DependenceAnalysis/ZIV.ll
R test/Analysis/DependenceAnalysis/lit.local.cfg
R test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll
R test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
R test/Analysis/Dominators/2007-07-11-SplitBlock.ll
R test/Analysis/Dominators/2007-07-12-SplitBlock.ll
R test/Analysis/Dominators/invoke.ll
R test/Analysis/Dominators/lit.local.cfg
R test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll
R test/Analysis/GlobalsModRef/aliastest.ll
R test/Analysis/GlobalsModRef/chaining-analysis.ll
R test/Analysis/GlobalsModRef/indirect-global.ll
R test/Analysis/GlobalsModRef/lit.local.cfg
R test/Analysis/GlobalsModRef/modreftest.ll
R test/Analysis/GlobalsModRef/pr12351.ll
R test/Analysis/GlobalsModRef/purecse.ll
R test/Analysis/GlobalsModRef/volatile-instrs.ll
R test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll
R test/Analysis/LoopInfo/lit.local.cfg
R test/Analysis/MemoryDependenceAnalysis/lit.local.cfg
R test/Analysis/MemoryDependenceAnalysis/memdep_requires_dominator_tree.ll
R test/Analysis/PostDominators/lit.local.cfg
R test/Analysis/PostDominators/pr1098.ll
R test/Analysis/PostDominators/pr6047_a.ll
R test/Analysis/PostDominators/pr6047_b.ll
R test/Analysis/PostDominators/pr6047_c.ll
R test/Analysis/PostDominators/pr6047_d.ll
R test/Analysis/Profiling/edge-profiling.ll
R test/Analysis/Profiling/lit.local.cfg
R test/Analysis/Profiling/load-branch-weights-ifs.ll
R test/Analysis/Profiling/load-branch-weights-loops.ll
R test/Analysis/Profiling/load-branch-weights-switches.ll
R test/Analysis/Profiling/profiling-tool-chain.ll
R test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
R test/Analysis/RegionInfo/block_sort.ll
R test/Analysis/RegionInfo/cond_loop.ll
R test/Analysis/RegionInfo/condition_complicated.ll
R test/Analysis/RegionInfo/condition_complicated_2.ll
R test/Analysis/RegionInfo/condition_forward_edge.ll
R test/Analysis/RegionInfo/condition_same_exit.ll
R test/Analysis/RegionInfo/condition_simple.ll
R test/Analysis/RegionInfo/exit_in_condition.ll
R test/Analysis/RegionInfo/infinite_loop.ll
R test/Analysis/RegionInfo/infinite_loop_2.ll
R test/Analysis/RegionInfo/infinite_loop_3.ll
R test/Analysis/RegionInfo/infinite_loop_4.ll
R test/Analysis/RegionInfo/lit.local.cfg
R test/Analysis/RegionInfo/loop_with_condition.ll
R test/Analysis/RegionInfo/loops_1.ll
R test/Analysis/RegionInfo/loops_2.ll
R test/Analysis/RegionInfo/mix_1.ll
R test/Analysis/RegionInfo/multiple_exiting_edge.ll
R test/Analysis/RegionInfo/nested_loops.ll
R test/Analysis/RegionInfo/next.ll
R test/Analysis/RegionInfo/paper.ll
R test/Analysis/RegionInfo/two_loops_same_header.ll
R test/Analysis/RegionInfo/unreachable_bb.ll
R test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll
R test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll
R test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
R test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
R test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll
R test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll
R test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll
R test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll
R test/Analysis/ScalarEvolution/2008-02-15-UMax.ll
R test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll
R test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll
R test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll
R test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll
R test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll
R test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll
R test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
R test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll
R test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll
R test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll
R test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll
R test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll
R test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll
R test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll
R test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll
R test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll
R test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll
R test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll
R test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll
R test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll
R test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
R test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll
R test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll
R test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll
R test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll
R test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll
R test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll
R test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll
R test/Analysis/ScalarEvolution/2012-05-18-LoopPredRecurse.ll
R test/Analysis/ScalarEvolution/2012-05-29-MulAddRec.ll
R test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
R test/Analysis/ScalarEvolution/and-xor.ll
R test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll
R test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll
R test/Analysis/ScalarEvolution/avoid-smax-0.ll
R test/Analysis/ScalarEvolution/avoid-smax-1.ll
R test/Analysis/ScalarEvolution/div-overflow.ll
R test/Analysis/ScalarEvolution/do-loop.ll
R test/Analysis/ScalarEvolution/fold.ll
R test/Analysis/ScalarEvolution/how-far-to-zero.ll
R test/Analysis/ScalarEvolution/lit.local.cfg
R test/Analysis/ScalarEvolution/load.ll
R test/Analysis/ScalarEvolution/max-trip-count.ll
R test/Analysis/ScalarEvolution/nsw-offset.ll
R test/Analysis/ScalarEvolution/nsw.ll
R test/Analysis/ScalarEvolution/pointer-sign-bits.ll
R test/Analysis/ScalarEvolution/pr3909.ll
R test/Analysis/ScalarEvolution/scev-aa.ll
R test/Analysis/ScalarEvolution/scev-invalid.ll
R test/Analysis/ScalarEvolution/sext-inreg.ll
R test/Analysis/ScalarEvolution/sext-iv-0.ll
R test/Analysis/ScalarEvolution/sext-iv-1.ll
R test/Analysis/ScalarEvolution/sext-iv-2.ll
R test/Analysis/ScalarEvolution/sle.ll
R test/Analysis/ScalarEvolution/smax.ll
R test/Analysis/ScalarEvolution/trip-count.ll
R test/Analysis/ScalarEvolution/trip-count10.ll
R test/Analysis/ScalarEvolution/trip-count11.ll
R test/Analysis/ScalarEvolution/trip-count12.ll
R test/Analysis/ScalarEvolution/trip-count2.ll
R test/Analysis/ScalarEvolution/trip-count3.ll
R test/Analysis/ScalarEvolution/trip-count4.ll
R test/Analysis/ScalarEvolution/trip-count5.ll
R test/Analysis/ScalarEvolution/trip-count6.ll
R test/Analysis/ScalarEvolution/trip-count7.ll
R test/Analysis/ScalarEvolution/trip-count8.ll
R test/Analysis/ScalarEvolution/trip-count9.ll
R test/Analysis/ScalarEvolution/undefined.ll
R test/Analysis/ScalarEvolution/unreachable-code.ll
R test/Analysis/ScalarEvolution/unsimplified-loop.ll
R test/Analysis/ScalarEvolution/xor-and.ll
R test/Analysis/ScalarEvolution/zext-wrap.ll
R test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
R test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll
R test/Analysis/TypeBasedAliasAnalysis/dse.ll
R test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll
R test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
R test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
R test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll
R test/Analysis/TypeBasedAliasAnalysis/licm.ll
R test/Analysis/TypeBasedAliasAnalysis/lit.local.cfg
R test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll
R test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll
R test/Analysis/TypeBasedAliasAnalysis/precedence.ll
R test/Analysis/TypeBasedAliasAnalysis/sink.ll
R test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll
R test/Archive/README.txt
R test/Archive/check_binary_output.ll
R test/Archive/evenlen
R test/Archive/extract.ll
R test/Archive/lit.local.cfg
R test/Archive/oddlen
R test/Archive/toc_GNU.ll
R test/Archive/toc_MacOSX.ll
R test/Archive/toc_SVR4.ll
R test/Archive/toc_xpg4.ll
R test/Archive/very_long_bytecode_file_name.bc
R test/Assembler/2002-03-08-NameCollision.ll
R test/Assembler/2002-03-08-NameCollision2.ll
R test/Assembler/2002-04-07-HexFloatConstants.ll
R test/Assembler/2002-04-07-InfConstant.ll
R test/Assembler/2002-04-29-NameBinding.ll
R test/Assembler/2002-05-02-InvalidForwardRef.ll
R test/Assembler/2002-07-14-OpaqueType.ll
R test/Assembler/2002-07-25-QuoteInString.ll
R test/Assembler/2002-07-25-ReturnPtrFunction.ll
R test/Assembler/2002-07-31-SlashInString.ll
R test/Assembler/2002-08-15-CastAmbiguity.ll
R test/Assembler/2002-08-15-ConstantExprProblem.ll
R test/Assembler/2002-08-15-UnresolvedGlobalReference.ll
R test/Assembler/2002-08-16-ConstExprInlined.ll
R test/Assembler/2002-08-19-BytecodeReader.ll
R test/Assembler/2002-08-22-DominanceProblem.ll
R test/Assembler/2002-10-08-LargeArrayPerformance.ll
R test/Assembler/2002-10-13-ConstantEncodingProblem.ll
R test/Assembler/2002-12-15-GlobalResolve.ll
R test/Assembler/2003-01-30-UnsignedString.ll
R test/Assembler/2003-04-15-ConstantInitAssertion.ll
R test/Assembler/2003-04-25-UnresolvedGlobalReference.ll
R test/Assembler/2003-05-03-BytecodeReaderProblem.ll
R test/Assembler/2003-05-12-MinIntProblem.ll
R test/Assembler/2003-05-15-AssemblerProblem.ll
R test/Assembler/2003-05-15-SwitchBug.ll
R test/Assembler/2003-05-21-ConstantShiftExpr.ll
R test/Assembler/2003-05-21-EmptyStructTest.ll
R test/Assembler/2003-05-21-MalformedShiftCrash.ll
R test/Assembler/2003-05-21-MalformedStructCrash.ll
R test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll
R test/Assembler/2003-08-21-ConstantExprCast-Fold.ll
R test/Assembler/2003-11-05-ConstantExprShift.ll
R test/Assembler/2003-11-11-ImplicitRename.ll
R test/Assembler/2003-11-12-ConstantExprCast.ll
R test/Assembler/2003-11-24-SymbolTableCrash.ll
R test/Assembler/2004-01-11-getelementptrfolding.ll
R test/Assembler/2004-01-20-MaxLongLong.ll
R test/Assembler/2004-02-01-NegativeZero.ll
R test/Assembler/2004-02-27-SelfUseAssertError.ll
R test/Assembler/2004-03-07-FunctionAddressAlignment.ll
R test/Assembler/2004-03-30-UnclosedFunctionCrash.ll
R test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
R test/Assembler/2004-06-07-VerifierBug.ll
R test/Assembler/2004-10-22-BCWriterUndefBug.ll
R test/Assembler/2004-11-28-InvalidTypeCrash.ll
R test/Assembler/2005-01-03-FPConstantDisassembly.ll
R test/Assembler/2005-01-31-CallingAggregateFunction.ll
R test/Assembler/2005-05-05-OpaqueUndefValues.ll
R test/Assembler/2005-12-21-ZeroInitVector.ll
R test/Assembler/2006-09-28-CrashOnInvalid.ll
R test/Assembler/2006-12-09-Cast-To-Bool.ll
R test/Assembler/2007-01-02-Undefined-Arg-Type.ll
R test/Assembler/2007-01-05-Cmp-ConstExpr.ll
R test/Assembler/2007-01-16-CrashOnBadCast.ll
R test/Assembler/2007-01-16-CrashOnBadCast2.ll
R test/Assembler/2007-03-18-InvalidNumberedVar.ll
R test/Assembler/2007-03-19-NegValue.ll
R test/Assembler/2007-04-20-AlignedLoad.ll
R test/Assembler/2007-04-20-AlignedStore.ll
R test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll
R test/Assembler/2007-05-21-Escape.ll
R test/Assembler/2007-07-19-ParamAttrAmbiguity.ll
R test/Assembler/2007-08-06-AliasInvalid.ll
R test/Assembler/2007-09-10-AliasFwdRef.ll
R test/Assembler/2007-09-29-GC.ll
R test/Assembler/2007-11-26-AttributeOverload.ll
R test/Assembler/2007-12-11-AddressSpaces.ll
R test/Assembler/2008-01-11-VarargAttrs.ll
R test/Assembler/2008-02-18-IntPointerCrash.ll
R test/Assembler/2008-07-10-APInt.ll
R test/Assembler/2008-09-02-FunctionNotes.ll
R test/Assembler/2008-09-02-FunctionNotes2.ll
R test/Assembler/2008-09-29-RetAttr.ll
R test/Assembler/2008-10-14-QuoteInName.ll
R test/Assembler/2009-02-01-UnnamedForwardRef.ll
R test/Assembler/2009-02-28-CastOpc.ll
R test/Assembler/2009-02-28-StripOpaqueName.ll
R test/Assembler/2009-03-24-ZextConstantExpr.ll
R test/Assembler/2009-04-25-AliasGEP.ll
R test/Assembler/2009-07-24-ZeroArgGEP.ll
R test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
R test/Assembler/ConstantExprFold.ll
R test/Assembler/ConstantExprFoldCast.ll
R test/Assembler/ConstantExprNoFold.ll
R test/Assembler/MultipleReturnValueType.ll
R test/Assembler/aggregate-constant-values.ll
R test/Assembler/aggregate-return-single-value.ll
R test/Assembler/align-inst-alloca.ll
R test/Assembler/align-inst-load.ll
R test/Assembler/align-inst-store.ll
R test/Assembler/align-inst.ll
R test/Assembler/alignstack.ll
R test/Assembler/anon-functions.ll
R test/Assembler/atomic.ll
R test/Assembler/auto_upgrade_intrinsics.ll
R test/Assembler/bcwrap.ll
R test/Assembler/comment.ll
R test/Assembler/externally-initialized.ll
R test/Assembler/extractvalue-invalid-idx.ll
R test/Assembler/fast-math-flags.ll
R test/Assembler/flags.ll
R test/Assembler/functionlocal-metadata.ll
R test/Assembler/getelementptr.ll
R test/Assembler/getelementptr_struct.ll
R test/Assembler/getelementptr_vec_idx1.ll
R test/Assembler/getelementptr_vec_idx2.ll
R test/Assembler/getelementptr_vec_idx3.ll
R test/Assembler/getelementptr_vec_struct.ll
R test/Assembler/global-addrspace-forwardref.ll
R test/Assembler/half-constprop.ll
R test/Assembler/half-conv.ll
R test/Assembler/half.ll
R test/Assembler/huge-array.ll
R test/Assembler/insertextractvalue.ll
R test/Assembler/insertvalue-invalid-idx.ll
R test/Assembler/invalid-fwdref1.ll
R test/Assembler/invalid_cast.ll
R test/Assembler/invalid_cast2.ll
R test/Assembler/lit.local.cfg
R test/Assembler/metadata.ll
R test/Assembler/named-metadata.ll
R test/Assembler/numbered-values.ll
R test/Assembler/select.ll
R test/Assembler/tls-models.ll
R test/Assembler/unnamed-addr.ll
R test/Assembler/unnamed.ll
R test/Assembler/vbool-cmp.ll
R test/Assembler/vector-cmp.ll
R test/Assembler/vector-select.ll
R test/Assembler/vector-shift.ll
R test/Assembler/x86mmx.ll
R test/Bindings/Ocaml/analysis.ml
R test/Bindings/Ocaml/bitreader.ml
R test/Bindings/Ocaml/bitwriter.ml
R test/Bindings/Ocaml/executionengine.ml
R test/Bindings/Ocaml/ext_exc.ml
R test/Bindings/Ocaml/ipo_opts.ml
R test/Bindings/Ocaml/lit.local.cfg
R test/Bindings/Ocaml/scalar_opts.ml
R test/Bindings/Ocaml/target.ml
R test/Bindings/Ocaml/vmcore.ml
R test/Bitcode/2006-12-11-Cast-ConstExpr.ll
R test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll
R test/Bitcode/2012-05-07-SwitchInstRangesSupport.ll
R test/Bitcode/arm32_neon_vcnt_upgrade.ll
R test/Bitcode/attributes.ll
R test/Bitcode/blockaddress.ll
R test/Bitcode/extractelement.ll
R test/Bitcode/flags.ll
R test/Bitcode/function-encoding-rel-operands.ll
R test/Bitcode/lit.local.cfg
R test/Bitcode/metadata-2.ll
R test/Bitcode/metadata.ll
R test/Bitcode/null-type.ll
R test/Bitcode/null-type.ll.bc
R test/Bitcode/ptest-new.ll
R test/Bitcode/ptest-old.ll
R test/Bitcode/shuffle.ll
R test/Bitcode/ssse3_palignr.ll
R test/BugPoint/crash-narrowfunctiontest.ll
R test/BugPoint/lit.local.cfg
R test/BugPoint/metadata.ll
R test/BugPoint/remove_arguments_test.ll
R test/CMakeLists.txt
R test/CodeGen/AArch64/adc.ll
R test/CodeGen/AArch64/addsub-shifted.ll
R test/CodeGen/AArch64/addsub.ll
R test/CodeGen/AArch64/addsub_ext.ll
R test/CodeGen/AArch64/adrp-relocation.ll
R test/CodeGen/AArch64/alloca.ll
R test/CodeGen/AArch64/analyze-branch.ll
R test/CodeGen/AArch64/atomic-ops-not-barriers.ll
R test/CodeGen/AArch64/atomic-ops.ll
R test/CodeGen/AArch64/basic-pic.ll
R test/CodeGen/AArch64/bitfield-insert-0.ll
R test/CodeGen/AArch64/bitfield-insert.ll
R test/CodeGen/AArch64/bitfield.ll
R test/CodeGen/AArch64/blockaddress.ll
R test/CodeGen/AArch64/bool-loads.ll
R test/CodeGen/AArch64/breg.ll
R test/CodeGen/AArch64/callee-save.ll
R test/CodeGen/AArch64/code-model-large-abs.ll
R test/CodeGen/AArch64/compare-branch.ll
R test/CodeGen/AArch64/cond-sel.ll
R test/CodeGen/AArch64/directcond.ll
R test/CodeGen/AArch64/dp-3source.ll
R test/CodeGen/AArch64/dp1.ll
R test/CodeGen/AArch64/dp2.ll
R test/CodeGen/AArch64/elf-extern.ll
R test/CodeGen/AArch64/extern-weak.ll
R test/CodeGen/AArch64/extract.ll
R test/CodeGen/AArch64/fastcc-reserved.ll
R test/CodeGen/AArch64/fastcc.ll
R test/CodeGen/AArch64/fcmp.ll
R test/CodeGen/AArch64/fcvt-fixed.ll
R test/CodeGen/AArch64/fcvt-int.ll
R test/CodeGen/AArch64/flags-multiuse.ll
R test/CodeGen/AArch64/floatdp_1source.ll
R test/CodeGen/AArch64/floatdp_2source.ll
R test/CodeGen/AArch64/fp-cond-sel.ll
R test/CodeGen/AArch64/fp-dp3.ll
R test/CodeGen/AArch64/fp128-folding.ll
R test/CodeGen/AArch64/fp128.ll
R test/CodeGen/AArch64/fpimm.ll
R test/CodeGen/AArch64/func-argpassing.ll
R test/CodeGen/AArch64/func-calls.ll
R test/CodeGen/AArch64/global-alignment.ll
R test/CodeGen/AArch64/got-abuse.ll
R test/CodeGen/AArch64/i128-align.ll
R test/CodeGen/AArch64/illegal-float-ops.ll
R test/CodeGen/AArch64/init-array.ll
R test/CodeGen/AArch64/inline-asm-constraints-badI.ll
R test/CodeGen/AArch64/inline-asm-constraints-badK.ll
R test/CodeGen/AArch64/inline-asm-constraints-badK2.ll
R test/CodeGen/AArch64/inline-asm-constraints-badL.ll
R test/CodeGen/AArch64/inline-asm-constraints.ll
R test/CodeGen/AArch64/inline-asm-modifiers.ll
R test/CodeGen/AArch64/jump-table.ll
R test/CodeGen/AArch64/large-frame.ll
R test/CodeGen/AArch64/ldst-regoffset.ll
R test/CodeGen/AArch64/ldst-unscaledimm.ll
R test/CodeGen/AArch64/ldst-unsignedimm.ll
R test/CodeGen/AArch64/lit.local.cfg
R test/CodeGen/AArch64/literal_pools.ll
R test/CodeGen/AArch64/local_vars.ll
R test/CodeGen/AArch64/logical-imm.ll
R test/CodeGen/AArch64/logical_shifted_reg.ll
R test/CodeGen/AArch64/logical_shifted_reg.s
R test/CodeGen/AArch64/movw-consts.ll
R test/CodeGen/AArch64/pic-eh-stubs.ll
R test/CodeGen/AArch64/regress-bitcast-formals.ll
R test/CodeGen/AArch64/regress-f128csel-flags.ll
R test/CodeGen/AArch64/regress-tail-livereg.ll
R test/CodeGen/AArch64/regress-tblgen-chains.ll
R test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
R test/CodeGen/AArch64/regress-wzr-allocatable.ll
R test/CodeGen/AArch64/setcc-takes-i32.ll
R test/CodeGen/AArch64/sibling-call.ll
R test/CodeGen/AArch64/sincos-expansion.ll
R test/CodeGen/AArch64/tail-call.ll
R test/CodeGen/AArch64/tls-dynamic-together.ll
R test/CodeGen/AArch64/tls-dynamics.ll
R test/CodeGen/AArch64/tls-execs.ll
R test/CodeGen/AArch64/tst-br.ll
R test/CodeGen/AArch64/variadic.ll
R test/CodeGen/AArch64/zero-reg.ll
R test/CodeGen/ARM/2006-11-10-CycleInDAG.ll
R test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll
R test/CodeGen/ARM/2007-03-07-CombinerCrash.ll
R test/CodeGen/ARM/2007-03-13-InstrSched.ll
R test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll
R test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll
R test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll
R test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll
R test/CodeGen/ARM/2007-04-03-PEIBug.ll
R test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll
R test/CodeGen/ARM/2007-04-30-CombinerCrash.ll
R test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll
R test/CodeGen/ARM/2007-05-07-tailmerge-1.ll
R test/CodeGen/ARM/2007-05-09-tailmerge-2.ll
R test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
R test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll
R test/CodeGen/ARM/2007-05-22-tailmerge-3.ll
R test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll
R test/CodeGen/ARM/2007-08-15-ReuseBug.ll
R test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
R test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
R test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
R test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll
R test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll
R test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll
R test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll
R test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll
R test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll
R test/CodeGen/ARM/2008-07-17-Fdiv.ll
R test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
R test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll
R test/CodeGen/ARM/2008-09-17-CoalescerBug.ll
R test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll
R test/CodeGen/ARM/2009-02-16-SpillerBug.ll
R test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll
R test/CodeGen/ARM/2009-02-27-SpillerBug.ll
R test/CodeGen/ARM/2009-03-07-SpillerBug.ll
R test/CodeGen/ARM/2009-03-09-AddrModeBug.ll
R test/CodeGen/ARM/2009-04-06-AsmModifier.ll
R test/CodeGen/ARM/2009-04-08-AggregateAddr.ll
R test/CodeGen/ARM/2009-04-08-FREM.ll
R test/CodeGen/ARM/2009-04-08-FloatUndef.ll
R test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll
R test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll
R test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
R test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll
R test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll
R test/CodeGen/ARM/2009-06-02-ISelCrash.ll
R test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll
R test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll
R test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll
R test/CodeGen/ARM/2009-06-22-CoalescerBug.ll
R test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll
R test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll
R test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll
R test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll
R test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll
R utils/TableGen/StringToOffsetTable.h
Log Message:
-----------
LLVM + CLANG 3.4
More information about the Midnightbsd-cvs
mailing list