index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
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
/
src
/
ir
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-19
draft fix.
loop_opt
Zhigang Gong
3
-9
/
+49
2014-09-19
GBE: fix a loop header file including bug.
Zhigang Gong
1
-1
/
+0
2014-09-18
add handleSelfLoopNode to insert while instruction on Gen IR level.
Luo Xionghu
3
-10
/
+34
2014-09-18
Add Gen IR WHILE.
Luo Xionghu
3
-1
/
+9
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
5
-0
/
+132
2014-09-18
Add long support for printf
Junyan He
1
-5
/
+20
2014-09-12
fix piglit get kernel info FUNCTION ATTRIBUTE fail.
Luo
1
-0
/
+5
2014-08-27
fix opencv_test_imgproc subcase OCL_ImgProc/Accumulate.Mask regression.
Luo Xionghu
4
-7
/
+33
2014-08-19
Fix compile warnings for CLANG compiler
Lv Meng
1
-15
/
+13
2014-08-19
Fix compile warnings for ICC compiler
Lv Meng
6
-22
/
+22
2014-08-12
Fix compile errors for CLANG compiler
Lv Meng
1
-5
/
+0
2014-08-12
GBE: initialize BTI structure to zero.
Ruiling Song
1
-0
/
+4
2014-07-31
GBE: complete constant expression processing.
Zhigang Gong
7
-35
/
+384
2014-07-31
GBE: simplify processConstant.
Zhigang Gong
1
-1
/
+1
2014-07-31
GBE: refactor the immediate class to support vector data type.
Zhigang Gong
4
-39
/
+163
2014-07-30
GBE: Handle bti allocation for internal buffer used by printf.
Ruiling Song
4
-0
/
+23
2014-07-30
GBE: Refine bti usage in backend & runtime.
Ruiling Song
7
-26
/
+61
2014-07-28
GBE: align the fields in union ImageInfoKey.
Ruiling Song
2
-2
/
+2
2014-07-08
Use instruction if else and endif manipulate structures
Yongjia Zhang
1
-0
/
+2
2014-07-08
Add structure identification on ir level
Yongjia Zhang
5
-9
/
+1462
2014-07-08
Add Gen IR IF, ELSE and ENDIF
Yongjia Zhang
3
-4
/
+27
2014-06-24
Implement the %p in the printf
Junyan He
2
-1
/
+5
2014-06-24
Add the support for vector type in printf.
Junyan He
2
-71
/
+84
2014-06-23
Add the format and flag support for printf.
Junyan He
2
-9
/
+108
2014-06-23
Add the support for %s in printf
Junyan He
2
-27
/
+23
2014-06-23
Add %f and %c support for printf.
Junyan He
2
-36
/
+38
2014-06-23
GBE: fix some get kernel arg info bugs.
Zhigang Gong
1
-0
/
+1
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-1
/
+1
2014-06-19
Add a lock in the place of printf output
Junyan He
2
-10
/
+37
2014-06-13
Add the llvm info to the function for later usage.
Junyan He
3
-5
/
+18
2014-06-13
Add the support for 1D image in backend
Junyan He
5
-24
/
+13
2014-06-11
Add the PrintfParser llvm parser into the llvm backend.
Junyan He
2
-0
/
+5
2014-06-11
Add the PrintfSet class into the ir
Junyan He
2
-0
/
+316
2014-06-11
Add two special register for printf output buffer usage
Junyan He
2
-2
/
+7
2014-06-11
GBE: support SLM bool load and store.
Zhigang Gong
1
-1
/
+0
2014-06-04
GBE: Optmize phi elimination
Ruiling Song
1
-0
/
+11
2014-06-04
Revert "GBE: No need to compute liveout again in value.cpp."
Ruiling Song
1
-0
/
+33
2014-05-28
separate runtime(libcl.so) and compiler(libgbe.so)
Guo Yejun
2
-30
/
+33
2014-05-23
GBE: fix a uniform analysis bug.
Zhigang Gong
2
-20
/
+46
2014-05-19
HSW: Workaround the slm address issue.
Yang Rong
2
-2
/
+4
2014-05-14
GBE: fix one regression caused by uniform analysis.
Zhigang Gong
1
-1
/
+7
2014-05-13
GBE: enable uniform analysis for bool data type.
Zhigang Gong
1
-2
/
+1
2014-05-13
GBE: enable uniform for load instruction.
Zhigang Gong
1
-2
/
+3
2014-05-13
GBE: implement uniform analysis.
Zhigang Gong
3
-0
/
+20
2014-05-13
GBE: No need to compute liveout again in value.cpp.
Zhigang Gong
1
-33
/
+0
2014-05-09
do not serialize zero image/sampler info into binary
Guo Yejun
2
-0
/
+5
2014-04-23
GBE: fixed the undefined phi value's liveness analysis.
Zhigang Gong
4
-4
/
+9
2014-04-22
support __gen_ocl_simd_any and __gen_ocl_simd_all
Guo Yejun
2
-0
/
+6
2014-04-08
GBE: Add two helper scalar registers to hold 0 and all 1s.
Zhigang Gong
2
-4
/
+8
2014-04-08
GBE: Don't need the emask/notemask/barriermask any more.
Zhigang Gong
2
-9
/
+3
[next]