summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-07utests: fix bugs in builtin_tgamma().Release_v0.9.xRebecca Palmer1-2/+7
2014-11-07utests: fix bugs in builtin_pow().Rebecca Palmer1-5/+11
2014-11-07GBE: fix bug in tgamma().Rebecca Palmer1-182/+7
2014-11-07GBE: fix bug in erf()/erfc().Rebecca Palmer2-14/+290
2014-11-07GBE: fix bug in pow()/pown().Rebecca Palmer2-5/+17
2014-11-07GBE: Support more instructions for constant expression handling.Zhigang Gong3-19/+125
2014-11-03GBE: fix one compilation warning.Zhigang Gong1-2/+4
2014-11-03use env to set environment variables for GBE_BIN_GENERATERAndreas Beckmann1-1/+1
2014-11-03fix some typosAndreas Beckmann2-4/+4
2014-09-15Bump to 0.9.3.Release_v0.9.3Zhigang Gong2-1/+4
2014-09-15Remove out-of-date document.Zhigang Gong3-99/+47
2014-09-15Document fixup.Zhigang Gong1-6/+2
2014-09-15GBE: Fix sub_sat corner case.Ruiling Song2-2/+2
2014-09-15Update readme.Zhigang Gong1-54/+58
2014-09-15fix bin/cl-program-tester tests/cl/program/execute/attributes.cl regression.Luo Xionghu1-6/+7
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo13-0/+100
2014-09-12runtime: fix build status handling.Zhigang Gong3-23/+35
2014-09-12runtime: fix program binary type bug.Zhigang Gong2-1/+4
2014-09-12GBE: fix multiple files compilation bugs.Zhigang Gong2-3/+8
2014-09-12Update license disclaimer.Yang Rong1-32/+28
2014-09-11GBE: don't enable double by default.Zhigang Gong1-1/+5
2014-09-11GBE: fix a potential memory leak bug.Zhigang Gong1-0/+1
2014-09-11GBE: Fix a potential segfault.Zhigang Gong1-1/+2
2014-09-11fix piglit cl-api-set-kernel-arg fail.Luo Xionghu3-1/+20
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu6-0/+73
2014-09-11GBE: fix bugs when handling -cl-std option.Zhigang Gong2-3/+9
2014-09-10Fix the issue of -cl-std=CLX.X option.Junyan He3-5/+66
2014-09-10Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2-3/+18
2014-09-09Update README for the command parser in drm kernel.Yang Rong1-0/+8
2014-09-09GBE: fix some predfeined OCL macros.Zhigang Gong1-1/+5
2014-09-09fix piglit cl-api-get-program-info fail.Luo Xionghu1-1/+1
2014-09-09build: fix a CXXFLAGS override bug in backend directory.Zhigang Gong1-3/+1
2014-09-09GBE: Fix a bug in gatherBTI.Ruiling Song1-1/+1
2014-09-09GBE: initialize BTI structure to zero.Ruiling Song1-0/+4
2014-09-05GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong5-16/+36
2014-09-05Fix the global string bug for printf.Junyan He1-0/+12
2014-09-05GBE: cleanup image base index related code.Zhigang Gong6-42/+0
2014-09-05GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song16-34/+96
2014-09-05GBE: Refine bti usage in backend & runtime.Ruiling Song26-167/+599
2014-09-05GBE: Optimize constant load with sampler.Ruiling Song7-11/+30
2014-09-05GBE: fallback if we get a wider than i64 constant.Zhigang Gong1-0/+4
2014-09-05GBE: fix a bug with LLVM 3.3.Zhigang Gong1-5/+5
2014-09-05GBE: avoid one optimization pass to generate wide integer.Zhigang Gong1-11/+12
2014-09-03GBE: adjust preferred vector length.Zhigang Gong1-12/+12
2014-09-03Fix the global string bug for printf.Junyan He1-1/+15
2014-09-02GBE: fix error in the rootn fastpath function for some special input.Zhigang Gong1-3/+12
2014-09-02utests: fix two utest bugs.Zhigang Gong2-2/+2
2014-09-02Fix a bug for runtime_barrier_list.cpp, event array out of boundJunyan He1-1/+1
2014-09-02Fix two bugs.Yang Rong2-3/+3
2014-09-02Two minor fix.Yang Rong3-7/+7