summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-22libocl: flush denorm to zero in remquo()test_mathRuiling Song1-0/+2
2014-12-22libocl: Correctly handle -inf in exp10.Ruiling Song1-3/+3
2014-12-22libocl: flush denorm into zero in ldexp()Ruiling Song1-1/+1
2014-12-22libocl: Flush denorm input into zero in rootn()Ruiling Song1-0/+8
2014-12-22libocl: Imporve precision of exp()Ruiling Song1-9/+27
2014-12-22libocl: Improve precision of pow/powr.Ruiling Song1-14/+67
2014-12-19add half math function support.Luo Xionghu1-1/+15
2014-12-19GBE: code cleanup.Zhigang Gong3-12/+2
2014-12-18GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong5-15/+67
2014-12-18GBE: remove some image1d_buffer related builtin functions.Zhigang Gong2-9/+9
2014-12-18GBE: switch to CLANG native sampler_t.Zhigang Gong10-25/+184
2014-12-18GBE: switch to use CLANG native image types.Zhigang Gong9-424/+175
2014-12-18Refactor all image builtin functions.Zhigang Gong4-416/+618
2014-12-17GBE: don't always treat a multiple destination instruction as root.Zhigang Gong1-3/+2
2014-12-16disable overflow utest test before llvm-3.5Luo Xionghu1-1/+6
2014-12-16change the utest summary codeZhu Bingbing2-5/+6
2014-12-16Fix delete operator using.Yan Wang2-2/+2
2014-12-16Update optimization tips.Zhigang Gong1-14/+92
2014-12-15GBE: Add some missing constant expression cases.Zhigang Gong4-11/+135
2014-12-15CL: Don't find mesa source code.Zhigang Gong1-6/+6
2014-12-15GBE: Add constant pointer in the memcpy intrinsic.Zhigang Gong3-1/+187
2014-12-15GBE: eliminate duplicate GEP handling logic.Zhigang Gong3-61/+50
2014-12-15GBE: remove useless code.Zhigang Gong1-23/+4
2014-12-15libocl: Move spec required macro to header file.Ruiling Song2-3/+3
2014-12-15libocl: Fix precision of builtin tanpi.Ruiling Song1-1/+27
2014-12-15refine overflow utest to cover nsetc fail cases.Luo Xionghu1-0/+52
2014-12-15Fix a makefile bug for gcc is not the default compilerLv Meng1-2/+9
2014-12-04refine bswap utest to cover nsetc fail cases.Luo Xionghu2-0/+8
2014-12-04GBE: Fix the printf issue caused by new bti implementationRuiling Song1-4/+16
2014-12-04GBE: Fix a disassembly bug.Ruiling Song1-2/+2
2014-12-04utests: Add const private array initialization test.Ruiling Song3-0/+37
2014-12-04GBE: support const private array initialization.Ruiling Song2-45/+54
2014-12-03Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng1-1/+1
2014-12-03GBE: Re-implement BTI logic in backendRuiling Song2-109/+159
2014-12-02utests: make utests maths ULP values consistent with specificationMeng Mengmeng3-8/+96
2014-12-02add utest of CL_MEM_ALLOC_HOST_PTRGuo Yejun3-0/+32
2014-12-02enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun3-16/+33
2014-12-02refine utest of cl_mem_use_host_ptrGuo Yejun2-12/+1
2014-12-02add test of cl_mem_use_host_ptr into benchmarkGuo Yejun5-24/+66
2014-12-02clean code, the logic is already at the beginning of functionGuo Yejun1-16/+0
2014-12-02fix bswap implementation issue.Luo Xionghu1-36/+28
2014-12-02fix dnetc overflow issue.Luo Xionghu1-1/+2
2014-12-02GBE: optimize GEP constant offset calculation.Zhigang Gong1-3/+5
2014-12-02GBE: fix a regression caused by the negative index handling patch.Zhigang Gong1-1/+1
2014-12-02Fix based on piglit OpenCL falied case (cl-api-compile-program).Yan Wang1-4/+2
2014-12-01utests: Add one case to test negative index array access.Zhigang Gong3-0/+55
2014-12-01GBE: Fix bug with negative constant GEP index.Zhigang Gong3-11/+13
2014-12-01GBE: Output CFG of Gen IR to dot file.Ruiling Song3-0/+26
2014-11-28fix issue to pass utest of runtime_climage_from_boname for BDWGuo Yejun1-2/+2
2014-11-27utests: fix indent in CMakeLists.txtZhigang Gong1-10/+10