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.hxx
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-10
Backend: refine mix with hardware lrp function
Pan Xiuli
1
-0
/
+1
2015-11-25
Add the WorkGroupInstruction as a new type of instruction.
Junyan He
1
-0
/
+1
2015-11-24
Backend: add debugwait function
Pan Xiuli
1
-0
/
+1
2015-11-17
Backend: Add StoreProfiling and CalcTimestamp instructions
Junyan He
1
-0
/
+2
2015-11-10
Add built-in function __gen_ocl_vme.
Chuanbo Weng
1
-0
/
+1
2015-07-17
Use a separate pattern for simd shuffle instead of binary pattern
Guo Yejun
1
-1
/
+1
2015-05-15
Add Indirect struct argument read support.
Yang Rong
1
-0
/
+1
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
/
+1
2015-03-09
Backend: Delete bswap logic in the llvm_to_gen stage.
Junyan He
1
-0
/
+1
2015-01-15
add LZD IR instruction.
Luo Xionghu
1
-0
/
+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
-0
/
+1
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
1
-0
/
+2
2014-07-08
Add Gen IR IF, ELSE and ENDIF
Yongjia Zhang
1
-0
/
+3
2014-04-22
support __gen_ocl_simd_any and __gen_ocl_simd_all
Guo Yejun
1
-0
/
+2
2014-02-24
GBE: remove the useless get sampler info function.
Zhigang Gong
1
-1
/
+0
2014-01-21
GBE: use native exp instruction when enough precision
Guo Yejun
1
-0
/
+1
2013-11-27
Add convert between fp16 and fp32.
Yang Rong
1
-0
/
+2
2013-11-15
Add FCmpInst ord support.
Yang Rong
1
-0
/
+1
2013-11-13
Add bitcast support between vetor and scalar type.
Yang Rong
1
-0
/
+1
2013-11-06
GBE: use ISA mad for mad() builtin function.
Ruiling Song
1
-0
/
+1
2013-10-10
saturated conversion of native GPU data type, larger to narrower
Homer Hsing
1
-0
/
+1
2013-09-26
GBE/Runtime: implement workaround for IVB sampler bug
Zhigang Gong
1
-0
/
+1
2013-09-26
add 64-bit version of "mad_sat"
Homer Hsing
1
-0
/
+1
2013-09-26
add 64-bit version of "mul_hi"
Homer Hsing
1
-0
/
+1
2013-09-17
add 64-bit version of "rhadd"
Homer Hsing
1
-0
/
+1
2013-09-11
add 64-bit version of "hadd"
Homer Hsing
1
-0
/
+1
2013-08-16
add 64bit version of "upsample"
Homer Hsing
1
-0
/
+1
2013-07-05
support built-in function "upsample"
Homer Hsing
1
-0
/
+2
2013-07-02
support built-in functions "mul_hi", "mad_hi"
Homer Hsing
1
-0
/
+1
2013-07-02
support built-in functions "hadd", "rhadd"
Homer Hsing
1
-0
/
+2
2013-06-27
Add atomic help functions.
Yang Rong
1
-0
/
+1
2013-06-26
support zero bit counting
Homer Hsing
1
-0
/
+2
2013-05-17
GBE: Add support for get_image_width/height.
Zhigang Gong
1
-1
/
+1
2013-04-10
add sub_sat operation
Lu Guanqun
1
-0
/
+1
2013-04-10
add add_sat operation
Lu Guanqun
1
-0
/
+1
2012-11-09
Started the boiler plate for barrier (and fences) instructions
Benjamin Segovia
1
-1
/
+1
2012-11-09
Removed MAD instruction in the IR
Benjamin Segovia
1
-1
/
+0
2012-11-05
Removed the remaining bits of the Gen specific extensions. Much cleaner code
Benjamin Segovia
1
-7
/
+0
2012-11-02
Made compiler_clod pass. The image is now properly computed.
Benjamin Segovia
1
-0
/
+5
2012-10-12
Added support for various math functions
Benjamin Segovia
1
-1
/
+1
2012-09-17
Pushed back modified files for Gen extension support
bsegovia
1
-0
/
+7
2012-08-10
Fixed a bug in masked gathe for the simulator
Benjamin Segovia
1
-1
/
+2
2012-08-10
Added shuffle/insert/extract elements LLVM IR translation Added Gen IR select...
Benjamin Segovia
1
-0
/
+1
2012-08-10
Added various helper functions in the LLVM to Gen translation Implemented bin...
Benjamin Segovia
1
-0
/
+1
2012-08-10
Fixed instruction size in the instruction definitions Added more tests for th...
Benjamin Segovia
1
-2
/
+6
2012-08-10
Added compare instructions Finished to implement well formed functions. They ...
Benjamin Segovia
1
-0
/
+1
2012-08-10
Renamed ir_{...} to {...} Put ir structures and classes into an IR namespace ...
Benjamin Segovia
1
-0
/
+59