index
:
delta/beignet.git
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
opencl-1.1
runtime_dev
stable
gitlab.freedesktop.org: beignet/beignet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
gbe_bin_generater: fix two bugs.
Zhigang Gong
2014-05-23
1
-2
/
+5
*
move enqueue_copy_image kernels outside of runtime code.
Luo
2014-05-22
1
-0
/
+2
*
GBE: optimize builtin atan2.
Ruiling Song
2014-05-22
1
-12
/
+13
*
GBE: fix unpacked_uw/ub on uniform registers.
Zhigang Gong
2014-05-22
2
-18
/
+26
*
Add the pci id support for gbe_generate
Junyan He
2014-05-22
1
-2
/
+20
*
HSW: Corret the scratch buffer size calc and set the correct index in vfe state.
Yang Rong
2014-05-19
6
-14
/
+84
*
HSW: Fix the atomic msg type typo.
Yang Rong
2014-05-19
1
-1
/
+1
*
Correct the double bug in HSW.
Yang Rong
2014-05-19
4
-0
/
+12
*
HSW: Workaround the slm address issue.
Yang Rong
2014-05-19
9
-21
/
+98
*
Modify the GenContext and GenEncoder's destructor to virtual
Junyan He
2014-05-16
4
-4
/
+8
*
GBE: fix one regression caused by uniform analysis.
Zhigang Gong
2014-05-14
1
-1
/
+7
*
GBE: fix the legacy use of isScalarOrBool.
Zhigang Gong
2014-05-13
3
-38
/
+24
*
GBE: enable uniform analysis for bool data type.
Zhigang Gong
2014-05-13
3
-56
/
+109
*
GBE: enable uniform for load instruction.
Zhigang Gong
2014-05-13
2
-22
/
+64
*
GBE: implement uniform analysis.
Zhigang Gong
2014-05-13
6
-136
/
+204
*
GBE: change scalar byte size to 2 from 1.
Zhigang Gong
2014-05-13
1
-1
/
+1
*
GBE: No need to compute liveout again in value.cpp.
Zhigang Gong
2014-05-13
1
-33
/
+0
*
Fix double bugs for hsw
Junyan He
2014-05-12
3
-2
/
+67
*
Make the surface typed write work for HSW
Junyan He
2014-05-12
3
-7
/
+128
*
correct jump distance of hsw's jmpi.
Junyan He
2014-05-12
1
-4
/
+5
*
Using a correct DATAPORT and SFID for some send message of haswell.
Junyan He
2014-05-12
6
-68
/
+126
*
Add Gen75Context and Gen75Encoder class for hsw
Junyan He
2014-05-12
11
-14
/
+180
*
GBE: Merge successive load/store together for better performance.
Ruiling Song
2014-05-09
4
-1
/
+275
*
GBE: Refine logic of finding where the local variable is defined.
Ruiling Song
2014-05-09
1
-11
/
+14
*
do not serialize zero image/sampler info into binary
Guo Yejun
2014-05-09
4
-4
/
+13
*
GBE: fix one potential bug in UnsignedI64ToFloat.
Zhigang Gong
2014-05-08
1
-1
/
+4
*
GBE: Fix one build error of friend declaration for a class.
Chuanbo Weng
2014-05-06
1
-1
/
+1
*
GBE: remove some useless code.
Zhigang Gong
2014-05-05
1
-21
/
+0
*
GBE: fixed a regression at "Long" div/rem.
Zhigang Gong
2014-05-05
1
-1
/
+8
*
GBE: reserve flag0.0 for large basic block.
Zhigang Gong
2014-04-29
3
-2
/
+17
*
GBE: fix the large if/endif block issue.
Zhigang Gong
2014-04-29
5
-17
/
+57
*
GBE: fix the hard coded endif offset calculation.
Zhigang Gong
2014-04-29
4
-20
/
+20
*
GBE: Avoid unecessary dag/liveness computing at backend.
Zhigang Gong
2014-04-29
7
-25
/
+68
*
GBE: fixed a potential scalarize bug.
Zhigang Gong
2014-04-28
1
-1
/
+3
*
add support for cross compiler
Guo Yejun
2014-04-28
1
-4
/
+4
*
GBE: refine the gen program strategy.
Zhigang Gong
2014-04-28
6
-17
/
+20
*
GBE: fixed the undefined phi value's liveness analysis.
Zhigang Gong
2014-04-23
5
-8
/
+21
*
GBE: Try expire some register before register allocation
Ruiling Song
2014-04-23
1
-0
/
+2
*
GBE: Optimize byte gather read using untyped read.
Ruiling Song
2014-04-23
1
-11
/
+14
*
support __gen_ocl_simd_any and __gen_ocl_simd_all
Guo Yejun
2014-04-22
6
-0
/
+95
*
GBE: Implement instruction compact.
Ruiling Song
2014-04-21
10
-540
/
+1133
*
GBE: fix a Q64 spilling bug in non-simd8 mode.
Zhigang Gong
2014-04-18
1
-2
/
+2
*
GBE: work around baytrail-t hang issue.
Zhigang Gong
2014-04-17
1
-1
/
+5
*
GBE/Runtime: pass the device id to the compiler backend.
Zhigang Gong
2014-04-17
9
-19
/
+34
*
Use pkg-config to check modules
Zhenyu Wang
2014-04-17
1
-3
/
+2
*
GBE: Enable CFG printer.
Ruiling Song
2014-04-16
1
-0
/
+8
*
enable mad for mul+sub.
Ruiling Song
2014-04-16
1
-2
/
+5
*
GBE: Enable register spilling for SIMD16.
Zhigang Gong
2014-04-16
2
-20
/
+64
*
GBE: Optimize read_image performance for CL_ADDRESS_CLAMP..
Zhigang Gong
2014-04-16
10
-43
/
+126
*
GBE: fixed two 'long' related bugs.
Zhigang Gong
2014-04-16
1
-4
/
+4
[next]