summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* relax the build dependency on Gen GPUopencl-1.1Guo Yejun2014-06-122-8/+5
* Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERFYongjia Zhang2014-06-123-40/+92
* utest: reduce group size to fit into baytrail platform.Zhigang Gong2014-06-121-1/+1
* HSW: Remove the jmpi distance limit of HSW.Yang Rong2014-06-124-17/+49
* GBE: fix some bugs in 64bit bitcast.Ruiling Song2014-06-121-3/+7
* HSW: Fix potential issue of GT3 when calc stack address.Yang Rong2014-06-123-2/+12
* Handle the difference timestamp count, got from drm_intel_reg_read.Yang Rong2014-06-121-18/+44
* remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun2014-06-128-171/+206
* fix utest simd_any for simd width 8 and 16Guo Yejun2014-06-111-1/+1
* GBE: ignoring some debug related intrinsics.Zhigang Gong2014-06-111-0/+8
* GBE: output compact flag when output asm.Ruiling Song2014-06-115-9/+24
* fix issue when create cl image from libva with offsetGuo Yejun2014-06-113-3/+5
* Add the utest case for printfJunyan He2014-06-113-0/+32
* Add the printf logic into the run time.Junyan He2014-06-117-0/+210
* Add the printfSet into the kernel Class and add misc helper functionsJunyan He2014-06-113-2/+95
* Add the PrintfParser llvm parser into the llvm backend.Junyan He2014-06-117-0/+693
* Add the PrintfSet class into the irJunyan He2014-06-113-0/+318
* Add two special register for printf output buffer usageJunyan He2014-06-117-2/+32
* GBE: support SLM bool load and store.Zhigang Gong2014-06-113-2/+7
* GBE: increase batch size to relax the max reloc restriction.Zhigang Gong2014-06-111-1/+1
* remove the code of saving the llvm bitcode to file, replace it with llvm::ModuleLuo2014-06-098-57/+100
* Handle server IVB GT2.Abrahm Scully2014-06-092-1/+5
* GBE: Fix an assert on bitcast long to char8Ruiling Song2014-06-091-12/+15
* Add some lost pci id into GetGenID.shJunyan He2014-06-091-1/+1
* HSW: Restore L3 control register to disable SLM mode.Yang Rong2014-06-091-1/+24
* HSW: enable the surface's cache in HSW.Yang Rong2014-06-095-28/+61
* HSW: Set correct max work group size for GT2 and GT3.Yang Rong2014-06-092-2/+9
* HSW: add data port 1 support in disassemble.Yang Rong2014-06-095-18/+67
* GBE: fix one illegal instruction.Zhigang Gong2014-06-092-2/+14
* GBE: Fix a jump issue in int64 to float conversionRuiling Song2014-06-091-1/+1
* GBE: fix a bug in int64 to float conversion.Zhigang Gong2014-06-091-0/+1
* GBE: fix a typo in utests.Zhigang Gong2014-06-091-2/+2
* utests: add a double precision check test case.Zhigang Gong2014-06-093-0/+55
* GBE: Add support double to float conversion.Zhigang Gong2014-06-093-53/+59
* GBE: optimize a special case of convert INT64 to float.Zhigang Gong2014-06-091-16/+93
* add DRM_LIBDIR path into link directory listLi Peng2014-06-044-5/+5
* HSW: Fix a compact assert.Yang Rong2014-06-041-0/+2
* GBE: Optmize phi eliminationRuiling Song2014-06-042-1/+93
* Revert "GBE: No need to compute liveout again in value.cpp."Ruiling Song2014-06-041-0/+33
* refine code for the usage of set_image_base_indexGuo Yejun2014-06-047-13/+12
* GBE: Fix bitcast between long and other type.Ruiling Song2014-05-301-1/+10
* Make utest pass rate reach 100%.Yi Sun2014-05-301-9/+10
* Refine some test for math functionYi Sun2014-05-301-47/+77
* Refine the cl thread implement for queue.Junyan He2014-05-306-76/+192
* Fix timestamp on HASWELLLi Peng2014-05-303-12/+20
* extract libgbeinterp.so from runtime (libcl.so)Guo Yejun2014-05-3010-28/+226
* GBE: fix one illegal instruction when replace a uniform dst.Zhigang Gong2014-05-291-2/+4
* utests: disable double test case.Ruiling Song2014-05-295-8/+4
* GBE: Pass correct register type when replaceRegRuiling Song2014-05-293-1/+21
* GBE: Change 64bit integer storage in registerRuiling Song2014-05-297-349/+122