summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-18backend/src/backend: Handle -dump-opt-llvm=[PATH] in clCompileProgram and clB...Manasi Navare1-30/+31
2015-09-18GBE/PRINTF: store variable instead of pointer in "slots".Luo Xionghu3-13/+27
2015-09-18fix issue when build against llvm3.3Guo Yejun1-1/+7
2015-09-18backend: Turn on ASM dump.Manasi Navare2-0/+11
2015-09-18backend: Add ASM file name to GenContext object.Laura Ekstrand3-0/+9
2015-09-18backend: Add ASM file name to GenProgram object.Laura Ekstrand2-2/+4
2015-09-18backend, src: Add ASM file name to gbe_program_new_from_llvmLaura Ekstrand4-2/+4
2015-09-18backend: Convert outputAssembly to C file I/O.Laura Ekstrand2-11/+11
2015-09-18backend: Move ASM printing to a helper function.Laura Ekstrand2-29/+36
2015-09-18backend: Handle (but ignore) -dump-opt-asm=[PATH].Laura Ekstrand1-4/+11
2015-09-18Set proper Vendor IDMidhun Kodiyath6-27/+30
2015-09-18GBE/IR: add collectInsnNum to collect block instruction number.Luo Xionghu2-4/+24
2015-09-18fix utest fail.Luo Xionghu1-1/+3
2015-09-18runtime: always try to update event status in clGetEventProfilingInfo().Zhigang Gong1-0/+1
2015-09-18libocl: fix degrees function precision issue.Luo Xionghu2-2/+3
2015-09-18Use Integer for U32/S32 Immediate load.Guo Yejun1-2/+2
2015-09-18runtime: add detailed broadwell device name.Ruiling Song1-6/+6
2015-09-18runtime: add Broadwell deviceID 0x162BRuiling Song2-1/+5
2015-09-18GBE: Fix build error.Ruiling Song1-1/+1
2015-09-18Utest: fix a builtin_powr_float fail when OCL_STRICT_CONFORMANCE=0.Yang Rong1-7/+8
2015-09-18backend/src/backend: Handle -dump-opt-llvm=[PATH]Laura Ekstrand1-3/+34
2015-07-31Bump to version 1.1.0.Release_v1.1.0Yang Rong3-0/+5
2015-07-22GBE: Fix a bug in assigning image bti.Ruiling Song1-5/+12
2015-07-17Use a separate pattern for simd shuffle instead of binary patternGuo Yejun10-64/+158
2015-07-17Runtime: correct event and the wait events compare when check event.Yang Rong1-1/+1
2015-07-17Remove deprecated function cl_context_get_static_kernel().Zhigang Gong2-66/+12
2015-07-17runtime: fix a builtin-kernel related thread safe bug.Zhigang Gong2-8/+26
2015-07-17runtime bug: brw GT3 devices reported to GT2.Luo Xionghu1-5/+5
2015-07-17GBE: Fix a bug in phicopy coaleasing.Ruiling Song1-45/+44
2015-07-17Reorder GBE_BIN_GENERATER arguments.Koop Mast1-2/+2
2015-07-15GBE/IMM: Temporarily allow integer type in getFloatValue()Ruiling Song1-1/+1
2015-07-15correct ULP value in utestsMeng Mengmeng5-16/+24
2015-07-15BDW: override GenContext::patchBranches.Yang Rong3-1/+21
2015-07-15Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong1-0/+1
2015-07-15Fixed a thread safe bug.Zhigang Gong6-18/+56
2015-07-15runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong1-3/+12
2015-07-14GBE: optimize phi elimination.Ruiling Song1-2/+68
2015-07-14libocl: Add macro define for fp16.Junyan He1-0/+1
2015-07-14Runtime: Add default extension for platforms before BDW.Junyan He3-0/+14
2015-07-14fix utest bug.Luo Xionghu1-1/+1
2015-07-14Fix comparison in if() check.Koop Mast1-1/+1
2015-07-06Backend: Add half support for CHV and SKL.Junyan He1-0/+2
2015-07-06runtime: Add cl device's standalone extension.Junyan He4-22/+24
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He6-68/+66
2015-07-06structuralize bug fix: check the loop successor before merge.Luo Xionghu1-0/+7
2015-07-03enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun1-0/+1
2015-07-03Set the loop unroll's threshold to 1024.Yang Rong1-1/+1
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He6-56/+102
2015-07-02utest: Add test cases for half.Junyan He6-0/+1030
2015-07-02libocl: Add all the half defines for script generation.Junyan He3-2/+51