summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-15draft to introduce enqueue builtin functions.enqueueZhigang Gong10-9/+125
2015-04-15CL: update to 2.0 header files.OpenCL20Zhigang Gong10-12571/+344
2015-04-15Doc: update known issue for the store/load pointer issue.Zhigang Gong1-0/+11
2015-04-14Kill the A0 cache in GenContext.Junyan He3-82/+24
2015-04-14Doc: update cmd parser issue for HSW platforms.Zhigang Gong1-5/+8
2015-04-14GBE: should initialize useDWLabel to false by default.Zhigang Gong1-1/+1
2015-04-14Doc: add a command to install dependencies.Zhigang Gong1-0/+6
2015-04-14utests: don't continue to run any case when fail to initialize device.Zhigang Gong1-1/+5
2015-04-14runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong1-1/+4
2015-04-13BDW: Refine unpacked_ud in the gen8_context.cpp.Yang Rong1-16/+19
2015-04-13GBE: fix a bug in byte scatter write.Zhigang Gong1-5/+11
2015-04-13GBE: fix an potential assertion in constant expanding pass.Zhigang Gong1-1/+1
2015-04-13GBE: correct the instruction replacement logic in scalarize pass.Zhigang Gong1-9/+34
2015-04-13GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2-0/+11
2015-04-13GBE: Use actual bti information to determine a pointer's addressspace.Zhigang Gong5-8/+23
2015-04-13GBE: Extend front label ip to 32 bit on demand.Zhigang Gong10-29/+128
2015-04-13GBE: don't type cast register/labelindex to integer.Zhigang Gong3-33/+32
2015-04-13GBE: extend backend label to 32 bit.Zhigang Gong3-15/+15
2015-04-13GBE: extend registers/tuples/immediates to 32bit wide.Zhigang Gong7-29/+30
2015-04-13GBE: fix safe type definition.Zhigang Gong1-1/+1
2015-04-13strip unsupported attributes and calling conventions.Zhigang Gong6-4/+134
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong9-30/+30
2015-04-10GBE: avoid to use the GenRegister::xxxgrf(simdWidth,xxx).Zhigang Gong1-47/+46
2015-04-10GBE: correct some temporary virtual register's simdWidth.Zhigang Gong2-12/+19
2015-03-30update document.Zhigang Gong1-4/+23
2015-03-27Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2-22/+61
2015-03-24Don't crash if device inaccessibleRebecca N. Palmer1-1/+0
2015-03-24FindLLVM: allow LLVM/Clang 3.6Rebecca N. Palmer1-2/+2
2015-03-24Use matching versions of clang/llvm and libclang/libllvmRebecca Palmer2-10/+31
2015-03-24BDW: Refine I64HADD and I64RHADD.Yang Rong2-114/+23
2015-03-24BUGFIX: Prohibit 'make package' from doing system install of ICD vendor fileBrian Kloppenborg1-0/+1
2015-03-19Query the driver directly for compute units and subsliceJeff McGee3-4/+40
2015-03-19Add driver callback for updating device infoJeff McGee4-18/+43
2015-03-19Build: fix the beignet icd name when CMAKE_INSTALL_FULL_LIBDIR is undefined.Zhigang Gong1-2/+8
2015-03-18Generate NAN for UNDEF value in printf parser.Junyan He1-0/+6
2015-03-18runtime: fix a conformance bug in cl_get_kernel_arg_info.Zhigang Gong1-1/+5
2015-03-17correct env var to output llvm IRGuo Yejun1-3/+5
2015-03-17strip PointerCast for call instructions before use.Luo Xionghu2-4/+3
2015-03-17Add LLVM_INCLUDE_DIR to CMakeList of src.Junyan He1-1/+2
2015-03-16Bump to 1.1Zhigang Gong1-1/+1
2015-03-16Docs: update team information.Zhigang Gong1-0/+13
2015-03-16Build: set 3.5 as the stable LLVM version for beignet.Zhigang Gong1-5/+6
2015-03-16GBE: fix an image related bugs.Zhigang Gong2-17/+24
2015-03-13simple return if spir extension not supported.Luo Xionghu1-1/+1
2015-03-13only support spir extension for beignet build with llvm 3.5 or later.Luo Xionghu1-0/+3
2015-03-13reset the SPIR target datalayout.Luo Xionghu1-0/+4
2015-03-13Revert "libocl: using mad() to implement dot()"Zhigang Gong1-3/+3
2015-03-12replace pow with llvm intrinsic.Luo Xionghu3-11/+10
2015-03-12replace mad with llvm intrinsic.Luo Xionghu3-11/+1
2015-03-12replace rndd with llvm intrinsic.Luo Xionghu4-5/+4