index
:
~hejunyan/beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
master
opencl-1.1
stable
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-11
Correct the bit fields error for indirect address of Gen8
Junyan He
1
-2
/
+2
2015-02-06
Backend: Fix one bug of printf because of ir reorder.
Junyan He
3
-13
/
+33
2015-01-28
check the predication in case of endless loop.
Luo
1
-0
/
+5
2015-01-26
GBE: add GEN_TYPE_HF to getTypeSize.
Zhigang Gong
1
-0
/
+1
2015-01-23
Add the check for src and dst span different registers.
Junyan He
1
-2
/
+41
2015-01-22
GBE: fix popcount bugs.
Zhigang Gong
4
-10
/
+20
2015-01-21
GBE: fix an ACC register related instruction scheduling bug
Zhigang Gong
3
-2
/
+18
2015-01-16
fix the wrong implementation of popcount.
Luo Xionghu
2
-7
/
+4
2015-01-13
Fix the printf buffer size bug.
Junyan He
5
-12
/
+17
2015-01-12
GBE: Fix a disassembly bug.
Ruiling Song
1
-2
/
+2
2015-01-12
GBE: disable spill register under simd16 mode.
Zhigang Gong
1
-3
/
+2
2015-01-12
add the reduced self loop node detection.
Luo Xionghu
1
-11
/
+26
2015-01-12
reuse the loop info from llvm.
Luo Xionghu
2
-36
/
+21
2015-01-12
add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIR
Guo Yejun
2
-8
/
+32
2015-01-12
add option BUILD_STANDALONE_GBE_COMPILER to build static compiler
Guo Yejun
1
-10
/
+29
2015-01-09
Fix loop condition of PrintfSet constructor.
Yan Wang
1
-1
/
+1
2015-01-09
remove useless dependency libocl
Guo Yejun
1
-2
/
+0
2015-01-09
refine gbe_bin_generater usage to add -t option
Guo Yejun
1
-1
/
+1
2015-01-09
libocl: Reimplement trigonometric functions.
Ruiling Song
1
-378
/
+172
2015-01-09
libocl: remove useless code.
Ruiling Song
1
-57
/
+0
2015-01-09
do not use C++11 features inside libgbeinterp
Guo Yejun
12
-87
/
+111
2015-01-09
change Immediate::operator= from private to public
Guo Yejun
1
-1
/
+2
2015-01-09
do not include llvm/clang headers for libgbeinterp
Guo Yejun
2
-1
/
+12
2015-01-09
Fix PrintfState copying.
Yan Wang
1
-4
/
+29
2015-01-09
replace hash_map with map
Guo Yejun
5
-91
/
+5
2015-01-09
add collectImageArgs to handle image count limitations.
Luo Xionghu
1
-0
/
+28
2015-01-09
fix min_max_read_image_args and min_max_parameter_size issue.
Luo Xionghu
2
-4
/
+6
2015-01-09
libocl: implement high precision pown()
Ruiling Song
1
-5
/
+232
2015-01-09
GBE: remove software maintained SLM offset related code.
Zhigang Gong
7
-37
/
+1
2015-01-09
GBE: support const private array initialization.
Ruiling Song
2
-45
/
+54
2015-01-09
GBE: use sr0.1's SLM Offset to eliminate the software SLM offset for HSW.
Zhigang Gong
2
-4
/
+10
2015-01-09
GBE: fix an image regression.
Zhigang Gong
2
-29
/
+30
2015-01-09
libocl: flush denorm to zero in remquo()
Ruiling Song
1
-0
/
+2
2015-01-09
libocl: Correctly handle -inf in exp10.
Ruiling Song
1
-3
/
+3
2015-01-09
libocl: flush denorm into zero in ldexp()
Ruiling Song
1
-1
/
+1
2015-01-09
libocl: Flush denorm input into zero in rootn()
Ruiling Song
1
-0
/
+8
2015-01-09
libocl: Imporve precision of exp()
Ruiling Song
1
-9
/
+27
2015-01-09
libocl: Improve precision of pow/powr.
Ruiling Song
1
-14
/
+67
2015-01-09
add half math function support.
Luo Xionghu
1
-1
/
+15
2015-01-09
GBE: code cleanup.
Zhigang Gong
3
-12
/
+2
2015-01-09
GBE/CL: use 2D image to implement large image1D_buffer.
Zhigang Gong
1
-3
/
+17
2015-01-09
GBE: remove some image1d_buffer related builtin functions.
Zhigang Gong
2
-9
/
+9
2015-01-09
GBE: switch to CLANG native sampler_t.
Zhigang Gong
9
-18
/
+179
2015-01-09
GBE: switch to use CLANG native image types.
Zhigang Gong
9
-424
/
+175
2015-01-09
Refactor all image builtin functions.
Zhigang Gong
4
-416
/
+618
2015-01-09
GBE: don't always treat a multiple destination instruction as root.
Zhigang Gong
1
-3
/
+2
2014-12-16
GBE: Add some missing constant expression cases.
Zhigang Gong
4
-11
/
+135
2014-12-16
GBE: Add constant pointer in the memcpy intrinsic.
Zhigang Gong
3
-1
/
+187
2014-12-16
GBE: eliminate duplicate GEP handling logic.
Zhigang Gong
3
-61
/
+50
2014-12-16
GBE: remove useless code.
Zhigang Gong
1
-23
/
+4
[next]