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-01-27
GBE: Implement complete register spill policy.
Zhigang Gong
5
-80
/
+322
2014-01-27
GBE: prepare to optimize the register spilling policy.
Zhigang Gong
1
-22
/
+62
2014-01-27
GBE: refine register allocation output.
Zhigang Gong
2
-35
/
+45
2014-01-26
Fix the bug in removeLOADIs function.
Junyan He
1
-2
/
+2
2014-01-26
GBE: allow the bool registers to be expired.
Zhigang Gong
1
-2
/
+1
2014-01-26
GBE: Implement an extra liveness analysis for the Gen backend.
Zhigang Gong
4
-36
/
+142
2014-01-26
GBE: increase the disassembly output's readability.
Zhigang Gong
2
-5
/
+20
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-26
GBE: don't allocate grf for those bools which map to flag.
Zhigang Gong
1
-0
/
+3
2014-01-21
build: work around an old version cmake bug.
Zhigang Gong
1
-1
/
+1
2014-01-21
GBE: use native exp instruction when enough precision
Guo Yejun
6
-2
/
+15
2014-01-20
Fix the bug of multi deleting of load instruction in lowering
Junyan He
3
-3
/
+20
2014-01-20
Add some native functions vector proto.
Yang Rong
1
-11
/
+11
2014-01-17
GBE: fixed the hacky code of 3D image read/write.
Zhigang Gong
6
-50
/
+64
2014-01-17
GBE: fix the hack code of sampler offset handling.
Zhigang Gong
4
-23
/
+20
2014-01-17
GBE: fixed the stack allocation.
Zhigang Gong
4
-43
/
+34
2014-01-17
GBE: move the image info register allocation to GEN IR stage.
Zhigang Gong
9
-35
/
+22
2014-01-17
GBE: move the image allocation to the GEN IR stage.
Zhigang Gong
5
-77
/
+79
2014-01-17
GBE/Sampler: Simplfy the sampler handling.
Zhigang Gong
8
-113
/
+100
2014-01-17
GBE: fixed a register liveness bug for getsamplerinfo instrution.
Zhigang Gong
5
-13
/
+17
2014-01-16
cmake: use libdir macros
Igor Gnatenko
1
-4
/
+4
2014-01-16
Add llvm instrinsic function llvm.memset and llvm.memcpy support.
Yang Rong
7
-2
/
+644
2014-01-16
Use OCL_USE_PCH to control the using pch or not.
Yang Rong
1
-1
/
+1
2014-01-16
GBE: improve precision of remquo
Lv Meng
1
-12
/
+79
2014-01-16
GBE: improve precision of hypot
Lv Meng
1
-1
/
+25
2014-01-16
GBE: improve precision of exp10
Lv Meng
1
-1
/
+52
2014-01-16
GBE: Improve precision of cbrt
Ruiling Song
1
-1
/
+52
2014-01-16
GBE: Improve precision of atan2
Ruiling Song
1
-17
/
+78
2014-01-16
GBE: Improve atan precision
Ruiling Song
1
-17
/
+68
2014-01-16
GBE: improve precision of tan
Ruiling Song
1
-1
/
+115
2014-01-16
GBE: Improve precision of sin/cos/sincos
Ruiling Song
1
-43
/
+469
2014-01-16
Add -cl-fast-relaxed-math into incompatible opts and fix the PreprocessorOpti...
Junyan He
1
-1
/
+6
2014-01-16
Refine the method to find pch and pcm files.
Zhigang Gong
4
-12
/
+26
2014-01-16
GBE: enable relocatable pch files.
Zhigang Gong
1
-12
/
+20
2014-01-16
CL: prepare to support ICD if the system has ocl-icd..
Zhigang Gong
2
-9
/
+8
2014-01-14
GBE: fixed a long related bug.
Zhigang Gong
1
-0
/
+2
2014-01-14
Revert faulty pushed patchset
Zhigang Gong
6
-53
/
+30
2014-01-10
GBE: fixed a long related bug.
Zhigang Gong
1
-0
/
+2
2014-01-10
Refine the method to find pch and pcm files.
Zhigang Gong
4
-12
/
+26
2014-01-10
GBE: enable relocatable pch files.
Zhigang Gong
1
-12
/
+20
2014-01-10
CL: prepare to support ICD if the system has ocl-icd..
Zhigang Gong
2
-9
/
+8
2014-01-08
GBE: Remove some noduplicate to let inline works
Ruiling Song
1
-6
/
+6
2014-01-07
GBE: handle the first index of GEP correctly.
Zhigang Gong
2
-17
/
+37
2014-01-07
GBE: Fix a bug at constant GEP processing.
Zhigang Gong
1
-1
/
+1
2014-01-07
GBE: clang's FE doesn't support static, we just ignore it.
Zhigang Gong
1
-0
/
+2
2014-01-07
GBE: optimize JMP instruction.
Zhigang Gong
1
-4
/
+14
2014-01-07
GBE: optimize the CMP instruction.
Zhigang Gong
1
-10
/
+24
2014-01-03
GBE: validate active bool value in the branching instruction.
Zhigang Gong
2
-11
/
+43
2014-01-02
GBE: use soft mask to handle the barrier call.
Zhigang Gong
8
-27
/
+94
[prev]
[next]