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
/
instruction.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
fix workgroup_broadcast instruction debug mode assert.
Luo Xionghu
1
-1
/
+1
2015-12-14
Backend: Add threadid as a curbe register.
Junyan He
1
-1
/
+1
2015-12-10
Backend: refine mix with hardware lrp function
Pan Xiuli
1
-0
/
+4
2015-11-25
Add the WorkGroupInstruction as a new type of instruction.
Junyan He
1
-0
/
+161
2015-11-24
Backend: add debugwait function
Pan Xiuli
1
-1
/
+31
2015-11-17
Backend: Add StoreProfiling and CalcTimestamp instructions
Junyan He
1
-1
/
+95
2015-11-10
Add built-in function __gen_ocl_vme.
Chuanbo Weng
1
-0
/
+66
2015-11-06
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
1
-168
/
+242
2015-07-17
Use a separate pattern for simd shuffle instead of binary pattern
Guo Yejun
1
-1
/
+37
2015-07-02
backend: Add half float type into the instruction.
Junyan He
1
-1
/
+1
2015-05-22
gbe: Implement a new BTI solution to support dynamic bti
Ruiling Song
1
-40
/
+69
2015-05-15
Add Indirect struct argument read support.
Yang Rong
1
-0
/
+50
2015-05-12
add sub group functions intel_sub_group_shuffle
Guo Yejun
1
-0
/
+1
2015-04-24
add simd level function __gen_ocl_get_simd_id
Guo Yejun
1
-0
/
+1
2015-04-24
add simd level function __gen_ocl_get_simd_size
Guo Yejun
1
-0
/
+30
2015-04-13
GBE: Use actual bti information to determine a pointer's addressspace.
Zhigang Gong
1
-0
/
+1
2015-04-13
GBE: don't type cast register/labelindex to integer.
Zhigang Gong
1
-3
/
+2
2015-04-13
GBE: extend registers/tuples/immediates to 32bit wide.
Zhigang Gong
1
-3
/
+4
2015-03-16
GBE: fix an image related bugs.
Zhigang Gong
1
-11
/
+17
2015-03-02
GBE: support compare two bool variables.
Zhigang Gong
1
-1
/
+0
2015-03-02
GBE: remove the unecessary type check for SEL instructio.
Zhigang Gong
1
-1
/
+0
2015-02-06
GBE: fix the hacky usage of invalid register.
Zhigang Gong
1
-9
/
+11
2015-01-22
GBE: fix popcount bugs.
Zhigang Gong
1
-1
/
+2
2015-01-15
add LZD IR instruction.
Luo Xionghu
1
-0
/
+1
2014-12-18
GBE: switch to use CLANG native image types.
Zhigang Gong
1
-1
/
+0
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-03
fix some typos
Andreas Beckmann
1
-1
/
+1
2014-10-23
GBE: increase maximum src/dst operands to 32.
Zhigang Gong
1
-1
/
+1
2014-10-14
add opencl-1.2 builtin function popcount.
Luo
1
-0
/
+1
2014-09-26
Add Gen IR WHILE.
Luo Xionghu
1
-1
/
+6
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
1
-0
/
+94
2014-08-27
fix opencv_test_imgproc subcase OCL_ImgProc/Accumulate.Mask regression.
Luo Xionghu
1
-3
/
+9
2014-08-19
Fix compile warnings for ICC compiler
Lv Meng
1
-10
/
+10
2014-07-31
GBE: refactor the immediate class to support vector data type.
Zhigang Gong
1
-1
/
+1
2014-07-30
GBE: Refine bti usage in backend & runtime.
Ruiling Song
1
-7
/
+32
2014-07-08
Add structure identification on ir level
Yongjia Zhang
1
-1
/
+8
2014-07-08
Add Gen IR IF, ELSE and ENDIF
Yongjia Zhang
1
-4
/
+18
2014-06-20
GBE/runtime: fixup broken 1d array image support.
Zhigang Gong
1
-1
/
+1
2014-06-13
Add the support for 1D image in backend
Junyan He
1
-15
/
+6
2014-06-11
GBE: support SLM bool load and store.
Zhigang Gong
1
-1
/
+0
2014-02-24
GBE: remove the useless get sampler info function.
Zhigang Gong
1
-44
/
+0
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-20
Fix the bug of multi deleting of load instruction in lowering
Junyan He
1
-0
/
+9
2014-01-17
GBE: fixed the hacky code of 3D image read/write.
Zhigang Gong
1
-7
/
+16
2014-01-17
GBE: fix the hack code of sampler offset handling.
Zhigang Gong
1
-8
/
+11
2014-01-17
GBE: move the image allocation to the GEN IR stage.
Zhigang Gong
1
-33
/
+44
2014-01-17
GBE/Sampler: Simplfy the sampler handling.
Zhigang Gong
1
-24
/
+35
2014-01-17
GBE: fixed a register liveness bug for getsamplerinfo instrution.
Zhigang Gong
1
-8
/
+11
2013-11-27
Add convert between fp16 and fp32.
Yang Rong
1
-6
/
+16
[next]