summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* utests: fix bugs in builtin_tgamma().Release_v0.9.xRebecca Palmer2014-11-071-2/+7
* utests: fix bugs in builtin_pow().Rebecca Palmer2014-11-071-5/+11
* GBE: fix bug in tgamma().Rebecca Palmer2014-11-071-182/+7
* GBE: fix bug in erf()/erfc().Rebecca Palmer2014-11-072-14/+290
* GBE: fix bug in pow()/pown().Rebecca Palmer2014-11-072-5/+17
* GBE: Support more instructions for constant expression handling.Zhigang Gong2014-11-073-19/+125
* GBE: fix one compilation warning.Zhigang Gong2014-11-031-2/+4
* use env to set environment variables for GBE_BIN_GENERATERAndreas Beckmann2014-11-031-1/+1
* fix some typosAndreas Beckmann2014-11-032-4/+4
* Bump to 0.9.3.Release_v0.9.3Zhigang Gong2014-09-152-1/+4
* Remove out-of-date document.Zhigang Gong2014-09-153-99/+47
* Document fixup.Zhigang Gong2014-09-151-6/+2
* GBE: Fix sub_sat corner case.Ruiling Song2014-09-152-2/+2
* Update readme.Zhigang Gong2014-09-151-54/+58
* fix bin/cl-program-tester tests/cl/program/execute/attributes.cl regression.Luo Xionghu2014-09-151-6/+7
* fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo2014-09-1213-0/+100
* runtime: fix build status handling.Zhigang Gong2014-09-123-23/+35
* runtime: fix program binary type bug.Zhigang Gong2014-09-122-1/+4
* GBE: fix multiple files compilation bugs.Zhigang Gong2014-09-122-3/+8
* Update license disclaimer.Yang Rong2014-09-121-32/+28
* GBE: don't enable double by default.Zhigang Gong2014-09-111-1/+5
* GBE: fix a potential memory leak bug.Zhigang Gong2014-09-111-0/+1
* GBE: Fix a potential segfault.Zhigang Gong2014-09-111-1/+2
* fix piglit cl-api-set-kernel-arg fail.Luo Xionghu2014-09-113-1/+20
* fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu2014-09-116-0/+73
* GBE: fix bugs when handling -cl-std option.Zhigang Gong2014-09-112-3/+9
* Fix the issue of -cl-std=CLX.X option.Junyan He2014-09-103-5/+66
* Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2014-09-102-3/+18
* Update README for the command parser in drm kernel.Yang Rong2014-09-091-0/+8
* GBE: fix some predfeined OCL macros.Zhigang Gong2014-09-091-1/+5
* fix piglit cl-api-get-program-info fail.Luo Xionghu2014-09-091-1/+1
* build: fix a CXXFLAGS override bug in backend directory.Zhigang Gong2014-09-091-3/+1
* GBE: Fix a bug in gatherBTI.Ruiling Song2014-09-091-1/+1
* GBE: initialize BTI structure to zero.Ruiling Song2014-09-091-0/+4
* GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong2014-09-055-16/+36
* Fix the global string bug for printf.Junyan He2014-09-051-0/+12
* GBE: cleanup image base index related code.Zhigang Gong2014-09-056-42/+0
* GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song2014-09-0516-34/+96
* GBE: Refine bti usage in backend & runtime.Ruiling Song2014-09-0526-167/+599
* GBE: Optimize constant load with sampler.Ruiling Song2014-09-057-11/+30
* GBE: fallback if we get a wider than i64 constant.Zhigang Gong2014-09-051-0/+4
* GBE: fix a bug with LLVM 3.3.Zhigang Gong2014-09-051-5/+5
* GBE: avoid one optimization pass to generate wide integer.Zhigang Gong2014-09-051-11/+12
* GBE: adjust preferred vector length.Zhigang Gong2014-09-031-12/+12
* Fix the global string bug for printf.Junyan He2014-09-031-1/+15
* GBE: fix error in the rootn fastpath function for some special input.Zhigang Gong2014-09-021-3/+12
* utests: fix two utest bugs.Zhigang Gong2014-09-022-2/+2
* Fix a bug for runtime_barrier_list.cpp, event array out of boundJunyan He2014-09-021-1/+1
* Fix two bugs.Yang Rong2014-09-022-3/+3
* Two minor fix.Yang Rong2014-09-023-7/+7