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
/
llvm
/
llvm_gen_backend.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-14
fix debug instruction welform assert.
Luo Xionghu
1
-1
/
+7
2015-12-14
Backend: Establishing the thread/TID-EUID map.
Junyan He
1
-4
/
+31
2015-12-14
Backend: Add tidMapSLM and wgBroadcastSLM to each function.
Junyan He
1
-8
/
+8
2015-12-10
Backend: refine mix with hardware lrp function
Pan Xiuli
1
-0
/
+13
2015-12-09
gbe: add vec_type_hint's type into functionAttributes.
Luo Xionghu
1
-0
/
+72
2015-12-09
gbe: use kernel_arg_base_type to recognize image arguments.
Luo Xionghu
1
-0
/
+13
2015-12-02
GBE/DebugInfo: Pass debug info :llvm IR => GEN IR
Bai Yannan
1
-1
/
+20
2015-11-25
Add WorkGroup functions to Gen IR logic in llvm_gen_backend.
Junyan He
1
-1
/
+78
2015-11-25
Backend: Refine printfs into ir unit
Pan Xiuli
1
-0
/
+6
2015-11-24
Backend: add debugwait function
Pan Xiuli
1
-0
/
+6
2015-11-17
Backend: Fix two bugs about curbe related pointer.
Junyan He
1
-3
/
+5
2015-11-17
Backend: Add CalcTimestamp and StoreProfiling.
Junyan He
1
-0
/
+42
2015-11-11
gbe: fix uitofp instruction issue.
Luo Xionghu
1
-1
/
+11
2015-11-10
Add built-in function __gen_ocl_vme.
Chuanbo Weng
1
-0
/
+47
2015-11-06
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
1
-193
/
+200
2015-11-03
GBE: Fix unaligned load/store issues.
Ruiling Song
1
-4
/
+5
2015-10-20
using name instead of index to query from ConstantSet.
Luo Xionghu
1
-3
/
+1
2015-10-13
GBE: Add llvm3.7 support.
Yang Rong
1
-80
/
+13
2015-10-08
GBE: enable post phi copy optimization function.
Zhigang Gong
1
-1
/
+1
2015-10-08
GBE: Don't try to remove instructions when liveness is in dynamic update phase.
Zhigang Gong
1
-14
/
+7
2015-10-08
GBE: implement further phi mov optimization based on intra-BB interefering an...
Zhigang Gong
1
-6
/
+130
2015-10-08
GBE: refine Phi copy interfering check.
Zhigang Gong
1
-0
/
+2
2015-07-22
GBE: Fix a bug in assigning image bti.
Ruiling Song
1
-5
/
+12
2015-07-17
GBE: Fix a bug in phicopy coaleasing.
Ruiling Song
1
-45
/
+44
2015-07-14
GBE: optimize phi elimination.
Ruiling Song
1
-2
/
+68
2015-07-02
backend: Add convert_sat functions for half in the gen_backend.
Junyan He
1
-0
/
+24
2015-07-02
Backend: Add half float support in gen backend.
Junyan He
1
-2
/
+24
2015-06-02
GBE: Support storing/loading pointers to/from private array
Ruiling Song
1
-10
/
+209
2015-05-22
gbe: Implement a new BTI solution to support dynamic bti
Ruiling Song
1
-133
/
+506
2015-05-15
GBE: Fix the immediate data type
Ruiling Song
1
-1
/
+1
2015-05-12
rename __gen_ocl_simd_any/all to sub_group_any/all
Guo Yejun
1
-2
/
+2
2015-05-12
add sub group functions intel_sub_group_shuffle
Guo Yejun
1
-0
/
+9
2015-04-24
add simd level function __gen_ocl_get_simd_id
Guo Yejun
1
-0
/
+7
2015-04-24
add simd level function __gen_ocl_get_simd_size
Guo Yejun
1
-0
/
+7
2015-04-13
GBE: Use actual bti information to determine a pointer's addressspace.
Zhigang Gong
1
-7
/
+18
2015-04-13
strip unsupported attributes and calling conventions.
Zhigang Gong
1
-1
/
+6
2015-03-17
strip PointerCast for call instructions before use.
Luo Xionghu
1
-2
/
+2
2015-03-12
replace pow with llvm intrinsic.
Luo Xionghu
1
-9
/
+9
2015-03-12
replace mad with llvm intrinsic.
Luo Xionghu
1
-9
/
+0
2015-03-12
replace rndd with llvm intrinsic.
Luo Xionghu
1
-2
/
+2
2015-03-12
replace rndu with llvm intrinsic.
Luo Xionghu
1
-2
/
+0
2015-03-12
replace rnde with llvm intrinsic.
Luo Xionghu
1
-2
/
+2
2015-03-12
replace rndz with llvm intrinsic.
Luo Xionghu
1
-2
/
+0
2015-03-12
replace fabs with llvm intrinsic.
Luo Xionghu
1
-2
/
+0
2015-03-09
Backend: Delete bswap logic in the llvm_to_gen stage.
Junyan He
1
-83
/
+2
2015-03-09
enable cl_khr_spir extension to build and run from SPIR binary.
Luo Xionghu
1
-1
/
+4
2015-03-02
GBE: add fastcall support.
Zhigang Gong
1
-1
/
+3
2015-03-02
GBE: support compare two bool variables.
Zhigang Gong
1
-2
/
+0
2015-02-27
GBE: Support unaligned load/store of dword/qword in GenIR.
Ruiling Song
1
-0
/
+76
2015-02-27
GBE: remove constant expression handling code in gen writer pass.
Zhigang Gong
1
-213
/
+1
[next]