]> git.mdlowis.com Git - proto/sclpl.git/commit
Integrate llvm
authorMichael D. Lowis <mike@mdlowis.com>
Tue, 24 Jun 2014 01:55:21 +0000 (21:55 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Tue, 24 Jun 2014 01:55:21 +0000 (21:55 -0400)
commit2cd3f1afb3d72681b6ac9e38969ac4b82af1de05
treeeb2dc36365d73e62d44783e9567d8e173100aa3b
parent76f985fe4373626c613d17515d58f37f839dc586
Integrate llvm
12147 files changed:
SConstruct
source/vendor/llvm-3.4.2/.arcconfig [new file with mode: 0644]
source/vendor/llvm-3.4.2/.clang-format [new file with mode: 0644]
source/vendor/llvm-3.4.2/.gitignore [new file with mode: 0644]
source/vendor/llvm-3.4.2/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/CODE_OWNERS.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/CREDITS.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/Makefile.common [new file with mode: 0644]
source/vendor/llvm-3.4.2/Makefile.config.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/Makefile.rules [new file with mode: 0644]
source/vendor/llvm-3.4.2/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/AutoRegen.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/ExportMap.map [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/README.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/config.guess [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/config.sub [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/configure.ac [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/depcomp [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/install-sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/ltmain.sh [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/build_exeext.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/c_printf_a.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/check_gnu_make.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/config_makefile.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/config_project.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/cxx_flag_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/find_std_program.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/func_isinf.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/func_isnan.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/func_mmap_file.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/header_mmap_anonymous.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/huge_val.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/libtool.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/link_options.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/linux_mixed_64_32.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/ltdl.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/need_dev_zero_for_mmap.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/path_tclsh.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/rand48.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/sanity_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/single_cxx_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/m4/visibility_inlines_hidden.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/autoconf/missing [new file with mode: 0755]
source/vendor/llvm-3.4.2/autoconf/mkinstalldirs [new file with mode: 0755]
source/vendor/llvm-3.4.2/bindings/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/Makefile.ocaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/analysis/analysis_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/analysis/llvm_analysis.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/analysis/llvm_analysis.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/backends/META.llvm_backend.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/backends/Makefile.common [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/backends/backend_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/backends/llvm_backend.ml.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/backends/llvm_backend.mli.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitreader/bitreader_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitreader/llvm_bitreader.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitreader/llvm_bitreader.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitwriter/bitwriter_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitwriter/llvm_bitwriter.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/bitwriter/llvm_bitwriter.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/executionengine/executionengine_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/executionengine/llvm_executionengine.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/executionengine/llvm_executionengine.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/irreader/irreader_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/irreader/llvm_irreader.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/irreader/llvm_irreader.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/linker/linker_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/linker/llvm_linker.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/linker/llvm_linker.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/llvm/META.llvm.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/llvm/llvm.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/llvm/llvm.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/llvm/llvm_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/target/llvm_target.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/target/llvm_target.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/target/target_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/ipo/ipo_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/ipo/llvm_ipo.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/ipo/llvm_ipo.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/passmgr_builder/llvm_passmgr_builder.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/passmgr_builder/passmgr_builder_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/scalar/llvm_scalar_opts.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/scalar/llvm_scalar_opts.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/scalar/scalar_opts_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/vectorize/llvm_vectorize.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/vectorize/llvm_vectorize.mli [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/ocaml/transforms/vectorize/vectorize_ocaml.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/__init__.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/bit_reader.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/common.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/core.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/disassembler.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/enumerations.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/object.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/__init__.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/base.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test_bitreader.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test_core.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test_disassembler.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test_file [new file with mode: 0644]
source/vendor/llvm-3.4.2/bindings/python/llvm/tests/test_object.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/config-ix.cmake [new file with mode: 0755]
source/vendor/llvm-3.4.2/cmake/modules/AddLLVM.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/AddLLVMDefinitions.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/CheckAtomic.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/ChooseMSVCCRT.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/GetHostTriple.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/GetSVN.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/HandleLLVMOptions.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/LLVM-Config.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/LLVMConfig.cmake.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/LLVMConfigVersion.cmake.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/LLVMParseArguments.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/LLVMProcessSources.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/TableGen.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/modules/VersionFromVCS.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/nsis_logo.bmp [new file with mode: 0644]
source/vendor/llvm-3.4.2/cmake/platforms/Android.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/configure [new file with mode: 0755]
source/vendor/llvm-3.4.2/docs/AliasAnalysis.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Atomics.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/BitCodeFormat.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/BranchWeightMetadata.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Bugpoint.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CMake.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CodeGenerator.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CodingStandards.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/FileCheck.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/bugpoint.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/index.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/lit.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llc.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/lli.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-ar.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-as.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-bcanalyzer.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-build.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-config.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-cov.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-diff.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-dis.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-extract.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-link.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-nm.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-prof.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-readobj.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-stress.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/llvm-symbolizer.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/opt.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandGuide/tblgen.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CommandLine.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/CompilerWriterInfo.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/DebuggingJITedCode.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/DeveloperPolicy.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Dummy.html [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ExceptionHandling.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ExtendedIntegerResults.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ExtendingLLVM.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Extensions.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/FAQ.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/GarbageCollection.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/GetElementPtr.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/GettingStarted.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/GettingStartedVS.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/GoldPlugin.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeas.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2000-11-18-EarlyDesignIdeasResp.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2000-12-06-EncodingIdea.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2000-12-06-MeetingSummary.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-01-31-UniversalIRIdea.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-06-TypeNotationDebate.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-06-TypeNotationDebateResp4.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-09-AdveComments.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-09-AdveCommentsResponse.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-13-Reference-Memory.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-02-13-Reference-MemoryResponse.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-04-16-DynamicCompilation.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-05-18-ExceptionHandling.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-05-19-ExceptionResponse.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-06-01-GCCOptimizations.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-06-01-GCCOptimizations2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-06-20-.NET-Differences.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-07-06-LoweringIRForCodeGen.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2001-09-18-OptimizeExceptions.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2002-05-12-InstListChange.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2002-06-25-MegaPatchInfo.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2003-01-23-CygwinNotes.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2003-06-25-Reoptimizer1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2003-06-26-Reoptimizer2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HistoricalNotes/2007-OriginalClangReadme.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToAddABuilder.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToBuildOnARM.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToCrossCompileLLVM.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToReleaseLLVM.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToSetUpLLVMStyleRTTI.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToSubmitABug.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToUseAttributes.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/HowToUseInstrMappings.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/LLVMBuild.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/LangRef.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Lexicon.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/LinkTimeOptimization.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-creation.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-dyld-load.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-engine-builder.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-load-object.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-load.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJIT-resolve-relocations.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MCJITDesignAndImplementation.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Makefile.sphinx [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MakefileGuide.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/MarkedUpDisassembly.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/NVPTXUsage.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Packaging.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Passes.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Phabricator.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ProgrammersManual.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Projects.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ReleaseNotes.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/ReleaseProcess.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/SegmentedStacks.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/SourceLevelDebugging.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/SphinxQuickstartTemplate.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/SystemLibrary.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/TableGen/LangRef.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/TableGenFundamentals.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/TestSuiteMakefileGuide.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/TestingGuide.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/Vectorizers.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/WritingAnLLVMBackend.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/WritingAnLLVMPass.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/YamlIO.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_static/lines.gif [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_static/llvm.css [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_templates/indexsidebar.html [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_templates/layout.html [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/layout.html [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/static/contents.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/static/llvm-theme.css [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/static/logo.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/static/navigation.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/_themes/llvm-theme/theme.conf [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/conf.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/doxygen.cfg.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/doxygen.css [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/doxygen.footer [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/doxygen.header [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/doxygen.intro [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/gcc-loops.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/index.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/linpack-pc.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/make.bat [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/re_format.7 [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl1.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl2.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl3.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl4.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl5-cfg.png [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl5.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl6.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl7.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/LangImpl8.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl1.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl2.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl3.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl4.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl5.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl6.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl7.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/OCamlLangImpl8.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/tutorial/index.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/docs/yaml2obj.rst [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/BrainF/BrainF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/BrainF/BrainF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/BrainF/BrainFDriver.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/BrainF/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ExceptionDemo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ExceptionDemo/ExceptionDemo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Fibonacci/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Fibonacci/fibonacci.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/HowToUseJIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/HowToUseJIT/HowToUseJIT.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter2/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter2/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter3/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter3/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter4/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter4/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter5/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter5/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter6/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter6/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter7/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/Chapter7/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/cached/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/cached/genk-timing.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/cached/split-lib.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/cached/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/complete/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/complete/genk-timing.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/complete/split-lib.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/complete/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/initial/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/initial/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/lazy/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/Kaleidoscope/MCJIT/lazy/toy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ModuleMaker/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ModuleMaker/ModuleMaker.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ModuleMaker/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter2/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/codegen.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter3/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/bindings.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/codegen.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter4/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/bindings.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/codegen.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/myocamlbuild.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter5/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/bindings.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/codegen.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/myocamlbuild.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter6/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/_tags [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/ast.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/bindings.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/codegen.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/lexer.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/myocamlbuild.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/parser.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/token.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/toplevel.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/OCaml-Kaleidoscope/Chapter7/toy.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ParallelJIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/examples/ParallelJIT/ParallelJIT.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Analysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/BitReader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/BitWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Core.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Disassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/ExecutionEngine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/IRReader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Initialization.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/LinkTimeOptimizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Linker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Object.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Support.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Target.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/TargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Transforms/IPO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Transforms/PassManagerBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Transforms/Scalar.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/Transforms/Vectorize.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm-c/lto.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/APFloat.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/APInt.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/APSInt.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ArrayRef.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/BitVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DAGDeltaAlgorithm.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DeltaAlgorithm.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DenseMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DenseMapInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DenseSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/DepthFirstIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/EquivalenceClasses.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/FoldingSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/GraphTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/Hashing.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ImmutableIntervalMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ImmutableList.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ImmutableMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ImmutableSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/IndexedMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/IntEqClasses.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/IntervalMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/IntrusiveRefCntPtr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/MapVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/None.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/Optional.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/OwningPtr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/PackedVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/PointerIntPair.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/PointerUnion.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/PostOrderIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/PriorityQueue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SCCIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/STLExtras.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ScopedHashTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SetOperations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SetVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SmallBitVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SmallPtrSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SmallSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SmallString.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SmallVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SparseBitVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SparseMultiSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/SparseSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/Statistic.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/StringExtras.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/StringMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/StringRef.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/StringSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/StringSwitch.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/TinyPtrVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/Triple.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/Twine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/UniqueVector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ValueMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/VariadicFunction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/edit_distance.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ilist.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/ilist_node.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ADT/polymorphic_ptr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/AliasAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/AliasSetTracker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/BlockFrequencyImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/BlockFrequencyInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/BranchProbabilityInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CFG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CFGPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CallGraph.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CallGraphSCCPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CallPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CaptureTracking.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/CodeMetrics.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ConstantFolding.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ConstantsScanner.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/DOTGraphTraitsPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/DependenceAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/DomPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/DominanceFrontier.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/DominatorInternals.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Dominators.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/FindUsedTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/IVUsers.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/InlineCost.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/InstructionSimplify.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Interval.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/IntervalIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/IntervalPartition.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LazyValueInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LibCallAliasAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LibCallSemantics.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Lint.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Loads.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LoopInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LoopInfoImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LoopIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/LoopPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/MemoryBuiltins.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/MemoryDependenceAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/PHITransAddr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Passes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/PostDominators.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/PtrUseVisitor.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/RegionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/RegionIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/RegionPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/RegionPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ScalarEvolution.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ScalarEvolutionExpander.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ScalarEvolutionExpressions.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ScalarEvolutionNormalization.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/SparsePropagation.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/TargetTransformInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Trace.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/ValueTracking.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Analysis/Verifier.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Assembly/AssemblyAnnotationWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Assembly/Parser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Assembly/PrintModulePass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Assembly/Writer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/AutoUpgrade.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Bitcode/BitCodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Bitcode/BitstreamReader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Bitcode/BitstreamWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Bitcode/LLVMBitCodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Bitcode/ReaderWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/Analysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/AsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/CalcSpillWeights.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/CallingConvLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/CommandFlags.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/DAGCombine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/DFAPacketizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/EdgeBundles.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/FastISel.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/FunctionLoweringInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/GCMetadata.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/GCMetadataPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/GCStrategy.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/GCs.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ISDOpcodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/IntrinsicLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/JITCodeEmitter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LatencyPriorityQueue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LexicalScopes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LinkAllAsmWriterComponents.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LinkAllCodegenComponents.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveInterval.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveIntervalAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveIntervalUnion.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveRangeEdit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveRegMatrix.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveRegUnits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveStackAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/LiveVariables.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachORelocation.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineBasicBlock.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineBlockFrequencyInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineBranchProbabilityInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineCodeEmitter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineCodeInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineConstantPool.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineDominators.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineFrameInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineFunction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineFunctionAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineFunctionPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineInstr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineInstrBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineInstrBundle.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineJumpTableInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineLoopInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineMemOperand.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineModuleInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineModuleInfoImpls.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineOperand.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachinePassRegistry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachinePostDominators.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineRelocation.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineSSAUpdater.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineScheduler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/MachineTraceMetrics.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/Graph.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/HeuristicBase.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/HeuristicSolver.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/Math.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PBQP/Solution.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/Passes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/PseudoSourceValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RegAllocPBQP.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RegAllocRegistry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RegisterClassInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RegisterPressure.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RegisterScavenging.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ResourcePriorityQueue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/RuntimeLibcalls.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ScheduleDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ScheduleDAGInstrs.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ScheduleDFS.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ScheduleHazardRecognizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/SchedulerRegistry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ScoreboardHazardRecognizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/SelectionDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/SelectionDAGISel.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/SelectionDAGNodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/SlotIndexes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/StackMaps.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/StackProtector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/TargetSchedule.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ValueTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/ValueTypes.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/CodeGen/VirtRegMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/AsmParsers.def.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/AsmPrinters.def.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/Disassemblers.def.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/Targets.def.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/config.h.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/config.h.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/llvm-config.h.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Config/llvm-config.h.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/DIBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/DebugInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/DebugInfo/DIContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/DebugInfo/DWARFFormValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/ExecutionEngine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/GenericValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/Interpreter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/JIT.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/JITEventListener.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/JITMemoryManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/MCJIT.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/OProfileWrapper.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/ObjectBuffer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/ObjectCache.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/ObjectImage.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/RTDyldMemoryManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/RuntimeDyld.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/ExecutionEngine/SectionMemoryManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/GVMaterializer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Argument.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Attributes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/BasicBlock.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/CallingConv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Constant.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Constants.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/DataLayout.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/DerivedTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Function.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/GlobalAlias.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/GlobalValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/GlobalVariable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IRBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/InlineAsm.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/InstrTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Instruction.def [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Instruction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Instructions.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicInst.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Intrinsics.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Intrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsAArch64.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsARM.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsHexagon.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsMips.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsNVVM.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsPowerPC.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsR600.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsX86.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/IntrinsicsXCore.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/LLVMContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/LegacyPassManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/LegacyPassManagers.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/MDBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Metadata.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Module.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/OperandTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Operator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/PassManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/SymbolTableListTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Type.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/TypeBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/TypeFinder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Use.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/User.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/Value.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IR/ValueSymbolTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/IRReader/IRReader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/InitializePasses.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/InstVisitor.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/LTO/LTOCodeGenerator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/LTO/LTOModule.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/LinkAllIR.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/LinkAllPasses.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Linker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmBackend.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmInfoCOFF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmInfoDarwin.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmInfoELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAsmLayout.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAssembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCAtom.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCCodeEmitter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCCodeGenInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCDirectives.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCDisassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCDwarf.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCELFObjectWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCELFStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCELFSymbolFlags.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCExpr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCExternalSymbolizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCFixedLenDisassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCFixup.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCFixupKindInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCFunction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInst.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstrAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstrDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCInstrItineraries.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCLabel.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCMachOSymbolFlags.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCMachObjectWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCModule.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCModuleYAML.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCObjectDisassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCObjectFileInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCObjectStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCObjectSymbolizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCObjectWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/AsmCond.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/AsmLexer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/MCAsmLexer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/MCAsmParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/MCAsmParserExtension.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCParser/MCParsedAsmOperand.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCRelocationInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSchedule.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSection.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSectionCOFF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSectionELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSectionMachO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSubtargetInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSymbol.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCSymbolizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCTargetAsmParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCWin64EH.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MCWinCOFFObjectWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/MachineLocation.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/SectionKind.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/MC/SubtargetFeature.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/Archive.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/Binary.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/COFF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/COFFYAML.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/ELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/ELFObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/ELFTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/ELFYAML.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/Error.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/MachO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/MachOUniversal.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/ObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/RelocVisitor.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Object/YAML.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/Arg.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/ArgList.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/OptParser.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/OptSpecifier.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/OptTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Option/Option.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Pass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/PassAnalysisSupport.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/PassManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/PassRegistry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/PassSupport.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/AIXDataTypesFix.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/AlignOf.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Allocator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ArrayRecycler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Atomic.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/BlockFrequency.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/BranchProbability.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CBindingWrapping.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CFG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/COFF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CallSite.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Capacity.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Casting.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CodeGen.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CommandLine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Compiler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Compression.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ConstantFolder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ConstantRange.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ConvertUTF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/CrashRecoveryContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DOTGraphTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DataExtractor.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DataFlow.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DataStream.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DataTypes.h.cmake [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DataTypes.h.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Debug.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DebugLoc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Disassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Dwarf.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/DynamicLibrary.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Endian.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Errno.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ErrorHandling.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ErrorOr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/FEnv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/FileOutputBuffer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/FileSystem.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/FileUtilities.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Format.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/FormattedStream.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/GCOV.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/GetElementPtrTypeIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/GraphWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Host.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/IncludeFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/InstIterator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/LEB128.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/LeakDetector.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Locale.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/LockFileManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MD5.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MachO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ManagedStatic.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MathExtras.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Memory.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MemoryBuffer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MemoryObject.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Mutex.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/MutexGuard.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/NoFolder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/OutputBuffer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PassNameParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Path.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PatternMatch.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PluginLoader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PointerLikeTypeTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PredIteratorCache.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/PrettyStackTrace.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Process.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Program.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/RWMutex.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Recycler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/RecyclingAllocator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Regex.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Registry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/RegistryParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/SMLoc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/SaveAndRestore.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Signals.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Solaris.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/SourceMgr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/StreamableMemoryObject.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/StringPool.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/StringRefMemoryObject.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/SwapByteOrder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/SystemUtils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/TargetFolder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/TargetRegistry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/TargetSelect.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ThreadLocal.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Threading.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/TimeValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Timer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ToolOutputFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Unicode.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/UnicodeCharRanges.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Valgrind.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/ValueHandle.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Watchdog.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/Win64EH.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/YAMLParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/YAMLTraits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/circular_raw_ostream.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/raw_os_ostream.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/raw_ostream.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/system_error.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Support/type_traits.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/Error.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/Main.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/Record.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/StringMatcher.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/StringToOffsetTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/TableGen/TableGenBackend.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/CostTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/Mangler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/Target.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetCallingConv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetIntrinsicInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetItinerary.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetJITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetLibraryInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetLoweringObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetOpcodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetOptions.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetSchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetSelectionDAG.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Target/TargetSubtargetInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/IPO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/IPO/InlinerPass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/IPO/PassManagerBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Instrumentation.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/ObjCARC.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Scalar.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/BasicBlockUtils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/BuildLibCalls.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/BypassSlowDivision.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/Cloning.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/CmpInstAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/CodeExtractor.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/GlobalStatus.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/IntegerDivision.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/Local.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/LoopUtils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/ModuleUtils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/PromoteMemToReg.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/SSAUpdater.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/SSAUpdaterImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/SimplifyIndVar.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/SimplifyLibCalls.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/SpecialCaseList.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/UnrollLoop.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Utils/ValueMapper.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/include/llvm/Transforms/Vectorize.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/AliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/AliasAnalysisCounter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/AliasAnalysisEvaluator.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/AliasDebugger.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/AliasSetTracker.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Analysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/BasicAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/BlockFrequencyInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/BranchProbabilityInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CFG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CFGPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CaptureTracking.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CodeMetrics.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ConstantFolding.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/CostModel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Delinearization.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/DependenceAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/DomPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/DominanceFrontier.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/CallGraph.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/CallGraphSCCPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/CallPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/FindUsedTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/GlobalsModRef.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/IPA.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/InlineCost.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IPA/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IVUsers.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/InstCount.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/InstructionSimplify.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Interval.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/IntervalPartition.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LazyValueInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LibCallAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LibCallSemantics.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Lint.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Loads.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LoopInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/LoopPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/MemDepPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/MemoryBuiltins.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/MemoryDependenceAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ModuleDebugInfoPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/NoAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/PHITransAddr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/PostDominators.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/PtrUseVisitor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/RegionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/RegionPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/RegionPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ScalarEvolution.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ScalarEvolutionExpander.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ScalarEvolutionNormalization.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/SparsePropagation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/TargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/Trace.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/TypeBasedAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Analysis/ValueTracking.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLLexer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLLexer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLToken.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/AsmParser/Parser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/BitReader.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/BitcodeReader.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/BitcodeReader.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/BitstreamReader.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Reader/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/BitWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/BitcodeWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/BitcodeWriterPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/ValueEnumerator.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Bitcode/Writer/ValueEnumerator.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AggressiveAntiDepBreaker.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AggressiveAntiDepBreaker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AllocationOrder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AllocationOrder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/Analysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AntiDepBreaker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/ARMException.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/AsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DIE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DIE.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DIEHash.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DIEHash.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfAccelTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfDebug.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfDebug.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfException.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/DwarfException.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/AsmPrinter/Win64Exception.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/BasicTargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/BranchFolding.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/BranchFolding.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CalcSpillWeights.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CallingConvLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CodeGen.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CriticalAntiDepBreaker.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/CriticalAntiDepBreaker.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/DFAPacketizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/DeadMachineInstructionElim.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/DwarfEHPrepare.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/EarlyIfConversion.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/EdgeBundles.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ErlangGC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ExecutionDepsFix.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ExpandISelPseudos.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ExpandPostRAPseudos.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/GCMetadata.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/GCMetadataPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/GCStrategy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/IfConversion.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/InlineSpiller.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/InterferenceCache.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/InterferenceCache.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/IntrinsicLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/JITCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LLVMTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LatencyPriorityQueue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LexicalScopes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveDebugVariables.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveDebugVariables.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveInterval.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveIntervalAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveIntervalUnion.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveRangeCalc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveRangeCalc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveRangeEdit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveRegMatrix.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveRegUnits.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveStackAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LiveVariables.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/LocalStackSlotAllocation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineBasicBlock.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineBlockFrequencyInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineBlockPlacement.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineBranchProbabilityInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineCSE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineCopyPropagation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineDominators.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineFunctionAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineFunctionPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineFunctionPrinterPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineInstr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineInstrBundle.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineLICM.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineLoopInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineModuleInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineModuleInfoImpls.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachinePassRegistry.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachinePostDominators.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineSSAUpdater.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineScheduler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineSink.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineTraceMetrics.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/MachineVerifier.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/OcamlGC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/OptimizePHIs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PHIElimination.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PHIEliminationUtils.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PHIEliminationUtils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/Passes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PeepholeOptimizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PostRASchedulerList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ProcessImplicitDefs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PrologEpilogInserter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PrologEpilogInserter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/PseudoSourceValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocBase.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocBase.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocBasic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocFast.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocGreedy.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegAllocPBQP.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegisterClassInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegisterCoalescer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegisterCoalescer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegisterPressure.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/RegisterScavenging.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ScheduleDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ScheduleDAGInstrs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ScheduleDAGPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ScoreboardHazardRecognizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/DAGCombiner.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/FastISel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/InstrEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/InstrEmitter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeTypes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/TargetLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/ShadowStackGC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SjLjEHPrepare.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SlotIndexes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SpillPlacement.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SpillPlacement.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/Spiller.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/Spiller.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SplitKit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/SplitKit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/StackColoring.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/StackMaps.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/StackProtector.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/StackSlotColoring.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TailDuplication.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetFrameLoweringImpl.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetLoweringBase.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetLoweringObjectFileImpl.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetOptionsImpl.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TargetSchedule.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/TwoAddressInstructionPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/UnreachableBlockElim.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/CodeGen/VirtRegMap.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DIContext.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFAbbreviationDeclaration.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFAbbreviationDeclaration.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFCompileUnit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFCompileUnit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFContext.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugAbbrev.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugAbbrev.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugArangeSet.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugArangeSet.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugAranges.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugAranges.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugFrame.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugFrame.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugInfoEntry.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugInfoEntry.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugLine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugLine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugLoc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugLoc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugRangeList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFDebugRangeList.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFFormValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFRelocMap.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFTypeUnit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFTypeUnit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFUnit.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/DWARFUnit.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/DebugInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/EventListenerCommon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/ExecutionEngine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/ExecutionEngineBindings.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/IntelJITEventListener.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/IntelJITEventsWrapper.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/ittnotify_config.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/ittnotify_types.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/IntelJITEvents/jitprofiling.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/Execution.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/Interpreter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/Interpreter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/Interpreter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/JIT.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/JIT.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/JITEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/JITMemoryManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/JIT/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/MCJIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/MCJIT/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/MCJIT/MCJIT.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/MCJIT/MCJIT.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/OProfileJIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/OProfileJIT/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/OProfileJIT/OProfileJITEventListener.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/OProfileJIT/OProfileWrapper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RTDyldMemoryManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/GDBRegistrar.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/JITRegistrar.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/ObjectImageCommon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/ExecutionEngine/TargetSelect.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/AsmWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/AsmWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/AttributeImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Attributes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/AutoUpgrade.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/BasicBlock.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/ConstantFold.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/ConstantFold.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Constants.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/ConstantsContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Core.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/DIBuilder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/DataLayout.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/DebugInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/DebugLoc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Dominators.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Function.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/GCOV.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/GVMaterializer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Globals.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/IRBuilder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/InlineAsm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Instruction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Instructions.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/IntrinsicInst.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LLVMContext.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LLVMContextImpl.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LLVMContextImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LeakDetector.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LeaksContext.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/LegacyPassManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Metadata.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Module.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Pass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/PassManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/PassRegistry.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/PrintModulePass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/SymbolTableListTraitsImpl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Type.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/TypeFinder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Use.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/User.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Value.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/ValueSymbolTable.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/ValueTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IR/Verifier.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IRReader/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IRReader/IRReader.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/IRReader/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/LTO/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/LTO/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/LTO/LTOCodeGenerator.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/LTO/LTOModule.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Linker/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Linker/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Linker/LinkModules.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/ELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmInfoCOFF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmInfoDarwin.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmInfoELF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAsmStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAssembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCAtom.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCCodeGenInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCContext.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDisassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDisassembler/Disassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDisassembler/Disassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDisassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCDwarf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCELF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCELFObjectTargetWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCELFStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCExpr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCExternalSymbolizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCInst.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCInstrAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCLabel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCMachOStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCMachObjectTargetWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCModule.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCModuleYAML.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCNullStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCObjectDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCObjectFileInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCObjectStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCObjectSymbolizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/AsmLexer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/AsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/COFFAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/DarwinAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/ELFAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/MCAsmLexer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/MCAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/MCAsmParserExtension.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCParser/MCTargetAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCPureStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCRelocationInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSection.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSectionCOFF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSectionELF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSectionMachO.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSubtargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSymbol.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCSymbolizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MCWin64EH.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/MachObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/SubtargetFeature.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/WinCOFFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/MC/WinCOFFStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/Archive.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/Binary.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/COFFObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/COFFYAML.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/ELF.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/ELFObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/ELFYAML.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/Error.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/MachOObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/MachOUniversal.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/Object.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/ObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Object/YAML.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/Arg.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/ArgList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/OptTable.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Option/Option.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/APFloat.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/APInt.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/APSInt.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Allocator.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Atomic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/BlockFrequency.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/BranchProbability.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/COPYRIGHT.regex [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/CommandLine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Compression.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ConstantRange.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ConvertUTF.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ConvertUTFWrapper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/CrashRecoveryContext.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/DAGDeltaAlgorithm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/DataExtractor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/DataStream.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Debug.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/DeltaAlgorithm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Disassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Dwarf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/DynamicLibrary.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Errno.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ErrorHandling.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/FileOutputBuffer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/FileUtilities.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/FoldingSet.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/FormattedStream.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/GraphWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Hashing.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Host.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IncludeFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IntEqClasses.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IntervalMap.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IntrusiveRefCntPtr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IsInf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/IsNAN.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Locale.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/LockFileManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/MD5.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ManagedStatic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Memory.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/MemoryBuffer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/MemoryObject.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Mutex.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Path.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/PluginLoader.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/PrettyStackTrace.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Process.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Program.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/README.txt.system [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/RWMutex.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Regex.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/SearchForAddressOfSpecialSymbol.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Signals.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/SmallPtrSet.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/SmallVector.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/SourceMgr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Statistic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StreamableMemoryObject.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StringExtras.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StringMap.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StringPool.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StringRef.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/StringRefMemoryObject.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/SystemUtils.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/TargetRegistry.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ThreadLocal.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Threading.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/TimeValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Timer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/ToolOutputFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Triple.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Twine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unicode.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Host.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Memory.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Mutex.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Path.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Process.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Program.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/RWMutex.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Signals.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/ThreadLocal.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/TimeValue.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Unix.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/Watchdog.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Unix/system_error.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Valgrind.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Watchdog.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/DynamicLibrary.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Host.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Memory.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Mutex.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Path.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Process.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Program.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/RWMutex.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Signals.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/ThreadLocal.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/TimeValue.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Watchdog.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/Windows.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/explicit_symbols.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/Windows/system_error.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/YAMLParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/YAMLTraits.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/circular_raw_ostream.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/raw_os_ostream.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/raw_ostream.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regcclass.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regcname.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regcomp.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regengine.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regerror.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regex2.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regex_impl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regexec.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regfree.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regstrlcpy.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/regutils.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Support/system_error.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/Error.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/Main.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/Record.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/StringMatcher.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/TGLexer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/TGLexer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/TGParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/TGParser.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/TableGen/TableGenBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64AsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64AsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64BranchFixupPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64CallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64FrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64FrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64ISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64ISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64InstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64InstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64InstrNEON.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64MCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64MachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64RegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64Schedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64SelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64Subtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64Subtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64TargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64TargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64TargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AArch64TargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64ELFStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64FixupKinds.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Utils/AArch64BaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Utils/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/AArch64/Utils/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/A15SDOptimizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARM.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARM.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMBaseInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMBaseInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMBaseRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMBaseRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMBuildAttrs.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMCallingConv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMConstantIslandPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMConstantPoolValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMConstantPoolValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMExpandPseudoInsts.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFPUName.def [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFPUName.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFastISel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFeatures.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMHazardRecognizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMHazardRecognizer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrNEON.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrThumb.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrThumb2.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMInstrVFP.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMJITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMJITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMLoadStoreOptimizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMPerfectShuffle.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMRelocations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMSchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMScheduleA8.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMScheduleA9.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMScheduleSwift.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMScheduleV6.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMTargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/ARMTargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/AsmParser/ARMAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Disassembler/ARMDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/InstPrinter/ARMInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMachORelocationInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMMachObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMUnwindOp.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/MLxExpansionPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/README-Thumb.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/README-Thumb2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1FrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1FrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb1RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2ITBlockPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/ARM/Thumb2SizeReduction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/CPPBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/CPPTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/TargetInfo/CppBackendTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/CppBackend/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/Hexagon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/Hexagon.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonCFGOptimizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonCallingConvLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonCallingConvLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonCopyToCombine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonExpandPredSpillCode.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonFixupHwLoops.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonHardwareLoops.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrFormatsV4.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfoV3.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfoV4.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonInstrInfoV5.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonIntrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonIntrinsicsDerived.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonIntrinsicsV3.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonIntrinsicsV4.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonIntrinsicsV5.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonMachineScheduler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonMachineScheduler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonNewValueJump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonOperands.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonPeephole.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonRemoveSZExtArgs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonScheduleV4.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSelectCCInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSplitTFRCondSets.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonTargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/HexagonVarargsCallingConvention.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCInst.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Hexagon/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430AsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430BranchSelector.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430CallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430FrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430FrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430ISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430ISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430InstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430InstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430MCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430MCInstLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430MachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430MachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430RegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430SelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430SelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430Subtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430Subtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430TargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/MSP430TargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/MSP430/TargetInfo/MSP430TargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mangler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/AsmParser/MipsAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Disassembler/MipsDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/InstPrinter/MipsInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsReginfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsReginfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MSA.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MicroMipsInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MicroMipsInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16FrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16FrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16HardFloat.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16HardFloat.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16ISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16ISelDAGToDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16ISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16ISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16InstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16InstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips16RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/Mips64InstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsAnalyzeImmediate.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsAnalyzeImmediate.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsCondMov.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsConstantIslandPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsDSPInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsDSPInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsDelaySlotFiller.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsISelDAGToDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsInstrFPU.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsJITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsJITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsLongBranch.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMCInstLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMSAInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMSAInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMachineFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsMachineFunction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsModuleISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsModuleISelDAGToDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsOs16.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsOs16.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsRelocations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEISelDAGToDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSEInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSERegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSERegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsTargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/MipsTargetStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/InstPrinter/NVPTXInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/NVPTXBaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/ManagedStringPool.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTX.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTX.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXAllocaHoisting.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXAllocaHoisting.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXGenericToNVVM.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXISelDAGToDAG.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXIntrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXLowerAggrCopies.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXMCExpr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXMCExpr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXSection.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXSplitBBatBar.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXSplitBBatBar.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXUtilities.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXUtilities.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXVector.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXutil.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVPTXutil.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/NVVMReflect.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/TargetInfo/NVPTXTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/NVPTX/cl_common_defines.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCFixupKinds.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPC.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPC.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCBranchSelector.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCCTRLoops.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCFastISel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCHazardRecognizers.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCHazardRecognizers.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstr64Bit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrAltivec.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCJITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCJITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCPerfectShuffle.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCRelocations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSchedule440.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleA2.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleE500mc.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleE5500.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleG3.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleG4.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleG4Plus.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCScheduleG5.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetStreamer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/PPCTargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/README_ALTIVEC.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPU.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPU.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUConvertToISA.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUInstructions.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUIntrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUMCInstLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUMachineFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUMachineFunction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPURegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPURegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPURegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDGPUTargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILBase.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILCFGStructurizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILIntrinsicInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILIntrinsicInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILIntrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/AMDILRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/InstPrinter/AMDGPUInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCCodeEmitter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/AMDGPUMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/MCTargetDesc/SIMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/Processors.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600ClauseMergePass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600ControlFlowFinalizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600Defines.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600EmitClauseMarkers.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600ExpandSpecialInstrs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600ISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600ISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600InstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600Instructions.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600Intrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600MachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600MachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600MachineScheduler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600MachineScheduler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600OptimizeVectorRegisters.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600Packetizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600RegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600Schedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/R600TextureIntrinsicsReplacer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIAnnotateControlFlow.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIDefines.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIFixSGPRCopies.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInsertWaits.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIInstructions.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIIntrinsics.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SILowerControlFlow.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SIRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SISchedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/SITypeRewriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/TargetInfo/AMDGPUTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/R600/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/DelaySlotFiller.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/Sparc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/Sparc.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcInstr64Bit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcJITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcJITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcRelocations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/SparcTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZ.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZ.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZAsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZCallingConv.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZCallingConv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZConstantPoolValue.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZConstantPoolValue.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZElimCompare.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrFP.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZLongBranch.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZMCInstLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZOperands.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZOperators.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZPatterns.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZProcessors.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZShortenInst.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/SystemZTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/Target.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetIntrinsicInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetJITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetLibraryInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetLoweringObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetMachineC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/TargetSubtargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/AsmParser/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/AsmParser/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/AsmParser/X86AsmParser.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/X86Disassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/X86Disassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/X86DisassemblerDecoder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86InstComments.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86InstComments.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86BaseInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86ELFRelocationInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86FixupKinds.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README-FPStack.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README-MMX.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README-SSE.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README-UNIMPLEMENTED.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README-X86-64.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/TargetInfo/X86TargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Utils/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Utils/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Utils/X86ShuffleDecode.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/Utils/X86ShuffleDecode.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86AsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86AsmPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86COFFMachineModuleInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86COFFMachineModuleInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86CallingConv.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86CallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86CodeEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86CompilationCallback_Win64.asm [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86FastISel.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86FixupLEAs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86FloatingPoint.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86FrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86FrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86ISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86ISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86ISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86Instr3DNow.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrAVX512.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrArithmetic.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrBuilder.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrCMovSetCC.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrCompiler.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrControl.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrExtension.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrFMA.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrFPStack.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrFragmentsSIMD.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrMMX.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrSSE.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrSVM.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrShiftRotate.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrSystem.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrTSX.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrVMX.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86InstrXOP.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86JITInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86JITInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86MCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86MachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86MachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86PadShortFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86RegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86RegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86RegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86Relocations.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86SchedHaswell.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86SchedSandyBridge.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86Schedule.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86ScheduleAtom.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86ScheduleSLM.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86SelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86SelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86Subtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86Subtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86TargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86TargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86TargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86TargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86TargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/X86/X86VZeroUpper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/Disassembler/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/Disassembler/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/InstPrinter/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/InstPrinter/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/InstPrinter/XCoreInstPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/InstPrinter/XCoreInstPrinter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/XCoreMCAsmInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/TargetInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/TargetInfo/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCore.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCore.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreAsmPrinter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreCallingConv.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreFrameLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreFrameLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreISelDAGToDAG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreISelLowering.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreISelLowering.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreInstrFormats.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreInstrInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreInstrInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreLowerThreadLocal.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreMCInstLower.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreMCInstLower.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreMachineFunctionInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreMachineFunctionInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreRegisterInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreRegisterInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreRegisterInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreSelectionDAGInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreSelectionDAGInfo.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreSubtarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreSubtarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreTargetMachine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreTargetMachine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreTargetObjectFile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreTargetObjectFile.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Target/XCore/XCoreTargetTransformInfo.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Hello/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Hello/Hello.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Hello/Hello.exports [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/ArgumentPromotion.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/BarrierNoopPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/ConstantMerge.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/DeadArgumentElimination.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/ExtractGV.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/FunctionAttrs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/GlobalDCE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/GlobalOpt.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/IPConstantPropagation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/IPO.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/InlineAlways.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/InlineSimple.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/Inliner.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/Internalize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/LoopExtractor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/MergeFunctions.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/PartialInlining.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/PassManagerBuilder.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/PruneEH.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/StripDeadPrototypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/IPO/StripSymbols.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineAddSub.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineCalls.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineCasts.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineCompares.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombinePHI.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineSelect.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineShifts.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineVectorOps.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstCombineWorklist.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/InstructionCombining.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/InstCombine/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/AddressSanitizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/BoundsChecking.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/DebugIR.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/DebugIR.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/GCOVProfiling.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/Instrumentation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/MaximumSpanningTree.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/MemorySanitizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Instrumentation/ThreadSanitizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/DependencyAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/DependencyAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARC.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCAPElim.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCAliasAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCContract.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCExpand.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCOpts.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ObjCARCUtil.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ProvenanceAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/ObjCARC/ProvenanceAnalysis.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/ADCE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/CodeGenPrepare.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/ConstantProp.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/DCE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/DeadStoreElimination.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/EarlyCSE.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/FlattenCFGPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/GVN.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/GlobalMerge.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/IndVarSimplify.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/JumpThreading.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LICM.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopDeletion.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopIdiomRecognize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopInstSimplify.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopRerollPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopRotation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopStrengthReduce.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopUnrollPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LoopUnswitch.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/LowerAtomic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/MemCpyOptimizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/Reassociate.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/Reg2Mem.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/SCCP.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/SROA.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/SampleProfile.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/Scalar.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/ScalarReplAggregates.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/SimplifyCFGPass.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/Sink.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/StructurizeCFG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Scalar/TailRecursionElimination.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/BasicBlockUtils.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/BreakCriticalEdges.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/BuildLibCalls.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/BypassSlowDivision.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/CloneFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/CloneModule.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/CmpInstAnalysis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/CodeExtractor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/DemoteRegToStack.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/FlattenCFG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/GlobalStatus.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/InlineFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/InstructionNamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/IntegerDivision.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LCSSA.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/Local.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LoopSimplify.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LoopUnroll.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LoopUnrollRuntime.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LowerExpectIntrinsic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LowerInvoke.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/LowerSwitch.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/Mem2Reg.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/MetaRenamer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/ModuleUtils.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/PromoteMemoryToRegister.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SSAUpdater.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SimplifyCFG.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SimplifyIndVar.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SimplifyInstructions.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SimplifyLibCalls.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/SpecialCaseList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/Utils.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Utils/ValueMapper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/BBVectorize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/LoopVectorize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/SLPVectorizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/lib/Transforms/Vectorize/Vectorize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/llvm.spec.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/Makefile [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/Makefile.common.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/Makefile.llvm.config.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/Makefile.llvm.rules [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/AutoRegen.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/autoconf/ExportMap.map [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/config.guess [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/autoconf/config.sub [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/autoconf/configure.ac [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/install-sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/autoconf/ltmain.sh [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/build_exeext.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/c_printf_a.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/check_gnu_make.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/config_makefile.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/config_project.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/cxx_flag_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/find_std_program.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/func_isinf.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/func_isnan.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/func_mmap_file.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/header_mmap_anonymous.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/huge_val.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/libtool.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/link_options.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/linux_mixed_64_32.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/ltdl.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/need_dev_zero_for_mmap.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/path_tclsh.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/rand48.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/sanity_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/single_cxx_check.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/m4/visibility_inlines_hidden.m4 [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/autoconf/mkinstalldirs [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/configure [new file with mode: 0755]
source/vendor/llvm-3.4.2/projects/sample/docs/index.html [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/include/sample.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/lib/sample/sample.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/projects/sample/tools/sample/main.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/.clang-format [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-02-26-AccessSizeTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-04-22-GEPProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-09-19-LocalArgument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-01-13-BasePointerBadNoAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-10-24-ArgumentsGlobals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-11-05-SizeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2007-12-08-OutOfBoundsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2008-04-15-Byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2008-06-02-GEPTailCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2008-11-23-NoaliasRet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2009-10-13-AtomicModRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2009-10-13-GEP-BaseNoAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/2010-09-15-GEP-SignedArithmetic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/aligned-overread.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/args-rets-allocas-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/cas.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/constant-over-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/dag.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/empty.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/featuretest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/full-store-partial-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/gcsetest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/gep-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/getmodrefinfo-cs-cs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/global-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/invariant_load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/memset_pattern.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/modref.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/must-and-partial.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/no-escape-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/noalias-bugs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/noalias-geps.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/noalias-param.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/nocapture.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/phi-aa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/phi-and-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/phi-spec-order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/phi-speculation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/pure-const-dce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/store-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/tailcall-modref.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/underlying-value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BasicAA/unreachable-block.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BlockFrequencyInfo/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BranchProbabilityInfo/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BranchProbabilityInfo/loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/BranchProbabilityInfo/noreturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CallGraph/2008-09-09-DirectCall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CallGraph/do-nothing-intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CallGraph/no-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/divrem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/insertelement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/ARM/shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/PowerPC/insert_extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/PowerPC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/PowerPC/load_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/i32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/insert-extract-at-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/intrinsic-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/load_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/loop_v2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/sitofp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/testshiftashr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/testshiftlshr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/testshiftshl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/tiny.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/uitofp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/X86/vectorized-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/CostModel/no_info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/himeno_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/himeno_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_3d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_ivs_and_integer_offsets_nts_3d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_ivs_and_parameteric_offsets_3d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_only_ivs_2d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_only_ivs_2d_nested.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_only_ivs_3d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Delinearization/multidim_only_ivs_3d_cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Banerjee.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Coupled.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/ExactRDIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/ExactSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/GCD.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Invariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Preliminary.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Propagating.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/Separability.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/StrongSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/SymbolicRDIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/SymbolicSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/DependenceAnalysis/ZIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Dominators/2006-10-02-BreakCritEdges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Dominators/2007-07-11-SplitBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Dominators/2007-07-12-SplitBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Dominators/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/2008-09-03-ReadGlobals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/aliastest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/chaining-analysis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/indirect-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/modreftest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/pr12351.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/purecse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/GlobalsModRef/volatile-instrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Lint/check-zero-divide.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/Lint/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/MemoryDependenceAnalysis/memdep_requires_dominator_tree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/PostDominators/pr1098.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/PostDominators/pr6047_a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/PostDominators/pr6047_b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/PostDominators/pr6047_c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/PostDominators/pr6047_d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/block_sort.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/cond_loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/condition_complicated.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/condition_complicated_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/condition_forward_edge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/condition_same_exit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/condition_simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/exit_in_condition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/infinite_loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/infinite_loop_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/infinite_loop_3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/infinite_loop_4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/loop_with_condition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/loops_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/loops_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/mix_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/multiple_exiting_edge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/nested_loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/next.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/paper.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/two_loops_same_header.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/RegionInfo/unreachable_bb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-07-15-NegativeStride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-08-06-MisinterpretBranch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-11-14-SignedAddRec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2007-11-18-OrInstruction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-02-11-ReversedCondition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-02-12-SMAXTripCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-02-15-UMax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-05-25-NegativeStepToZero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-06-12-BinomialInt64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-12-UnneededSelect2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-19-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-19-WrappingIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-08-04-IVOverflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-08-04-LongAddRec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-11-02-QuadraticCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-11-15-CubicOOM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-11-18-LessThanOrEqual.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-11-18-Stride1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-11-18-Stride2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-12-08-FiniteSGE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-12-11-SMaxOverflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-12-14-StrideAndSigned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2008-12-15-DontUseSDiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2009-01-02-SignedNegativeStride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2009-05-09-PointerEdgeCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2009-07-04-GroupConstantsWidthMismatch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2010-09-03-RequiredTransitive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2011-03-09-ExactNoMaxBECount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2011-04-26-FoldAddRec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2011-10-04-ConstEvolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2012-03-26-LoadConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2012-05-18-LoopPredRecurse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/2012-05-29-MulAddRec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/and-xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/avoid-infinite-recursion-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/avoid-smax-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/avoid-smax-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/div-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/do-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/how-far-to-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/max-trip-count-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/max-trip-count.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/nsw-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/nsw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/pointer-sign-bits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/pr3909.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/scev-aa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/scev-invalid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/sext-inreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/sext-iv-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/sext-iv-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/sext-iv-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/sle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/smax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/trip-count9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/undefined.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/unreachable-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/unsimplified-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/xor-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/zext-signed-addrec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/ScalarEvolution/zext-wrap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/PR17620.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/argument-promotion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/dse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/dynamic-indices.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/licm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/memcpyopt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/placement-tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/precedence.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/sink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Analysis/TypeBasedAliasAnalysis/tbaa-path.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-03-08-NameCollision.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-03-08-NameCollision2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-04-07-HexFloatConstants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-04-07-InfConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-04-29-NameBinding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-05-02-InvalidForwardRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-07-14-OpaqueType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-07-25-QuoteInString.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-07-25-ReturnPtrFunction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-07-31-SlashInString.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-15-CastAmbiguity.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-15-ConstantExprProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-16-ConstExprInlined.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-19-BytecodeReader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-08-22-DominanceProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-10-08-LargeArrayPerformance.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-10-13-ConstantEncodingProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2002-12-15-GlobalResolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-01-30-UnsignedString.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-04-15-ConstantInitAssertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-04-25-UnresolvedGlobalReference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-03-BytecodeReaderProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-12-MinIntProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-15-AssemblerProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-15-SwitchBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-21-ConstantShiftExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-21-EmptyStructTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-21-MalformedShiftCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-05-21-MalformedStructCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-08-20-ConstantExprGEP-Fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-08-21-ConstantExprCast-Fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-11-05-ConstantExprShift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-11-11-ImplicitRename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-11-12-ConstantExprCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2003-11-24-SymbolTableCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-01-11-getelementptrfolding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-01-20-MaxLongLong.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-02-01-NegativeZero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-02-27-SelfUseAssertError.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-03-07-FunctionAddressAlignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-03-30-UnclosedFunctionCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-06-07-VerifierBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-10-22-BCWriterUndefBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2004-11-28-InvalidTypeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2005-01-03-FPConstantDisassembly.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2005-01-31-CallingAggregateFunction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2005-05-05-OpaqueUndefValues.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2005-12-21-ZeroInitVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2006-09-28-CrashOnInvalid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2006-12-09-Cast-To-Bool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-01-02-Undefined-Arg-Type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-01-05-Cmp-ConstExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-01-16-CrashOnBadCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-01-16-CrashOnBadCast2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-03-18-InvalidNumberedVar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-03-19-NegValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-04-20-AlignedLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-04-20-AlignedStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-04-25-AssemblerFoldExternWeak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-05-21-Escape.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-07-19-ParamAttrAmbiguity.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-08-06-AliasInvalid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-09-10-AliasFwdRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-09-29-GC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-11-26-AttributeOverload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2007-12-11-AddressSpaces.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-01-11-VarargAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-02-18-IntPointerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-07-10-APInt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-09-02-FunctionNotes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-09-02-FunctionNotes2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-09-29-RetAttr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2008-10-14-QuoteInName.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-02-01-UnnamedForwardRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-02-28-CastOpc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-02-28-StripOpaqueName.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-03-24-ZextConstantExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-04-25-AliasGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2009-07-24-ZeroArgGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/ConstantExprFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/ConstantExprFoldCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/ConstantExprNoFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/MultipleReturnValueType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/aggregate-constant-values.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/aggregate-return-single-value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/align-inst-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/align-inst-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/align-inst-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/align-inst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/alignstack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/anon-functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/attribute-builtin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/auto_upgrade_intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/bcwrap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/comment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/externally-initialized.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/extractvalue-invalid-idx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/fast-math-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/functionlocal-metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr_struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr_vec_idx1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr_vec_idx2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr_vec_idx3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/getelementptr_vec_struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/global-addrspace-forwardref.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/half-constprop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/half-conv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/half.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/huge-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/insertextractvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/insertvalue-invalid-idx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/invalid-fwdref1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/invalid_cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/invalid_cast2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/named-metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/numbered-values.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/tls-models.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/unnamed-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/unnamed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/vbool-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/vector-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/vector-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/vector-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Assembler/x86mmx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/analysis.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/bitreader.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/bitwriter.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/executionengine.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/ext_exc.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/ipo_opts.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/irreader.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/linker.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/passmgr_builder.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/scalar_opts.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/target.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/vectorize_opts.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/Ocaml/vmcore.ml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/llvm-c/calc.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/llvm-c/disassemble.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/llvm-c/functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/llvm-c/globals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bindings/llvm-c/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/2006-12-11-Cast-ConstExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/2009-06-11-FirstClassAggregateConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/arm32_neon_vcnt_upgrade.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/attributes-3.3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/attributes-3.3.ll.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/attributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/blockaddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/case-ranges-3.3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/case-ranges-3.3.ll.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/drop-debug-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/extractelement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/function-encoding-rel-operands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/invalid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/invalid.ll.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/metadata-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/null-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/null-type.ll.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/ptest-new.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/ptest-old.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/ssse3_palignr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Bitcode/upgrade-tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/BugPoint/crash-narrowfunctiontest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/BugPoint/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/BugPoint/remove_arguments_test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/adc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/addsub-shifted.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/addsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/addsub_ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/analyze-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/atomic-ops-not-barriers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/atomic-ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/basic-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/bitfield-insert-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/bitfield-insert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/bitfield.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/blockaddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/bool-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/breg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/callee-save.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/code-model-large-abs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/compare-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/complex-copy-noneon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/cond-sel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/directcond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/dp-3source.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/dp1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/dp2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/extern-weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fastcc-reserved.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fastcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fcvt-fixed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fcvt-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/flags-multiuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/floatdp_1source.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/floatdp_2source.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fp-cond-sel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fp-dp3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fp128-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fp128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/fpimm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/func-argpassing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/func-calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/global-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/got-abuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/i128-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/illegal-float-ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/init-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-constraints-badI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-constraints-badK.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-constraints-badL.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-constraints.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/inline-asm-modifiers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/jump-table.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/large-consts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/large-frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/ldst-regoffset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/ldst-unscaledimm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/ldst-unsignedimm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/literal_pools.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/local_vars.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/logical-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/logical_shifted_reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/movw-consts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/movw-shift-encoding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-2velem-high.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-2velem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-3vdiff.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-aba-abd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-across.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-add-pairwise.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-bitwise-instructions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-bsl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-compare-instructions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-crypto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-diagnostics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-facge-facgt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-frsqrt-frecp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-halving-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-max-min-pairwise.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-max-min.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-misc-scalar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-misc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-mla-mls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-mov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-mul-div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-perm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-rounding-halving-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-rounding-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-saturating-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-saturating-rounding-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-saturating-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-abs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-by-elem-fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-by-elem-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-cvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-extract-narrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-fabd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-fcvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-fp-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-neg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-recip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-rounding-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-saturating-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-saturating-rounding-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-saturating-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-shift-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-scalar-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-shift-left-long.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-ldst-multi-elem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-ldst-one.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-ldst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-post-ldst-multi-elem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-post-ldst-one.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-tbl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/neon-simd-vget.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/pic-eh-stubs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-bitcast-formals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-f128csel-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-fp128-livein.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-tail-livereg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-tblgen-chains.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/regress-wzr-allocatable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/returnaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/setcc-takes-i32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/sibling-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/sincos-expansion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/tail-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/tls-dynamic-together.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/tls-dynamics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/tls-execs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/tst-br.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/variadic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/AArch64/zero-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2006-11-10-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-01-19-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-03-07-CombinerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-03-13-InstrSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-03-21-JoinIntervalsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-03-27-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-03-30-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-04-02-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-04-03-PEIBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-04-03-UndefinedSymbol.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-04-30-CombinerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-03-BadPostIndexedLd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-07-tailmerge-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-09-tailmerge-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-14-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-22-tailmerge-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-05-23-BadPreIndexedStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2007-08-15-ReuseBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-03-07-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-04-04-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-04-10-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-04-11-PHIofImpDef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-05-19-LiveIntervalsBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-05-19-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-07-17-Fdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-08-07-AsmPrintBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-09-17-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2008-11-18-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-02-16-SpillerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-02-22-SoftenFloatVaArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-02-27-SpillerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-03-07-SpillerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-03-09-AddrModeBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-04-06-AsmModifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-04-08-AggregateAddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-04-08-FREM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-04-08-FloatUndef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-04-09-RegScavengerAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-05-05-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-05-11-CodePlacementCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-05-18-InlineAsmMem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-02-ISelCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-04-MissingLiveIn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-15-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-19-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-22-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-30-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-30-RegScavengerAssert2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-30-RegScavengerAssert3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-30-RegScavengerAssert4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-06-30-RegScavengerAssert5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-01-CommuteBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-18-RewriterBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-22-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-07-29-VFP3Registers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-02-RegScavengerAssert-Neon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-04-RegScavengerAssert-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-04-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-15-RegScavenger-EarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-15-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-21-PostRAKill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-21-PostRAKill3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-23-linkerprivate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-26-ScalarToVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-27-ScalarToVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-29-ExtractEltf32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-29-TooLongSplat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-31-LSDA-Name.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-08-31-TwoRegShuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-09-AllOnes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-10-postdec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-13-InvalidSubreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-20-LiveIntervalsBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-21-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-22-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-23-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-24-spill-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-27-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-09-28-LdStOptiBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-10-02-NEONSubregsBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-10-16-Scope.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-10-21-InvalidFNeg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-10-27-double-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-10-30.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-01-NeonMoves.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-02-NegativeLane.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-13-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-13-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-13-ScavengerAssert2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2009-12-02-vtrn-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-03-04-eabi-fp-spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-03-04-stm-undef-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-03-18-ldm-rtrn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-04-09-NeonSelect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-04-14-SplitVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-04-15-ScavengerDebugValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-14-IllegalType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-17-FastAllocCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-18-PostIndexBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-19-Shuffles.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-20-NEONSpillCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-05-21-BuildVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-11-vmovdrr-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-21-nondarwin-tc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-08-04-EHCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-08-04-StackVariable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-09-21-OptCmpBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-09-29-mc-asm-header-test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-10-25-ifcvt-ldm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-11-15-SpillEarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-11-29-PrologueBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-12-07-PEIBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-12-08-tpsoft.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2010-12-17-LocalStackSlotCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-01-19-MergedGlobalDbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-02-04-AntidepMultidef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-03-23-PeepholeBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-07-schediv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-11-MachineLICMBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-12-AlignBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-26-SchedTweak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-04-27-IfCvtBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-06-29-MergeGlobalsAlign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-08-25-ldmia_ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-08-29-SchedCycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-08-29-ldr_pre_imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-09-19-cpsr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-09-28-CMovCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-10-26-ExpandUnalignedLoadCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-10-26-memset-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-10-26-memset-with-neon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-07-PromoteVectorLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-09-BitcastVectorDouble.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-09-IllegalVectorFPIntConvert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-14-EarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-28-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-29-128bitArithmetics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-11-30-MergeAlignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-12-14-machine-sink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2011-12-19-sjlj-clobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-01-23-PostRA-LICM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-01-24-RegSequenceLiveRange.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-01-26-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-01-26-CopyPropKills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-02-01-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-03-05-FPSCR-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-03-13-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-03-26-FoldImmBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-04-10-DAGCombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-04-24-SplitEHCriticalEdge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-05-04-vmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-05-10-PreferVMOVtoVDUP32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-05-29-TailDupBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-06-12-SchedMemLatency.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-04-DtripleSpillReload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-08-legalize-unaligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-09-neon-extload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-13-bfi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-23-legalize-vmull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-27-CopyPhysRegCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-08-30-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-09-18-ARMv4ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-09-25-InlineAsmScalarToVectorConv2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-10-04-FixedFrame-vs-byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-10-04-LDRB_POST_IMM-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-10-18-PR14099-ByvalFrameAddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2012-11-14-subs_carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-01-21-PR14992.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-02-27-expand-vfma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-04-05-Small-ByVal-Structs-PR15293.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-04-16-AAPCS-C4-vs-VFP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-04-16-AAPCS-C5-vs-VFP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-04-18-load-overlap-PR14824.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-04-21-AAPCS-VA-C.1.cp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-02-AAPCS-ByVal-Structs-C4-C5-VFP2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-05-IfConvertBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-07-ByteLoadSameAddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-13-AAPCS-byval-padding2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-13-DAGCombiner-undef-mask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-05-31-char-shift-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-07-29-vector-or-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-10-11-select-stalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/2013-11-08-inline-asm-neon-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/MergeConsecutiveStores.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/PR15053.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/a15-SD-dep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/a15-mla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/a15-partial-update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/a15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/addrmode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/addrspacecast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/alloc-no-stack-realign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/argaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments-nosplit-double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments-nosplit-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arguments_f64_backfill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-and-tst-peephole.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-modifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-negative-stride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-returnaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/arm-ttype-target2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/armv4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomic-64bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomic-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomic-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomic-op.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomic-ops-v8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/atomicrmw_minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/available_externally.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/avoid-cpsr-rmw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bfc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bfi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bfx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bicZext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bswap-inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/build-attributes-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/bx_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/byval_load_align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/call-noret-minsize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/call-noret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/call-tc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/call_nolink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/clz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/cmn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/coalesce-dbgvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/coalesce-subregs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/code-placement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/commute-movcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/compare-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/constantfp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/copy-paired-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/crash-O0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/crash-greedy-v6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/crash-greedy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/crash-shufflevector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/cse-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/cse-libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ctor_order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ctors_dtors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ctz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/dagcombine-anyexttozeroext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/dagcombine-concatvector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/darwin-eabi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/darwin-section-order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/data-in-code-annotations.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-blocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-branch-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-d16-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-qreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-s16-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/debug-info-sreg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/deps-fix.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/divmod-eabi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/divmod.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/domain-conv-vmovs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/dyn-stackalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/eh-dispcont.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/eh-resume-darwin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ehabi-filters.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ehabi-no-landingpad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ehabi-unwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ehabi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/elf-lcomm-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/emit-big-cst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/extload-knownzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/extloadi1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fabs-neon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fabss.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fadds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-GEP-coalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-binary.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-br-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-br-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-call-multi-reg-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-cmp-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-conversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-crash2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-deadcode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-ldr-str-arm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-ldr-str-thumb-neg-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-ldrh-strh-arm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-load-store-verify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-mvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-pred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-redefinition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-shifter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-static.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel-vararg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fast-tail-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fcopysign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fdivs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fixunsdfdi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/flag-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/floorf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fmacs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fmdrr-fmrrd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fmscs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fmuls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fnegs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fnmacs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fnmscs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fnmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fnmuls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fold-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fold-stack-adjust.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/formal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fp-arg-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fp-fast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fp16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fp_convert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fparith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpcmp-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpcmp_ueq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpconsts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpconv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpmem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fpowi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fptoint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fsubs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/fusedMAC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/global-merge-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/global-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/globals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/gpr-paired-spill-thumbinst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/gpr-paired-spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/gv-stubs-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/hardfloat_neon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/hello.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/hidden-vis-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/hidden-vis-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/hidden-vis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/iabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifconv-kills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifconv-regmask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ifcvt9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/illegal-vector-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/indirect-reg-input.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/indirectbr-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/indirectbr-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm-64bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm-imm-arm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/inlineasm4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/insn-sched1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/int-to-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/integer_insertelement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/interrupt-attr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/intrinsics-crypto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/intrinsics-v8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/invoke-donothing-assert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ispositive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/jumptable-label.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/large-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldr_ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldr_frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldr_post.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldr_pre.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldrd-memoper.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldrd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldst-f32-2-i32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ldstrex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/load-address-masked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/load-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/load_i1_select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/log2_not_readnone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/long-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/long.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/longMAC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/long_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/lsr-code-insertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/lsr-icmp-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/lsr-scale-addr-mode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/lsr-unfolded-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/machine-cse-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/machine-licm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/memcpy-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/memfunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/memset-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/misched-copy-arm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/movt-movw-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/movt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mul_const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mulhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mult-alt-generic-arm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/mvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon-fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon-spfp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_arith1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_fpconv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_ld1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_ld2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/neon_vabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/no-fpu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/nop_concat_vectors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/noreturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/odr_comdat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/opt-shuff-tstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/optselect-regclass.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/pack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/peephole-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/popcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/pr13249.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/pr3502.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/prefetch-thumb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/prefetch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/readcyclecounter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/reg_sequence.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_arg1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_arg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_arg3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_arg4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_arg5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f32_arg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f32_arg5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f64_arg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f64_arg_reg_split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f64_arg_split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_f64_arg_stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_i128_arg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_i64_arg2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_i64_arg3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_i64_arg_split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_sret_vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/ret_void.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/returned-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/returned-trunc-tail-calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/rev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sbfx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/section-name.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/section.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/select-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/select-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/select_xform.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/setcc-sentinals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/shifter_operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sincos.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sjlj-prepare-critical-edge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/smml.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/smul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/spill-q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/stack-frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/stack-protector-bmovpcb_call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/stm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/str_post.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/str_pre-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/str_pre.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/str_trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/struct-byval-frame-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/struct_byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/struct_byval_arm_t1_t2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sub-cmp-peephole.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/subreg-remat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/swift-atomics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/swift-vldm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/sxt_rot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/t2-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tail-dup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tail-opts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/test-sharedidx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/this-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/thread_pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/thumb1-varalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/thumb2-it-block.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tls-models.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tls1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tls2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tls3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/trunc_ldr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/truncstore-dag-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/tst_teq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/twoaddrinstr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/uint64tof64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/umulo-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/unaligned_load_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/unaligned_load_store_vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/undef-sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/unord.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/unsafe-fsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/unwind-init.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/uxt_rot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/uxtb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/v1-constant-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/va_arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vaba.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vabd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vargs_align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vbits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vbsl-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vbsl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vceq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcgt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcvt-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcvt-v8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vcvt_combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vdiv_combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vdup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vector-DAGCombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vector-extend-narrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vfcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vfloatintrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vfp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vget_lane.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vhadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vhsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vicmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vld1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vld2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vld3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vld4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vlddup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vldlane.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vldm-liveness.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vldm-sched-a9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vminmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vminmaxnm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vmla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vmls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vpadal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vpadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vpminmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vqadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vqdmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vqshl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vqshrn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vqsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vrec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vrev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vsel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vselect_imax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vshift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vshiftins.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vshl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vshll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vshrn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vsra.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vst1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vst2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vst3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vst4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vstlane.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vtbl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vtrn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vuzp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/vzip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/warn-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/weak2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/widen-vmovs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/ARM/zextload_demandedbits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/CPP/2007-06-16-Funcname.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/CPP/2009-05-01-Long-Double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/CPP/2009-05-04-CondBr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/CPP/2012-02-05-UnitVarCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/CPP/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2002-04-14-UnexpectedUnsignedType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-27-phifcmpd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-27-useboolinotherbb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-27-usefsubasbool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-28-ManyArgs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-30-BadFoldGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-05-30-BadPreselectPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-07-06-BadIntCmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-07-07-BadLongConst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-07-08-BadCastToBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2003-07-29-BadConstSbyte.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2004-05-09-LiveVarPartialRegister.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-01-18-SetUO-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-04-09-GlobalInPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-10-18-ZeroSizeStackObject.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-10-21-longlonggtu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-12-01-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2005-12-12-ExpandSextInreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-01-12-BadSetCCFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-01-18-InvalidBranchOpcodeAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-02-12-InsertLibcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-03-01-dagcombineinfloop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-04-26-SetCCAnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-04-28-Sign-extend-bool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-05-06-GEP-Cast-Sink-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-06-12-LowerSwitchCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-06-13-ComputeMaskedBitsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-07-03-schedulers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-08-30-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-09-06-SwitchLowering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-10-27-CondFolding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-10-29-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2006-11-20-DAGCombineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-01-15-LoadSelectCycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-02-25-invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-17-lsr-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-27-LargeMemObject.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-05-03-EHTypeInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-05-15-InfiniteRecursion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-01-30-LoadCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-02-04-Ctlz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-02-04-ExtractSubvector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-02-20-MatchingMem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-02-25-NegateZero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-02-26-NegatableCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2009-03-17-LSR-APInt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2009-03-29-SoftFloatVectorExtract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2009-04-10-SinkCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2009-04-28-i128-cmp-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2010-07-27-DAGCombineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2010-11-04-BigByval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2010-ZeroSizedArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2011-01-06-BigNumberCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2011-07-07-ScheduleDAGCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2012-06-08-APIntCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/2013-03-20-APFloatCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/APIntLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/APIntParam.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/APIntSextParam.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/APIntZextParam.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/BasicInstrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/ConstantExprLowering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/MachineBranchProb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/add-with-overflow-128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/add-with-overflow-24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/add-with-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/addr-label.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/annotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/asm-large-immediate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/badCallArgLRLLVM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/badFoldGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/badarg6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/bool-to-double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/builtin-expect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/call-ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/call-ret42.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/call-void.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/call2-ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/cast-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/constindices.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/dag-combine-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/dbg_value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/div-neg-power-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/donothing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/edge-bundles-blockIDs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/empty-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/exception-handling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/externally_available.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fastcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fneg-fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fp-to-int-invalid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fp_to_int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fpowi-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/fwdtwice.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/global-ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/hello.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/i128-addsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/i128-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/inline-asm-mem-clobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/inline-asm-special-strings.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/invalid-memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/isunord.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/llvm-ct-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/multiple-return-values-cross-block-with-invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/negintconst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/nested-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/pr12507.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/pr2625.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/pr3288.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-after.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-arith-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-arith-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-machineinstrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-mul-exp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/print-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/ptr-annotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/ret42.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/select-cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/shift-int64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/stacksave-restore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/stop-after.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/storetrunc-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/switch-lower-feature.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/switch-lower.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/undef-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/v-split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/vector-casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/vector-constantexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/vector-identity-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Generic/zero-sized-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/BranchPredict.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/absaddr-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/absimm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/adde.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/always-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/ashift-left-right.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/block-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cext-check.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cext-valid-packet1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cext-valid-packet2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmp-to-genreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmp-to-predreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmp_pred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmp_pred2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmp_pred_reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/cmpb_pred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/combine_ir.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/convertdptoint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/convertdptoll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/convertsptoint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/convertsptoll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/ctlz-cttz-ctpop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/dadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/dmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/doubleconvert-ieee-rnd-near.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/dsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/dualstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/extload-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/fadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/floatconvert-ieee-rnd-near.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/fmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/fsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/fusedandshift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/gp-plus-offset-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/gp-plus-offset-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/gp-rel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-cleanup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-le.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-lt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-lt1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/hwloop-ne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/i16_VarArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/i1_VarArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/i8_VarArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/idxload-with-zero-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/indirect-br.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/macint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/memops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/memops1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/memops2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/memops3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/misaligned-access.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/mpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/newvaluejump.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/newvaluejump2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/newvaluestore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/opt-fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/opt-fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/packetize_cond_inst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/postinc-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/postinc-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/pred-absolute-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/pred-gp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/pred-instrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/predicate-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/remove_lsr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/simpletailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/split-const32-const64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/static.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/struct_args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/struct_args_large.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/sube.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/tail-call-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/tfr-to-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/union-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/vaddh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/validate-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Hexagon/zextloadi1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Inputs/DbgValueOtherTargets.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-05-10-CyclicDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-05-17-Rot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-05-17-Shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-05-19-DoubleSplit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-08-25-DynamicStackAlloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-09-18-AbsoluteAddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-10-10-OrImpDef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-11-05-8BitLibcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-11-20-NewNode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-12-21-FrameAddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2009-12-22-InlineAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/2010-05-01-CombinerAnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/AddrMode-bis-rx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/AddrMode-bis-xr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/AddrMode-mov-rx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/AddrMode-mov-xr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16mi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16mm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16mr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16ri.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16rm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst16rr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8mi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8mm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8mr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8ri.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8rm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/Inst8rr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/cc_args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/cc_ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/indirectbr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/jumptable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/mult-alt-generic-msp430.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/postinc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/transient-stack-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/MSP430/vararg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-06-05-Carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-03-SRet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-06-fadd64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-07-FPExtend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-07-Float2Int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-15-InternalConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-15-SmallSection.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-22-Cstpool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-23-fpcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-29-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-07-31-fcopysign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-01-AsmInline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-03-fabs64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-04-Bitconvert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-06-Alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-07-CC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-07-FPRound.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-08-bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-08-08-ctlz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-10-13-LegalizerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2008-11-10-xint_to_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2009-11-16-CstPoolLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2010-07-20-Switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2010-11-09-CountLeading.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2010-11-09-Mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2011-05-26-BranchKillsVreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2012-12-12-ExpandMemcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/2013-11-18-fp64-const0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/addc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/addi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/addressing-mode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/align16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/alloca16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/analyzebranch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/and1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/asm-large-immediate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/atomicops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/beqzc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/beqzc1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/biggot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/blez_bgez.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/blockaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/br-jmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconeq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconeqk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconeqz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brcongt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconlt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconnek.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brconnez.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brdelayslot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brsize3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/brsize3a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/buildpairextractelementf64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/check-noat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/cmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/cmplarge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/const-mult.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/const1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/const4a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/const6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/const6a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/constantfp0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/cprestore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/ctlz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/disable-tail-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/div_rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/divrem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/divu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/divu_remu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/double2int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/dsp-patterns-cmp-vselect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/dsp-patterns.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/dsp-r1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/dsp-r2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/dsp-vec-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/eh-dwarf-cfa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/eh-return32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/eh-return64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/eh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/emit-big-cst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/ex2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/extins.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/f16abs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fastcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fcopysign-f32-f64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fcopysign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fixdfsf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fmadd1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fp-indexed-ls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fp-spill-reload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fp16instrinsmc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fp16mix.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fp16static.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fpbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fpneeded.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fpnotneeded.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/fptr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/frame-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/frem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/global-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/global-pointer-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/gpreg-lazy-binding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/gprestore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/helloworld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/hf16_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/hf16call32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/hf16call32_body.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/hf1_body.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/hfptrcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/i32k.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/i64arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/indirectcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/init-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-I-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-J.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-K.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-L.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-N.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-O.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-bad-P.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-cnstrnt-reg64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm-operand-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasm_constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/inlineasmmemop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/int-to-float-conversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/internalfunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/jtstat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/largefr1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/largeimm1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/largeimmprinting.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lazy-binding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lb1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lbu1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lh1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lhu1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/llcarry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/load-store-left-right.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/longbranch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/machineverifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/madd-msub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_32_9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16_fpret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16ex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips16fpe.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64-f128-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64-f128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64-fp-indexed-ls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64-libcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64-sret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64countleading.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64directive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64extins.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64fpimm0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64fpldst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64instrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64intldst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64load-store-left-right.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64muldiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mips64shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mipslopat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/misha.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mno-ldc1-sdc1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2r.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2r_vector_scalar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf_exup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf_float_int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf_fq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf_int_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/2rf_tq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-d.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-i.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-m.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-p.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-s.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r-v.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r_4r.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r_4r_widen.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3r_splat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_4rf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_4rf_q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_exdo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_float_int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_int_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/3rf_q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/arithmetic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/arithmetic_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/basic_operations.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/basic_operations_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/bitwise.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/compare_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/elm_copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/elm_cxcmsa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/elm_insv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/elm_move.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/elm_shift_slide.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/endian.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/frameindex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5-c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5-m.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5-s.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i5_ld_st.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/i8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s1704963983.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s1935737938.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s2090927243-simplified.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s2501752154-simplified.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s2704903805.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s3861334421.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s3926023935.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s3997499501.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s449609655-simplified.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s525530439.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-s997348632.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/llvm-stress-sz1-s742806235.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/shift-dagcombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/special.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/vec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/msa/vecs10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mulll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/mulull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/neg1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/nomips16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/not1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/null.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/o32_cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/o32_cc_byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/o32_cc_vararg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/optimize-fp-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/or1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/powif64_16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/ra-allocatable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/rdhwr-directives.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/remat-immed-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/remu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/return-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/return_address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/rotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sb1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sel1c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sel2c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selTBteqzCmpi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selTBtnezCmpi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selTBtnezSlti.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selectcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/seleq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/seleqk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selgek.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selgt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selltk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selnek.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/selpat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setcc-se.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/seteq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/seteqz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setgek.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setlt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setltk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setuge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setugt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setule.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setult.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/setultk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sh1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/shift-parts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/simplebr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sint-fp-store_pattern.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sitofp-selectcc-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sll1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sll2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/small-section-reserve-gp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/spill-copy-acreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sra1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sra2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/srl1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/srl2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/stack-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/stackcoloring.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/stacksize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/stchar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/stldst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sub1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/sub2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/swzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tls-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tls-models.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tls16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tls16_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/tnaked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/trap1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/uitofp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/ul1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/unalignedload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/vector-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/vector-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/xor1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Mips/zeroreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/add-128bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/annotations.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/arithmetic-fp-sm20.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/arithmetic-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/bug17709.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/callchain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/calling-conv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/compare-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/constant-vectors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/convert-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/convert-int-sm20.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ctlz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ctpop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/cttz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/fast-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/fma-disable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/fp-literals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/generic-to-nvvm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/global-ordering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/i1-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/i1-int-to-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/i1-param.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/i8-param.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/implicit-def.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/intrin-nocapture.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/intrinsic-old.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ld-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ld-generic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ldu-i8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ldu-reg-plus-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/load-sext-i1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/local-stack-frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/module-inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/nvvm-reflect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/param-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/pr13291-i1-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/pr16278.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/pr17529.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ptx-version-30.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/ptx-version-31.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/refl1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/rsqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sched1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sched2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sext-in-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sext-params.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/simple-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sm-version-20.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sm-version-21.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sm-version-30.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/sm-version-35.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/st-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/st-generic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/tuple-literal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vec-param-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vec8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vector-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vector-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vector-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vector-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/NVPTX/vector-stores.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2004-11-29-ShrCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2004-11-30-shift-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2004-11-30-shr-var-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-08-12-rlwimi-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-10-08-ArithmeticRotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2005-11-30-vastart-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-04-01-FloatDoubleExtend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-04-05-splat-ish.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-04-19-vmaddfp-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-05-12-rlwimi-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-07-07-ComputeMaskedBits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-08-11-RetVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-08-15-SelectionCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-09-28-shift_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-10-13-Miscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-10-17-ppc64-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-11-10-DAGCombineMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-11-29-AltivecFPSplat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2006-12-07-SelectCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-01-04-ArgExtension.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-02-16-AlignPacked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-02-16-InlineAsmNConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-02-23-lr-saved-twice.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-03-24-cntlzd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-03-30-SpillerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-05-03-InlineAsm-S-Constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-06-28-BCCISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-08-04-CoalescerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-09-04-AltivecDST.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-09-08-unaligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-09-12-LiveIntervalsAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-10-16-InlineAsmFrameOffset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-10-18-PtrArithmetic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-11-04-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2007-11-19-VectorSplitting.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-02-05-LiveIntervalsAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-17-RegScavengerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-18-RegScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-24-AddressRegImm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-03-26-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-04-10-LiveIntervalCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-04-16-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-04-23-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-05-01-ppc_fp128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-06-19-LegalizerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-06-21-F128LoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-10-SplatMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-15-Bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-15-Fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-15-SignExtendInreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-17-Fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-07-24-PPC64-CCBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-09-12-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-10-28-UnprocessedNode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-10-31-PPCF128Libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-12-02-LegalizeTypeAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2008-12-12-EH.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-01-16-DeclareISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-03-17-LSRBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-08-17-inline-asm-addr-mode-breakage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-09-18-carrybit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-11-15-ProcImpDefsBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2009-11-25-ImpDefBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-02-12-saveCR.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-05-03-retaddr1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-10-11-Fast-Varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2011-12-06-SpillAndRestoreCR.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2011-12-08-DemandedBitsMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2012-09-16-TOC-entry-check.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2012-10-11-dynalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2012-10-12-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2012-11-16-mischedcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2013-05-15-preinc-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Atomics-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Atomics-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Frames-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Frames-large.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Frames-leaf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/Frames-small.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/a2-fp-basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/a2q-stackalign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/a2q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/addc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/addi-reassoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/addrfuncstr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/allocate-r0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/altivec-ord.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and-elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and_add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and_sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/and_sra.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/anon_aggr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ashr-neg1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/asm-Zy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/asm-dialect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/asym-regclass-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/atomic-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/atomic-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/available-externally.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/bdzlr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/big-endian-actual-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/big-endian-call-result.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/big-endian-formal-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/branch-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/bswap-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/buildvec_canonicalize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/bv-pres-v8i1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/bv-widen-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/byval-agg-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/can-lower-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cmp-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/coalesce-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/compare-duplicate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/compare-simm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/complex-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/copysignl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cr-spills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cr1eq-no-extra-moves.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cr1eq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cr_spilling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/crsave.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctr-cleanup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-cpsgn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-fp64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-large-ec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-le.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-lt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-ne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-s000.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-sh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-sums.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloop-udivti3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ctrloops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/cttz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/darwin-labels.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/dcbt-sched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/delete-node.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/div-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/dyn-alloca-aligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/early-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/early-ret2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/empty-functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/emptystruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/extsh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-GEP-coalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-binary.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-br-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-cmp-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-conversion-p5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-conversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-redefinition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fast-isel-shifter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fcpsgn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/float-asmprint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/float-to-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/floatPSA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fnabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fold-li.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fold-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fp-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fp-int-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fp_to_uint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fpcopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/frame-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/frounds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fsel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fsl-e500mc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fsl-e5500.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/fsqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/glob-comp-aa-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/hello-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/hello.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/hidden-vis-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/hidden-vis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/i128-and-beyond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/i32-to-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/i64-to-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/i64_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/i64_fp_round.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/iabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ifcvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/illegal-element-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/in-asm-f64-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/inlineasm-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/inlineasm-i64-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/int-fp-conv-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/int-fp-conv-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/inverted-bool-compares.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/isel-rc-nox0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ispositive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/itofp128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/jaggedstructs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/lbzux.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/lha.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/load-constant-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/load-shift-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/long-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/longdbl-truncate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/lsa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/lsr-postinc-pos.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mask64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-default.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-obj-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mcm-obj.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mem-rr-addr-mode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mem_update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/misched-inorder-latency.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/misched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mul-neg-power-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mul-with-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mulhs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mulli64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/neg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/negctr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/no-dead-strip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/novrsave.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/optcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/or-addressing-mode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/popcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc-prologue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc-vaarg-agg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc32-vacopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc440-fp-basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc440-msync.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-32bit-addic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-abi-extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-align-long-double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-cyclecounter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-linux-func-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-prefetch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-toc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-vaarg-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppc64-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppcf128-1-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppcf128-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppcf128-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppcf128-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/ppcf128-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr12757.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr13641.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr13891.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr15031.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr15359.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr15630.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr15632.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr16556-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr16556.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr16573.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr17168.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr17354.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pr3711_widen_bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/pwr3-6x.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/quadint-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/r31.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/recipest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/reg-coalesce-simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/reg-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/reloc-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/remap-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/remat-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/retaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/return-val-i128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi-commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi-keep-rsh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwimi3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwinm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rlwinm2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rotl-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rotl-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rotl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rounding-ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/rs-undef-use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/s000-alias-misched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sdag-ppcf128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sections.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/select-cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/select_lt0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/set0-v8i16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/setcc_no_zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/seteq-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/shift128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/shl_elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/shl_sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sign_ext_inreg1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sj-ctr-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sjlj.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/small-arguments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/spill-nor0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stack-protector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stack-realign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/std-unal-fi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stdux-constuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stfiwx-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stfiwx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/store-load-fwd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/store-update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/structsinmem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/structsinregs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stubs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stwu-gta.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stwu8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/stwux.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/sub-bv-types.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/subc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/subsumes-pred-regs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/svr4-redzone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tailcall1-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tailcall1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tailcallpic1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls-gd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls-ie.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls-ld-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls-ld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/trampoline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unal-altivec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unal-altivec2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unal4-std.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unaligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unsafe-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unwind-dw2-g.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/unwind-dw2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vaddsplat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/varargs-struct-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vcmp-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec-abi-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_auto_constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_br_cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_buildvector_loadstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_conv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_extload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_fmuladd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_insert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_misaligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_perf_shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_rounding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_splat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_splat_constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_sqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_vrsave.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vec_zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vector-identity-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vrsave-spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/vrspill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/weak_def_can_be_hidden.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/PowerPC/zero-not-run.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/128bit-kernel-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/32-bit-local-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/64bit-kernel-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/add_i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/array-ptr-calc-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/atomic_load_add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/atomic_load_sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/bfe_uint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/bfi_int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/big_alu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/build_vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/call_fs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/cf_end.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/combine_vloads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/complex-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/dagcombiner-bug-illegal-vec4-int-to-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/disconnected-predset-break-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/dot4-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/elf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/elf.r600.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/extload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fadd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fadd64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fcmp-cnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fcmp-cnde-int-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fcmp64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fconst64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fdiv64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fetch-limits.r600.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fetch-limits.r700+.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/floor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmul64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fmuladd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fneg-fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fp64_to_sint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fp_to_sint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fp_to_uint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fpext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fptrunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fsqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/fsub64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/gep-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/i8-to-double-to-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/icmp-select-sete-reverse-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/indirect-addressing-si.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/insert_vector_elt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/jump-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/kcache-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/kernel-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lds-oqap-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lds-output-queue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lds-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/legalizedag-bug-expand-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/literals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.barrier.local.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.cube.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.imax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.imin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.kill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.tex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.umax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.AMDGPU.umin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.fs.interp.constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.imageload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.load.dword.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.resinfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.sample-masked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.sample.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.sampled.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.sendmsg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.tbuffer.store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.SI.tid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.cos.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.floor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.pow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.rint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.round.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.sin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/llvm.sqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/load-input-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/load.vec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/load64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/local-memory-two-objects.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/local-memory.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/loop-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lshl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/lshr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mad_int24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mad_uint24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/max-literals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mul_int24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mul_uint24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/mulhu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/packetizer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/parallelandifcollapse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/parallelorifcollapse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/predicate-dp4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/predicates.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/private-memory.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/pv-packing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/pv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/r600-encoding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/r600-export-fix.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/r600cfg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/reciprocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/rotr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/rv7x0_count3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-fs-loop-nested-if.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-fs-loop-nested.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-fs-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-if-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-if.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/schedule-vs-if-nested-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/selectcc-cnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/selectcc-cnde-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/selectcc-icmp-select-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/selectcc-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/set-dx10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/setcc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/seto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/setuo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sgpr-copy-duplicate-operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sgpr-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/shared-op-cycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/shl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/si-annotate-cf-assertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/si-lod-bias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/si-sgpr-spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/si-vector-hang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sign_extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sint_to_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sint_to_fp64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sra.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/srl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/store-vector-ptrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/store.r600.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/structurize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/structurize1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/swizzle-export.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/tex-clause-antidep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/texture-input-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/trunc-vector-store-assertion-failure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/udiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/uint_to_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/unaligned-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/unsupported-cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/urecip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/urem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/vertex-fetch-encoding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/vselect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/vselect64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/vtx-fetch-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/vtx-schedule.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/wait.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/work-item-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/wrong-transalu-pos-fix.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/R600/zero_extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2006-01-22-BitConvertLegalize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2007-05-09-JumpTables.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2007-07-05-LiveIntervalAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2008-10-10-InlineAsmRegOperand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2009-08-28-PIC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-11-CC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-11-Call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-11-FrameAddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-21-ByValArgs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-01-22-SRet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2011-12-03-TailDuplication.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2012-05-01-LowerArguments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/2013-05-17-CallFrame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/64abi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/64bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/64cond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/blockaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/constpool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/ctpop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/exception.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/fp128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/globals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/leafproc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/mult-alt-generic-sparc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/setjmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SPARC/varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-01.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-02.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-03.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-04.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-05.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-06.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-07.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-08.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-09.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-10.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-11.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/branch-range-12.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/spill-01.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/Large/spill-02.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/addr-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/addr-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/addr-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/alias-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/alloca-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/alloca-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/and-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/args-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-13.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-14.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-17.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/asm-18.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-load-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-load-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-load-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-load-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-store-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-store-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-store-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomic-store-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-add-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-add-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-add-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-add-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-and-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-and-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-and-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-and-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-minmax-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-minmax-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-minmax-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-minmax-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-nand-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-nand-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-nand-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-nand-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-or-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-or-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-or-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-or-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-sub-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-sub-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-sub-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-sub-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xchg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xchg-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xchg-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xchg-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xor-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xor-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xor-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/atomicrmw-xor-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/branch-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/bswap-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/bswap-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/bswap-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/bswap-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/bswap-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/call-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/call-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/call-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cmpxchg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cmpxchg-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cmpxchg-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cmpxchg-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-load-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-load-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-move-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/cond-store-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-abs-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-abs-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-add-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-add-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-add-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-cmp-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-cmp-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-cmp-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-cmp-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-const-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-conv-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-copysign-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-div-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-div-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-div-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-move-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-mul-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-neg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-round-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-round-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sqrt-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sqrt-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sqrt-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sub-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sub-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/fp-sub-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-13.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-14.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-17.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/frame-18.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/insert-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-abs-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-13.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-14.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-add-16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-13.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-14.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-17.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-18.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-19.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-20.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-21.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-22.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-23.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-25.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-26.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-27.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-28.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-29.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-30.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-31.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-33.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-34.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-35.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-36.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-37.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-38.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-39.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-40.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-41.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-42.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-43.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-44.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-45.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-46.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-47.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-48.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-cmp-49.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-const-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-conv-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-div-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-move-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-mul-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-neg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-neg-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/int-sub-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/la-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/la-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/la-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/la-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/loop-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memchr-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memchr-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memcmp-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memcmp-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memcpy-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memcpy-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memset-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memset-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memset-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/memset-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/or-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/prefetch-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/risbg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/risbg-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/rnsbg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/rosbg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/rxsbg-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/setcc-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/setcc-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-09.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/shift-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/spill-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/strcmp-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/strcmp-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/strcpy-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/strlen-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/strlen-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/tls-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/unaligned-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-04.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-05.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-06.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-07.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/SystemZ/xor-08.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2007-05-05-InvalidPushPop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-06-18-ThumbCommuteMul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-07-20-TwoAddrBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-07-27-PEIAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-08-12-ConstIslandAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-08-12-RegInfoAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-08-20-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2010-06-18-SibCallCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2010-07-15-debugOrdering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2011-05-11-DAGLegalizer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2011-06-16-NoGPRs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2011-EpilogueBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/2012-04-26-M0ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/PR17309.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/asmprinter-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/barrier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/dyn-stackalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/fpconv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/fpow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/frame_thumb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/iabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/inlineasm-imm-thumb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/inlineasm-thumb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/ispositive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/large-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/ldr_ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/ldr_frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/long-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/long.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/long_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/pop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/push.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/rev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/stack-frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/thumb-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/tst_teq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/unord.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb/vargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-07-23-CPIslandBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-CoalescerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-06-SpDecBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-07-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-08-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-10-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-09-28-ITBlockBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-10-15-ITBlockBranch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-11-13-STRDBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-01-19-RemovePredicates.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-02-24-BigStack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-03-08-addi12-ccout.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-04-15-DynAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-04-26-CopyRegCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-05-24-rsbs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-06-14-NEONCoalescer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-06-21-TailMergeBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-08-10-VarSizedAllocaBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-11-22-EpilogueBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2010-12-03-AddSPNarrowing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2011-04-21-FILoweringBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2011-06-07-TwoAddrEarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2011-12-16-T2SizeReduceAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2012-01-13-CBNZBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2013-02-19-tail-call-register-hint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2013-03-02-vduplane-nonconstant-source-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/2013-03-06-vector-sext-operand-scalarize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/aligned-constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/aligned-spill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/bfi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/bfx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/buildvector-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/constant-islands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/cortex-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/cross-rc-coalescing-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/frameless.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/frameless2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/ifcvt-neon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/inflate-regs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/large-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/large-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/ldr-str-imm12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/longMACt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/lsr-deficiency.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/machine-licm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/mul_const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/pic-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/tail-call-r9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-adc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-add6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-and2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-asr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-asr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-bcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-bfc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-bic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-call-tc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-cbnz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-clz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-cmn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-cmn2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-cmp2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-eor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-eor2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ifcvt1-tc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ifcvt1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ifcvt2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ifcvt3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-jtb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldr_ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldr_post.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldr_pre.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldrb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldrd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ldrh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-lsl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-lsl2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-lsr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-lsr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-lsr3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mulhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-mvn2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-neg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-orn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-orn2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-orr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-orr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-pack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-rev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-rev16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-ror.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-rsb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-rsb2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sbc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-select_xform.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-shifter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-smla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-smul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-spill-q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-str.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-str_post.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-str_pre.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-strb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-strh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sub2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sub3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sub4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sub5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sxt-uxt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-sxt_rot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-tbb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-tbh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-teq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-teq2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-tst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-tst2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-uxt_rot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/thumb2-uxtb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/tls1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/tls2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/v8_IT_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/v8_IT_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/v8_IT_3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/v8_IT_4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/Thumb2/v8_IT_5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2003-08-03-CallArgLiveRanges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2003-08-23-DeadBlockTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2003-11-03-GlobalBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-02-13-FrameReturnAddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-02-14-InefficientStackPointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-02-22-Casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-03-30-Select-Max.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-04-13-FPCMOV-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-06-10-StackifierCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2004-10-08-SelectSetCCFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2005-01-17-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2005-02-14-IllegalAssembler.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-01-19-ISelFoldingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-03-01-InstrSchedBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-03-02-InstrSchedBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-04-04-CrossBlockCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-04-27-ISelFoldingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-01-SchedCausingSpills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-02-InstrSched1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-02-InstrSched2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-08-CoalesceSubRegClass.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-08-InstrSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-11-InstrSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-17-VectorArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-22-FPSetEQ.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-05-25-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-07-20-InlineAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-07-28-AsmPrint-Long-As-Pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-07-31-SingleRegClass.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-08-07-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-08-16-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-08-21-ExtraMovInst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-09-01-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-07-ScalarSSEMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-09-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-10-FindModifiedNodeSlotBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-12-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-13-CycleInDAG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-11-12-CSRetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-11-17-IllegalMove.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-11-27-SelectLegalize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-12-16-InlineAsmCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2006-12-19-IntelSyntax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-01-08-InstrSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-01-08-X86-64-Pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-01-29-InlineAsm-ir.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-02-04-OrAddrMode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-02-16-BranchFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-02-19-LiveIntervalAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-02-23-DAGCombine-Miscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-02-25-FastCCStack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-01-SpillerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-16-InlineAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-18-LiveIntervalAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-24-InlineAsmVectorOp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-03-26-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-08-InlineAsmCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-24-Huge-Stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-24-VectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-25-MMX-PADDQ.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-05-05-Personality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-05-05-VecCastExpand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-05-14-LiveIntervalAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-05-15-maskmovq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-05-17-ShuffleISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-06-04-X86-64-CtorAsmBugs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-06-15-IntToMMX.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-06-28-X86-64-isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-06-29-DAGCombinerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-06-29-VecFPConstantCSEBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-07-03-GR64ToVR64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-07-10-StackerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-07-18-Vector-Extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-08-01-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-08-09-IllegalX86-64Asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-08-10-SignExtSubreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-08-13-AppendingLinkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-09-05-InvalidAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-09-17-ObjcFrameEH.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-09-18-ShuffleXformBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-09-27-LDIntrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-04-AvoidEFLAGSCopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-12-CoalesceExtSubReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-12-SpillerUnfold1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-12-SpillerUnfold2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-14-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-16-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-17-IllegalAsm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-19-SpillerUnfold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-28-inlineasm-q-modifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-29-ExtendSetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-30-LSRCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-10-31-extractelement-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-01-ISelCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-03-x86-64-q-constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-04-LiveIntervalCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-04-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-04-rip-immediate-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-06-InstrSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-07-MulBy4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-12-16-BURRSchedCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2007-12-18-LoadCSEBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-01-08-IllegalCMP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-01-09-LongDoubleSin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-01-16-InvalidDAGCombineXform.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-05-ISelCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-06-LoadFoldingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-14-BitMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-18-TailMergingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-25-InlineAsmBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-25-X86-64-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-26-AsmDirectMemOp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-27-DeadSlotElimBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-02-27-PEICrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-06-frem-fpstack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-07-APIntBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-12-ThreadLocalAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-13-TwoAddrPassCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-14-SpillerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-19-DAGCombinerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-25-TwoAddrPassBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-02-unnamedEH.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-08-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-09-BranchFolding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-15-LiveVariableBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-16-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-16-ReMatBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-17-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-24-MemCpyBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-24-pblendw-fold-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-26-Asm-Optimize-Imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-28-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-04-28-CyclicSchedUnit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-01-InvalidOrdCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-09-PHIElimBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-09-ShuffleLoweringBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-12-tailmerge-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-21-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-22-FoldUnalignedLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-28-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-06-13-NotVolatileLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-06-16-SubregsBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-06-18-BadShuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-06-25-VecISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-07-DanglingDeadInsts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-09-ELFSectionAttributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-11-SHLBy1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-16-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-19-movups-spills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-22-CombinerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-07-23-VSetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-06-CmpStride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-06-RewriterBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-19-SubAndFetch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-23-64Bit-maskmovq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-31-EH_RETURN32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-08-31-EH_RETURN64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-05-sinttofp-2xi32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-09-LinearScanBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-11-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-17-inline-asm-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-18-inline-asm-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-19-RegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-25-sseregparm-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-26-FrameAddrBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-29-ReMatBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-09-29-VolatileBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-06-MMXISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-06-x87ld-nan-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-06-x87ld-nan-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-07-SSEISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-11-CallCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-13-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-16-VecUnaryOp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-17-Asm64bitRConstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-20-AsmDoubleInI32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-24-FlippedCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-27-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-10-29-ExpandVAARG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-11-03-F80VAARG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-11-06-testb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-11-13-inlineasm-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-11-29-ULT-Sign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-01-SpillerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-01-loop-iv-used-outside-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-02-IllegalResultType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-02-dagcombine-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-02-dagcombine-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-02-dagcombine-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-16-dagcombine-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-22-dagcombine-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-23-crazy-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2008-12-23-dagcombine-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-13-DoubleUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-16-SchedulerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-16-UIntToFP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-18-ConstantExprCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-25-NoSSE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-26-WrongCheck.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-27-NullStrings.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-31-BigShift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-31-BigShift2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-01-31-BigShift3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-01-LargeMask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-03-AnalyzedTwice.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-04-sext-i64-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-08-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-09-ivs-different-sizes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-11-codegenprepare-reuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-12-DebugInfoVLA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-12-InlineAsm-nieZ-constraints.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-12-SpillerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-21-ExtWeakInitializer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-25-CommuteBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-03-BTHang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-03-BitcastLongDouble.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-05-burr-list-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-07-FPConstSelect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-09-APIntCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-09-SpillerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-10-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-12-CPAlignBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-13-PHIElimBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-23-LinearScanBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-23-MultiUseSched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-23-i80-fp80.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-25-TestBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-03-26-NoImplicitFPBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-12-picrel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-13-2AddrAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-14-IllegalRegs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-25-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-27-CoalescerAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-29-IndirectDestOperands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-29-LinearScanBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-29-RegAllocAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-04-scale.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-08-InlineAsmIOffset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-11-tailmerge-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-19-SingleElementExtractElement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-23-available_externally.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-23-dagcombine-shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-28-DAGCombineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-05-30-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-02-RewriterBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-03-Win64DisableRedZone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-05-ScalarToVectorByteMMX.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-05-VZextByteShort.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-05-VariableIndexInsert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-05-sitofpCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-06-ConcatVectors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-12-x86_64-tail-call-conv-out-of-sync-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-15-not-a-tail-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-06-18-movlp-shuffle-register.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-06-TwoAddrAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-07-SplitICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-09-ExtractBoolFromVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-15-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-16-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-19-AsmExtraOperands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-20-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-07-20-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-02-mmx-scalar-to-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-06-branchfolder-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-06-inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-08-CastError.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-12-badswitch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-19-LoadNarrowingMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-23-SubRegReuseUndo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-08-23-linkerprivate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-10-SpillComments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-16-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-19-earlyclobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-21-NoSpillLoopCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-22-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-09-23-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-10-14-LiveVariablesBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-10-16-Scope.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-10-19-EmergencySpill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-10-25-RewriterBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-04-SubregCoalescingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-16-MachineLICM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-17-UpdateTerminator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-18-TwoAddrKill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-11-25-ImpDefBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-12-01-EarlyClobberBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2009-12-11-TLSNoRedZone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/20090313-signext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-05-ZExt-Shl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-07-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-07-UAMemFeature.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-11-ExtraPHIArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-13-OptExtBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-15-SelectionDAGCycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-18-DbgValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-01-19-OptExtBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-01-DbgValueCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-01-TaillCallCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-03-DualUndef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-04-SchedulerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-11-NonTemporal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-12-CoalescerBug-Impdef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-15-ImplicitDefBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-19-TailCallRetAddrBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-23-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-23-DIV8rDefinesAX.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-23-RematImplicitSubreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-02-23-SingleDefPhiJoin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-03-04-Mul8Bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-03-05-ConstantFoldCFG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-03-05-EFLAGS-Redef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-03-17-ISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-08-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-13-AnalyzeBranchCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-21-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-23-mmx-movdq2q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-29-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-03-CoalescerSubRegClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-07-ldconvert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-10-DAGCombinerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-12-FastAllocKills.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-16-nosseconversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-26-DotDebugLoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-26-FP_TO_INT-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-05-28-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-15-FastAllocEarlyCLobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-24-g-constraint-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-25-asm-RA-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-28-FastAllocTiedOperand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-06-28-matched-g-constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-02-UnfoldBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-02-asm-alignstack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-06-DbgCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-06-asm-RIP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-11-FPStackLoneUse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-13-indirectXconstraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-15-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-07-29-SetccSimplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-08-04-MingWCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-08-04-StackVariable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-09-01-RemoveCopyByCommutingDef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-09-16-EmptyFilename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-09-16-asmcrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-09-30-CMOV-JumpTable-PHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-10-08-cmpxchg8b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-11-02-DbgParameter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-11-09-MOVLPS.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-11-18-SelectOfExtload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2010-12-02-MC-Set.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-01-07-LegalizeTypesCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-01-10-DagCombineHang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-02-04-FastRegallocNoFP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-02-12-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-02-21-VirtRegRewriter-KillSubReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-02-23-UnfoldBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-02-27-Fpextend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-03-02-DAGCombiner.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-03-08-Sched-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-03-09-Physreg-Coalescing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-03-30-CreateFixedObjCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-04-13-SchedCmpJmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-04-19-sclr-bb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-05-09-loaduse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-05-26-UnreachableBlockElim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-05-27-CrossClassCoalescing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-01-fildll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-03-x87chain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-06-fgetsign80bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-12-FastAllocSpill.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-14-PreschedRegalias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-14-mmx-inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-06-19-QuicksortCoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-07-13-BadFrameIndexDisplacement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-08-23-Trampoline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-08-29-BlockConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-08-29-InitOrder.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-09-14-valcoalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-09-18-sse2cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-09-21-setcc-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-11-SpillDead.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-11-srl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-12-MachineCSE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-18-FastISel-VectorParams.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-19-LegelizeLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-19-widen_vselect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-21-widen-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-27-tstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-10-30-padd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-11-07-LegalizeBuildVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-11-22-AVX2-Domains.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-11-30-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-06-AVXVectorExtractCombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-06-BitcastVectorGlobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-08-AVXISelBugs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-15-vec_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-26-extractelement-duplicate-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-28-vselecti8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-12-8-bitcastintprom.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2011-20-21-zext-ui2fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-01-11-split-cv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-01-12-extract-sv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-01-16-mfence-nosse-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-01-18-vbitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-02-12-dagco.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-02-14-scalar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-02-23-mmx-inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-02-29-CoalescerBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-03-15-build_vector_wl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-03-20-LargeConstantExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-03-26-PostRALICMBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-04-09-TwoAddrPassBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-04-26-sdglue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-05-17-TwoAddressBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-05-19-CoalescerCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-05-19-avx2-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-10-extload64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-10-shufnorm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-15-BuildVectorPromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-15-broadcastfold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-15-tconst_shl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-15-vshl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-16-LeaUndef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-16-fp2ui-i1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-17-vtrunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-07-23-select_cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-08-07-CmpISelBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-08-16-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-08-17-legalizer-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-08-28-UnsafeMathCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-09-13-dagco-fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-09-28-CGPBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-1-10-buildvector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-10-02-DAGCycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-10-03-DAGCycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-10-18-crash-dagco.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-11-28-merge-store-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-11-30-handlemove-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-11-30-misched-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-11-30-regpres-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-12-06-python27-miscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-12-1-merge-multiple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-12-12-DAGCombineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-12-14-v8fp80-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2012-12-19-NoImplicitFloat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2013-01-09-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2013-02-12-ShuffleToZext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2013-03-13-VEX-DestReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2013-05-06-ConactVectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/2013-10-14-FastISel-incorrect-vreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/3addr-16bit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/3addr-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/3dnow-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/4char-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/9601.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/Atomics-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/alloc_loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/argpromotion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/badreadproto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/badrootproto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/badwriteproto.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/cg-O0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/deadargelim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/erlang-gc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/fat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/inline2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/lower_gcroot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/ocaml-gc-assert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/ocaml-gc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/GC/outside.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/MachineSink-CritEdge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/MachineSink-DbgValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/MachineSink-PHIUse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/MachineSink-eflags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/MergeConsecutiveStores.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/StackColoring-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/StackColoring.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/SwitchLowering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/SwizzleShuff.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/WidenArith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/abi-isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/add-of-carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/adde-carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/addr-label-difference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/aes_intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alias-error.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/aligned-comm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alignment-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/all-ones-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alldiv-divdi3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alloca-align-rounding-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/alloca-align-rounding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/allrem-moddi3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/and-or-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/and-su.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/andimm8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/anyext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/anyregcc-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/anyregcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/apm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/arg-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-block-labels.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-global-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-indirect-mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-invalid-register-class-crasher.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-label.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-label2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-modifier-P.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-modifier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/asm-reg-type-mismatch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-bypass-slow-division-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-bypass-slow-division.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-call-reg-indirect-foldedreload64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-call-reg-indirect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-fixup-lea1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-fixup-lea2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-fixup-lea3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-lea-addw-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-lea-sp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-pad-short-functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-sched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atom-shuf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-dagsched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-load-store-wide.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-minmax-i6432.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic6432.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic_add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/atomic_op.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/attribute-sections.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avoid-lea-scale2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avoid-loop-align-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avoid-loop-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-blend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-brcond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-cvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-fp2int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-intel-ocl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-intrinsics-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-logic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-movdup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-shuffle-x86_32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-splat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-unpack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-varargs-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vbroadcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vextractf128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vinsertf128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vmovddup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vperm2f128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vpermil.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vshufp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-vzeroupper.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-win64-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-win64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-conversions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-gather.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-logic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-nontemporal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-palignr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-phaddsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-unpack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-vbroadcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-vector-shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-vperm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx2-vperm2i128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-build-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-cvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-fma-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-gather-scatter-intrin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-insert-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-mask-op.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-mov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-trunc-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-vbroadcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/avx512-vec-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/barrier-sse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/barrier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/basic-promote-integers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bc-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bigstructret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bigstructret2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bit-test-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bitcast-i256.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bitcast-int-to-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bitcast2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/blend-msb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/block-placement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bmi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bool-simplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bool-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/br-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/brcond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/break-anti-dependencies.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/break-avx-dep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/break-sse-dep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bss_pagealigned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bswap-inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bswap-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/btq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/buildvec-insertvec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/byval7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/call-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/call-push.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cas.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cfstring.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/chain_order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/change-compare-stride-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/change-compare-stride-trickiness-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/change-compare-stride-trickiness-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/change-compare-stride-trickiness-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/clobber-fi0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/clz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cmov-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cmov-into-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cmpxchg16b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalesce-esp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalesce-implicitdef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-commute1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-commute2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-commute3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-commute4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-commute5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-cross.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-dce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-dce2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-identity.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coalescer-remat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/code_placement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/code_placement_align_all.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/code_placement_eh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/codegen-prepare-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/codegen-prepare-extload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/codegen-prepare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/codemodel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coff-feat00.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/coldcc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/combine-lds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/combiner-aa-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/combiner-aa-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/commute-intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/commute-two-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/compact-unwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/compare-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/compare-inf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/compare_folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/compiler_used.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/complex-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/complex-fca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/conditional-indecrement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/constant-pool-remat-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/constant-pool-sharing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/constpool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/constructor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/copysign-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/crash-O0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/crash-nosse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/critical-edge-split-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cstring.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ctpop-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/cvtv2f32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dag-rauw-cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dagcombine-buildvector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dagcombine-cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dagcombine-shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dagcombine-unsafe-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/darwin-bzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/darwin-no-dead-strip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/darwin-quote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/darwin-stub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/discontiguous-loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/div8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/divide-by-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/divrem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dll-linkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dllexport.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dollar-name.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dwarf-comp-dir.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dyn-stackalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dyn_alloca_aligned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/dynamic-allocas-VLAs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/early-ifcvt-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/early-ifcvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/eh_frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/emit-big-cst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/empty-functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/empty-struct-return-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/epilogue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extended-fma-contraction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extern_weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extmul128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extmul64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extract-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extract-concat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extract-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extractelement-from-arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extractelement-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extractelement-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/extractps.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/f16c-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-cc-callee-pops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-cc-merge-stack-adj.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-cc-pass-in-regs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-agg-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-args-fail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-args.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-avoid-unnecessary-pic-base.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-bail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-bc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-cmp-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-constpool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-divrem-x86-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-divrem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-expect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-gv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-i1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-ret-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-tailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-x86-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fast-isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcall-correct-mangling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcc-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcc-byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcc-sret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastcc3struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fastisel-gep-promote-before-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/field-extract-use-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fildll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/float-asmprint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/floor-soft-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fltused.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fltused_function_pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fma.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fma3-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fma4-intrinsics-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fma_patterns.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fma_patterns_wide.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fmul-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-and-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-call-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-call-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-imm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-load-vec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-mul-lohi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-pcmpeqd-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-pcmpeqd-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-pcmpeqd-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-sext-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-vex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-xmm-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fold-zext-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/force-align-stack-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/force-align-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-elim-and-no-fp-elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-fast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-immediate-shorten.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-in-intregs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-load-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-select-cmp-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-2results.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-O0-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-O0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-compare-cmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-direct-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-ret-conv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-ret-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-retcopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack-set-st1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp-une-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp2sint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp_constant_op.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp_load_cast_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fp_load_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/frame-base.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fsgsbase.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/fsxor-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/full-lsr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ga-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/gather-addresses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/gcc_except_table.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ghc-cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ghc-cc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/global-sections-tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/global-sections.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/gs-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-register-addressing-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-register-addressing-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-register-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-registers-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-registers-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-registers-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/h-registers-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/haddsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/handle-move.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hidden-vis-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hidden-vis-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hidden-vis-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hidden-vis-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hidden-vis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hipe-cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hipe-cc64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hipe-prologue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hoist-common.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/hoist-invariant-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i128-and-beyond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i128-immediate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i128-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i128-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i128-sdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i256-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i2k.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i486-fence-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/i64-mem-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/iabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ident-metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/illegal-insert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/illegal-vector-args-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/imul-lea-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/imul-lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/imul64-lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-2addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-R-constraint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-error.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-flag-clobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-fpstack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-h.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-modifier-n.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-modifier-q.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-mrv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-out-regs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-ptr-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-q-regs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-tied.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm-x-scalar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inlineasm-sched-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/inreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ins_subreg_coalesce-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ins_subreg_coalesce-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ins_subreg_coalesce-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/insert-positions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/insertelement-copytoregs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/insertelement-legalize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/int-intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/invalid-shift-immediate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isel-optnone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isel-sink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isel-sink2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isel-sink3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isnan.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/isnan2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ispositive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/jump_sign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/label-redefinition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/large-gep-chain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/large-gep-scale.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/large-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ldzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lea-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lea-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lea-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lea-recursion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/leaf-fp-elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalize-fmp-oeq-vector-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalize-libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalize-shift-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalize-sub-zero-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalize-sub-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/legalizedag_vec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lfence.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/licm-dominance.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/licm-nested.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/licm-symbol.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/limited-prec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/live-out-reg-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/liveness-local-regalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/load-slice.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lock-inst-encoding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/log2_not_readnone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/long-extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/long-setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/longlong-deadload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-blocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-hoist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/loop-strength-reduce8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-delayed-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-i386.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-interesting-step.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-loop-exit-cond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-negative-stride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-nonaffine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-normalization.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-quadratic-expand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-redundant-addressing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-reuse-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-reuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-sort.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-static-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lsr-wrap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/lzcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/machine-cp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/machine-cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/masked-iv-safe.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/masked-iv-unsafe.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/maskmovdqu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mcinst-avx-lowering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mcinst-lowering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mem-promote-integers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/membarrier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memcpy-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memset-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memset-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memset-sse-stack-realignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/memset64-on-x86-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/merge_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mfence.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mingw-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misaligned-memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-balance.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-fusion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-ilp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-matmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-matrix.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/misched-new.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-arg-passing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-arg-passing2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-bitcast-to-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-builtins.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-copy-gprs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-emms.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-insert-element.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-pinsrw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-punpckhdq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-s2v.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mmx-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/movbe.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/movfs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/movgs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/movmsk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/movntdq-no-avx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ms-inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mul-legalize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mul-remat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mul-shift-reassoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mul128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mul64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/muloti.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mult-alt-generic-i686.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mult-alt-generic-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mult-alt-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/multiple-loop-post-inc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/multiple-return-values-cross-block.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mulx32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/mulx64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nancvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/narrow-shl-cst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/narrow-shl-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/narrow_op-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/neg-shl-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/neg_cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/neg_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/negate-add-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/negative-sin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/negative-stride-fptosi-user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/negative-subscript.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/negative_zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/newline-and-quote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/no-cfi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/no-cmov.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/no-compact-unwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/no-elf-compact-unwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nobt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nocx16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/non-lazy-bind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nonconst-static-ev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nonconst-static-iv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nontemporal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/norex-subreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nosse-error1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nosse-error2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/nosse-varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/null-streamer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/objc-gc-module-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/object-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/odr_comdat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/opt-ext-uses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/opt-shuff-tstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/optimize-max-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/optimize-max-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/optimize-max-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/optimize-max-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/or-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/or-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/overlap-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/packed_struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/palignr-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/palignr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pass-three.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/patchpoint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-setb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-test-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-test-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-test-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-test-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-test-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-vector-extract-concat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/peep-vector-extract-insert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/personality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/personality_size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phaddsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phi-bit-propagation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phi-immediate-factoring.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phielim-split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phys-reg-local-regalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phys_subreg_coalesce-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phys_subreg_coalesce-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/phys_subreg_coalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pic-load-remat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pic_jumptable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pmovext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pmovsx-inreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pmulld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pointer-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/popcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/postalloc-coalescing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/postra-licm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/powi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10068.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10420.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10475.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10499.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10523.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10524.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10525.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr10526.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11202.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11334.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11415.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11468.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11985.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr11998.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr12312.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr12359.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr12360.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr12889.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13209.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13220.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13458.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13577.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13859.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr13899.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14088.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14090.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14098.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14161.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14204.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14314.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14333.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr14562.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr1462.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr1489.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr1505.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr1505b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr15267.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr15296.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr15309.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr16031.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr16360.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr16807.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr17546.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr17631.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr17764.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr18014.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr18023.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr18054.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr18162.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2177.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2182.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2326.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2656.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2659.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2849.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2924.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr2982.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3154.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3216.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3241.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3243.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3244.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3250.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3317.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3366.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3457.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr3522.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr5145.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr7882.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr9127.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pr9743.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/pre-ra-sched.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/prefetch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/prefixdata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/private-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/promote-assert-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/promote-i16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/promote-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/psubus.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ptr-rotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ptrtoint-constexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rd-mod-wr-eflags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rdrand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rdseed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rdtsc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/red-zone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/red-zone2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/reghinting.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/regpressure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/remat-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/remat-fold-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/remat-mov-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/remat-phys-dead.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/remat-scalar-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ret-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ret-i64-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ret-mmx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/returned-trunc-tail-calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/reverse_branches.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rip-rel-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rip-rel-lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rodata-relocs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rot16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rot32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rot64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rotate2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rounding-ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/rtm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sandybridge-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scalar-extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scalar-min-max-fill-operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scalar_sse_minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scalar_widen_div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scalarize-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/scev-interchange.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sdiv-exact.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/segmented-stacks-dynamic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/segmented-stacks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/select-with-and-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/select_const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/selectiondag-cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/setcc-narrowing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/setcc-sentinals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/setoeq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/setuge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-i1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-ret-val.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-setcc-self.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-subreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sext-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sfence.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sha.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-bmi2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-coalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-codegen.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-double.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-i128.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-i256.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-one.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-pair.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shift-parts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shl-anyext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shl-i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shl_elim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shl_undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shrink-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shrink-fp-const1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/shrink-fp-const2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall-byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sibcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/simple-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sincos-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sincos.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sink-hoist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sink-out-of-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sjlj.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/small-byval-memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/smul-with-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/soft-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/splat-scalar-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/split-eh-lpad-edges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/split-vector-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/split-vector-rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sqrt-fastmath.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-12.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-align-9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-domains.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-fcopysign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-intel-ocl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-load-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse-varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse2-blend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse2-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse2-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse2-vector-shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse3-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse41-blend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse41-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse41.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse42-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse42.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse42_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse4a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse_partial_update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sse_reload_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/ssse3-intrinsics-x86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-align-memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-align2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-protector-dbginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-protector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stack-update-frame-opcode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stackmap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stdarg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stdcall-notailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stdcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store-empty-member.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store-fp-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store-global-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store-narrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store_op_load_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/store_op_load_fold2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stores-merging.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/storetrunc-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stride-nine-with-base-reg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/stride-reuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sub-with-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/subreg-to-reg-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/switch-bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/switch-crit-edge-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/switch-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/switch-order-weight.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/switch-zextload.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/swizzle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-call-attrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-call-got.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-call-legality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-dup-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-opts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tail-threshold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-calleesave.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-cgp-dup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-disable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-fastisel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-largecode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-returndup-void.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-ri64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-stackalign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall-structret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallbyval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallbyval64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallfp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallfp2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallpic1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallpic2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tailcallstack64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/targetLoweringGeneric.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tbm-intrinsics-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tbm_patterns.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/test-nofold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/test-shrink-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/test-shrink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/testl-commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/this-return-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tls-local-dynamic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tls-models.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tls-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tls-pie.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tlv-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tlv-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/tlv-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/trunc-ext-ld-st.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/trunc-to-bool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/twoaddr-coalesce-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/twoaddr-coalesce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/twoaddr-lea.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/twoaddr-pass-sink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/twoaddr-sink-terminator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/uint64-to-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/uint_to_fp-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/uint_to_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/umul-with-carry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/umul-with-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unaligned-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unaligned-spill-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/undef-label.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unknown-location.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unreachable-loop-sinking.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unwind-init.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/unwindraise.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/urem-i8-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/use-add-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/utf16-cfstrings.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/utf8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v-binop-widen.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v-binop-widen2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v2f32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v4f32-immediate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v4i32load-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/v8i1-masks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vaargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vararg_tailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/variable-sized-darwin-bzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/variadic-node-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vastart-defs-eflags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec-sign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec-trunc-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_align_i256.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_anyext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_cast2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_clear.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_compare-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_compare-sse4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_ctbits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_ext_inreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_extract-sse4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_fabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_floor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_fpext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_i64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_ins_extract-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_ins_extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert-9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_insert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_loadsingles.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_logical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_round.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_sdiv_to_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-A.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-B.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-C.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-D.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-E.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-F.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-G.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-H.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-I.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set-J.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_set.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_setcc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shift2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shift3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shift4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-14.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-15.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-17.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-18.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-19.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-20.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-22.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-23.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-24.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-25.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-26.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-27.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-28.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-30.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-31.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-34.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-35.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-36.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-37.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-38.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle-39.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_splat-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_splat-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_splat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_ss_load_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_udiv_to_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_uint_to_fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_zero-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_zero_cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vec_zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector-rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector-variable-idx.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector-variable-idx2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vfcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/viabs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/visibility.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/visibility2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/volatile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vortex-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vselect-minmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift_scalar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift_split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vshift_split2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/vsplit-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/warn-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/weak_def_can_be_hidden.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/wide-fma-contraction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/wide-integer-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_arith-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_cast-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_conv-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_conv-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_conv-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_conv-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_extract-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_load-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_load-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_load-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/widen_shuffle-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win32_sret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win64_alloca_dynalloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win64_params.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win64_vararg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win_chkstk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/win_ftol2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-and-mask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-dead-stack-adjust.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-disp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-extend-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-gv-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-jumps.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-pic-9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-psub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-ptr-arg-simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-ret0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-shortint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-sret-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-tls-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-64-varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-frameaddr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-frameaddr2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-shifts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86-store-gv-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/x86_64-mul-by-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xmm-r64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xmulo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xop-intrinsics-x86_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xor-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/xtest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zero-remat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-extract_subreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-inreg-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-inreg-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-shl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/X86/zext-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2008-11-17-Shl64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2009-01-08-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2009-01-14-Remat-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2009-03-27-v2f64-param.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2009-07-15-store192.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2010-02-25-LSR-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2011-01-31-DAGCombineBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/2011-08-01-DynamicAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/DbgValueOtherTargets.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/addsub64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/ashr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/bigstructret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/byVal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/epilogue_prologue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/events.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/exception.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/float-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/fneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/getid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/globals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/inline-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/ladd_lsub_combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/licm-ldwcp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/linkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/misc-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/mkmsk.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/mul64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/offset_folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/ps-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/resources.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/scavenging.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/shedulingPreference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/sr-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/switch_long.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/threads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/trampoline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/unaligned_load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/unaligned_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/unaligned_store_combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/CodeGen/XCore/zextfree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2009-10-16-Phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2009-11-03-InsertExtractValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2009-11-05-DeadGlobalVariable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2009-11-06-NamelessGlobalVariable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2009-11-10-CurrentFn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-01-05-DbgScope.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-01-19-DbgScope.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-03-12-llc-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-03-19-DbgDeclare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-03-24-MemberFn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-03-30-InvalidDbgInfoCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-04-19-FramePtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-05-03-DisableFramePtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-05-03-OriginDIE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-05-10-MultipleCU.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-07-19-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/2010-10-01-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/cfi-frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/dwarfdump.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/eh_frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/eh_frame_personality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/AArch64/variable-loc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/ARM/PR16736.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/ARM/lowerbdgdeclare_vla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/ARM/selectiondag-deadcode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-inl-test.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-inl-test.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-inl-test.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-inl-test.high_pc.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-pubnames.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-pubnames.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test-32bit.elf.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test-loc-list-32bit.elf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test-zlib.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test-zlib.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64.debuglink [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test2-helper.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test2-main.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test2.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test3-decl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test3-decl2.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test3.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test3.elf-x86-64 space [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test4-decl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test4-part1.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test4-part2.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-test4.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-type-units.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/dwarfdump-type-units.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/macho-universal [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/DebugInfo/Inputs/macho-universal.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/PowerPC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/PowerPC/tls-fission.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/PowerPC/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/eh_frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/eh_frame_personality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/eh_frame_personality.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/variable-loc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/SystemZ/variable-loc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/2010-04-13-PubType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/2010-08-10-DbgConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/2011-12-16-BadStructRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_AT_byte_size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_AT_location-reference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_AT_object_pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_AT_specification.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/DW_TAG_friend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/aligned_stack_var.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/arguments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/block-capture.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/byvalstruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/coff_relative_names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/concrete_out_of_line.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/data_member_location.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-at-specficiation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-byval-parameter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-const-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-declare-arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-declare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-file-name.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-i128-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-large-unsigned-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-merge-loc-entry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-prolog-end.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-subrange.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-dag-combine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-inlined-parameter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-isel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-location.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-range.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg-value-terminator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dbg_value_direct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/debug-info-block-captured-self.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/debug-info-blocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/debug-info-static-member.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/debug_frame.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dwarf-aranges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dwarf-public-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/dwarf-pubnames-split.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/earlydup-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/eh_symbol.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/elf-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/empty-and-one-elem-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/empty-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/ending-run.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/enum-class.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/enum-fwd-decl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/fission-cu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/fission-hash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/fission-ranges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/generate-odr-hash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/gnu-public-names-empty.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/gnu-public-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/instcombine-instrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/line-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/linkage-name.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/low-pc-cu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/main-file-name.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/misched-dbg-value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/multiple-aranges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/multiple-at-const-val.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/nondefault-subrange-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/objc-fwd-decl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/op_deref.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/parameters.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/pointer-type-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/pr11300.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/pr12831.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/pr13303.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/pr9951.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/prologue-stack.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/ref_addr_relocation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/reference-argument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/rvalue-ref.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/stmt-list-multiple-compile-units.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/stmt-list.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/stringpool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/struct-loc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/subrange-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/subreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/template.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/tls-fission.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/union-template.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/X86/vla.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/bug_null_debuginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/debuginfofinder-multiple-cu.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/debuglineinfo.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarf-public-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-debug-frame-simple.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-debug-loc-simple.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-dump-flags.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-inlining.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-pubnames.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-test.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-type-units.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/dwarfdump-zlib.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/enum.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/inheritance.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/inline-debug-info-multiret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/inline-debug-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/inlined-arguments.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/inlined-vars.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/llvm-symbolizer.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/member-order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/member-pointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/namespace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/template-recursive-void.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/tu-composite.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/tu-member-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/two-cus-from-same-file.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/DebugInfo/version.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2002-12-16-ArgTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-04-ArgumentBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-04-LoopTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-04-PhiTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-09-SARTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-10-FUCOM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-01-15-AlignmentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-05-06-LivenessClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-05-07-ArgumentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-05-11-PHIRegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-06-04-bzip2-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-06-05-PHIBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-08-15-AllocaAssertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-08-21-EnvironmentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-08-23-RegisterAllocatePhysReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2005-12-02-TailCallBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2007-12-10-APIntLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2008-06-05-APInt-OverAShr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/2010-01-15-UndefValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2002-12-16-ArgTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-04-ArgumentBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-04-LoopTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-04-PhiTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-10-FUCOM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-01-15-AlignmentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-05-06-LivenessClobber.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-05-07-ArgumentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-05-11-PHIRegAllocBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-06-05-PHIBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-08-15-AllocaAssertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-08-21-EnvironmentTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-08-23-RegisterAllocatePhysReg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2005-12-02-TailCallBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2007-12-10-APIntLoadStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2010-01-15-UndefValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/2013-04-04-RelocAddend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/Inputs/cross-module-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/Inputs/multi-module-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/Inputs/multi-module-c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/Inputs/multi-module-eh-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/cross-module-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/eh-lg-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/eh-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/eh.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/fpbitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/hello-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/hello.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/hello2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/multi-module-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/multi-module-eh-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/non-extern-addend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/pr13727.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/Inputs/cross-module-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/Inputs/multi-module-c.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/multi-module-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/stubs-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/simplesttest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/simpletest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/stubs-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/stubs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-call-no-external-funcs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-common-symbols-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-common-symbols.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-constantexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-data-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-fp-no-external-funcs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-global-ctors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-global-init-nonzero-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-global-init-nonzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-loadstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-local.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-logical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-ptr-reloc-sm-pic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-ptr-reloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-setcond-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-setcond-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/MCJIT/test-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/RuntimeDyld/arm_secdiff_reloc.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/fma3-jit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/fpbitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/hello.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/hello2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/mov64zext32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/simplesttest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/simpletest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/stubs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-call-no-external-funcs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-common-symbols.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-constantexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-fp-no-external-funcs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-global-init-nonzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-arithm_float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-arithm_int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-insertelement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-insertextractvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-loadstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-logical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-setcond-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-setcond-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-interp-vec-shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-loadstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-local.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-logical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-setcond-fp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-setcond-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/ExecutionEngine/test-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/NamedMDNode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/NamedMDNode2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/attributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/callingconventions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/calltest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/casttest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/cfgstructures.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/cold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/const_pv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/constexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/constpointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/escaped_label.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/exception.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/fold-fpcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/forwardreftest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/global_pv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/global_section.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/globalredefinition3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/globalvars.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/indirectcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/indirectcall2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/instructions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/linker_private_linkages.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/load_module.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/md_on_instruction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/memorymarkers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/minsize_attr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/newcasts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/optnone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/packed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/packed_struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/paramattrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/ppcld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/prefixdata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/properties.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/prototype.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/recursivetype.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/simplecalltest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/small.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/smallest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/sparcld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/terminators.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/testalloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/testconstants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/testlogical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/testtype.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/testvarargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/undefined.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/unreachable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/varargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/varargs_new.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/vector-cast-constant-exprs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/weak_constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/weirdnames.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Feature/x86ld.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-a-b-has-b.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-b-a-has-b.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-dag-multi-prefix-2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-dag-multi-prefix.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-dag-substring-prefix.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-dag-xfails.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-dag.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-label-dag-capture.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-label-dag.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-label.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-multi-prefix-label.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-multiple-prefixes-mixed.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-multiple-prefixes-nomatch.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-multiple-prefixes-substr.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-not-diaginfo.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-prefixes.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-substring-multi-prefix-2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/check-substring-multi-prefix.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/dos-style-eol.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/first-character-match.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/line-count-2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/line-count.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/multiple-missing-prefixes.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/next-no-match.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/regex-brackets.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/regex-no-match.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/separate-multi-prefix.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/simple-var-capture.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/two-checks-for-same-match.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/validate-check-prefix.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/FileCheck/var-ref-same-line.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/X86/bug_11395.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/adaptive_global_redzones.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/asan-vs-gvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/coverage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/debug_info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/different_scale_and_offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/do-not-instrument-internal-globals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/do-not-touch-odr-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/do-not-touch-threadlocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/instrument-no-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/instrument_global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/instrument_initializer_metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/instrument_load_then_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/keep-instrumented_functions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/lifetime-uar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/AddressSanitizer/test64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/BoundsChecking/many-trap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/BoundsChecking/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/BoundsChecking/simple-32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/BoundsChecking/simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/Inputs/abilist.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/abilist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/arith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/prefix-rename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/DataFlowSanitizer/store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/X86/vararg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/atomics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/msan_basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/return_from_main.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/unreachable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/vector_cvt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/MemorySanitizer/wrap_indirect_calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/no_sanitize_thread.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/read_before_write.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/read_from_global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/tsan-vs-gvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/tsan_basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/vptr_read.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Instrumentation/ThreadSanitizer/vptr_update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/2007-01-19-TruncSext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/BitPacked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/basictest_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/constexpr_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/constpointer_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/fold-fpcast_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/instructions_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/newcasts_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/packed_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/packed_struct_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/properties_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/undefined_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Integer/unreachable_bt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/JitListener/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/JitListener/test-common-symbols.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/JitListener/test-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/JitListener/test-parameters.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/LTO/cfi_endproc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/LTO/linkonce_odr_func.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/LTO/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/LTO/runtime-library.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2002-07-17-GlobalFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2002-07-17-LinkTest2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2002-08-20-ConstantExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-01-30-LinkerRename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-01-30-LinkerTypeRename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-04-23-LinkOnceLost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-04-26-NullPtrLinkProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-05-15-TypeProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-05-31-LinkerRename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-06-02-TypeResolveProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-06-02-TypeResolveProblem2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-20-OpaqueTypeResolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-23-GlobalVarLinking.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-24-InheritPtrSize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-28-TypeResolvesGlobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-28-TypeResolvesGlobal2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-08-28-TypeResolvesGlobal3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-10-27-LinkOncePromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2003-11-18-TypeResolution.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2004-02-17-WeakStrongLinkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2004-05-07-TypeResolution1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2004-05-07-TypeResolution2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2004-12-03-DisagreeingType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2005-02-12-ConstantGlobals-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2005-02-12-ConstantGlobals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2005-12-06-AppendingZeroLengthArrays.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2006-01-19-ConstantPacked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2006-06-15-GlobalVarAlignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-03-05-AliasReference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-03-05-AliasReference2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-03-07-DroppedSection_a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-03-07-DroppedSection_b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-06-13-LinkOnceRedefinition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-06-26-AddressSpace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-07-06-AliasFnDecl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-07-06-AliasFnDecl2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-07-06-AliasWeakDest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2008-07-06-AliasWeakDest2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2009-09-03-mdnode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2009-09-03-mdnode2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-04-DebugLoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-04-DebugLoc2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-04-Metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-04-Metadata2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-18-unique-class-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-18-unique-class-type2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-18-unique-debug-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-18-unique-debug-type2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-22-ResolveAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/2011-08-22-ResolveAlias2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/AppendingLinkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/AppendingLinkage2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/ConstantGlobals1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/ConstantGlobals2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/ConstantGlobals3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/DbgDeclare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/DbgDeclare2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/PR11464.a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/PR11464.b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/PR8300.a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/PR8300.b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/basiclink.a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/basiclink.b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/linkage.a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/linkage.b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/type-unique-inheritance-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/type-unique-inheritance-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/type-unique-simple2-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/Inputs/type-unique-simple2-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/LinkOnce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/PR8300.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/available_externally_a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/available_externally_b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/basiclink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/inlineasm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/link-global-to-func.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/link-messages.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/link-type-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/linkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/linkmdnode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/linkmdnode2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/linknamedmdnode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/linknamedmdnode2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/metadata-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/metadata-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-1-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-1-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-2-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-2-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-3-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-3-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-4-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-4-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-5-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-5-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-6-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-6-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-7-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-7-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-8-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/module-flags-8-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/multiple-merged-structs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/partial-type-refinement-link.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/partial-type-refinement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/prefixdata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/redefinition.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/testlink1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/testlink2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/transitive-lazy-link.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/type-unique-inheritance.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/type-unique-simple-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/type-unique-simple-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/type-unique-simple2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/unnamed-addr-err-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/unnamed-addr-err-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/unnamed-addr1-a.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/unnamed-addr1-b.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/visibility1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/visibility2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Linker/weakextern.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/adrp-relocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/basic-a64-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/basic-a64-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/basic-pic.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-extern.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-globaladdress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-objdump.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-addend.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-addsubimm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-condbr.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-ldrlit.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-ldstunsimm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-movw.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-pcreladdressing.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-tstb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/elf-reloc-uncondbrimm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/gicv3-regs-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/gicv3-regs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/inline-asm-modifiers.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/jump-table.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/mapping-across-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/mapping-within-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-2velem.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-3vdiff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-aba-abd.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-across.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-add-pairwise.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-add-sub-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-bitwise-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-compare-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-crypto.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-extract.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-facge-facgt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-frsqrt-frecp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-halving-add-sub.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-max-min-pairwise.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-max-min.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-mla-mls-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-mov.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-mul-div-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-perm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-rounding-halving-add.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-rounding-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-saturating-add-sub.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-saturating-rounding-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-saturating-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-abs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-add-sub.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-by-elem-mla.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-by-elem-mul.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-by-elem-saturating-mla.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-by-elem-saturating-mul.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-compare.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-cvt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-dup.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-extract-narrow.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-fp-compare.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-mul.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-neg.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-recip.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-reduce-pairwise.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-rounding-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-saturating-add-sub.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-saturating-rounding-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-saturating-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-shift-imm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-scalar-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-shift-left-long.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-copy.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-ldst-multi-elem.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-ldst-one-elem.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-misc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-post-ldst-multi-elem.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-simd-shift.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/neon-tbl.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/noneon-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/tls-relocs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/trace-regs-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AArch64/trace-regs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/2010-11-30-reloc-movt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/2013-03-18-Br-to-label-named-like-reg.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/AlignedBundling/group-bundle-arm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/AlignedBundling/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/AlignedBundling/pad-align-to-bundle-end.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/align_arm_2_thumb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/align_thumb_2_arm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-aliases.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-arithmetic-aliases.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-it-block.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-ldrd.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-memory-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-shift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-thumb-cpus-default.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-thumb-cpus.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-thumb-trustzone.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm-trustzone.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm_addrmode2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm_addrmode3.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm_fixups.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm_instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/arm_word_directive.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/basic-arm-instructions-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/basic-arm-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/basic-thumb-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/basic-thumb2-instructions-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/basic-thumb2-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/bracket-darwin.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/bracket-exprs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/crc32-thumb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/crc32.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/cxx-global-constructor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/data-in-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/deprecated-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/diagnostics-noneon.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/directive-cpu.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/directive-eabi_attribute.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/directive-fpu-multiple.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/directive-fpu.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/dot-req.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-compact-pr0.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-compact-pr1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-cantunwind-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-cantunwind.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-fnend-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-fnstart-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-handlerdata.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-integrated-test.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-multiple-offsets.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-pad-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-pad.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-personality-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-personality.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-save-diagnoatics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-save.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-section-comdat.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-section-multiple-func.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-setfp-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-setfp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-text-section-multiple-func.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-text-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-vsave-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/eh-directive-vsave.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-eflags-eabi.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-jump24-fixup.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-movt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-reloc-01.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-reloc-02.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-reloc-03.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-reloc-condcall.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-thumbfunc-reloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-thumbfunc-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/elf-thumbfunc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/fp-armv8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/full_line_comment.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/hilo-16bit-relocations.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/idiv.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-barrier.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-crc32.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-fp-armv8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-hint-arm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-hint-thumb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-idiv.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/invalid-neon-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/load-store-acquire-release-v8-thumb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/load-store-acquire-release-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/mapping-within-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/mode-switch.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/multi-section-mapping.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-abs-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-absdiff-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-add-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-bitcount-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-bitwise-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-cmp-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-convert-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-crypto.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-dup-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-minmax-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-mov-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-mul-accum-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-mul-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-neg-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-pairwise-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-reciprocal-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-reverse-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-satshift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-shift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-shiftaccum-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-shuffle-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-sub-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-table-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-vld-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-vst-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neon-vswp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-abs-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-absdiff-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-add-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-bitcount-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-bitwise-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-cmp-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-convert-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-dup-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-minmax-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-mov-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-mul-accum-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-mul-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-neg-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-pairwise-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-reciprocal-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-reverse-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-satshift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-shift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-shiftaccum-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-shuffle-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-sub-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-table-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-vld-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/neont2-vst-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/obsolete-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/pr11877.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/relocated-mapping.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/simple-fp-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/single-precision-fp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-fp-armv8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-hints.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-invalid-crypto.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-neon-crypto.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-neon-v8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-only-conditionals.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb-shift-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-b.w-encodingT4.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-branches.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-diagnostics.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-ldrd.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-mclass.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-narrow-dp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/thumb2-pldw.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/v8_IT_manual.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/vfp4.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/vpush-vpop.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ARM/xscale-attributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/align_invalid.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/assignment.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/bad-macro.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/cfi-unfinished-frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/cfi-window-save.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/conditional_asm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/dash-n.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_abort.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_align.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_ascii.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_comm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_darwin_section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_desc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_elf_size.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_file-errors.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_file.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_fill.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_incbin.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_include.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_lcomm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_line.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_loc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_lsym.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_org.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_seh.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_set.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_space.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_subsections_via_symbols.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_symbol_attrs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_tbss.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_tdata.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_thread_init_func.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_tlv.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_values.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/directive_zerofill.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/dollars-in-identifiers.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/dot-symbol.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/equ.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/expr_symbol_modifiers.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/exprs-invalid.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/exprs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/extern.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/floating-literals.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/hello.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/ifb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/ifc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/ifdef.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/ifndef.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/incbin_abcd [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/labels.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/line_with_hash.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-args.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-def-in-instantiation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-err1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-irp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-irpc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-rept-err1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-rept-err2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macro-rept.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macros-darwin.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macros-parsing.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/macros.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/pr11865.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/purgem.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/rename.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/section_names.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/secure_log_unique.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/variables-invalid.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/AsmParser/variables.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/alias.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/align-nops.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/basic-coff-64.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/basic-coff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/bss.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/bss_section.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/comm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/diff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/eh-frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/feat00.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/global_ctors_dtors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/linker-options.ll [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/MC/COFF/linkonce-invalid.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/linkonce.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/lset0.s [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/MC/COFF/module-asm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/rdata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/relocation-imgrel.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/secrel-variant.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/secrel32.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/section-comdat.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/section-invalid-flags.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/section-name-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/seh-align1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/seh-align2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/seh-align3.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/seh-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/seh.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/simple-fixups.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/switch-relocations.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/symbol-alias.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/symbol-fragment-offset-64.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/symbol-fragment-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/symbol-mangling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/tricky-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/weak-symbol.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/COFF/weak.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/a64-ignored-fields.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/basic-a64-instructions.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/basic-a64-undefined.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/basic-a64-unpredictable.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/gicv3-regs.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/ldp-offset-predictable.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/ldp-postind.predictable.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/ldp-preind.predictable.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/neon-instructions.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/AArch64/trace-regs.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/arm-LDREXD-reencoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/arm-STREXD-reencoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/arm-tests.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/arm-thumb-trustzone.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/arm-trustzone.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/basic-arm-instructions-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/basic-arm-instructions.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/crc32-thumb.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/crc32.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/fp-armv8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/fp-encoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/hex-immediates.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-FSTMX-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-IT-CC15.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-armv7.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-armv8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-because-armv7.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-thumbv7-xfail.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-thumbv7.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/invalid-thumbv8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/ldrd-armv4.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/load-store-acquire-release-v8-thumb.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/load-store-acquire-release-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/marked-up-thumb.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/memory-arm-instructions.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neon-crypto.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neon-tests.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neon-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neon.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neont-VLD-reencoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neont-VST-reencoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/neont2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-MSR-MClass.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-fp-armv8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-neon-crypto.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-neon-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-printf.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-tests.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb2-v8.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/thumb2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-ADC-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-ADDREXT3-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-AExtI-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-AI1cmp-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-BFI.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-LDR-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-LDRD-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-LSL-regform.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-MRRC2-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-MRS-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-MUL-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-RSC-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-SEL-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-SHADD16-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-SSAT-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-STRBrs-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-UQADD8-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictable-swp-arm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/unpredictables-thumb.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/ARM/vfp4.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/micromips.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/micromips_le.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips-dsp.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips32.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips32_le.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips32r2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips32r2_le.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips64.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips64_le.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips64r2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/Mips/mips64r2_le.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/insns-pcrel.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/insns.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/invalid-regs.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/trunc-01.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/trunc-02.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/trunc-03.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/SystemZ/unmapped.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/hex-immediates.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/intel-syntax-32.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/intel-syntax.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/invalid-VEX-vvvv.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/invalid-cmp-imm.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/marked-up.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/prefixes.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/simple-tests.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/truncated-input.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/x86-32.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/X86/x86-64.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/XCore/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Disassembler/XCore/xcore.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/abs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/alias-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/alias.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/align-bss.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/align-nops.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/align-size.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/align-text.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/align.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bad-relocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bad-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/basic-elf-32.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/basic-elf-64.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bracket-exprs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bracket.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bss-large.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/bss.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/call-abs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-adjust-cfa-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-advance-loc2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-def-cfa-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-def-cfa-register.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-def-cfa.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-escape.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-reg.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-register.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-rel-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-rel-offset2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-remember.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-restore.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-same-value.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-signal-frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-undefined.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-window-save.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi-zero-addr-delta.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/cfi.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/comdat-dup-group-name.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/comdat-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/comdat.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/common.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/common2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/comp-dir.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/debug-line.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/debug-line2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/debug-loc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/diff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/diff2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/elf_directive_previous.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/elf_directive_section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/empty-dwarf-lines.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/empty.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/entsize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/entsize.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/fde.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/file-double.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/file.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/gen-dwarf.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/global-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/got.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/ident.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/invalid-symver.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/lcomm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/leb128.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/local-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/many-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/many-sections-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/merge.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/n_bytes.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/no-fixup.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/noexec.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/norelocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/org.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/pic-diff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/plt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/pr9292.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relax-all-flag.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relax-arith.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relax-crash.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relax.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relocation-386.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relocation-pc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/relocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/rename.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/section-quoting.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/set.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/sleb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/subsection.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/symbol-names.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/symref.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/tls-i386.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/tls.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/type.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/uleb.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/undef.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/undef2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/version.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/weak-relocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/weak.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/weakref-plt.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/weakref-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/weakref.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/x86_64-reloc-sizetest.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/ELF/zero.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/darwin-ARM-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/darwin-Thumb-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/data-in-code.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/empty-function-nop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/llvm-objdump-macho-stripped.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/llvm-objdump-macho.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/long-call-branch-island-relocation.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/no-subsections-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/nop-armv4-padding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/nop-armv6t2-padding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/nop-thumb-padding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/nop-thumb2-padding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/relax-thumb-ldr-literal.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/relax-thumb2-branches.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/static-movt-relocs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/thumb-bl-jbits.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/thumb2-function-relative-load.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/thumb2-movt-fixup.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/ARM/thumb2-movw-fixup.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/absolute.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/absolutize.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bad-darwin-x86_64-32-bit-abs-addr.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bad-darwin-x86_64-diff-relocs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bad-dollar.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bad-indirect-symbols.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bad-macro.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/bss.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/comm-1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-complex-difference.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-diff-reloc-assign-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-diff-reloc-assign.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-diff-relocs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-nobase-relocs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-reloc-offsets.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/darwin-x86_64-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/data.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/debug_frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/diff-with-two-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/direction_labels.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/empty-dwarf-lines.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/file.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/gen-dwarf-cpp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/gen-dwarf-macro-cpp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/gen-dwarf-producer.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/gen-dwarf.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/i386-large-relocations.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/indirect-symbols.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/jcc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/lcomm-attributes.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/linker-option-1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/linker-option-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/linker-options.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/loc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/pcrel-to-other-section.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/previous.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/pushsection.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/relax-jumps.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/relax-recompute-align.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/reloc-diff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/reloc-pcrel-offset.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/reloc-pcrel.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/section-align-1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/section-align-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/section-attributes.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/section-flags.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/string-table.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/symbol-diff.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/symbol-flags.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/symbol-indirect.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/symbols-1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tbss.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tdata.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/temp-labels.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/thread_init_func.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tls.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tlv-bss.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tlv-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/tlv.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/values.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/variable-errors.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/variable-exprs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/weakdef.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86-data-in-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_32-optimal_nop.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_32-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_32-symbols.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_64-reloc-arithmetic.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_64-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/x86_64-symbols.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-3.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-4.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-5.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/MachO/zerofill-sect-align.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Markup/basic-markup.mc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Markup/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/abicalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/do_switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/eh-frame.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-N64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-bigendian.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-gprel-32-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-objdump.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-reginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-relsym.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf-tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf_basic.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf_eflags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf_eflags.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf_st_other.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/elf_st_other.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/expr1.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/higher_highest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/hilo-addressing.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/lea_64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-alu-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-branch-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-branch16.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-expansions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-expressions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-jump-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-jump26.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-loadstore-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-loadstore-unaligned.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-long-branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-movcond-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-multiply-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-relocations.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-shift-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-tailr.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/micromips-trap-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-alu-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-control-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-coprocessor-encodings.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-dsp-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-expansions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-fpu-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-jump-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-memory-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-register-names.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips-relocations.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips64-alu-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips64-instructions.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips64-register-names.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips64extins.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips64shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips_directives.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/mips_gprel16.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_2r.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_2rf.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_3r.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_3rf.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_bit.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_cbranch.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_ctrlregs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_elm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_elm_insert.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_elm_insve.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_i10.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_i5.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_i8.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_lsa.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_mi10.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/msa/test_vec.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/multi-64bit-func.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/nabi-regs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/pr11877.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/r-mips-got-disp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/set-at-directive.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/sext_64_32.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/sym-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/Mips/xgot.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/deprecated-p7.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc-llong.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc-machine.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc-nop.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc-word.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding-bookII.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding-bookIII.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding-ext.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding-fp.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding-vmx.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-errors.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-fixup-apply.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-fixup-explicit.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-fixups.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-initial-cfa.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-operands.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-regs.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-relocs-01.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/ppc64-tls-relocs-01.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/tls-gd-obj.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/tls-ie-obj.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/PowerPC/tls-ld-obj.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/insn-bad-z196.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/insn-bad.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/insn-good-z196.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/insn-good.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/regs-bad.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/regs-good.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/SystemZ/tokens.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/2011-09-06-NoNewline.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/3DNow.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/align-mode-argument-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/asm-printing-bundle-directives.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/autogen-inst-offset-align-to-end.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/autogen-inst-offset-padding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/bundle-group-too-large-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/bundle-lock-option-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/different-sections.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/lock-without-bundle-mode-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/long-nop-pad.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/pad-align-to-bundle-end.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/pad-bundle-groups.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/relax-at-bundle-end.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/relax-in-bundle-group.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/single-inst-bundling.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/switch-section-locked-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/AlignedBundling/unlock-without-lock-error.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/address-size.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/avx512-encodings.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/cfi_def_cfa-crash.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/fde-reloc.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/gnux32-dwarf-gen.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/intel-syntax-2.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/intel-syntax-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/intel-syntax-hex.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/intel-syntax.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/padlock.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/shuffle-comments.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-32-avx.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-32-coverage.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-32-fma3.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-32-ms-inline-asm.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-32.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86-64.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-avx-clmul-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-avx-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-bmi-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-fma3-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-fma4-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-hle-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-imm-widths.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-rand-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-rtm-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-sse4a.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-tbm-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_64-xop-encoding.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_directives.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_errors.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_long_nop.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_nop.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/MC/X86/x86_operands.s [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Makefile.tests [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/ARM/macho-data-in-code.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/ARM/objdump-thumb.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/ARM/symbol-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/COFF/i386.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/COFF/x86-64.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/ELF/BE32.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/ELF/BE64.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/ELF/LE32.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/ELF/LE64.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/archive-test.a-coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/archive-test.a-corrupt-symbol-table [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/archive-test.a-empty [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/archive-test.a-gnu-minimal [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/archive-test.a-gnu-no-symtab [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/corrupt-version.elf-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/corrupt.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/dext-test.elf-mips64r2 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/elf-reloc-no-sym.x86_64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/elf-versioning-test.i386 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/elf-versioning-test.x86_64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/elfver.S [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/elfver.script [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/evenlen [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/hello-world.elf-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/macho-data-in-code.macho-thumbv7 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/macho-text-sections.macho-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/macho-text.thumb [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/macho-universal.x86_64.i386 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/oddlen [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/program-headers.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/program-headers.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/program-headers.mips [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/relocations.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/shared-object-test.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/shared-object-test.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/shared.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-executable-test.macho-x86-64 [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.coff-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.elf-hexagon [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.elf-mips64el [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.macho-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test.macho-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial-object-test2.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/trivial.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/very_long_bytecode_file_name.bc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Inputs/weak-global-symbol.macho-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Mips/feature.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/Mips/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/macho-text-sections.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-cfg-invalid-opcode.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-cfg-textatomsize.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-cfg.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-disassembly-inline-relocations.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-disassembly-symbolic.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/X86/objdump-trivial-object.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/ar-create.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-delete.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-error-tmp.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-extract-dir.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-format.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-long-index.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-move.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-replace-pos.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-symtab.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-toc.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/archive-update.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/check_binary_output.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/coff-archive-short.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/coff-archive.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/corrupt.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/directory.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/elf-reloc-no-sym.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-archive.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-error.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-shared-object.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-trivial-object.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-universal-binary.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/nm-weak-global-macho.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/obj2yaml.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-file-header.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-private-headers.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-relocations.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-section-content.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-sectionheaders.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/objdump-symbol-table.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/readobj-elf-versioning.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/readobj-shared-object.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/readobj.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/relocation-executable.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/simple-archive.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-elf-bits-endian.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-elf-file-headers.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-elf-section-basic.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-elf-symbol-LocalGlobalWeak.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-elf-symbol-basic.yaml [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Object/yaml2obj-readobj.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2002-01-31-CallGraph.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2002-02-24-InlineBrokePHINodes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2002-03-11-ConstPropCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2003-02-19-LoopInfoNestingBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2004-08-16-PackedConstantInlineStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2004-08-16-PackedGlobalConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2004-08-16-PackedSelect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2004-08-16-PackedSimple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2004-08-20-PackedControlFlow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2006-02-05-PassManager.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2007-06-05-PassID.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2007-06-28-PassManager.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2007-09-10-PassManager.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2008-02-14-PassManager.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2008-06-04-FieldSizeInPacked.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2008-10-06-RemoveDeadPass.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2008-10-15-MissingSpace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2009-03-31-CallGraph.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2009-06-05-no-implicit-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2009-09-14-function-elements.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/2010-05-06-Printer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/FileCheck-space.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/Inputs/TestProg/TestProg [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Other/Inputs/llvm_cov.gcda [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/Inputs/llvm_cov.gcno [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/ResponseFile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/X86/inline-asm-newline-terminator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/attribute-comment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/can-execute.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/close-stderr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/constant-fold-gep-address-spaces.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/constant-fold-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/extract-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/extract-linkonce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/extract-weak-odr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/invalid-commandline-option.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/link-opts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/lint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/llvm-cov.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/llvm-nm-without-aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/optimize-options.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/pipefail.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/spir_cc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Other/umask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/2003-08-03-PassCode.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/2006-09-18-LargeInt.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/2010-03-24-PrematureDefaults.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/AnonDefinitionOnDemand.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/BitsInitOverflow.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/CStyleComment.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Dag.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/DefmInherit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/DefmInsideMultiClass.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/FieldAccess.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ForeachList.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ForeachLoop.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ForwardRef.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/GeneralList.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Include.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Include.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/IntBitInit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/LazyChange.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/LetInsideMultiClasses.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListArgs.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListArgsSimple.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListConversion.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListManip.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListOfList.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ListSlices.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/LoLoL.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/MultiClass.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/MultiClassDefName.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/MultiClassInherit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/MultiPat.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/NestedForeach.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Paste.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/SetTheory.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/SiblingForeach.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Slice.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/String.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/SuperSubclassSameName.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/TargetInstrInfo.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/TargetInstrSpec.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/TemplateArgRename.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/Tree.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/TreeNames.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/TwoLevelName.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/UnsetBitInit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/UnterminatedComment.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/cast.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/defmclass.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/eq.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/eqbit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/foreach.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/if.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/ifbit.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/intrinsic-order.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/intrinsic-varargs.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/lisp.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/list-element-bitref.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/math.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/nested-comment.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/pr8330.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/strconcat.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/subst.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/subst2.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TableGen/usevalname.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/TestRunner.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-05-22-PHITest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-05-28-Crash-distilled.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-05-28-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-07-17-AssertionFailure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-07-17-PHIAssertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2002-07-29-Segfault.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-06-11-InvalidCFG.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-06-24-BadSuccessor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2004-05-04-UnreachableBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/basictest1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/basictest2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/dce_pure_call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/dce_pure_invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ADCE/unreachable-function.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/2008-02-01-ReturnAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/2008-09-07-CGUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/2008-09-08-CGUpdateSelfEdge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/aggregate-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/attrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/byval-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/callgraph-update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/chained.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/control-flow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/control-flow2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/pr3085.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ArgumentPromotion/reserve-tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/cmp-types.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/loop1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/pr15289.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/sh-rec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/sh-rec2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/sh-rec3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/sh-types.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/simple-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/simple-ldstr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/vs-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/X86/wr-aliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/cycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/func-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/ld1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/loop1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/mem-op-depth.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/no-ldstr-conn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/req-depth.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/search-limit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple-ldstr-ptrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple-ldstr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple-sel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple-tst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/simple3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BBVectorize/xcore/no-vector-registers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/BranchFolding/2007-10-19-InlineAsmDirectives.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeGenPrepare/2008-11-24-RAUW-Self.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CodeGenPrepare/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2002-05-03-NotOperator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2003-05-12-DivideError.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2006-11-30-vector-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2006-12-01-bool-casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2007-02-05-BitCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2007-02-23-sdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2007-11-23-cttz.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2008-07-07-VectorCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2009-06-20-constexpr-zero-lhs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/2009-09-01-GEP-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/constant-expr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/div-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/extractvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/float-to-ptr-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/insertvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/logicaltest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/overflow-ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstProp/remtest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/2011-01-15-EitherOrder.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/dont-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/linker-private.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/merge-both.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ConstantMerge/unnamed-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/2010-09-02-Trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/2010-09-26-MergeConstantRange.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/non-null.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/CorrelatedValuePropagation/range.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2007-12-20-ParamAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2008-01-16-VarargsParamAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2008-06-23-DeadAfterLive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2010-04-30-DbgInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/2013-05-17-VarargsAndBlockAddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/canon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/dbginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/dead_vaargs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/deadexternal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/deadretval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/deadretval2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/keepalive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/linkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/multdeadretval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/returned.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadArgElim/variadic_safety.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/2011-03-25-DSEMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/2011-09-06-EndOfFunction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/2011-09-06-MemCpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/PartialStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/const-pointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/dominate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/free.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/inst-limits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/memintrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/no-targetdata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/pr11390.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DeadStoreElimination/simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/exception.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/function.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/simple-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/DebugIR/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/EarlyCSE/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/EarlyCSE/commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/EarlyCSE/floatingpoint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/EarlyCSE/instsimplify-dom.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2008-09-03-Mutual.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2008-09-03-ReadNone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2008-09-03-ReadOnly.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2008-09-13-VolatileRead.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2008-12-29-Constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2009-01-02-LocalStores.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2009-01-04-Annotate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/2010-10-30-volatile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/annotate-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/nocapture.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/noreturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/FunctionAttrs/readattrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GCOVProfiling/linkagename.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GCOVProfiling/version.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-25-DominatedLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-25-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-25-Loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-25-NestedLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-25-SinglePredecessor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-26-InterlockingLoops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-26-NonRedundant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-26-PhiErasure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-30-PredIDom.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-31-NoDomInherit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2007-07-31-RedundantPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-02-12-UndefLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-02-13-NewPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-07-02-Unreachable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-12-09-SelfRemove.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-12-12-RLE-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-12-14-rle-reanalyze.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2008-12-15-CacheVisited.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-01-21-SortInvalidation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-01-22-SortInvalidation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-02-17-LoadPRECrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-03-10-PREOnVoid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-06-17-InvalidPRE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-07-13-MemDepSortFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2009-11-12-MemDepMallocBitCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2010-03-31-RedundantPHIs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2010-05-08-OneBit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2010-11-13-Simplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2011-04-27-phioperands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2011-07-07-MatchIntrinsicExtract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2011-09-07-TypeIdFor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/2012-05-22-PreCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/MemdepMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/bitcast-of-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/calls-nonlocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/calls-readonly.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/cond_br.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/cond_br2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/condprop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/crash-no-aa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/edge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/fpmath.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/lifetime-simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/load-constant-mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/load-pre-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/load-pre-licm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/local-pre.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/lpre-call-wrap-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/lpre-call-wrap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/malloc-load-removal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/non-local-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/nonescaping-malloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/null-aliases-nothing.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/phi-translate-partial-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/phi-translate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pr10820.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pr12979.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pr14166.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pr17732.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pr17852.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pre-basic-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pre-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pre-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/pre-single-pred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/preserve-tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/range.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/readattrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle-must-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle-no-phi-translate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle-nonlocal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle-phi-translate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle-semidominated.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/rle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GVN/unreachable_block_infinite_loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2002-07-17-CastRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2009-01-05-DeadAliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/2009-02-17-AliasUsesAliasee.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/basicvariabletest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/complex-constantexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/externally_available.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalDCE/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2005-09-27-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2007-04-05-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2007-05-13-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2007-06-04-PackedStruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2007-11-09-GEP-GEP-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-01-03-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-01-13-OutOfRangeSROA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-01-29-VolatileGlobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-04-26-SROA-Global-Align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-07-17-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2008-12-16-HeapSRACrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-01-13-phi-user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-02-15-BitcastAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-02-15-ResolveAlias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-03-05-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-03-07-PromotePtrToBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-11-16-BrokenPerformHeapAllocSRoA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2009-11-16-MallocSingleStoreToGlobalVar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2010-02-25-MallocPromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2010-02-26-MallocSROA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2011-04-09-EmptyGlobalCtors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/2012-05-11-blockaddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/alias-resolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/alias-used.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/array-elem-refs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/atexit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/blockaddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/cleanup-pointer-root-users.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/compiler-used.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/constantexpr-dangle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/constantfold-initializers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/crash-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/ctor-list-opt-constexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/ctor-list-opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/cxx-dtor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/deadfunction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/deadglobal-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/deadglobal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/globalsra-partial.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/globalsra-unknown-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/globalsra.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/heap-sra-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/heap-sra-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/heap-sra-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/heap-sra-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/heap-sra-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/integer-bool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/invariant-nodatalayout.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/invariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/iterate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/load-store-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/malloc-promote-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/malloc-promote-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/malloc-promote-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/memset-null.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/metadata.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/phi-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/storepointer-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/storepointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/tls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/trivialstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/undef-init.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/unnamed-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/GlobalOpt/zeroinitializer-gep-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/2008-06-09-WeakProp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/2009-09-24-byval-ptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/dangling-block-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/deadarg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/recursion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/return-argument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/return-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/return-constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IPConstantProp/user-with-multiple-uses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2003-12-15-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2005-11-18-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2008-09-02-IVType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2009-04-14-shorten_iv_vars.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2009-04-22-IndvarCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2009-04-27-Floating.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2009-05-24-useafterfree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-09-10-widen-nsw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-09-19-vectoriv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-09-27-hoistsext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-10-27-lftrnull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-11-01-lftrptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-11-15-multiexit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/2012-10-19-congruent-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/ada-loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/ashr-tripcount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/avoid-i0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/casted-argument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/dangling-use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/divide-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/dont-recompute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/elim-extend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/eliminate-comparison.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/eliminate-max.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/eliminate-rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/exit_value_tests.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/floating-point-iv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/interesting-invoke-use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/iv-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/iv-sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/iv-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-address-space-pointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-extend-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-other-uses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-reuse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr-zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/lftr_simple.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate10.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate11.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate8.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate9.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_5.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/loop_evaluate_6.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/masked-iv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/no-iv-rewrite.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/phi-uses-value-multiple-times.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/polynomial-expand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/preserve-signed-wrap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/shrunk-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/signed-trip-count.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/single-element-range.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/sink-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/sink-trapping.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/tripcount_compute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/tripcount_infinite.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/udiv-invariant-but-traps.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/udiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/uglygep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/ult-sub-to-eq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/variable-stride-ivs-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/variable-stride-ivs-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/verify-scev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/IndVarSimplify/widen-nsw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2003-09-14-InlineValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2003-09-22-PHINodeInlineFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2003-09-22-PHINodesInExceptionDest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2003-09-22-PHINodesInNormalInvokeDest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2003-10-13-AllocaDominanceProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2004-04-15-InlineDeletesCall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2004-04-20-InlineLinkOnce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2006-11-09-InlineCGUpdate-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2006-11-09-InlineCGUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2007-04-15-InlineEH.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2007-06-25-WeakInline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2007-12-19-InlineNoUnwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2008-09-02-NoInline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2009-01-08-NoInlineDynamicAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2009-01-13-RecursiveInlineCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2009-05-07-CallUsingSelfCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2010-05-12-ValueMap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/2010-05-31-ByvalTailcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/PR4909.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/alloca-bonus.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/alloca-in-scc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/alloca-merge-align-nodl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/alloca-merge-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/alloca_test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/always-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/array_merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/attributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/blockaddress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/byval.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/callgraph-update.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/cfg_preserve_test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/crash2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/delete-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/devirtualize-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/devirtualize-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/devirtualize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/dynamic_alloca_test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/externally_available.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/gvn-inline-iteration.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-byval-bonus.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-invoke-tail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-invoke-with-asm-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-optnone.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-optsize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline-tail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_cleanup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_constprop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_dce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_minisize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_prune.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_returns_twice.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/inline_ssp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/invoke-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/invoke_test-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/invoke_test-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/invoke_test-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/lifetime-no-datalayout.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/nested-inline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/noinline-recursive-fn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/noinline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/ptr-diff.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Inline/recursive.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2002-05-14-SubFailure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2002-08-02-CastTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2002-12-05-MissedConstProp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-05-26-CastMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-06-05-BranchInvertInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-07-21-ExternalConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-10-29-CallSiteResolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2003-11-03-VarargsCallBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-01-13-InstCombineInvokePHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-02-23-ShiftShiftOverflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-03-13-InstCombineInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-05-07-UnsizedCastLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-09-20-BadLoadCombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-09-20-BadLoadCombine2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-11-22-Missed-and-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-04-07-UDivSelectCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-06-15-DivSelectCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-06-15-ShiftSetCCCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-06-16-RangeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-06-16-SetCCOrSetCCMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2005-07-07-DeadPHILoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-02-13-DemandedMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-02-28-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-03-30-ExtractElement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-04-28-ShiftShiftLongLong.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-09-15-CastToBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-10-19-SignedToUnsignedCastAndConst-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-10-20-mask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-10-26-VectorReassoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-11-10-ashr-miscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-08-Phi-ICmp-Op-Fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-15-Range-Test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2006-12-23-Select-Cmp-Cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-01-14-FcmpSelf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-01-18-VectorInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-01-27-AndICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-02-01-LoadSinkAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-02-07-PointerCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-02-23-PhiFoldInfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-13-CompareMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-25-DoubleShift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-03-26-BadShiftMask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-05-10-icmp-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-05-14-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-05-18-CastFoldBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-06-06-AshrSignBit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-06-21-DivCompareMiscomp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-08-02-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-09-10-AliasConstFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-09-17-AliasConstFold2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-10-12-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-10-28-stacksave.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-10-31-RangeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-10-31-StringCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-11-07-OpaqueAlignCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-11-15-CompareMiscomp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-11-25-CompatibleAttributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-12-10-ConstFoldCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-12-12-GEPScale.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-06-CastCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-06-VoidCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-13-AndCmpCmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-13-NoBitCastAttributes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-14-VarArgTrampoline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-21-MismatchedCastAndCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-21-MulTrunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-27-FloatSelect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-01-29-AddICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-02-13-MulURem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-02-16-SDivOverflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-02-16-SDivOverflow2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-02-23-MulSub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-02-28-OrFCmpCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-03-13-IntToPtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-04-22-ByValBitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-04-28-VolatileStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-04-29-VolatileLoadDontMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-04-29-VolatileLoadMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-08-LiveStoreDelete.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-08-StrLenSink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-09-SinkOfInvoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-17-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-18-FoldIntToPtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-22-IDivVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-22-NegValVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-23-CompareFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-31-AddBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-05-31-Bools.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-05-ashr-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-08-ICmpPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-13-InfiniteLoopStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-13-ReadOnlyCallStore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-19-UncondLoad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-21-CompareMiscomp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-06-24-StackRestore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-08-AndICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-08-ShiftOneAndOne.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-08-SubAnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-08-VolatileLoadMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-09-SubAndError.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-10-CastSextBool.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-10-ICmpBinOp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-11-RemAnd.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-13-DivZero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-16-fsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-07-16-sse2_storel_dq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-08-05-And.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-08-17-ICmpXorSignbit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-09-02-VectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-09-29-FoldingOr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-10-11-DivCompareFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-10-23-ConstFoldWithoutMask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-01-SRemDemandedBits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-08-FCmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-20-DivMulRem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-27-IDivVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-27-MultiplyIntVec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-11-27-UDivNegative.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2008-12-17-SRemNegConstVec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-05-i128-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-08-AlignAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-19-fmod-constant-float-specials.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-24-EmptyStruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-31-InfIterate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-01-31-Pressure.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-02-04-FPBitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-02-11-NotInitialized.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-02-20-InstCombine-SROA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-02-21-LoadCST.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-02-25-CrashZeroSizeArray.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-03-18-vector-ashr-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-03-20-AShrOverShift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-03-24-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-04-07-MulPromoteToI96.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-05-23-FCmpToICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-06-16-SRemDemandedBits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-07-02-MaskedIntVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2009-12-17-CmpSelectNull.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-01-28-NegativeSRem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-03-03-ExtElim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-05-30-memcpy-Struct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-11-21-SizeZeroTypeGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2010-11-23-Distributed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-02-14-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-03-08-SRemMinusOneBadOpt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-05-02-VectorBoolean.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-05-13-InBoundsGEP.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-06-13-nsw-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-09-03-Trampoline.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2011-10-07-AlignPromotion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-01-11-OpaqueBitcastCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-02-13-FCmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-02-28-ICmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-03-10-InstCombine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-04-24-vselect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-04-30-SRem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-05-27-Negative-Shift-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-05-28-select-hang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-07-25-LoadPart.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-08-28-udiv_ashl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-09-17-ZeroSizedAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-09-24-MemcpyFromGlobalCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-10-25-vector-of-pointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-12-14-simp-vgep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-3-15-or-xor-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2012-6-7-vselect-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/2013-03-05-Combine-BitcastTy-Into-Alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/CPP_min_max.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/ExtractCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/IntPtrCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/JavaCompare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/LandingPadClauses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/PR7357.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/abs-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add-shrink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add-sitofp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/add4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/addnegneg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/addrspacecast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/adjust-for-sminmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/align-2d-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/align-addr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/align-external.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-not-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-or-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-or-not.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-xor-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and-xor-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/and2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-add1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-add2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-and-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-and-or-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-and-xor-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-and1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-and2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-call-cast-target.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-cast-and-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-cast-cast-to-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-div1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-div2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-mul1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-mul2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-not.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-or1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-or2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-rem1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-rem2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-shift-simplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-shl-trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-xor1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-xor2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-zext1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/apint-zext2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/ashr-nop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/badmalloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/binop-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bit-checks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bit-tracking.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-alias-function.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-bigendian.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-sext-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-vec-canon.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-vec-uniform.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast-vector-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bitcount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bittest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bswap-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/bswap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/call-cast-target.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/call-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/call2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/canonicalize_branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cast-mul-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cast-set.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cast_ptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/compare-signs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/constant-expr-datalayout.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/constant-fold-address-space-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/constant-fold-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/constant-fold-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cos-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/cos-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/dce-iterate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/deadcode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/debug-line.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/debuginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/devirt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/disable-simplify-libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/div-shift-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/div-shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/div.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/double-float-shrink-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/double-float-shrink-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/enforce-known-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/err-rep-cold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/exact.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/exp2-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/exp2-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/extractvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fast-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fcmp-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fcmp-special.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/ffs-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/float-shrink-compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fmul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fneg-ext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-bin-operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-calls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-fops-into-selects.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-sqrt-sqrtf.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-vector-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fold-vector-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fp-ret-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fpcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fpextend.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fprintf-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fputs-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fsub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/fwrite-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/gep-addrspace.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/gepgep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/getelementptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/hoist_instr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/icmp-logical.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/idioms.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/invariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/isascii-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/isdigit-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/known_align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/load-cmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/load-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/load3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/loadstore-alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/logical-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/lshr-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/malloc-free-delete.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcmp-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcmp-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy-from-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy-to-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memcpy_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memmove-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memmove-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memmove.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memmove_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memmove_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/memset_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/merge-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/mul-masked-bits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/multi-size-address-space-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/multi-use-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/narrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/neon-intrinsics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/no-negzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/not-fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/not.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/nothrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/nsw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/obfuscated_splat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/objsize-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/objsize-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/objsize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/odr-linkage.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/onehot_merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/or-fcmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/or-to-xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/or-xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/osx-names.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/phi-merge-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/phi-select-constexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pow-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pow-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pow-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr12251.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr12338.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr17827.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr2645-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr2645-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr2996.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/pr8547.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/preserve-sminmax.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/printf-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/printf-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/ptr-int-cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/puts-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sdiv-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sdiv-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/select-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/select-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/select-extractelement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/select-load-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/set.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/setcc-strength-reduce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/shift-sra.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/shufflemask-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/shufflevec-constant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sign-test-and-or.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/signed-comparison.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/signext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/simplify-libcalls.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sincospi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sink_instruction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sitofp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sprintf-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sqrt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/srem-simplify-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/srem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/srem1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stack-overalign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stacksaverestore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stpcpy-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stpcpy-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stpcpy_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/stpcpy_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcat-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcat-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcat-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strchr-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strchr-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcmp-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcmp-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcpy-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcpy-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcpy_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcpy_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcpy_chk-64.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcspn-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strcspn-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strlen-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strlen-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncat-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncat-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncat-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncmp-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncmp-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncpy-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncpy-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncpy_chk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strncpy_chk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strpbrk-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strpbrk-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strrchr-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strrchr-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strspn-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strstr-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strstr-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/strto-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/struct-assign-tbaa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sub-xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/toascii-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/trunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/udiv-simplify-bug-0.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/udiv-simplify-bug-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/udiv_select_to_select_shift.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/udivrem-change-width.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/urem-simplify-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/urem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_demanded_elts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_extract_2elts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_extract_elt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_extract_var_elt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_insertelt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_narrow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_phi_extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_sext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vec_shuffle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector-casts.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector-srem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector_gep1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/vector_gep2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/volatile_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/weak-symbols.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/win-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/x86-crc32-demanded.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/xor-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/xor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/xor2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zero-point-zero-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zeroext-and-reduce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zext-bool-add-sub.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zext-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zext-or-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstCombine/zext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2010-12-20-Boolean.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2010-12-20-Distribute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2011-01-14-Thread.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2011-02-01-Vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2011-09-05-InsertExtractValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2011-10-27-BinOpCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2011-11-23-MaskedBitsCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/2013-04-19-ConstantFoldingCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/AndOrXor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/call-callconv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/exact-nsw-nuw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/fast-math.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/fdiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/floating-point-arithmetic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/maxmin.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/past-the-end.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/ptr_diff.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/reassociate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/rem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/InstSimplify/vector_gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Internalize/2009-01-05-InternalizeAliases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Internalize/apifile [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Internalize/lists.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Internalize/used.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/2008-11-27-EntryMunge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/2010-08-26-and.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/2011-04-02-SimplifyDeadBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/2011-04-14-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/2012-07-19-NoSuccessorIndirectBr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/and-and-cond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/and-cond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/branch-no-const.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/degenerate-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/landing-pad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/lvi-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/no-irreducible-loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/or-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/phi-eq.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/pr9331.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/JumpThreading/thread-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2006-06-03-IncorrectIDFPhis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2006-07-09-NoDominator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2006-10-31-UnreachableBlock-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2006-10-31-UnreachableBlock.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2007-07-12-LICM-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2007-07-12-LICM-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/2007-07-12-LICM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/invoke-dest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/unreachable-use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LCSSA/unused-phis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-26-LoopExitNotDominated.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-27-PreheaderExitNodeUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-27-StoreSinkPHIs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-02-28-PromoteDifferentType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-05-02-LoadHoist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2003-12-11-SinkingToPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2004-11-17-UndefIndexCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2007-05-22-VolatileSink.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2007-07-30-AliasSet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2007-09-17-PromoteValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2007-09-24-PromoteNullValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2007-10-01-PromoteSafeValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2008-05-20-AliasSetVAArg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2009-12-10-LICM-Indbr-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2011-04-06-HoistMissedASTUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2011-04-06-PromoteResultOfPromotion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2011-04-09-RAUW-AST.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/2011-07-06-Alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/Preserve-LCSSA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/atomics.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/debug-value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/hoist-invariant-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/hoisting.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/no-preheader-test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/promote-order.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/scalar-promote-memmodel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/scalar_promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/sinking.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/speculate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LICM/volatile-alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/2008-05-06-Phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/dcetest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/multiple-exit-conditions.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/multiple-exits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopDeletion/simplify-then-delete.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/X86/popcnt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/basic-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/debug-line.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/memset_noidiom.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/non-canonical-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopIdiom/scev-invalidation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopReroll/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopReroll/nonconst_lb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopReroll/reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/2009-01-25-SingleEntryPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/PhiRename-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/PhiSelfRefernce-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/dbgvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/multiple-exits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/phi-duplicate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/pr2639.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/preserve-scev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopRotate/simplifylatch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2003-08-15-PreheadersFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2004-02-05-DominatorInfoCorruption.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2004-03-15-IncorrectDomUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2004-04-01-IncorrectDomUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2004-04-12-LoopSimplify-SwitchBackedges.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2007-10-28-InvokeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2010-07-15-IncorrectDomFrontierUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2010-12-26-PHIInfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2011-12-14-LandingpadHeader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/2012-03-20-indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/dup-preds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/hardertest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/indirectbr-backedge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/merge-exits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/phi-node-simplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/preserve-scev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/single-backedge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopSimplify/unreachable-loop-pred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2005-08-17-OutOfLoopVariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2005-09-12-UsesOutOutsideOfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2007-04-23-UseIterator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2008-08-13-CmpStride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2008-09-09-Overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2009-01-13-nonconstant-stride-outside-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2009-04-28-no-reduce-mul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-07-19-CritEdgeBreakCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-10-03-CritEdgeMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-10-06-ReusePhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-10-13-SCEVChain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-10-14-IntPtr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2011-12-19-PostincQuadratic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-01-02-nopreheader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-01-16-nopreheader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-03-15-nopreheader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-03-26-constexpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-07-13-ExpandUDiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2012-07-18-LimitReassociate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2013-01-05-IndBr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/2013-01-14-ReuseCast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/ARM/2012-06-15-lsr-noaddrmode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2008-08-14-ShadowIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2009-11-10-LSRCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2011-07-20-DoubleIV.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2011-11-29-postincphi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/2012-01-13-phielim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/ivchain-X86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/ivchain-stress-X86.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/X86/pr17473.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/addrec-gep-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/addrec-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/address-space-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/count-to-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dead-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/different-type-ivs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dominate-assert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dont-hoist-simple-loop-constants.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dont_reduce_bytes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/dont_reverse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/hoist-parent-preheader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/invariant_value_first.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/invariant_value_first_arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/ivchain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/lsr-expand-quadratic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/nested-reduce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/nonlinear-postinc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/ops_after_indvar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/phi_node_update_multiple_preds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/post-inc-icmpzero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr12018.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr12048.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr12691.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr18165.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr2537.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr2570.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr3086.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr3399.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/pr3571.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/preserve-gep-loop-variant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/related_indvars.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/remove_indvar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/scaling_factor_cost_crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/share_code_in_preheader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/share_ivs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/uglygep-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/uglygep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/use_postinc_value_outside_loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/var_stride_used_by_compare.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopStrengthReduce/variable_stride.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2004-05-13-DontUnrollTooMuch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2005-03-06-BadLoopInfoUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2006-08-24-MultiBlockLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2007-04-16-PhiUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2007-05-09-UnknownTripCount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2007-11-05-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2011-08-08-PhiUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2011-08-09-IVSimplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2011-08-09-PhiUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2011-10-01-NoopTrunc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/2012-04-09-unroll-indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/PowerPC/a2-unrolling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/PowerPC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/partial-unroll-optsize.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/pr10813.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/pr11361.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/pr14167.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/runtime-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/runtime-loop1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/runtime-loop2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/runtime-loop3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/scevunroll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/shifted-tripcount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnroll/unloop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-05-09-Unreachable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-05-09-tl.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-07-12-ExitDomInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-07-13-DomInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-07-18-DomInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-08-01-Dom.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-08-01-LCSSA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2007-10-04-DomFrontier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2008-06-17-DomFrontier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2010-11-18-LCSSA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2011-09-26-EHCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2012-04-02-IndirectBr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2012-04-30-LoopUnswitch-LPad-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/2012-05-20-Phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/infinite-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopUnswitch/preserve-analyses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/12-12-11-if-conv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/2012-10-20-infloop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/2012-10-22-isconsec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/arm-unroll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/gather-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/gcc-examples.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/mul-cast-vect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ARM/width-detect.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/already-vectorized.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/avx1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/constant-vector-operand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/conversion-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/cost-model.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/gather-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/gcc-examples.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/illegal-parallel-loop-uniform-write.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/min-trip-count-switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/no-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/parallel-loops-after-reg2mem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/parallel-loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/rauw-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/reduction-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/small-size.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/struct-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/tripcount.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/unroll-pm.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/unroll-small-loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/unroll_selection.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/vector_ptr_load_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/X86/x86_fp80-vector-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/XCore/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/XCore/no-vector-registers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/bsd_regex.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/bzip_reverse_loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/calloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/cast-induction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/cpp-new-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/dbg.value.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/debugloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ee-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/float-reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/funcall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/gcc-examples.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/global_alias.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/hoist-loads.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/i8-induction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/if-conv-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/if-conversion-edgemasks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/if-conversion-nest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/if-conversion-reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/if-conversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/increment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/induction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/induction_plus.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/infiniteloop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/lcssa-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/memdep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/metadata-unroll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/metadata-width.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/minmax_reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/multi-use-reduction-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/multiple-address-spaces.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/no_idiv_reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/no_int_induction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/no_outside_user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/nofloat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/non-const-n.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/nsw-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/phi-hang.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/ptr_loops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/read-only.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/reverse_induction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/reverse_iter.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/runtime-check-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/runtime-check-readonly-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/runtime-check-readonly.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/runtime-check.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/runtime-limit.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/safegep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/same-base-access.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/scalar-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/scev-exitlim-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/simple-unroll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/small-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/start-non-zero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/store-shuffle-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/struct_access.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/undef-inst-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/unroll_novec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/value-ptr-bug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/vectorize-once.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LoopVectorize/write-only.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerAtomic/atomic-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerAtomic/atomic-swap.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerAtomic/barrier.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerExpectIntrinsic/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/2003-12-10-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/2004-02-29-PHICrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHIUse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/2008-02-14-CritEdgePhiCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerInvoke/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerSwitch/2003-05-01-PHIProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerSwitch/2003-08-23-EmptySwitch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerSwitch/2004-03-13-SwitchIsDefaultCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/LowerSwitch/feature.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2002-03-28-UninitializedVal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2003-04-18-DeadBlockProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2003-04-24-MultipleIdenticalSuccessors.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2003-06-26-IterativePromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2003-10-05-DeadPHIInsertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2005-06-30-ReadBeforeWrite.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2005-11-28-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/2007-08-27-VolatileLoadsStores.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/ConvertDebugInfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/ConvertDebugInfo2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/PromoteMemToRegister.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/UndefValuesMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Mem2Reg/ignore-lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/2008-02-24-MultipleUseofSRet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/2008-03-13-ReturnSlotBitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/2011-06-02-CallSlotOverwritten.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/atomic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/form-memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/loadstore-sret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/memcpy-to-memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/memmove.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/smaller.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MemCpyOpt/sret.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/2011-02-08-RemoveEqual.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/2013-01-10-MergeFuncAssert.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/address-spaces.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/fold-weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/inttoptr-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/inttoptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/merge-ptr-and-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/phi-speculation1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/phi-speculation2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/ptr-int-transitivity-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/ptr-int-transitivity-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/ptr-int-transitivity-3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/too-small.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MergeFunc/vectors-and-arrays.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/MetaRenamer/metarenamer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/allocas.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/apelim.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/arc-annotations.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/cfg-hazards.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/contract-marker.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/contract-storestrong-ivar.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/contract-storestrong.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/contract-testcases.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/contract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/empty-block.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/escape.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/expand.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/gvn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/intrinsic-use-isolated.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/intrinsic-use.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/move-and-form-retain-autorelease.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/move-and-merge-autorelease.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/nested.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/path-overflow.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/pointer-types.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/post-inlining.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/pr12270.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/retain-block-side-effects.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/retain-not-declared.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/rle-s2l.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/rv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/split-backedge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/tail-call-invariant-enforcement.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/weak-contract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/weak-copies.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/weak-dce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ObjCARC/weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PhaseOrdering/2010-03-22-empty-baseclass.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PhaseOrdering/PR6627.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PhaseOrdering/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PhaseOrdering/gdce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PhaseOrdering/scev.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PruneEH/2003-11-21-PHIUpdate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PruneEH/2008-06-02-Weak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PruneEH/recursivetest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PruneEH/simplenoreturntest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/PruneEH/simpletest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2002-05-15-MissedTree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2003-08-12-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2006-04-27-ReassociateVector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2011-01-26-UseAfterFree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2012-05-08-UndefLeak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/2012-06-08-InfiniteLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/absorption.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/fp-commute.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/inverses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/looptest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/mightymul.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/mulfactor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/multistep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/negation.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/no-op.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/optional-flags.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/otherops.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/pr12245.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/repeats.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/secondary.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/shift-factor.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/shifttest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/subtest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/subtest2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reassociate/xor_reassoc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Reg2Mem/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2002-05-02-MissSecondInst.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2002-05-20-MissedIncomingValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2002-08-30-GetElementPtrTest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2003-06-24-OverdefinedPHIValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2003-08-26-InvokeHandling.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2004-11-16-DeadInvoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2004-12-10-UndefBranchBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2006-10-23-IPSCCP-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2006-12-04-PackedType.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2006-12-19-UndefBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2007-05-16-InvokeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2008-04-22-multiple-ret-sccp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2008-05-23-UndefCallFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2009-01-14-IPSCCP-Invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/2009-05-27-VectorOperandZero.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-array.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-basictest2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-basictest3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-basictest4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-bigarray.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-bigint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-bigint2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-ipsccp1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-ipsccp2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-ipsccp3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-ipsccp4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/apint-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/atomic-load-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/calltest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/ipsccp-addr-taken.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/ipsccp-basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/loadtest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/logical-nuke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/retvalue-undef.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/sccptest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/undef-resolve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SCCP/vector-bitcast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/ARM/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/ARM/memory.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/ARM/sroa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/R600/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/R600/simplebb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/barriercall.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/cast.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/cmp_sel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/compare-reduce.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_7zip.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_bullet.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_bullet3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_dequeue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_flop7.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_lencod.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_mandeltext.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_netbsd_decompress.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_sim4b1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/crash_smallpt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/cross_block_slp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/cse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/cycle_dup.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/debug_info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/diamond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/external_user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/extract.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/flag.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/hoist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/horizontal.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/implicitfloat.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/in-tree-user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/long_chains.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/loopinvariant.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/multi_block.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/multi_user.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/odd_store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/operandorder.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/opt.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/ordering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/phi3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/phi_landingpad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/phi_overalignedtype.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/pr16571.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/pr16628.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/pr16899.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/pr18060.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/reduction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/reduction2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/rgb_phi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/saxpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/simple-loop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/simplebb.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/tiny-tree.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/X86/vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/XCore/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SLPVectorizer/XCore/no-vector-registers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/alignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/big-endian.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/fca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/phi-and-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/vector-conversion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/vector-promotion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SROA/vectors-of-pointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SampleProfile/Inputs/branch.prof [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SampleProfile/branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2003-09-12-IncorrectPromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2006-11-07-InvalidArrayPromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2007-05-29-MemcpyPreserve.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2007-11-03-bigendian_apint.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-01-29-PromoteBug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-02-28-SubElementExtractCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-06-05-loadstore-agg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-08-22-out-of-range-array-promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2008-09-22-vector-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2009-02-02-ScalarPromoteOutOfRange.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2009-02-05-LoadFCA.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2009-03-04-MemCpyAlign.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2009-12-11-NeonTypes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2010-01-18-SelfCopy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-05-06-CapturedAlloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-06-08-VectorExtractValue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-06-17-VectorPartialMemset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-09-22-PHISpeculateInvoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-10-11-VectorMemset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-10-22-VectorCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/2011-11-11-EmptyStruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/AggregatePromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/DifferingTypes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/arraytest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/badarray.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/bitfield-sroa.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/copy-aggregate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/debuginfo-preserved.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/inline-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/load-store-aggregate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/memcpy-align.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/memset-aggregate-byte-leader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/memset-aggregate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/negative-memset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/nonzero-first-index.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/not-a-vector.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/only-memcpy-uses.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/phi-cycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/phi-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/phinodepromote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/select_promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/sroa-fca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/sroa_two.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/union-fp-int.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/union-packed.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/union-pointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/vector_memcpy.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/vector_promote.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/vectors-with-mismatched-elements.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/ScalarRepl/volatile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2002-05-21-PHIElimination.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2002-09-24-PHIAssertion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-03-07-DominateProblem.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-08-05-InvokeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-08-17-BranchFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-08-17-BranchFoldOrdering.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2005-06-16-PHICrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2005-08-01-PHIUpdateFail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2005-10-02-InvokeSimplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2005-12-03-IncorrectPHIFold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2006-06-12-InfLoop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2006-08-03-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2006-10-19-UncondDiv.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2007-12-21-Crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-01-02-hoist-fp-add.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-07-13-InfLoopMiscompile.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-09-08-MultiplePred.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-09-17-SpeculativeHoist.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-10-03-SpeculativelyExecuteBeforePHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-12-06-SingleEntryPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2008-12-16-DCECond.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2009-01-18-PHIPropCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2009-01-19-UnconditionalTrappingConstantExpr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2009-05-12-externweak.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2010-03-30-InvokeCrash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2011-03-08-UnreachableUse.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/2011-09-05-TrivialLPad.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/BrUnwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/CoveredLookupTable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/DeadSetCC.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/EmptyBlockMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/HoistCode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/MagicPointer.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PHINode.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PR16069.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PR9946.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiBlockMerge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiBlockMerge2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiEliminate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiEliminate2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiEliminate3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/PhiNoEliminate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/SPARC/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/SPARC/switch_to_lookup_table.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/SpeculativeExec.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/UncondBranchToReturn.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/UnreachableEliminate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/attr-noduplicate.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/basictest.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-cond-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-cond-prop.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-fold-dbg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-fold-test.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/branch-phi-thread.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/common-dest-folding.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/dbginfo.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/dce-cond-after-folding-terminator.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/duplicate-phis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/hoist-common-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/hoist-dbgvalue.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/indirectbr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/invoke_unwind.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/iterative-simplify.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/lifetime.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/multiple-phis.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/noreturn-call.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/preserve-branchweights-partial.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/preserve-branchweights-switch-create.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/preserve-branchweights.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/return-merge.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/select-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/sink-common-code.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/speculate-store.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/speculate-with-offset.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch-masked-bits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch-on-const-select.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch-simplify-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch-to-icmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch_create.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch_switch_fold.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/switch_thread.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/trap-debugloc.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/trivial-throw.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/two-entry-phi-return.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/unreachable-blocks.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/SimplifyCFG/volatile-phioper.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/Sink/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StripSymbols/2007-01-15-llvm.used.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StripSymbols/2010-06-30-StripDebug.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StripSymbols/2010-08-25-crash.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StripSymbols/block-address.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StripSymbols/strip-dead-debug-info.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StructurizeCFG/branch-on-argument.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StructurizeCFG/loop-multiple-exits.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StructurizeCFG/no-branch-to-entry.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/StructurizeCFG/switch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/2010-06-26-MultipleReturnValues.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/accum_recursion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/ackermann.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/basic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/dont_reorder_load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/dup_tail.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/inf-recursion.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/reorder_load.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailCallElim/setjmp.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailDup/X86/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Transforms/TailDup/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Unit/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Unit/lit.site.cfg.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2002-04-13-RetTypes.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2002-11-05-GetelementptrPointers.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2004-05-21-SwitchConstantMismatch.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2006-07-11-StoreStruct.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2006-10-15-AddrLabel.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2006-12-12-IntrinsicDefine.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2007-12-21-InvokeParamAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2008-01-11-VarargAttrs.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2008-03-01-AllocaSized.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2008-08-22-MemCpyAlignment.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2008-11-15-RetVoid.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2009-05-29-InvokeResult1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2009-05-29-InvokeResult2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2009-05-29-InvokeResult3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/2010-08-07-PointerIntrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/AmbiguousPhi.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/PhiGrouping.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/SelfReferential.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/aliasing-chain.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-nested-global-cycle.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-nested-global.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-through-constant-inttoptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-through-gep-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-through-gep.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-space-through-inttoptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-address-spaces.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-alias-address-space.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/bitcast-vector-pointer-as.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/byval-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/byval-4.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/cttz-undef-arg.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/dominates.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/fpmath.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/gcread-ptrptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/gcroot-alloca.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/gcroot-meta.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/gcroot-ptrptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/gcwrite-ptrptr.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/ident-meta1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/ident-meta2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/ident-meta3.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/invoke.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.compiler_used-invalid-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.used-invalid-init.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.used-invalid-init2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.used-invalid-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.used-invalid-type2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/llvm.used-ptr-type.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/module-flags-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/range-1.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/range-2.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/Verifier/varargs-intrinsic.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/LICENSE.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/bool.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-bool.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-custom.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-float.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-int.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-map.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-merge.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-null.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-omap.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-pairs.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-seq.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-set.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-str-ascii.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-str.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-timestamp.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/construct-value.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/duplicate-key.former-loader-error.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/duplicate-mapping-key.former-loader-error.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/duplicate-merge-key.former-loader-error.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/duplicate-value-key.former-loader-error.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/emit-block-scalar-in-simple-key-context-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/empty-document-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/float.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/int.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/invalid-single-quote-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/merge.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/more-floats.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/negative-float-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/null.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/resolver.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/run-parser-crash-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/scan-document-end-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/scan-line-break-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/single-dot-is-not-float-bug.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/sloppy-indentation.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-12.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-14.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-15.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-16.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-17.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-18.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-19.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-20.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-21.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-22.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-23.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-24.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-25.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-26.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-27.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-02-28.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-01-utf8.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-02-utf8.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-12.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-14.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-05-15.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-06-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-07a.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-07b.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-12a.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-12b.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-07-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-12.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-14.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-08-15.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-12.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-14.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-15.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-16.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-17.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-18.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-19.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-20.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-21.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-22.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-23.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-24.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-25.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-26.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-27.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-28.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-29.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-30.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-31.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-32.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-09-33.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-01.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-02.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-03.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-04.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-05.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-06.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-07.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-08.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-09.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-10.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-11.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-12.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-13.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-14.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/spec-10-15.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/str.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/timestamp-bugs.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/timestamp.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/utf8-implicit.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/utf8.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/value.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/YAMLParser/yaml.data [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/lit.site.cfg.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/test.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/test.cpp.gcov [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/test.gcda [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/test.gcno [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/Inputs/test_read_fail.gcno [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-cov/llvm-cov.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-lit/chain.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/Inputs/nop.exe.coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/Inputs/trivial.obj.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/Inputs/win64-unwind.exe.coff-x86_64.asm [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/coff-private-headers.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/disassembly-show-raw.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-objdump/win64-unwind-data.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/dynamic-table.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/dynamic-table.mips [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/magic.coff-importlib [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/magic.coff-unknown [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.coff-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-aarch64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-arm [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-mips [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-mips64el [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-ppc64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.elf-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.macho-arm [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.macho-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.obj.macho-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/relocs.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/rpath.exe.elf-x86_64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.exe.coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.ll [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.coff-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.coff-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.elf-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.elf-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.macho-arm [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.macho-i386 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.macho-ppc [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.macho-ppc64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/Inputs/trivial.obj.macho-x86-64 [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/dynamic.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/file-headers.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/program-headers.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/reloc-types.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/relocations.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/rpath.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/sections-ext.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/sections.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/test/tools/llvm-readobj/symbols.test [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint-passes/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint-passes/TestPasses.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint-passes/bugpoint.exports [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/BugDriver.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/BugDriver.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/CrashDebugger.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/ExecutionDriver.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/ExtractFunction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/FindBugs.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/ListReducer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/Miscompilation.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/OptimizerDriver.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/ToolRunner.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/ToolRunner.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/bugpoint/bugpoint.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/gold/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/gold/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/gold/gold-plugin.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/gold/gold.exports [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llc/llc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/ChildTarget/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/ChildTarget/ChildTarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/ChildTarget/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/ChildTarget/Unix/ChildTarget.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/ChildTarget/Windows/ChildTarget.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteMemoryManager.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteMemoryManager.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteTarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteTarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteTargetExternal.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteTargetExternal.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/RemoteTargetMessage.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/Unix/RemoteTargetExternal.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/Windows/RemoteTargetExternal.inc [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lli/lli.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-ar/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-ar/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-ar/llvm-ar.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-as/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-as/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-as/llvm-as.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-bcanalyzer/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-bcanalyzer/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/calc.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/disassemble.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/helpers.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/include-all.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/llvm-c-test.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/main.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/module.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/object.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-c-test/targets.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-config/BuildVariables.inc.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-config/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-config/llvm-config.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-cov/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-cov/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-cov/llvm-cov.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DiffConsumer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DiffConsumer.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DiffLog.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DiffLog.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DifferenceEngine.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/DifferenceEngine.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-diff/llvm-diff.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dis/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dis/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dis/llvm-dis.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dwarfdump/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dwarfdump/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-dwarfdump/llvm-dwarfdump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-extract/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-extract/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-extract/llvm-extract.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-jitlistener/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-jitlistener/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-jitlistener/llvm-jitlistener.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-link/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-link/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-link/llvm-link.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-lto/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-lto/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-lto/llvm-lto.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mc/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mc/Disassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mc/Disassembler.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mc/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mc/llvm-mc.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mcmarkup/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mcmarkup/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-mcmarkup/llvm-mcmarkup.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-nm/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-nm/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-nm/llvm-nm.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/COFFDump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/ELFDump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/MachODump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/llvm-objdump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-objdump/llvm-objdump.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/COFFDumper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/ELFDumper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/Error.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/Error.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/MachODumper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/ObjDumper.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/ObjDumper.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/StreamWriter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/StreamWriter.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/llvm-readobj.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-readobj/llvm-readobj.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-rtdyld/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-rtdyld/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-rtdyld/llvm-rtdyld.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-size/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-size/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-size/llvm-size.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-stress/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-stress/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-stress/llvm-stress.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-symbolizer/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-symbolizer/LLVMSymbolize.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-symbolizer/LLVMSymbolize.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/llvm-symbolizer/llvm-symbolizer.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lto/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lto/LTODisassembler.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lto/lto.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/lto/lto.exports [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/macho-dump/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/macho-dump/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/macho-dump/macho-dump.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2010.targets [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012.targets [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/install.bat [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/toolset-vs2013.targets [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/toolset-vs2013_xp.targets [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/msbuild/uninstall.bat [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/obj2yaml/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/obj2yaml/coff2yaml.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/obj2yaml/obj2yaml.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/obj2yaml/obj2yaml.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/AnalysisWrappers.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/GraphPrinters.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/PrintSCC.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/opt/opt.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/yaml2obj/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/yaml2obj/yaml2coff.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/yaml2obj/yaml2elf.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/yaml2obj/yaml2obj.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/tools/yaml2obj/yaml2obj.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/APFloatTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/APIntTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/BitVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/DAGDeltaAlgorithmTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/DeltaAlgorithmTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/DenseMapTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/DenseSetTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/FoldingSet.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/HashingTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/ImmutableMapTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/ImmutableSetTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/IntEqClassesTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/IntervalMapTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/IntrusiveRefCntPtrTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/MapVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/OptionalTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/PackedVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/PointerUnionTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SCCIteratorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SmallPtrSetTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SmallStringTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SmallVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SparseBitVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SparseMultiSetTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/SparseSetTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/StringMapTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/StringRefTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/TinyPtrVectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/TripleTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/TwineTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/VariadicFunctionTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/ilistTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ADT/polymorphic_ptr_test.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Analysis/CFGTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Analysis/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Analysis/ScalarEvolutionTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Bitcode/BitReaderTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Bitcode/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/CodeGen/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/CodeGen/DIEHashTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/DebugInfo/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/DebugInfo/DWARFFormValueTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/ExecutionEngineTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/IntelJITEventListenerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/JITTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/JITTests.def [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/MultiJITTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/JIT/OProfileJITEventListenerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITMemoryManagerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITMultipleModuleTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITObjectCacheTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITTestAPICommon.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/ExecutionEngine/MCJIT/MCJITTests.def [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/AttributesTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/ConstantsTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/DominatorTreeTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/IRBuilderTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/InstructionsTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/LegacyPassManagerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/MDBuilderTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/MetadataTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/PassManagerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/PatternMatch.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/TypeBuilderTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/TypesTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/ValueMapTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/ValueTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/VerifierTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/IR/WaymarkTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/MC/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/MC/MCAtomTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Makefile.unittest [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Object/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Object/YAMLTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Option/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Option/OptionParsingTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Option/Opts.td [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/AlignOfTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/AllocatorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ArrayRecyclerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/BlockFrequencyTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/Casting.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/CommandLineTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/CompressionTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ConstantRangeTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ConvertUTFTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/DataExtractorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/EndianTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ErrorOrTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/FileOutputBufferTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/LeakDetectorTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/LockFileManagerTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/MD5Test.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ManagedStatic.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/MathExtrasTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/MemoryBufferTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/MemoryTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/Path.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ProcessTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ProgramTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/RegexTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/SourceMgrTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/SwapByteOrderTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ThreadLocalTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/TimeValueTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/UnicodeTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/ValueHandleTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/YAMLIOTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/YAMLParserTest.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/formatted_raw_ostream_test.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Support/raw_ostream_test.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/DebugIR/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/DebugIR/DebugIR.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/Utils/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/Utils/Cloning.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/Utils/IntegerDivision.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/Utils/Local.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/unittests/Transforms/Utils/SpecialCaseList.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/DSAclean.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/DSAextract.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/FileCheck/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/FileCheck/FileCheck.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/FileUpdate/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/FileUpdate/FileUpdate.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/GenLibDeps.pl [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/GetRepositoryPath [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/GetSourceVersion [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/KillTheDoctor/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/KillTheDoctor/KillTheDoctor.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/Misc/mergefunctions.clang.svn.patch [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/Misc/zkill [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/PerfectShuffle/PerfectShuffle.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/AsmMatcherEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/AsmWriterEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/AsmWriterInst.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/AsmWriterInst.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CTagsEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CallingConvEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeEmitterGen.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenDAGPatterns.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenDAGPatterns.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenInstruction.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenInstruction.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenIntrinsics.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenMapTable.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenRegisters.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenRegisters.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenSchedule.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenSchedule.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenTarget.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/CodeGenTarget.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelMatcher.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelMatcher.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelMatcherEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelMatcherGen.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DAGISelMatcherOpt.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DFAPacketizerEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/DisassemblerEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/FastISelEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/FixedLenDecoderEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/InstrInfoEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/IntrinsicEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/OptParserEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/PseudoLoweringEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/RegisterInfoEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/SequenceToOffsetTable.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/SetTheory.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/SetTheory.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/SubtargetEmitter.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/TGValueTypes.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/TableGen.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/TableGenBackends.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86DisassemblerShared.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86DisassemblerTables.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86DisassemblerTables.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86ModRMFilters.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86ModRMFilters.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86RecognizableInstr.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/X86RecognizableInstr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/TableGen/tdtags [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/Target/ARM/analyze-match-table.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/UpdateCMakeLists.pl [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/bugpoint/RemoteRunSafely.sh [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/buildit/GNUmakefile [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/buildit/build_llvm [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/check-each-file [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/clang-parse-diagnostics-file [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/codegen-diff [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/count/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/count/count.c [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/countloc.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/crosstool/ARM/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/crosstool/ARM/build-install-linux.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/crosstool/create-snapshots.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/emacs/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/emacs/emacs.el [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/emacs/llvm-mode.el [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/emacs/tablegen-mode.el [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/findmisopt [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/findoptdiff [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/findsym.pl [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/fpcmp/fpcmp.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/getsrcs.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/git-svn/git-svnrevert [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/git-svn/git-svnup [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/git/find-rev [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/jedit/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/jedit/tablegen.xml [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/kate/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/kate/llvm.xml [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lint/common_lint.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lint/cpp_lint.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lint/generic_lint.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lint/remove_trailing_whitespace.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/MANIFEST.in [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/TODO [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/examples/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/examples/many-tests/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/examples/many-tests/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/lit/ExampleTests.ObjDir/lit.site.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/LitConfig.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/LitTestCase.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/ProgressBar.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/ShCommands.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/ShUtil.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/Test.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/TestRunner.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/TestingConfig.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/__init__.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/discovery.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/formats/__init__.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/formats/base.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/formats/googletest.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/formats/shtest.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/main.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/lit/run.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/lit/util.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/setup.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/.coveragerc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/subdir/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/subdir/test-three.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/subsuite/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/subsuite/test-one.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/subsuite/test-two.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/test-one.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/discovery/test-two.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/exec-discovery-in-tree/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/exec-discovery-in-tree/obj/lit.site.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/exec-discovery-in-tree/test-one.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/exec-discovery/lit.site.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/googletest-format/DummySubDir/OneTest [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/googletest-format/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/progress-bar/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/progress-bar/test-1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/progress-bar/test-2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/progress-bar/test-3.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/progress-bar/test-4.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/argv0.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/external_shell/fail.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/external_shell/fail_with_bad_encoding.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/external_shell/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/external_shell/pass.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/external_shell/write-bad-encoding.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/fail.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/no-test-line.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/pass.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/requires-missing.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/requires-present.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/unsupported_dir/lit.local.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/unsupported_dir/some-test.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/xfail-feature.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/xfail-target.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/xfail.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-format/xpass.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/error-0.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/error-1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/error-2.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/redirects.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/sequencing-0.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/sequencing-1.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/write-to-stderr.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/test-data/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/test-data/metrics.ini [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/unittest-adaptor/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/unittest-adaptor/test-one.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/Inputs/unittest-adaptor/test-two.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/discovery.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/googletest-format.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/lit.cfg [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/progress-bar.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/shell-parsing.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/shtest-encoding.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/shtest-format.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/shtest-shell.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/test-data.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/test-output.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/unittest-adaptor.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/tests/usage.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/utils/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/lit/utils/check-coverage [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lit/utils/check-sdist [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/lldbDataFormatters.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/README.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/llvm-build [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvm-build/llvmbuild/__init__.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/llvmbuild/componentinfo.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/llvmbuild/configutil.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/llvmbuild/main.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-build/llvmbuild/util.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-compilers-check [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvm-lit/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm-lit/llvm-lit.in [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvm-native-gcc [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvm-native-gxx [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvm.grm [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvm.natvis [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/llvmdo [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/llvmgrep [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/makellvm [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/not/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/not/not.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/release/export.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/release/findRegressions-nightly.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/release/findRegressions-simple.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/release/merge.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/release/tag.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/release/test-release.sh [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/sort_includes.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/test_debuginfo.pl [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/testgen/mc-bundling-x86-gen.py [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/textmate/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/textmate/TableGen.tmbundle/Syntaxes/TableGen.tmLanguage [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/textmate/TableGen.tmbundle/info.plist [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/LLVMBuild.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/UnitTestMain/TestMain.cpp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/LICENSE.TXT [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/README.LLVM [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-death-test.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-message.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-param-test.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-printers.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-spi.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-test-part.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest-typed-test.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest_pred_impl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/gtest_prod.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-internal.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-port.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-string.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-tuple.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-all.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-death-test.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-filepath.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-internal-inl.h [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-port.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-printers.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-test-part.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest-typed-test.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/unittest/googletest/src/gtest.cc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/valgrind/i386-pc-linux-gnu.supp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/valgrind/x86_64-pc-linux-gnu.supp [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/vim/README [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/vim/llvm.vim [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/vim/tablegen.vim [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/vim/vimrc [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/wciia.py [new file with mode: 0755]
source/vendor/llvm-3.4.2/utils/yaml-bench/CMakeLists.txt [new file with mode: 0644]
source/vendor/llvm-3.4.2/utils/yaml-bench/YAMLBench.cpp [new file with mode: 0644]