contrib/beignet.git
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.
2013-12-02 Yang RongAdd FCMP UNO support.
2013-11-29 Zhigang GongGBE: filter the unsupported cl compile arguments out.
2013-11-29 Yang RongWhen local_work_size is null, try to choose a local_wor...
2013-11-29 Junyan HeComplete the feature of clGetEventProfilingInfo API
2013-11-28 Yang RongFix B/UB compare fail.
2013-11-28 Yang RongUse -O1 when -cl-opt-disable, for inline function.
2013-11-27 Yang RongRemove test cl_create_kernel.
2013-11-27 Zhigang GongRuntime: implement the get build log function and fix...
2013-11-27 Zhigang GongCL/Runtime: workaround the unused sampler_t kernel...
2013-11-27 Zhigang GongRuntime: fix some piglit failures.
2013-11-27 Zhigang GongRuntime: fixed one missing case for clGetKernelWorkGrou...
2013-11-27 Zhigang GongRuntime: fixed parameter error checking in cl create...
2013-11-27 Junyan HeAdd the drm include and lib path for find when drm...
2013-11-27 Yang RongEnlarge the global mem size.
2013-11-27 Yang RongFix some get image info errors.
2013-11-27 Zhigang GongFix a build problem when the llvm version has the fix...
2013-11-27 Yang RongAdd vload_half and vstore_half build in.
2013-11-27 Yang RongAdd convert between fp16 and fp32.
2013-11-15 Yang RongFix a compare immediate optimize error.
2013-11-15 Yang RongAdd FCmpInst ord support.
2013-11-15 Homer Hsingfix builtin function "round"
2013-11-15 Homer Hsingimprove builtin function "rint"
2013-11-15 Homer Hsingfix builtin function "isnormal"
2013-11-15 Homer Hsingput a mutex around gbe_program_new_from_llvm
2013-11-15 Homer Hsingfix ASR operator for 64bit integer
2013-11-14 Yang RongRemove boolean values cannot cross their definition...
2013-11-13 Homer Hsingfix builtin function "ilogb"
2013-11-13 Homer Hsingfix builtin function "ldexp"
2013-11-13 Homer Hsingfix builtin function "nextafter"
2013-11-13 Homer Hsingfix builtin function "fdim"
2013-11-13 Zhigang GongGBE: fix the constant data allocation.
2013-11-13 Zhigang GongGBE: remove all vstore macros for constant memory space.
2013-11-13 Yang RongAdd bitcast support between vetor and scalar type.
2013-11-13 Yang RongAdd other unsigned interger types mask type of shuffle...
2013-11-13 Zhigang GongGBE: Add support for kernel attribute reqd_work_group_size.
2013-11-12 Ruiling SongGBE: handle half type size
2013-11-11 Zhigang GongRuntime: complete the api clGetKernelWorkGroupInfo.
2013-11-11 Homer Hsingignore a clang unsupported building option
2013-11-11 Zhigang Gonggbe_bin_generator: should not use append option when...
2013-11-11 Junyan HeFixup the problem of CL_PROGRAM_BINARIES in clGetProgra...
2013-11-11 Homer Hsingfix builtin function "fmax"
2013-11-11 Ruiling SongGBE: Fix alignment for private variables
2013-11-11 Ruiling SongGBE: Fix alignment according to OCL spec
2013-11-11 Ruiling SongGBE: Remove max_limit for struct alignment
2013-11-08 Homer Hsingrelease context in runtime_createcontextfromtype
2013-11-08 Junyan HeMove the gpgpu struct from cl_command_queue to thread...
2013-11-07 Junyan HeAdd the clGetMemObjectInfo options for sub-buffer and...
2013-11-07 Junyan HeAdd the test case for sub buffer check
2013-11-07 Junyan HeImplement the clCreateSubBuffer API
2013-11-07 Junyan HeAdd the bo's internal offset support when do drm_intel_...
2013-11-07 Ruiling SongGBE: fix a 64bit scalar register issue.
next