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-12-14
GBE/CL: use 2D image to implement large image1D_buffer.
image_refine
Zhigang Gong
1
-3
/
+17
2014-12-13
GBE: remove some image1d_buffer related builtin functions.
Zhigang Gong
2
-9
/
+9
2014-12-12
works fine now.
Zhigang Gong
4
-6
/
+12
2014-12-12
minor fix, still broken.
Zhigang Gong
2
-1
/
+4
2014-12-12
draft to fix sampler.
Zhigang Gong
6
-12
/
+164
2014-12-12
GBE: switch to use CLANG native image types.
Zhigang Gong
9
-424
/
+175
2014-12-12
Refactor all image builtin functions.
Zhigang Gong
4
-416
/
+618
2014-12-04
GBE: Add some missing constant expression cases.
Zhigang Gong
4
-11
/
+135
2014-12-04
GBE: Add constant pointer in the memcpy intrinsic.
Zhigang Gong
3
-1
/
+187
2014-12-04
GBE: Fix the printf issue caused by new bti implementation
Ruiling Song
1
-4
/
+16
2014-12-04
GBE: Fix a disassembly bug.
Ruiling Song
1
-2
/
+2
2014-12-04
GBE: support const private array initialization.
Ruiling Song
2
-45
/
+54
2014-12-03
GBE: Re-implement BTI logic in backend
Ruiling Song
2
-109
/
+159
2014-12-02
fix bswap implementation issue.
Luo Xionghu
1
-36
/
+28
2014-12-02
fix dnetc overflow issue.
Luo Xionghu
1
-1
/
+2
2014-12-02
GBE: optimize GEP constant offset calculation.
Zhigang Gong
1
-3
/
+5
2014-12-02
GBE: fix a regression caused by the negative index handling patch.
Zhigang Gong
1
-1
/
+1
2014-12-01
GBE: Fix bug with negative constant GEP index.
Zhigang Gong
3
-11
/
+13
2014-12-01
GBE: Output CFG of Gen IR to dot file.
Ruiling Song
3
-0
/
+26
2014-11-26
GBE: Place loop exits after loop blocks when sorting basic blocks.
Ruiling Song
1
-10
/
+84
2014-11-25
GBE: don't split instruction for some special case.
Zhigang Gong
1
-1
/
+11
2014-11-25
GBE: disable spill register under simd16 mode.
Zhigang Gong
1
-3
/
+2
2014-11-19
add the reduced self loop node detection.
Luo Xionghu
1
-11
/
+26
2014-11-18
reuse the loop info from llvm.
Luo Xionghu
2
-36
/
+21
2014-11-14
GBE: work around error reporting for unresolved symbols
Zhigang Gong
2
-0
/
+14
2014-11-12
GBE: fix one double related bugs for post register scheduling.
Zhigang Gong
4
-6
/
+9
2014-11-11
GBE: fix relocatable issue for pch file.
Zhigang Gong
2
-37
/
+47
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
126
-126
/
+126
2014-11-10
GBE: Do topological sorting of basicblocks.
Ruiling Song
1
-1
/
+52
2014-11-10
GBE: Fix a bitcast from float vector to wide interger issue in legalize pass.
Ruiling Song
1
-1
/
+8
2014-11-06
GBE: Fix kernel argument size for vector3
Ruiling Song
1
-1
/
+1
2014-11-06
GBE: remove useless debug info.
Zhigang Gong
1
-12
/
+2
2014-11-06
GBE: fix bug in tgamma().
Rebecca Palmer
1
-183
/
+7
2014-11-06
GBE: fix bug in erf()/erfc().
Rebecca Palmer
1
-6
/
+282
2014-11-06
GBE: fix bug in pow()/pown().
Rebecca Palmer
3
-7
/
+18
2014-11-06
GBE: Support more instructions for constant expression handling.
Zhigang Gong
3
-12
/
+120
2014-11-06
GBE: fix a bool handling bug when SEL on a uniform bool variable.
Zhigang Gong
2
-3
/
+15
2014-11-04
GBE: fix disassembly bug.
Zhigang Gong
1
-28
/
+0
2014-11-04
enable llvm intrinsic call bswap function.
Luo Xionghu
1
-0
/
+89
2014-11-04
GBE: Fix live range for temporary register in replaceReg
Ruiling Song
1
-5
/
+9
2014-11-03
GBE: workaround register allocation fail caused by custom loop unroll.
Ruiling Song
1
-7
/
+12
2014-11-03
enable llvm intrinsic call usub_with_overflow funtion.
Luo Xionghu
1
-1
/
+15
2014-11-03
use env to set environment variables for GBE_BIN_GENERATER
Andreas Beckmann
1
-1
/
+1
2014-11-03
fix some typos
Andreas Beckmann
2
-4
/
+4
2014-10-29
BDW: Fix bwd 32*32 scalar multiplication bug.
Yang Rong
1
-6
/
+4
2014-10-28
add llvm Intrinsic call support.
Luo Xionghu
1
-2
/
+64
2014-10-27
GBE: set default address space to -1 to avoid incorrect unroll hint.
Zhigang Gong
1
-1
/
+1
2014-10-24
GBE: handle dead loop BBs in liveness analysis.
Zhigang Gong
2
-1
/
+11
2014-10-23
Add the disasm support for Gen8
Junyan He
2
-530
/
+582
2014-10-23
GBE: fix regression caused by simple block optimization.
Zhigang Gong
1
-0
/
+28
[next]