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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-08
GBE: Disable SPF and use JMPI + IF/ENDIF to handle each blocks.
Zhigang Gong
8
-229
/
+234
2014-04-08
GBE: Add if/endif/brc/brd instruction support.
Zhigang Gong
9
-9
/
+124
2014-04-08
GBE: further optimize forward/backward jump.
Zhigang Gong
1
-55
/
+4
2014-04-08
GBE: use S16 vector to represent bool.
Zhigang Gong
5
-169
/
+106
2014-04-08
GBE: fix one misusage of flag in forward jump.
Zhigang Gong
1
-3
/
+6
2014-04-08
GBE: use a uniform style to calculate register size for curbe allocation.
Zhigang Gong
7
-94
/
+126
2014-04-08
GBE: fix the wrong usage of stack pointer and stack buffer.
Zhigang Gong
4
-15
/
+16
2014-04-08
GBE: refine the "scalar" register handling.
Zhigang Gong
13
-92
/
+108
2014-04-08
GBE: Remove BBs if it only has a label instruction.
Zhigang Gong
4
-1
/
+18
2014-04-08
GBE: Add a new pass to handle barrier function's noduplicate attribute correc...
Zhigang Gong
5
-3
/
+125
2014-03-25
GBE: Fix register liveness issue under simd mode.
Ruiling Song
8
-106
/
+153
2014-03-25
GBE: Optimize the forward jump instruction.
Zhigang Gong
1
-0
/
+5
2014-03-25
Refine the FCMP_ORD and FCMP_UNO.
Yang Rong
1
-3
/
+19
2014-03-25
Refined the fmax and fmin builtins.
Yang Rong
3
-6
/
+24
2014-03-25
GBE: make byte/short vload/vstore process one element each time.
Ruiling Song
1
-4
/
+56
2014-03-13
Add SROA and GVN pass to default optLevel.
Yang Rong
6
-16
/
+39
2014-03-10
Fix a convert float to long bug.
Yang Rong
2
-8
/
+8
2014-03-10
GBE: Optimize byte/short load/store using untyped read/write
Ruiling Song
8
-78
/
+217
2014-03-10
GBE: Fix a potential issue if increase srcNum.
Ruiling Song
1
-1
/
+2
2014-03-10
GBE: make vload3 only read 3 elements.
Ruiling Song
1
-2
/
+2
2014-02-28
GBE: Optimize scratch memory usage using register interval
Ruiling Song
3
-55
/
+121
2014-02-28
GBE: show correct line number in build log
Guo Yejun
1
-0
/
+5
2014-02-28
GBE: support getelementptr with ConstantExpr operand
Guo Yejun
1
-1
/
+5
2014-02-27
GBE: add fast path for more math functions
Guo Yejun
3
-6
/
+207
2014-02-24
GBE: remove the useless get sampler info function.
Zhigang Gong
11
-105
/
+9
2014-02-24
GBE: optimize read_image to avoid get sampler info dynamically.
Zhigang Gong
1
-7
/
+6
2014-02-24
GBE: don't put a long live register to a selection vector.
Zhigang Gong
1
-1
/
+4
2014-02-24
GBE: prepare to optimize generic selection vector allocation.
Zhigang Gong
2
-2
/
+13
2014-02-24
GBE: fixed a potential bug in 64 bit instruction.
Zhigang Gong
2
-7
/
+7
2014-02-24
GBE: fix the overflow bug in register spilling.
Zhigang Gong
1
-7
/
+4
2014-02-24
GBE: code cleanup for read_image/write_image.
Zhigang Gong
4
-154
/
+69
2014-02-24
GBE: fixed the incorrect max_dst_num and max_src_num.
Zhigang Gong
2
-6
/
+7
2014-02-24
GBE: Optimize write_image instruction for simd8 mode.
Zhigang Gong
3
-81
/
+77
2014-02-24
GBE: optimize sample instruction.
Zhigang Gong
6
-40
/
+26
2014-02-21
Change the order of the code
xiuli pan
1
-9
/
+10
2014-02-21
Fix a long DIV/REM hang.
Yang Rong
1
-2
/
+6
2014-02-21
GBE: improve precision of rootn
Lv Meng
1
-1
/
+256
2014-02-21
GBE: add param to switch the behavior of math func
Guo Yejun
3
-0
/
+24
2014-02-21
Improve precision of sinpi/cospi
Ruiling Song
1
-56
/
+54
2014-02-17
GBE: fix terminfo library linkage
Boqun Feng
1
-1
/
+7
2014-02-14
fix typo: blobTempName is assigned but not used
Guo Yejun
1
-1
/
+1
2014-02-14
GBE: Support 64Bit register spill.
Ruiling Song
4
-40
/
+80
2014-02-14
cmake: Fix linking with LLVM/Terminfo
Igor Gnatenko
1
-0
/
+4
2014-02-12
Fix build errors in llvm3.5 only system.
Yang Rong
3
-2
/
+15
2014-02-11
GBE: fixed the unsafe tmpnam_r.
Zhigang Gong
1
-4
/
+8
2014-02-11
Silent compilation warning in sampler functions.
Zhigang Gong
2
-19
/
+11
2014-02-11
Add clang/LLVM 3.5svn support.
Zhigang Gong
4
-8
/
+29
2014-02-10
Make build compatible with Python 2.6
Jon Nordby
2
-18
/
+18
2014-01-28
GBE: fixed the out-of-range JMPI.
Zhigang Gong
2
-6
/
+35
2014-01-28
Multiple register's hstride in suboffset.
Yang Rong
3
-16
/
+16
[next]