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-04-08
GBE: fix the wrong usage of stack pointer and stack buffer.
Zhigang Gong
2
-10
/
+12
2014-04-08
GBE: refine the "scalar" register handling.
Zhigang Gong
6
-41
/
+47
2014-04-08
GBE: Remove BBs if it only has a label instruction.
Zhigang Gong
3
-1
/
+16
2014-03-25
GBE: Fix register liveness issue under simd mode.
Ruiling Song
5
-90
/
+75
2014-03-13
Add SROA and GVN pass to default optLevel.
Yang Rong
3
-3
/
+6
2014-03-10
GBE: Optimize byte/short load/store using untyped read/write
Ruiling Song
1
-1
/
+2
2014-02-24
GBE: remove the useless get sampler info function.
Zhigang Gong
5
-64
/
+6
2014-02-11
Silent compilation warning in sampler functions.
Zhigang Gong
2
-19
/
+11
2014-01-27
GBE: refine register allocation output.
Zhigang Gong
1
-0
/
+5
2014-01-26
GBE: Implement an extra liveness analysis for the Gen backend.
Zhigang Gong
2
-32
/
+126
2014-01-26
GBE: fixed a bug in sample instruction.
Zhigang Gong
1
-1
/
+1
2014-01-26
GBE: fix some incorrect gen ir output messages.
Zhigang Gong
1
-4
/
+4
2014-01-21
GBE: use native exp instruction when enough precision
Guo Yejun
2
-0
/
+3
2014-01-20
Fix the bug of multi deleting of load instruction in lowering
Junyan He
3
-3
/
+20
2014-01-17
GBE: fixed the hacky code of 3D image read/write.
Zhigang Gong
2
-20
/
+20
2014-01-17
GBE: fix the hack code of sampler offset handling.
Zhigang Gong
2
-9
/
+13
2014-01-17
GBE: fixed the stack allocation.
Zhigang Gong
2
-1
/
+6
2014-01-17
GBE: move the image info register allocation to GEN IR stage.
Zhigang Gong
3
-1
/
+15
2014-01-17
GBE: move the image allocation to the GEN IR stage.
Zhigang Gong
2
-36
/
+50
2014-01-17
GBE/Sampler: Simplfy the sampler handling.
Zhigang Gong
4
-80
/
+53
2014-01-17
GBE: fixed a register liveness bug for getsamplerinfo instrution.
Zhigang Gong
2
-9
/
+12
2014-01-02
GBE: use soft mask to handle the barrier call.
Zhigang Gong
2
-3
/
+6
2013-12-31
Fix utest compiler_function_argument3 error after move -O2 to backend.
Yang Rong
1
-6
/
+7
2013-12-31
GBE: fix the potential issue when there are inactive lanes.
Zhigang Gong
3
-4
/
+8
2013-12-31
GBE: rewrite the liveness analysis routine.
Zhigang Gong
4
-30
/
+88
2013-12-31
Fix a build pushMap bug.
Yang Rong
1
-0
/
+1
2013-11-27
Fix some get image info errors.
Yang Rong
2
-0
/
+15
2013-11-27
Add convert between fp16 and fp32.
Yang Rong
3
-6
/
+22
2013-11-15
Add FCmpInst ord support.
Yang Rong
3
-0
/
+4
2013-11-14
Remove boolean values cannot cross their definition basic block restrict.
Yang Rong
1
-0
/
+2
2013-11-13
Add bitcast support between vetor and scalar type.
Yang Rong
3
-2
/
+106
2013-11-13
GBE: Add support for kernel attribute reqd_work_group_size.
Zhigang Gong
1
-2
/
+8
2013-11-11
GBE: Fix alignment according to OCL spec
Ruiling Song
3
-5
/
+6
2013-11-06
fix the error that structure would be pushed twice
Yang Rong
1
-2
/
+7
2013-11-06
GBE: use ISA mad for mad() builtin function.
Ruiling Song
4
-0
/
+7
2013-10-29
GBE: Give a zero-initialized register for Undef value.
Ruiling Song
1
-0
/
+6
2013-10-18
Remove newValueProxy from scalarize pass to genWriter pass.
Yang Rong
1
-20
/
+0
2013-10-14
GBE: Update program binary format.
Ruiling Song
2
-13
/
+4
2013-10-14
GBE: Support local variable inside kernel function.
Ruiling Song
2
-1
/
+6
2013-10-10
saturated conversion of native GPU data type, larger to narrower
Homer Hsing
3
-2
/
+11
2013-09-26
GBE: Refine the curbe entry allocation for sampler/image information.
Zhigang Gong
2
-15
/
+15
2013-09-26
GBE/Runtime: implement workaround for IVB sampler bug
Zhigang Gong
5
-3
/
+54
2013-09-26
add 64-bit version of "mad_sat"
Homer Hsing
4
-0
/
+67
2013-09-26
add 64-bit version of "mul_hi"
Homer Hsing
3
-0
/
+4
2013-09-17
add 64-bit version of "rhadd"
Homer Hsing
3
-0
/
+4
2013-09-12
Add the serialization support for backend
Junyan He
6
-4
/
+412
2013-09-11
add 64-bit version of "hadd"
Homer Hsing
3
-0
/
+4
2013-09-04
Implement constant buffer based on constant cache.
Ruiling Song
2
-5
/
+2
2013-08-16
add 64bit version of "upsample"
Homer Hsing
3
-0
/
+4
2013-08-13
Add bool move imm support.
Yang Rong
1
-1
/
+2
[prev]
[next]