contrib/beignet.git
2014-03-10 Chuanbo WengAdd clGetMemObjectFdIntel() api
2014-03-10 Guo Yejunmerge some state buffers into one buffer
2014-03-10 Yang RongFix a convert float to long bug.
2014-03-10 Ruiling SongGBE: Optimize byte/short load/store using untyped read...
2014-03-10 Ruiling SongGBE: Fix a potential issue if increase srcNum.
2014-03-10 Ruiling SongGBE: make vload3 only read 3 elements.
2014-02-28 Ruiling SongGBE: Optimize scratch memory usage using register interval
2014-02-28 Guo YejunGBE: show correct line number in build log
2014-02-28 Guo YejunGBE: support getelementptr with ConstantExpr operand
2014-02-27 Guo YejunGBE: add fast path for more math functions
2014-02-24 Zhigang GongGBE: remove the useless get sampler info function.
2014-02-24 Zhigang GongGBE: optimize read_image to avoid get sampler info...
2014-02-24 Zhigang GongGBE: don't put a long live register to a selection...
2014-02-24 Zhigang GongGBE: prepare to optimize generic selection vector alloc...
2014-02-24 Zhigang GongGBE: fixed a potential bug in 64 bit instruction.
2014-02-24 Zhigang GongGBE: fix the overflow bug in register spilling.
2014-02-24 Zhigang GongGBE: code cleanup for read_image/write_image.
2014-02-24 Zhigang GongGBE: fixed the incorrect max_dst_num and max_src_num.
2014-02-24 Zhigang GongGBE: Optimize write_image instruction for simd8 mode.
2014-02-24 Zhigang GongGBE: optimize sample instruction.
2014-02-21 xiuli panChange the order of the code
2014-02-21 Yang RongFix a long DIV/REM hang.
2014-02-21 Lv MengGBE: improve precision of rootn
2014-02-21 Yi SunRemove some unreasonable input values for rootn
2014-02-21 Yi Sunutests:add subnormal check by fpclassify.
2014-02-21 Yi SunChange %.20f to %e.
2014-02-21 Guo YejunGBE: add param to switch the behavior of math func
2014-02-21 Yi Sunutests: Remove test cases for function 'tgamma' 'erf...
2014-02-21 Ruiling SongImprove precision of sinpi/cospi
2014-02-17 Boqun FengGBE: fix terminfo library linkage
2014-02-17 Boqun Fengutests: define python interpreter via cmake variable
2014-02-17 Zhigang GongCL: make the scratch size as a device resource attribute.
2014-02-14 Guo Yejunfix typo: blobTempName is assigned but not used
2014-02-14 Ruiling SongGBE: Support 64Bit register spill.
2014-02-14 Igor Gnatenkocmake: Fix linking with LLVM/Terminfo
2014-02-12 Zhigang GongBump to version 0.8.0.
2014-02-12 Zhigang GongDocs: fix some markdown errors and add some new info.
2014-02-12 Yang RongFix build errors in llvm3.5 only system.
2014-02-11 Zhigang GongFix the cmake problem in FindLLVM.
2014-02-11 Zhigang GongUpdate document for LLVM/Clang 3.5.
2014-02-11 Zhigang GongGBE: fixed the unsafe tmpnam_r.
2014-02-11 Zhigang GongSilent compilation warning in sampler functions.
2014-02-11 Zhigang GongAdd clang/LLVM 3.5svn support.
2014-02-10 Jon NordbyMake build compatible with Python 2.6
2014-02-08 Junyan HeFix the problem by kernel file open in utest
2014-02-07 Zhigang GongUpdate documents.
2014-01-28 Zhigang GongGBE: fixed the out-of-range JMPI.
2014-01-28 Yang RongWhen local_work_size is null, try to choose a local_wor...
2014-01-28 Yang RongMultiple register's hstride in suboffset.
2014-01-27 Zhigang GongGBE: Implement complete register spill policy.
2014-01-27 Zhigang GongGBE: prepare to optimize the register spilling policy.
2014-01-27 Zhigang GongGBE: refine register allocation output.
2014-01-26 Junyan HeAdd the device id for haswell GT.
2014-01-26 Junyan HeFix the bug in removeLOADIs function.
2014-01-26 Zhigang GongGBE: allow the bool registers to be expired.
2014-01-26 Zhigang GongGBE: Implement an extra liveness analysis for the Gen...
2014-01-26 Zhigang GongGBE: increase the disassembly output's readability.
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
next