contrib/beignet.git
2014-01-26 Zhigang GongGBE: fixed a bug in sample instruction.
2014-01-26 Zhigang GongGBE: fix some incorrect gen ir output messages.
2014-01-26 Zhigang GongGBE: don't allocate grf for those bools which map to...
2014-01-21 Zhigang Gongbuild: work around an old version cmake bug.
2014-01-21 Guo YejunGBE: use native exp instruction when enough precision
2014-01-20 Junyan HeFix the bug of multi deleting of load instruction in...
2014-01-20 Yongjia ZhangAdd utest compiler_private_data_overflow
2014-01-20 Yang RongAdd some native functions vector proto.
2014-01-17 Yi SunRemove builtin function fma from utest_math_gen.py.
2014-01-17 Zhigang Gongutests: Put all the generated kernel files to .gitignor...
2014-01-17 Zhigang GongGBE: fixed the hacky code of 3D image read/write.
2014-01-17 Zhigang GongGBE: fix the hack code of sampler offset handling.
2014-01-17 Zhigang GongGBE: fixed the stack allocation.
2014-01-17 Zhigang GongGBE: move the image info register allocation to GEN...
2014-01-17 Zhigang GongGBE: move the image allocation to the GEN IR stage.
2014-01-17 Zhigang GongGBE/Sampler: Simplfy the sampler handling.
2014-01-17 Zhigang GongGBE: fixed a register liveness bug for getsamplerinfo...
2014-01-16 Igor Gnatenkotypo: bsically to basically
2014-01-16 Igor Gnatenkocmake: use libdir macros
2014-01-16 Yang RongChange compiler_function_argument3 to cover llvm.memcpy.
2014-01-16 Yang RongAdd llvm instrinsic function llvm.memset and llvm.memcp...
2014-01-16 Yang RongUse OCL_USE_PCH to control the using pch or not.
2014-01-16 Lv MengGBE: improve precision of remquo
2014-01-16 Lv MengGBE: improve precision of hypot
2014-01-16 Lv MengGBE: improve precision of exp10
2014-01-16 Ruiling SongGBE: Improve precision of cbrt
2014-01-16 Ruiling SongGBE: Improve precision of atan2
2014-01-16 Ruiling SongGBE: Improve atan precision
2014-01-16 Ruiling SongGBE: improve precision of tan
2014-01-16 Ruiling SongGBE: Improve precision of sin/cos/sincos
2014-01-16 Junyan HeAdd -cl-fast-relaxed-math into incompatible opts and...
2014-01-16 Zhigang GongRefine the method to find pch and pcm files.
2014-01-16 Zhigang GongGBE: enable relocatable pch files.
2014-01-16 Zhigang GongCL: prepare to support ICD if the system has ocl-icd..
2014-01-16 Zhigang GongCL: back port ICD support to 1.1 branch.
2014-01-14 Zhigang GongGBE: fixed a long related bug.
2014-01-14 Zhigang GongRevert faulty pushed patchset
2014-01-10 Zhigang GongGBE: fixed a long related bug.
2014-01-10 Zhigang GongRefine the method to find pch and pcm files.
2014-01-10 Zhigang GongGBE: enable relocatable pch files.
2014-01-10 Zhigang GongCL: prepare to support ICD if the system has ocl-icd..
2014-01-10 Zhigang GongCL: back port ICD support to 1.1 branch.
2014-01-08 Ruiling SongGBE: Remove some noduplicate to let inline works
2014-01-08 Yang RongMove the memory allocate size check to the callee.
2014-01-08 Simon RichterStart looking for LLVM from version 3.3 then higher...
2014-01-07 Yi Sunutests/CMakeList.txt: Remove kernel files which generat...
2014-01-07 Junyan HeFix the multi-thread crash problem of batch buffer...
2014-01-07 Yi SunRefine calculation for ULP.
2014-01-07 Zhigang GongGBE: handle the first index of GEP correctly.
2014-01-07 Zhigang GongGBE: Fix a bug at constant GEP processing.
2014-01-07 Zhigang GongGBE: clang's FE doesn't support static, we just ignore it.
2014-01-07 Zhigang GongGBE: optimize JMP instruction.
2014-01-07 Zhigang GongGBE: optimize the CMP instruction.
2014-01-03 Zhigang GongGBE: validate active bool value in the branching instru...
2014-01-02 Zhigang GongGBE: use soft mask to handle the barrier call.
2013-12-31 Yang RongMove the llvm optimize pass from clang to backend.
2013-12-31 Yang RongFix utest compiler_function_argument3 error after move...
2013-12-31 Junyan HeModify the multi-thread support for queue.
2013-12-31 Mario Kichererprovide meaningful device names through clGetDeviceInfo
2013-12-31 Mario Kichererreport errors if opening the DRI device fails
2013-12-31 Zhigang GongGBE: fix the potential issue when there are inactive...
2013-12-31 Zhigang GongGBE: refine the register expiring handling.
2013-12-31 Zhigang GongGBE: rewrite the liveness analysis routine.
2013-12-31 Lv MengGBE: improve precision of atanh
2013-12-31 Lv MengGBE: improve precision of ldexp
2013-12-31 Yang RongFix a convert typo.
2013-12-31 Yang RongFix some long ops bug.
2013-12-31 Yang RongFix a build pushMap bug.
2013-12-31 Yang RongRevert choose local size change when local size is...
2013-12-31 Yang RongFix convert long/ulong to float.
2013-12-25 Yang RongFix rtz, rtp, rtn when convert int/uint/long/ulong...
2013-12-25 Yi SunAdd test cases generator.
2013-12-23 Zhigang GongGBE: adjust instruction order for load/function call...
2013-12-23 Zhigang GongDefer the scalarize to the last pass before the Gen...
2013-12-23 Lv MengGBE: improve precision of remainder
2013-12-23 Lv MengGBE: improve precision of cosh
2013-12-23 Lv MengGBE: improve precision of tanh
2013-12-23 Lv MengGBE: improve precision of sinh
2013-12-23 Lv MengGBE: improve precision of asinh
2013-12-23 Lv MengGBE: improve precision of acosh
2013-12-23 Lv MengGBE: improve precision of expm1
2013-12-23 Lv MengGBE: improve precision of fmod
2013-12-23 Lv MengGBE: improve precision of exp
2013-12-23 Zhigang GongGBE: we should allocate register for ExtractElement...
2013-12-20 Zhigang GongGBE: fix a corner case when allocate registers for...
2013-12-20 Ruiling SongGBE: Fix logb implementation.
2013-12-18 Zhigang GongGBE: fix clang's "incorrect" optimization for barrier...
2013-12-16 Zhigang GongAccelerate utest.
2013-12-11 Junyan HeDisable the PCH valid check to save a lot of compiling...
2013-12-11 Ruiling SongGBE: Improve precision of log2
2013-12-11 Ruiling SongGBE: Improve precision of log10
2013-12-11 Ruiling SongGBE: improve precision of log/log1p
2013-12-11 Zhigang GongRuntime: fixed the region check for three rect region...
2013-12-05 Ruiling SongGBE: improve asin/acos precision
2013-12-05 Ruiling SongGBE: register width should not exceed execution width
2013-12-05 Ruiling SongGBE: Do not change vertical stride when it is 0
2013-12-05 Ruiling SongGBE: Fix null register to integer type
2013-12-04 Yang RongFix float to ulong/long fail.
2013-12-02 Yang RongFix signed to unsinged type sat convert.
2013-12-02 Yang RongRefine isnan builtin.
next