summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libocl: define NULL to zeroRuiling Song2015-02-251-1/+1
* Correct the error llvm link msg copy in function genProgramLinkFromLLVM.Yang Rong2015-02-131-4/+3
* Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng2015-02-134-9/+57
* GBE: fix build error for LLVM 3.4/3.3.Zhigang Gong2015-02-131-0/+16
* GBE: fix build error for llvm 3.6.Zhigang Gong2015-02-131-1/+1
* Remove useless llvm head file FindUsedTypes.h.Yang Rong2015-02-122-2/+0
* Add llvm3.6 build support.Yang Rong2015-02-127-5/+90
* Use llvm-c's LLVMLinkModules instead of llvm::Linker::LinkModules.Yang Rong2015-02-122-26/+14
* GBE: We need use exiting block here.Ruiling Song2015-02-121-6/+12
* Change the KB and MB define to enum.Yang Rong2015-02-111-3/+7
* GBE: Import PromoteIntegers pass from pNaClRuiling Song2015-02-114-0/+658
* GBE: Load/store should use same address space as before.Ruiling Song2015-02-111-4/+6
* GBE: Fix a bug in legalize pass.Ruiling Song2015-02-111-3/+3
* GBE: Fix a build error against llvm release versionRuiling Song2015-02-111-1/+4
* GBE: expand large integer instructionsRuiling Song2015-02-115-11/+779
* GBE: Import constantexpr lower pass from pNaClRuiling Song2015-02-117-15/+299
* remove unsafe define -D__$(USER)__Andreas Beckmann2015-02-111-2/+0
* prefer newer llvm versions over 3.3Andreas Beckmann2015-02-111-2/+2
* Correct the bit fields error for indirect address of Gen8Junyan He2015-02-111-2/+2
* runtime: don't free the host_ptr for a subbuffer.Zhigang Gong2015-02-091-1/+3
* Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng2015-02-069-12/+172
* Return error, don't crash, on allocation failureRebecca N. Palmer2015-02-061-10/+13
* runtime: fix a potential null pointer dereference.Zhigang Gong2015-02-061-6/+7
* update document.Zhigang Gong2015-02-061-3/+6
* Add document to describe the detials of libva buffer sharing.Chuanbo Weng2015-02-062-0/+68
* Add example to show libva buffer sharing with extension clCreateImageFromLibv...Chuanbo Weng2015-02-065-0/+553
* Add submodule libva for examples.Zhigang Gong2015-02-062-0/+3
* Backend: Fix one bug of printf because of ir reorder.Junyan He2015-02-064-14/+34
* Fix a bug of 1d image array test case.Junyan He2015-02-041-6/+8
* check the predication in case of endless loop.Luo2015-01-281-0/+5
* GBE: add GEN_TYPE_HF to getTypeSize.Zhigang Gong2015-01-261-0/+1
* Fix bug for bitcast test case because of long type.Junyan He2015-01-261-5/+5
* Add the check for src and dst span different registers.Junyan He2015-01-231-2/+41
* Add test case for long bitcast.Junyan He2015-01-233-0/+275
* update utest to loose userptr limitationGuo Yejun2015-01-232-2/+2
* loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun2015-01-233-4/+22
* correct the cache line size to be 64Guo Yejun2015-01-232-2/+2
* GBE: fix popcount bugs.Zhigang Gong2015-01-224-10/+20
* GBE: fix an ACC register related instruction scheduling bugZhigang Gong2015-01-213-2/+18
* Bump version to 1.0.1.Release_v1.0.1Zhigang Gong2015-01-192-2/+5
* fix the wrong implementation of popcount.Luo Xionghu2015-01-162-7/+4
* Fix the printf buffer size bug.Junyan He2015-01-139-17/+26
* GBE: Fix a disassembly bug.Ruiling Song2015-01-121-2/+2
* GBE: disable spill register under simd16 mode.Zhigang Gong2015-01-121-3/+2
* add the reduced self loop node detection.Luo Xionghu2015-01-121-11/+26
* reuse the loop info from llvm.Luo Xionghu2015-01-122-36/+21
* utests: Add const private array initialization test.Ruiling Song2015-01-123-0/+37
* Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng2015-01-121-1/+1
* add howto for old gcc versionGuo Yejun2015-01-121-0/+58
* only build tests that do not need compiler when standalone compiler is providedGuo Yejun2015-01-122-9/+23