This repository was archived by the owner on Dec 20, 2019. It is now read-only.
3 files changed
+3
-3
lines changedSubmodule SPIRV-LLVM-Translator updated 71 files
- .travis.yml+2-2
- README.md+6-4
- include/LLVMSPIRVLib.h+9-5
- lib/SPIRV/CMakeLists.txt+2-1
- lib/SPIRV/LLVMToSPIRVDbgTran.cpp+20-15
- lib/SPIRV/LLVMToSPIRVDbgTran.h+1
- lib/SPIRV/Mangler/Mangler.cpp+5-5
- lib/SPIRV/Mangler/ManglingUtils.cpp+28-3
- lib/SPIRV/Mangler/ParameterType.h+13-1
- lib/SPIRV/OCL20To12.cpp-139
- lib/SPIRV/OCL20ToSPIRV.cpp+32-19
- lib/SPIRV/OCLUtil.cpp+84-6
- lib/SPIRV/OCLUtil.h-1
- lib/SPIRV/SPIRVInternal.h+9
- lib/SPIRV/SPIRVReader.cpp+155-155
- lib/SPIRV/SPIRVReader.h+4-6
- lib/SPIRV/SPIRVToLLVMDbgTran.cpp+16-1
- lib/SPIRV/SPIRVToOCL.cpp+471
- lib/SPIRV/SPIRVToOCL.h+127
- lib/SPIRV/SPIRVToOCL12.cpp+122
- lib/SPIRV/SPIRVToOCL20.cpp+61-458
- lib/SPIRV/SPIRVUtil.cpp+52-5
- lib/SPIRV/SPIRVWriter.cpp+75-4
- lib/SPIRV/SPIRVWriter.h+7
- lib/SPIRV/libSPIRV/SPIRVBasicBlock.cpp+6-1
- lib/SPIRV/libSPIRV/SPIRVDecorate.h+10
- lib/SPIRV/libSPIRV/SPIRVEntry.cpp+7-6
- lib/SPIRV/libSPIRV/SPIRVEntry.h+6-1
- lib/SPIRV/libSPIRV/SPIRVEnum.h+13
- lib/SPIRV/libSPIRV/SPIRVError.h+1-1
- lib/SPIRV/libSPIRV/SPIRVErrorEnum.h+2
- lib/SPIRV/libSPIRV/SPIRVFunction.h+10
- lib/SPIRV/libSPIRV/SPIRVInstruction.h+7
- lib/SPIRV/libSPIRV/SPIRVIsValidEnum.h+1
- lib/SPIRV/libSPIRV/SPIRVModule.cpp+36-7
- lib/SPIRV/libSPIRV/SPIRVModule.h+8
- lib/SPIRV/libSPIRV/SPIRVOpCode.h+16
- lib/SPIRV/libSPIRV/SPIRVType.h+8
- lib/SPIRV/libSPIRV/SPIRVUtil.h+6
- lib/SPIRV/libSPIRV/SPIRVValue.h+7
- lib/SPIRV/libSPIRV/spirv.hpp+6
- test/DebugInfo/DebugControlFlow.cl+40
- test/DebugInfo/DebugDeclareUnused.cl+16
- test/DebugInfo/Generic/inlined-locations.ll+81
- test/DebugInfo/LocalAddressSpace.ll+66
- test/NoSignedUnsignedWrap.ll+2
- test/OpLoopMergeDontUnrollHint1.spt+88
- test/OpLoopMergePartialUnroll.spt+88
- test/OpLoopMergeUnroll.spt+1-1
- test/SampledImage.ll+5-5
- test/llvm.memcpy.align.ll+111
- test/negative/memory_order.ll+69
- test/negative/memory_scope.ll+69
- test/spirv-ocl-builtins-version.spt+55
- test/transcoding/LoopUnroll.ll+2-2
- test/transcoding/OpControlBarrier_cl20.ll+34-34
- test/transcoding/OpControlBarrier_cl20_subgroup.ll+34-34
- test/transcoding/OpControlBarrier_cl21.ll+34-34
- test/transcoding/OpImageSampleExplicitLod_arg.ll+10-10
- test/transcoding/cl-types.ll+10-10
- test/transcoding/enqueue_marker.cl+16
- test/transcoding/spirv-types.ll+2-2
- test/transcoding/subgroup_avc_intel_generic.ll+1
- test/transcoding/subgroup_avc_intel_generic.spt+200
- test/transcoding/subgroup_avc_intel_not_builtin.spt+35
- test/transcoding/subgroup_avc_intel_types.ll+1
- test/transcoding/subgroup_avc_intel_types.spt+111
- test/transcoding/subgroup_avc_intel_vme_image.ll+2
- test/transcoding/subgroup_avc_intel_vme_image.spt+211
- test/transcoding/subgroup_avc_intel_wrappers.ll+2
- test/zero-length-array.ll+27
- COFF/Writer.cpp+39-11
- ELF/Arch/PPC64.cpp+13-1
- ELF/InputSection.cpp+2-4
- ELF/SyntheticSections.cpp+5
- ELF/Writer.cpp+5-11
- test/COFF/guardcf-thunk.s+43
- test/ELF/aarch64-cortex-a53-843419-tlsrelax.s+2-2
- test/ELF/aarch64-tls-gdle.s+2-2
- test/ELF/aarch64-tls-iele.s+3-3
- test/ELF/aarch64-tls-le.s+4-4
- test/ELF/aarch64-tlsld-ldst.s+25-25
- test/ELF/arm-tls-le32.s+6-6
- test/ELF/arm-tls-norelax-ie-le.s+2-2
- test/ELF/compressed-input-alignment.test+67
- test/ELF/eh-frame-hdr-augmentation.s+2-2
- test/ELF/emit-relocs-mergeable2.s+14
- test/ELF/gc-sections-metadata-startstop.s+1-1
- test/ELF/mips-micro-relocs.s+3-3
- test/ELF/mips-micror6-relocs.s+2-2
- test/ELF/ppc64-bsymbolic-toc-restore.s+2-2
- test/ELF/ppc64-call-reach.s+18-22
- test/ELF/ppc64-ifunc.s+46-58
- test/ELF/ppc64-local-dynamic.s+1-1
- test/ELF/ppc64-local-entry.s+47
- test/ELF/ppc64-long-branch-init.s+43
- test/ELF/ppc64-long-branch-localentry-offset.s+30
- test/ELF/ppc64-plt-stub.s+6-5
- test/ELF/ppc64-rel-calls.s+2-3
- test/ELF/ppc64-toc-restore-recursive-call.s+8-9
- test/ELF/ppc64-toc-restore.s+17-24
- wasm/OutputSections.cpp+6-6
0 commit comments