Import spirv-llvm-translator-15_15.0.0.orig.tar.gz
authorAndreas Beckmann <anbe@debian.org>
Mon, 3 Oct 2022 00:09:37 +0000 (02:09 +0200)
committerAndreas Beckmann <anbe@debian.org>
Mon, 3 Oct 2022 00:09:37 +0000 (02:09 +0200)
commit796f141c93c74e3b566aa52650be663d05678b32
treeb0f4f51471ebfc331b84612c5345b5ade6d50c52
Import spirv-llvm-translator-15_15.0.0.orig.tar.gz

[dgit import orig spirv-llvm-translator-15_15.0.0.orig.tar.gz]
769 files changed:
.clang-format [new file with mode: 0644]
.clang-tidy [new file with mode: 0644]
.github/workflows/check-code-style.yml [new file with mode: 0644]
.github/workflows/check-in-tree-build.yml [new file with mode: 0644]
.github/workflows/check-out-of-tree-build.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CODE_OF_CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE.TXT [new file with mode: 0644]
LLVMSPIRVLib.pc.in [new file with mode: 0644]
README.md [new file with mode: 0644]
docs/SPIRVRepresentationInLLVM.rst [new file with mode: 0644]
docs/SPIRVVersionsAndExtensionsHandling.rst [new file with mode: 0644]
include/LLVMSPIRVExtensions.inc [new file with mode: 0644]
include/LLVMSPIRVLib.h [new file with mode: 0644]
include/LLVMSPIRVOpts.h [new file with mode: 0644]
lib/SPIRV/CMakeLists.txt [new file with mode: 0644]
lib/SPIRV/LLVMBuild.txt [new file with mode: 0644]
lib/SPIRV/LLVMSPIRVOpts.cpp [new file with mode: 0644]
lib/SPIRV/LLVMSaddWithOverflow.h [new file with mode: 0644]
lib/SPIRV/LLVMToSPIRVDbgTran.cpp [new file with mode: 0644]
lib/SPIRV/LLVMToSPIRVDbgTran.h [new file with mode: 0644]
lib/SPIRV/Mangler/FunctionDescriptor.cpp [new file with mode: 0644]
lib/SPIRV/Mangler/FunctionDescriptor.h [new file with mode: 0644]
lib/SPIRV/Mangler/Mangler.cpp [new file with mode: 0644]
lib/SPIRV/Mangler/ManglingUtils.cpp [new file with mode: 0644]
lib/SPIRV/Mangler/ManglingUtils.h [new file with mode: 0644]
lib/SPIRV/Mangler/NameMangleAPI.h [new file with mode: 0644]
lib/SPIRV/Mangler/ParameterType.cpp [new file with mode: 0644]
lib/SPIRV/Mangler/ParameterType.h [new file with mode: 0644]
lib/SPIRV/Mangler/README.md [new file with mode: 0644]
lib/SPIRV/Mangler/Refcount.h [new file with mode: 0644]
lib/SPIRV/OCLToSPIRV.cpp [new file with mode: 0644]
lib/SPIRV/OCLToSPIRV.h [new file with mode: 0644]
lib/SPIRV/OCLTypeToSPIRV.cpp [new file with mode: 0644]
lib/SPIRV/OCLTypeToSPIRV.h [new file with mode: 0644]
lib/SPIRV/OCLUtil.cpp [new file with mode: 0644]
lib/SPIRV/OCLUtil.h [new file with mode: 0644]
lib/SPIRV/PreprocessMetadata.cpp [new file with mode: 0644]
lib/SPIRV/PreprocessMetadata.h [new file with mode: 0644]
lib/SPIRV/SPIRVInternal.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerBitCastToNonStandardType.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerBitCastToNonStandardType.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerBool.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerBool.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerConstExpr.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerConstExpr.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerMemmove.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerMemmove.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerOCLBlocks.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerOCLBlocks.h [new file with mode: 0644]
lib/SPIRV/SPIRVLowerSaddIntrinsics.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVLowerSaddIntrinsics.h [new file with mode: 0644]
lib/SPIRV/SPIRVMDBuilder.h [new file with mode: 0644]
lib/SPIRV/SPIRVMDWalker.h [new file with mode: 0644]
lib/SPIRV/SPIRVReader.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVReader.h [new file with mode: 0644]
lib/SPIRV/SPIRVRegularizeLLVM.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVRegularizeLLVM.h [new file with mode: 0644]
lib/SPIRV/SPIRVToLLVMDbgTran.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVToLLVMDbgTran.h [new file with mode: 0644]
lib/SPIRV/SPIRVToOCL.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVToOCL.h [new file with mode: 0644]
lib/SPIRV/SPIRVToOCL12.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVToOCL20.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVTypeScavenger.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVTypeScavenger.h [new file with mode: 0644]
lib/SPIRV/SPIRVUtil.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVWriter.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVWriter.h [new file with mode: 0644]
lib/SPIRV/SPIRVWriterPass.cpp [new file with mode: 0644]
lib/SPIRV/SPIRVWriterPass.h [new file with mode: 0644]
lib/SPIRV/VectorComputeUtil.cpp [new file with mode: 0755]
lib/SPIRV/VectorComputeUtil.h [new file with mode: 0755]
lib/SPIRV/libSPIRV/OpenCL.std.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRV.debug.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVAsm.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVBasicBlock.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVBasicBlock.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVDebug.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVDebug.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVDecorate.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVDecorate.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVEntry.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVEntry.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVEnum.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVError.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVErrorEnum.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVExtInst.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVFunction.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVFunction.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVInstruction.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVInstruction.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVIsValidEnum.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVLLVMUtil.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVMemAliasingINTEL.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVModule.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVModule.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVNameMapEnum.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVOpCode.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVOpCodeEnum.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVOpCodeEnumInternal.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVStream.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVStream.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVType.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVType.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVUtil.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVValue.cpp [new file with mode: 0644]
lib/SPIRV/libSPIRV/SPIRVValue.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/libSPIRV.h [new file with mode: 0644]
lib/SPIRV/libSPIRV/spirv_internal.hpp [new file with mode: 0644]
lib/SPIRV/runtime/OpenCL/inc/spirv.h [new file with mode: 0644]
lib/SPIRV/runtime/OpenCL/inc/spirv_convert.h [new file with mode: 0644]
lib/SPIRV/runtime/OpenCL/src/ImageQuerySize.cl [new file with mode: 0644]
lib/SPIRV/runtime/README.txt [new file with mode: 0644]
spirv-headers-tag.conf [new file with mode: 0644]
test/AtomicBuiltinsFloat.ll [new file with mode: 0644]
test/AtomicCompareExchange.ll [new file with mode: 0644]
test/AtomicCompareExchange_cl20.ll [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/CXX/global-ctor.cl [new file with mode: 0644]
test/CheckCapKernelWithoutKernel.ll [new file with mode: 0644]
test/ComparePointers.cl [new file with mode: 0644]
test/ContractionON.ll [new file with mode: 0644]
test/ContractionOff.ll [new file with mode: 0644]
test/DebugInfo/BuiltinCallLocation.cl [new file with mode: 0644]
test/DebugInfo/COFF/global-dllimport.ll [new file with mode: 0644]
test/DebugInfo/COFF/no-cus.ll [new file with mode: 0644]
test/DebugInfo/DebugControlFlow.cl [new file with mode: 0644]
test/DebugInfo/DebugDeclareUnused.cl [new file with mode: 0644]
test/DebugInfo/DebugFunction.cl [new file with mode: 0644]
test/DebugInfo/DebugInfoChecksum.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoChecksumCompileUnit.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoLLVMArg.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoLexicalBlockDependency.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoNoneEntity.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoProducer.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoSubrange.ll [new file with mode: 0644]
test/DebugInfo/DebugInfoSubrangeWithOnlyCount.spt [new file with mode: 0644]
test/DebugInfo/DebugInfoWithUnknownIntrinsics.ll [new file with mode: 0644]
test/DebugInfo/DebugUnstructuredControlFlow.cl [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-05-DeadGlobalVariable.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-06-NamelessGlobalVariable.ll [new file with mode: 0644]
test/DebugInfo/Generic/2009-11-10-CurrentFn.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-01-05-DbgScope.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-03-12-llc-crash.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-03-24-MemberFn.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-04-19-FramePtr.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-06-29-InlinedFnLocalVar.ll [new file with mode: 0644]
test/DebugInfo/Generic/2010-10-01-crash.ll [new file with mode: 0644]
test/DebugInfo/Generic/PR20038.ll [new file with mode: 0644]
test/DebugInfo/Generic/bug_null_debuginfo.ll [new file with mode: 0644]
test/DebugInfo/Generic/constant-pointers.ll [new file with mode: 0644]
test/DebugInfo/Generic/dead-argument-order.ll [new file with mode: 0644]
test/DebugInfo/Generic/debug-info-eis-option.ll [new file with mode: 0644]
test/DebugInfo/Generic/def-line.ll [new file with mode: 0644]
test/DebugInfo/Generic/discriminator.ll [new file with mode: 0644]
test/DebugInfo/Generic/dwarf-public-names.ll [new file with mode: 0644]
test/DebugInfo/Generic/enum.ll [new file with mode: 0644]
test/DebugInfo/Generic/func-using-decl.ll [new file with mode: 0644]
test/DebugInfo/Generic/global.ll [new file with mode: 0644]
test/DebugInfo/Generic/gmlt_profiling.ll [new file with mode: 0644]
test/DebugInfo/Generic/imported-name-inlined.ll [new file with mode: 0644]
test/DebugInfo/Generic/incorrect-variable-debugloc1.ll [new file with mode: 0644]
test/DebugInfo/Generic/inline-scopes.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-arguments.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-locations.ll [new file with mode: 0644]
test/DebugInfo/Generic/inlined-vars.ll [new file with mode: 0644]
test/DebugInfo/Generic/linear-dbg-value.ll [new file with mode: 0644]
test/DebugInfo/Generic/linkage-name-abstract.ll [new file with mode: 0644]
test/DebugInfo/Generic/member-order.ll [new file with mode: 0644]
test/DebugInfo/Generic/missing-abstract-variable.ll [new file with mode: 0644]
test/DebugInfo/Generic/multiline.ll [new file with mode: 0644]
test/DebugInfo/Generic/namespace_function_definition.ll [new file with mode: 0644]
test/DebugInfo/Generic/namespace_inline_function_definition.ll [new file with mode: 0644]
test/DebugInfo/Generic/noscopes.ll [new file with mode: 0644]
test/DebugInfo/Generic/pass-by-value.ll [new file with mode: 0644]
test/DebugInfo/Generic/ptrsize.ll [new file with mode: 0644]
test/DebugInfo/Generic/restrict.ll [new file with mode: 0644]
test/DebugInfo/Generic/templ-func-decl.ll [new file with mode: 0644]
test/DebugInfo/Generic/template-recursive-void.ll [new file with mode: 0644]
test/DebugInfo/Generic/tu-member-opaque.spvasm [new file with mode: 0644]
test/DebugInfo/Generic/tu-member-pointer.ll [new file with mode: 0644]
test/DebugInfo/Generic/two-cus-from-same-file.ll [new file with mode: 0644]
test/DebugInfo/Generic/typedef-arr-size.ll [new file with mode: 0644]
test/DebugInfo/Generic/typedef.ll [new file with mode: 0644]
test/DebugInfo/Generic/undef-func-call.ll [new file with mode: 0644]
test/DebugInfo/Generic/varargs.ll [new file with mode: 0644]
test/DebugInfo/Generic/version.ll [new file with mode: 0644]
test/DebugInfo/LocalAddressSpace.ll [new file with mode: 0644]
test/DebugInfo/RecursiveDebugInfo.ll [new file with mode: 0644]
test/DebugInfo/SourceLanguageLLVMToSPIRV.ll [new file with mode: 0644]
test/DebugInfo/SourceLanguageSPIRVToLLVM.spvasm [new file with mode: 0644]
test/DebugInfo/TransTypeCompositeCaseClass_.ll [new file with mode: 0644]
test/DebugInfo/UnknownBaseType.ll [new file with mode: 0644]
test/DebugInfo/X86/2010-04-13-PubType.ll [new file with mode: 0644]
test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll [new file with mode: 0644]
test/DebugInfo/X86/2011-12-16-BadStructRef.ll [new file with mode: 0644]
test/DebugInfo/X86/DIModule.ll [new file with mode: 0644]
test/DebugInfo/X86/DIModuleContext.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_byte_size.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_linkage_name.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_specification.ll [new file with mode: 0644]
test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll [new file with mode: 0644]
test/DebugInfo/X86/Fortran-DIModule.ll [new file with mode: 0644]
test/DebugInfo/X86/InlinedFnLocalVar.ll [new file with mode: 0644]
test/DebugInfo/X86/abstract_origin.ll [new file with mode: 0644]
test/DebugInfo/X86/aligned_stack_var.ll [new file with mode: 0644]
test/DebugInfo/X86/arguments.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_debug_info_type.ll [new file with mode: 0644]
test/DebugInfo/X86/coff_relative_names.ll [new file with mode: 0644]
test/DebugInfo/X86/constant-aggregate.ll [new file with mode: 0644]
test/DebugInfo/X86/constant-loclist.ll [new file with mode: 0644]
test/DebugInfo/X86/convert-debugloc.ll [new file with mode: 0644]
test/DebugInfo/X86/cu-ranges.ll [new file with mode: 0644]
test/DebugInfo/X86/data_member_location.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-byval-parameter.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare-alloca.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare-arg.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-declare.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-file-name.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-prolog-end.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-const-byref.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-frame-index.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-isel.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-location.ll [new file with mode: 0644]
test/DebugInfo/X86/dbg-value-range.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-dead-local-var.ll [new file with mode: 0644]
test/DebugInfo/X86/debug-info-access.ll [new file with mode: 0644]
test/DebugInfo/X86/debug_frame.ll [new file with mode: 0644]
test/DebugInfo/X86/default-subrange-array.ll [new file with mode: 0644]
test/DebugInfo/X86/dimodule-external-fortran.ll [new file with mode: 0644]
test/DebugInfo/X86/discriminator2.ll [new file with mode: 0644]
test/DebugInfo/X86/discriminator3.ll [new file with mode: 0644]
test/DebugInfo/X86/double-declare.ll [new file with mode: 0644]
test/DebugInfo/X86/dw_op_minus_direct.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-aranges-no-dwarf-labels.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-linkage-names.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-public-names.ll [new file with mode: 0644]
test/DebugInfo/X86/dwarf-pubnames-split.ll [new file with mode: 0644]
test/DebugInfo/X86/earlydup-crash.ll [new file with mode: 0644]
test/DebugInfo/X86/ending-run.ll [new file with mode: 0644]
test/DebugInfo/X86/enum-class.ll [new file with mode: 0644]
test/DebugInfo/X86/enum-fwd-decl.ll [new file with mode: 0644]
test/DebugInfo/X86/fi-expr.ll [new file with mode: 0644]
test/DebugInfo/X86/float_const.ll [new file with mode: 0644]
test/DebugInfo/X86/frame-register.ll [new file with mode: 0644]
test/DebugInfo/X86/ghost-sdnode-dbgvalues.ll [new file with mode: 0644]
test/DebugInfo/X86/header.ll [new file with mode: 0644]
test/DebugInfo/X86/inline-member-function.ll [new file with mode: 0644]
test/DebugInfo/X86/inline-seldag-test.ll [new file with mode: 0644]
test/DebugInfo/X86/inlined-formal-parameter.ll [new file with mode: 0644]
test/DebugInfo/X86/isel-cse-line.ll [new file with mode: 0644]
test/DebugInfo/X86/lexical-block-file-inline.ll [new file with mode: 0644]
test/DebugInfo/X86/lexical_block.ll [new file with mode: 0644]
test/DebugInfo/X86/linkage-name.ll [new file with mode: 0644]
test/DebugInfo/X86/live-debug-variables.ll [new file with mode: 0644]
test/DebugInfo/X86/low-pc-cu.ll [new file with mode: 0644]
test/DebugInfo/X86/mi-print.ll [new file with mode: 0644]
test/DebugInfo/X86/missing-file-line.ll [new file with mode: 0644]
test/DebugInfo/X86/mixed-nodebug-cu.ll [new file with mode: 0644]
test/DebugInfo/X86/nophysreg.ll [new file with mode: 0644]
test/DebugInfo/X86/partial-constant.ll [new file with mode: 0644]
test/DebugInfo/X86/pr13303.ll [new file with mode: 0644]
test/DebugInfo/X86/processes-relocations.ll [new file with mode: 0644]
test/DebugInfo/X86/reference-argument.ll [new file with mode: 0644]
test/DebugInfo/X86/rematerialize.ll [new file with mode: 0644]
test/DebugInfo/X86/single-dbg_value.ll [new file with mode: 0644]
test/DebugInfo/X86/single-fi.ll [new file with mode: 0644]
test/DebugInfo/X86/split-dwarf-multiple-cu-hash.ll [new file with mode: 0644]
test/DebugInfo/X86/split-dwarf-omit-empty.ll [new file with mode: 0644]
test/DebugInfo/X86/static_member_array.ll [new file with mode: 0644]
test/DebugInfo/X86/stmt-list.ll [new file with mode: 0644]
test/DebugInfo/X86/subrange-type.ll [new file with mode: 0644]
test/DebugInfo/X86/sycl-vec-3.ll [new file with mode: 0644]
test/DebugInfo/X86/tail-merge.ll [new file with mode: 0644]
test/DebugInfo/X86/this-stack_value.ll [new file with mode: 0644]
test/DebugInfo/X86/type_units_with_addresses.ll [new file with mode: 0644]
test/DebugInfo/X86/unattached-global.ll [new file with mode: 0644]
test/DebugInfo/X86/union-const.ll [new file with mode: 0644]
test/DebugInfo/X86/union-template.ll [new file with mode: 0644]
test/DebugInfo/X86/vector.ll [new file with mode: 0644]
test/DebugInfo/builtin-get-global-id.ll [new file with mode: 0644]
test/DebugInfo/expr-opcode.ll [new file with mode: 0644]
test/DebugInfo/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/omit-empty.ll [new file with mode: 0644]
test/DebugInfo/translate_sampler_initializer.ll [new file with mode: 0644]
test/EnqueueEmptyKernel.ll [new file with mode: 0644]
test/ExecutionMode.ll [new file with mode: 0644]
test/ExtendBitBoolArg.ll [new file with mode: 0644]
test/FOrdGreaterThanEqual_bool.ll [new file with mode: 0644]
test/FOrdGreaterThanEqual_int.ll [new file with mode: 0644]
test/FPFastMathModeNotNaNFast.spvasm [new file with mode: 0644]
test/FortranArray.ll [new file with mode: 0644]
test/GroupAndSubgroupInstructions.spvasm [new file with mode: 0644]
test/LinkOnceODR.ll [new file with mode: 0644]
test/OpConvertPtrToU_narrowing.spvasm [new file with mode: 0644]
test/OpConvertPtrToU_widening.spvasm [new file with mode: 0644]
test/OpConvertUToPtr_narrowing.spvasm [new file with mode: 0644]
test/OpConvertUToPtr_widening.spvasm [new file with mode: 0644]
test/OpFMod_f32.spvasm [new file with mode: 0644]
test/OpFMod_v2f16.spvasm [new file with mode: 0644]
test/OpGroupIAdd.spt [new file with mode: 0644]
test/OpIAdd.spvasm [new file with mode: 0644]
test/OpIMul.spvasm [new file with mode: 0644]
test/OpISub.spvasm [new file with mode: 0644]
test/OpLogicalAnd.spvasm [new file with mode: 0644]
test/OpLogicalEqual.spvasm [new file with mode: 0644]
test/OpLogicalNot.spvasm [new file with mode: 0644]
test/OpLogicalNotEqual.spvasm [new file with mode: 0644]
test/OpLogicalOr.spvasm [new file with mode: 0644]
test/OpLoopMergeDontUnroll.spt [new file with mode: 0644]
test/OpLoopMergeDontUnrollHint1.spt [new file with mode: 0644]
test/OpLoopMergeNone.spt [new file with mode: 0644]
test/OpLoopMergePartialUnroll.spt [new file with mode: 0644]
test/OpLoopMergeUnroll.spt [new file with mode: 0644]
test/OpNoLine.spvasm [new file with mode: 0644]
test/OpNop.spvasm [new file with mode: 0644]
test/OpNot.spvasm [new file with mode: 0644]
test/OpSMod_i32.spvasm [new file with mode: 0644]
test/OpSMod_v2i16.spvasm [new file with mode: 0644]
test/OpSNegate.spvasm [new file with mode: 0644]
test/OpShiftLeftLogical.spvasm [new file with mode: 0644]
test/OpSource.spt [new file with mode: 0644]
test/OpVectorInsertDynamic.ll [new file with mode: 0644]
test/OpenCL.std/acos.spvasm [new file with mode: 0644]
test/OpenCL.std/printf.spvasm [new file with mode: 0644]
test/OpenCL.std/upsample.spvasm [new file with mode: 0644]
test/OpenCL.std/vload_half.spvasm [new file with mode: 0644]
test/OpenCL.std/vload_halfn.spvasm [new file with mode: 0644]
test/OpenCL.std/vloada_halfn.spvasm [new file with mode: 0644]
test/OpenCL.std/vloadn.spvasm [new file with mode: 0644]
test/OpenCL.std/vstore_half.spvasm [new file with mode: 0644]
test/OpenCL.std/vstore_halfn.spvasm [new file with mode: 0644]
test/OpenCL.std/vstorea_halfn.spvasm [new file with mode: 0644]
test/OpenCL.std/vstoren.spvasm [new file with mode: 0644]
test/RelativeSrcPath.ll [new file with mode: 0644]
test/SPIRVVersionAutodetect_1_0.ll [new file with mode: 0644]
test/SPIRVVersionAutodetect_1_1.ll [new file with mode: 0644]
test/SampledImageRetType.ll [new file with mode: 0644]
test/SamplerArgNonKernel.ll [new file with mode: 0644]
test/SingleOpLine.ll [new file with mode: 0644]
test/SpecConstants/OpSpecConstant.spvasm [new file with mode: 0644]
test/SpecConstants/OpSpecConstantComposite.spvasm [new file with mode: 0644]
test/SpecConstants/bool-spirv-specconstant.ll [new file with mode: 0644]
test/SpecConstants/long-spec-const-composite.ll [new file with mode: 0644]
test/SpecConstants/specconstantop-arraylength.spvasm [new file with mode: 0644]
test/SpecConstants/specconstantop-copymemsized.spvasm [new file with mode: 0644]
test/SpecConstants/specconstantop-init.spvasm [new file with mode: 0644]
test/TruncToBool.ll [new file with mode: 0644]
test/appending-linkage-type.ll [new file with mode: 0644]
test/atomic-load-store.ll [new file with mode: 0644]
test/atomic_explicit_arguments.spt [new file with mode: 0644]
test/atomicrmw.ll [new file with mode: 0644]
test/barrier_explicit_arguments.spt [new file with mode: 0644]
test/builtin-vars-gep.ll [new file with mode: 0644]
test/builtin_vars-decorate.ll [new file with mode: 0644]
test/callable-attribute-decoration.ll [new file with mode: 0644]
test/capability-Int64Atomics-store.ll [new file with mode: 0644]
test/capability-Int64Atomics.ll [new file with mode: 0644]
test/capability-arbitrary-precision-integers.ll [new file with mode: 0644]
test/capability-integers.ll [new file with mode: 0644]
test/capbility-kernel.ll [new file with mode: 0644]
test/complex-constexpr-vector.ll [new file with mode: 0644]
test/complex-constexpr.ll [new file with mode: 0644]
test/composite_construct_struct.spt [new file with mode: 0644]
test/composite_construct_vector.spt [new file with mode: 0644]
test/constant-sampler-under-control-flow.spt [new file with mode: 0644]
test/constexpr_phi.ll [new file with mode: 0644]
test/constexpr_vector.ll [new file with mode: 0644]
test/copy_object.spt [new file with mode: 0644]
test/create-placeholders-for-phi-operands.ll [new file with mode: 0644]
test/custom_class.ll [new file with mode: 0644]
test/customized_func_with_underscore.ll [new file with mode: 0644]
test/debug-label-skip.ll [new file with mode: 0644]
test/empty-module.ll [new file with mode: 0644]
test/empty.ll [new file with mode: 0644]
test/entry-point-interfaces.ll [new file with mode: 0644]
test/entry_point_func.ll [new file with mode: 0644]
test/event_no_group_cap.cl [new file with mode: 0644]
test/exec_mode_float_control_intel.ll [new file with mode: 0644]
test/exec_mode_float_control_khr.ll [new file with mode: 0644]
test/fast-composit-entry.ll [new file with mode: 0644]
test/float-controls-decorations.ll [new file with mode: 0644]
test/float_atomic_spv_to_ocl12.spt [new file with mode: 0644]
test/group-decorate.spt [new file with mode: 0644]
test/half_extension.ll [new file with mode: 0644]
test/half_no_extension.ll [new file with mode: 0644]
test/ignore-builtin-linkage-name.spt [new file with mode: 0644]
test/image-unoptimized.cl [new file with mode: 0644]
test/image-user-sampler-args.ll [new file with mode: 0644]
test/image.ll [new file with mode: 0644]
test/image_decl_func_arg.ll [new file with mode: 0644]
test/image_dim.ll [new file with mode: 0644]
test/image_store.ll [new file with mode: 0644]
test/image_without_access_qualifier.spt [new file with mode: 0644]
test/kernel-arg-ext_int-ptr.spt [new file with mode: 0644]
test/layout.ll [new file with mode: 0644]
test/link-attribute.ll [new file with mode: 0644]
test/linkage-name.spt [new file with mode: 0644]
test/linkage-types.ll [new file with mode: 0644]
test/linked-list.ll [new file with mode: 0644]
test/lit.cfg.py [new file with mode: 0644]
test/lit.site.cfg.py.in [new file with mode: 0644]
test/literal-struct.ll [new file with mode: 0644]
test/llvm-intrinsics/abs.ll [new file with mode: 0644]
test/llvm-intrinsics/assume.ll [new file with mode: 0644]
test/llvm-intrinsics/bswap.ll [new file with mode: 0644]
test/llvm-intrinsics/ceil.ll [new file with mode: 0644]
test/llvm-intrinsics/constrained-arithmetic.ll [new file with mode: 0644]
test/llvm-intrinsics/constrained-comparison.ll [new file with mode: 0644]
test/llvm-intrinsics/constrained-convert.ll [new file with mode: 0644]
test/llvm-intrinsics/ctlz.ll [new file with mode: 0644]
test/llvm-intrinsics/ctpop.ll [new file with mode: 0644]
test/llvm-intrinsics/cttz.ll [new file with mode: 0644]
test/llvm-intrinsics/dynamic-memmove.ll [new file with mode: 0644]
test/llvm-intrinsics/expect.ll [new file with mode: 0644]
test/llvm-intrinsics/experimental.noalias.scope.decl.ll [new file with mode: 0644]
test/llvm-intrinsics/fabs.ll [new file with mode: 0644]
test/llvm-intrinsics/fmuladd.ll [new file with mode: 0644]
test/llvm-intrinsics/fp-intrinsics.ll [new file with mode: 0644]
test/llvm-intrinsics/fshl.ll [new file with mode: 0644]
test/llvm-intrinsics/fshr.ll [new file with mode: 0644]
test/llvm-intrinsics/instrprof.ll [new file with mode: 0644]
test/llvm-intrinsics/invariant.ll [new file with mode: 0644]
test/llvm-intrinsics/lifetime.ll [new file with mode: 0644]
test/llvm-intrinsics/maxnum.ll [new file with mode: 0644]
test/llvm-intrinsics/memcpy.align.ll [new file with mode: 0644]
test/llvm-intrinsics/memmove.ll [new file with mode: 0644]
test/llvm-intrinsics/memset.ll [new file with mode: 0644]
test/llvm-intrinsics/nearbyint.ll [new file with mode: 0644]
test/llvm-intrinsics/sadd.sat.ll [new file with mode: 0644]
test/llvm-intrinsics/sadd.with.overflow.ll [new file with mode: 0644]
test/llvm-intrinsics/sqrt.ll [new file with mode: 0644]
test/llvm-intrinsics/trap.ll [new file with mode: 0644]
test/llvm-intrinsics/umul.with.overflow.ll [new file with mode: 0644]
test/llvm-intrinsics/usub.sat.ll [new file with mode: 0644]
test/llvm.is.constant.ll [new file with mode: 0644]
test/long-constant-array.ll [new file with mode: 0644]
test/long-type-struct.ll [new file with mode: 0644]
test/lower-non-standard-types-opaque.ll [new file with mode: 0644]
test/lower-non-standard-types.ll [new file with mode: 0644]
test/lower-non-standard-vec-with-ext.ll [new file with mode: 0644]
test/lshr-constexpr.ll [new file with mode: 0644]
test/mangled_function.ll [new file with mode: 0644]
test/matrix_times_matrix.spt [new file with mode: 0644]
test/matrix_times_scalar.spt [new file with mode: 0644]
test/matrix_times_vector.spt [new file with mode: 0644]
test/matrix_transpose.spt [new file with mode: 0644]
test/mem2reg.cl [new file with mode: 0644]
test/mem_fence_explicit_arguments.spt [new file with mode: 0644]
test/memory_model_md.ll [new file with mode: 0644]
test/multi_md.ll [new file with mode: 0644]
test/negative/InvalidAtomicBuiltins.cl [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/bf16tof_inval_input_ty.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/bf16tof_inval_input_ty.spt [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/bf16tof_inval_output_ty.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/bf16tof_inval_output_ty.spt [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/bf16tof_inval_params.spt [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertAsBFloat16Float_inval_scalar_signature.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertAsBFloat16Float_inval_vec_elem_ty.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertAsBFloat16Float_inval_vec_size.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertBFloat16AsUshort_inval_scalar_signature.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertBFloat16AsUshort_inval_vec_elem_ty.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension/ConvertBFloat16AsUshort_inval_vec_size.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_input_ty.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_input_ty.spt [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_output_ty.spt [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_output_ty_1.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_output_ty_2.ll [new file with mode: 0644]
test/negative/SPV_INTEL_bfloat16_conversion/f2bf16_inval_params.ll [new file with mode: 0644]
test/negative/atomicrmw-unsupported-operation.ll [new file with mode: 0644]
test/negative/check-empty-file.ll [new file with mode: 0644]
test/negative/empty-file.bc [new file with mode: 0644]
test/negative/feature_requires_extension.ll [new file with mode: 0644]
test/negative/invalid-constant-generic-cast.ll [new file with mode: 0644]
test/negative/invalid-device-local-cast.ll [new file with mode: 0644]
test/negative/invalid-int-bitwidth.ll [new file with mode: 0644]
test/negative/invalid-private-global-cast.ll [new file with mode: 0644]
test/negative/llvm-unhandled-intrinsic.ll [new file with mode: 0644]
test/negative/regularize-invalid-llvm.ll [new file with mode: 0644]
test/negative/spirv-unknown-extensions.spt [new file with mode: 0644]
test/negative/spirv-version-controls-1.spt [new file with mode: 0644]
test/negative/spirv-version-controls-2.spt [new file with mode: 0644]
test/negative/unimplemented.spt [new file with mode: 0644]
test/negative/unsup_invoke_instr.ll [new file with mode: 0644]
test/negative/unsupported-triple.ll [new file with mode: 0644]
test/negative/zero-length-array.ll [new file with mode: 0644]
test/no_capability_shader.ll [new file with mode: 0644]
test/nullptr-metadata-test.ll [new file with mode: 0644]
test/opencl.queue_t.ll [new file with mode: 0644]
test/optnone.ll [new file with mode: 0644]
test/opundef.spt [new file with mode: 0644]
test/pointer_type_mapping.ll [new file with mode: 0644]
test/preprocess-metadata.ll [new file with mode: 0644]
test/read_image.cl [new file with mode: 0644]
test/redundant_word.spt [new file with mode: 0644]
test/relationals.ll [new file with mode: 0644]
test/right_shift.spt [new file with mode: 0644]
test/sampler-variable.spt [new file with mode: 0644]
test/select.ll [new file with mode: 0644]
test/selection_merge.spt [new file with mode: 0644]
test/simple.ll [new file with mode: 0644]
test/sitofp-with-bool.ll [new file with mode: 0644]
test/spec_const_decoration.ll [new file with mode: 0644]
test/spirv-extensions-control.ll [new file with mode: 0644]
test/spirv-extensions-control.spt [new file with mode: 0644]
test/spirv-load-store.ll [new file with mode: 0644]
test/spirv-ocl-builtins-version.spt [new file with mode: 0644]
test/spirv-tools-dis.ll [new file with mode: 0644]
test/spirv-triple-with-version.ll [new file with mode: 0644]
test/spirv-triple.ll [new file with mode: 0644]
test/spirv-version-controls.spt [new file with mode: 0644]
test/spirv.Queue.ll [new file with mode: 0644]
test/spirv_global_variable_decoration.ll [new file with mode: 0644]
test/spirv_param_decorations.ll [new file with mode: 0644]
test/spirv_param_decorations_quals.ll [new file with mode: 0644]
test/store.ll [new file with mode: 0644]
test/transcoding/AllowIntrinsics.ll [new file with mode: 0644]
test/transcoding/AtomicCompareExchangeExplicit_cl20.cl [new file with mode: 0644]
test/transcoding/AtomicCompareExchange_cl20.ll [new file with mode: 0644]
test/transcoding/AtomicFAddEXT.ll [new file with mode: 0644]
test/transcoding/AtomicFAddEXTForOCL.ll [new file with mode: 0644]
test/transcoding/AtomicFMaxEXT.ll [new file with mode: 0644]
test/transcoding/AtomicFMaxEXTForOCL.ll [new file with mode: 0644]
test/transcoding/AtomicFMinEXT.ll [new file with mode: 0644]
test/transcoding/AtomicFMinEXTForOCL.ll [new file with mode: 0644]
test/transcoding/AtomicFSubEXTForOCL.ll [new file with mode: 0644]
test/transcoding/BitReversePref.ll [new file with mode: 0644]
test/transcoding/BuildNDRange.ll [new file with mode: 0644]
test/transcoding/BuildNDRange_2.ll [new file with mode: 0644]
test/transcoding/ConvertPtr.cl [new file with mode: 0644]
test/transcoding/CreatePipeFromPipeStorage.ll [new file with mode: 0644]
test/transcoding/DecorationAlignment.ll [new file with mode: 0644]
test/transcoding/DecorationMaxByteOffset.ll [new file with mode: 0644]
test/transcoding/DivRem.cl [new file with mode: 0644]
test/transcoding/ExecutionMode_SPIR_to_SPIRV.ll [new file with mode: 0644]
test/transcoding/FPGABufferLocation.ll [new file with mode: 0644]
test/transcoding/FPGAUnstructuredLoopAttr.ll [new file with mode: 0644]
test/transcoding/ForwardPtr.ll [new file with mode: 0644]
test/transcoding/GenericCastToPtr.cl [new file with mode: 0644]
test/transcoding/GlobalFunAnnotate.ll [new file with mode: 0644]
test/transcoding/InfiniteLoopMetadataPlacement.ll [new file with mode: 0644]
test/transcoding/IntelFPGAMemoryAccesses.ll [new file with mode: 0644]
test/transcoding/IntelFPGAMemoryAttributes.ll [new file with mode: 0644]
test/transcoding/IntelFPGAMemoryAttributesForStaticVar.ll [new file with mode: 0644]
test/transcoding/IntelFPGAMemoryAttributesForStruct.ll [new file with mode: 0644]
test/transcoding/IntelFPGAReg.ll [new file with mode: 0644]
test/transcoding/KernelArgTypeInOpString.ll [new file with mode: 0644]
test/transcoding/KernelArgTypeInOpString2.ll [new file with mode: 0644]
test/transcoding/LoopUnroll.ll [new file with mode: 0644]
test/transcoding/NoSignedUnsignedWrap.ll [new file with mode: 0644]
test/transcoding/OpAllAny.ll [new file with mode: 0644]
test/transcoding/OpBitReverse_i32.ll [new file with mode: 0644]
test/transcoding/OpBitReverse_v2i16.ll [new file with mode: 0644]
test/transcoding/OpConstantBool.ll [new file with mode: 0644]
test/transcoding/OpConstantSampler.ll [new file with mode: 0644]
test/transcoding/OpDot.ll [new file with mode: 0644]
test/transcoding/OpGenericPtrMemSemantics.ll [new file with mode: 0644]
test/transcoding/OpGroupAllAny.ll [new file with mode: 0644]
test/transcoding/OpGroupAsyncCopy.ll [new file with mode: 0644]
test/transcoding/OpImageQuerySize.ll [new file with mode: 0644]
test/transcoding/OpImageReadMS.ll [new file with mode: 0644]
test/transcoding/OpImageSampleExplicitLod.ll [new file with mode: 0644]
test/transcoding/OpImageSampleExplicitLod_arg.cl [new file with mode: 0644]
test/transcoding/OpImageWrite.cl [new file with mode: 0644]
test/transcoding/OpLine.ll [new file with mode: 0644]
test/transcoding/OpMin.ll [new file with mode: 0644]
test/transcoding/OpPhi_ArgumentsPlaceholders.ll [new file with mode: 0644]
test/transcoding/OpSwitch32.ll [new file with mode: 0644]
test/transcoding/OpSwitch64.ll [new file with mode: 0644]
test/transcoding/OpSwitchChar.ll [new file with mode: 0644]
test/transcoding/OpSwitchEmpty.ll [new file with mode: 0644]
test/transcoding/OpVariable_Initializer.ll [new file with mode: 0644]
test/transcoding/OpVectorExtractDynamic.ll [new file with mode: 0644]
test/transcoding/OpenCL/atomic_cmpxchg.cl [new file with mode: 0644]
test/transcoding/OpenCL/atomic_legacy.cl [new file with mode: 0644]
test/transcoding/OpenCL/atomic_work_item_fence.cl [new file with mode: 0644]
test/transcoding/OpenCL/barrier.cl [new file with mode: 0644]
test/transcoding/OpenCL/mem_fence.cl [new file with mode: 0644]
test/transcoding/OpenCL/sub_group_barrier.cl [new file with mode: 0644]
test/transcoding/OpenCL/sub_group_mask.cl [new file with mode: 0644]
test/transcoding/OpenCL/work_group_barrier.cl [new file with mode: 0644]
test/transcoding/PipeBlocking.ll [new file with mode: 0644]
test/transcoding/PipeStorage.ll [new file with mode: 0644]
test/transcoding/PipeStorageIOINTEL.ll [new file with mode: 0644]
test/transcoding/RecursiveType.ll [new file with mode: 0644]
test/transcoding/RelationalOperators.cl [new file with mode: 0644]
test/transcoding/RelationalOperatorsFOrd.ll [new file with mode: 0644]
test/transcoding/RelationalOperatorsFUnord.ll [new file with mode: 0644]
test/transcoding/ReqdSubgroupSize.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_arithmetic_fence/arithmetic_fence.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_bfloat16_conversion/cl_bfloat16_conversions_extension.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_bfloat16_conversion/convert_bfloat16_generic.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_complex_float_mul_div/complex-operations.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_generic.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_not_builtin.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_not_builtin.spt [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_types.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_types.spt [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_vme_image.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_device_side_avc_motion_esimation/subgroup_avc_intel_wrappers.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_dsp_control/prefer_dsp.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_dsp_control/prefer_dsp_propagate.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_loop_controls/FPGAIVDepLoopAttr.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_loop_controls/FPGAIVDepLoopAttrOnClosure.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_loop_controls/FPGALoopAttr.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_loop_controls/FPGALoopMergeInst.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_fpga_loop_controls/intel_multiple_fpga_loop_attrs.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/bitcast.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/const-function-pointer.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/decor-func-ptr-arg-attr.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/fp-from-host.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/fp-in-recusive-type.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/function-pointer-as-function-arg.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/function-pointer.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/global_ctor_dtor.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/gv-func-ptr.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/non-uniform-function-pointer.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/referenced-indirectly.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/select.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_function_pointers/vector_elem.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_global_variable_decorations/global_var_decorations.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_hw_thread_queries/intel_hw_thread_queries_function_call.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_hw_thread_queries/intel_hw_thread_queries_load_from_global.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_hw_thread_queries/negative_intel_hw_thread_queries.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_inline_assembly/inline_asm_basic.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_inline_assembly/inline_asm_clobbers.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_inline_assembly/inline_asm_constraints.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_joint_matrix/joint_matrix.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_joint_matrix/joint_matrix_bfloat16.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_joint_matrix/joint_matrix_element.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_joint_matrix/joint_matrix_extract_insert_element_of_sycl_half.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_joint_matrix/joint_matrix_half.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_kernel_attributes/intel_fpga_function_attributes.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_kernel_attributes/streaming_interface_attribute.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_media_block_io.cl [new file with mode: 0644]
test/transcoding/SPV_INTEL_memory_access_aliasing/intel-alias-barrier.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_memory_access_aliasing/intel-alias-empty-md.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_memory_access_aliasing/intel-alias-lifetime.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_memory_access_aliasing/intel-alias-load-store.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_memory_access_aliasing/intel-alias-masked-load-store.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_non_constant_addrspace_printf/non-constant-printf.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_runtime_aligned/RuntimeAligned.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_token_type/token_type_intel.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_variable_length_array/basic.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_variable_length_array/complex-cfg.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_variable_length_array/negative.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_variable_length_array/vla_spec_const.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/buffer_surface_intel.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/decoration_byte_offset.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/decoration_media_block_io.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/decoration_simt_call.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/decoration_single_element_vector.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/decoration_volatile.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/exec_mode_argument_io_kind.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/exec_mode_float_control.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/exec_mode_named_barriers_count.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/exec_mode_shared_local_memory_size.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/extension_spirv_intel_vector_compute.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_vector_compute/extension_vector_compute_stability.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_integer_dot_product-nonsat.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_integer_dot_product-sat.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_integer_dot_product_OCLtoSPIRV_char4.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_integer_dot_product_OCLtoSPIRV_int.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_integer_dot_product_OCLtoSPIRV_short2.ll [new file with mode: 0644]
test/transcoding/SPV_KHR_subgroup_rotate.cl [new file with mode: 0644]
test/transcoding/SPV_KHR_uniform_group_instructions/group-instructions.ll [new file with mode: 0644]
test/transcoding/SampledImage.cl [new file with mode: 0644]
test/transcoding/SpecConstantComposite.ll [new file with mode: 0644]
test/transcoding/TransFNeg.cl [new file with mode: 0644]
test/transcoding/annotate_attribute.ll [new file with mode: 0644]
test/transcoding/annotation_dbg_info_drop.ll [new file with mode: 0644]
test/transcoding/annotation_generic_decoration.ll [new file with mode: 0644]
test/transcoding/atomic_explicit_arguments.cl [new file with mode: 0644]
test/transcoding/atomic_flag.cl [new file with mode: 0644]
test/transcoding/atomic_load_store.ll [new file with mode: 0644]
test/transcoding/atomics.spt [new file with mode: 0644]
test/transcoding/atomics_1.2.ll [new file with mode: 0644]
test/transcoding/atomics_int64.spt [new file with mode: 0644]
test/transcoding/bit_ops.cl [new file with mode: 0644]
test/transcoding/bitcast.ll [new file with mode: 0644]
test/transcoding/block_w_struct_return.cl [new file with mode: 0644]
test/transcoding/builtin_calls.ll [new file with mode: 0644]
test/transcoding/builtin_function_readnone_attr.ll [new file with mode: 0644]
test/transcoding/builtin_vars.ll [new file with mode: 0644]
test/transcoding/builtin_vars_arithmetics.ll [new file with mode: 0644]
test/transcoding/builtin_vars_opt.ll [new file with mode: 0644]
test/transcoding/capability-arbitrary-precision-fixed-point-numbers.ll [new file with mode: 0644]
test/transcoding/capability-arbitrary-precision-floating-point.ll [new file with mode: 0644]
test/transcoding/check_ro_qualifier.ll [new file with mode: 0644]
test/transcoding/check_wo_qualifier.ll [new file with mode: 0644]
test/transcoding/cl-types.ll [new file with mode: 0644]
test/transcoding/cl_intel_sub_groups.ll [new file with mode: 0644]
test/transcoding/cl_khr_extended_bit_ops.cl [new file with mode: 0644]
test/transcoding/clk_event_t.cl [new file with mode: 0644]
test/transcoding/dbginfo-bug-on-bool-converts.ll [new file with mode: 0644]
test/transcoding/dot_product_OCLtoSPIRV_half.ll [new file with mode: 0644]
test/transcoding/enqueue_kernel.cl [new file with mode: 0644]
test/transcoding/enqueue_marker.cl [new file with mode: 0644]
test/transcoding/exec_mode_float_control_empty.ll [new file with mode: 0644]
test/transcoding/explicit-conversions.cl [new file with mode: 0644]
test/transcoding/extract_insert_value.ll [new file with mode: 0644]
test/transcoding/fadd.ll [new file with mode: 0644]
test/transcoding/fclamp.ll [new file with mode: 0644]
test/transcoding/fcmp.ll [new file with mode: 0644]
test/transcoding/fdiv.ll [new file with mode: 0644]
test/transcoding/fence_inst.ll [new file with mode: 0644]
test/transcoding/fmod.ll [new file with mode: 0644]
test/transcoding/fmul.ll [new file with mode: 0644]
test/transcoding/fneg.ll [new file with mode: 0644]
test/transcoding/fp_contract_reassoc_fast_mode.ll [new file with mode: 0644]
test/transcoding/frem.ll [new file with mode: 0644]
test/transcoding/fsub.ll [new file with mode: 0644]
test/transcoding/get_image_num_mip_levels.ll [new file with mode: 0644]
test/transcoding/global-constant-expression.ll [new file with mode: 0644]
test/transcoding/global_block.cl [new file with mode: 0644]
test/transcoding/group_ops.cl [new file with mode: 0644]
test/transcoding/image_builtins.ll [new file with mode: 0644]
test/transcoding/image_channel.ll [new file with mode: 0644]
test/transcoding/image_get_size_with_access_qualifiers.ll [new file with mode: 0644]
test/transcoding/image_signedness.ll [new file with mode: 0644]
test/transcoding/image_with_access_qualifiers.ll [new file with mode: 0644]
test/transcoding/image_with_suffix.ll [new file with mode: 0644]
test/transcoding/intel_fpga_lsu_optimized.ll [new file with mode: 0644]
test/transcoding/intel_usm_addrspaces.ll [new file with mode: 0644]
test/transcoding/intrinsic_result_store.ll [new file with mode: 0644]
test/transcoding/isequal.ll [new file with mode: 0644]
test/transcoding/kernel_arg_name.ll [new file with mode: 0644]
test/transcoding/kernel_arg_type_qual.ll [new file with mode: 0644]
test/transcoding/kernel_query.ll [new file with mode: 0644]
test/transcoding/ldexp.cl [new file with mode: 0644]
test/transcoding/linked-program.ll [new file with mode: 0644]
test/transcoding/memory_access.ll [new file with mode: 0644]
test/transcoding/optional-core-features-multiple.ll [new file with mode: 0644]
test/transcoding/pipe_builtins.cl [new file with mode: 0644]
test/transcoding/readonly.ll [new file with mode: 0644]
test/transcoding/relationals_double.ll [new file with mode: 0644]
test/transcoding/relationals_float.ll [new file with mode: 0644]
test/transcoding/relationals_half.ll [new file with mode: 0644]
test/transcoding/spec_const.ll [new file with mode: 0644]
test/transcoding/spirv-private-array-initialization.ll [new file with mode: 0644]
test/transcoding/spirv-types.ll [new file with mode: 0644]
test/transcoding/sub_group_ballot.ll [new file with mode: 0644]
test/transcoding/sub_group_clustered_reduce.ll [new file with mode: 0644]
test/transcoding/sub_group_extended_types.ll [new file with mode: 0644]
test/transcoding/sub_group_non_uniform_arithmetic.ll [new file with mode: 0644]
test/transcoding/sub_group_non_uniform_vote.ll [new file with mode: 0644]
test/transcoding/sub_group_shuffle.ll [new file with mode: 0644]
test/transcoding/sub_group_shuffle_relative.ll [new file with mode: 0644]
test/transcoding/suminmaxIntr.ll [new file with mode: 0644]
test/transcoding/sycl_array_zero_init.ll [new file with mode: 0644]
test/transcoding/undef_initializer.ll [new file with mode: 0644]
test/transcoding/unreachable.ll [new file with mode: 0644]
test/transcoding/vec8.ll [new file with mode: 0644]
test/transcoding/vec_type_hint.cl [new file with mode: 0644]
test/transcoding/vector_casts.ll [new file with mode: 0644]
test/type-scavenger/basic.ll [new file with mode: 0644]
test/type-scavenger/load-indirect.ll [new file with mode: 0644]
test/type-scavenger/ptr-abuse.ll [new file with mode: 0644]
test/uitofp-with-bool.ll [new file with mode: 0644]
test/vector-metadata-constexpr.ll [new file with mode: 0644]
test/vector_times_matrix.spt [new file with mode: 0644]
test/vector_times_scalar.spt [new file with mode: 0644]
tools/llvm-spirv/CMakeLists.txt [new file with mode: 0644]
tools/llvm-spirv/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-spirv/llvm-spirv.cpp [new file with mode: 0644]
tools/spirv-tool/gen_spirv.bash [new file with mode: 0644]