index
:
delta/beignet.git
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
opencl-1.1
runtime_dev
stable
gitlab.freedesktop.org: beignet/beignet.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
src
/
llvm
/
llvm_gen_backend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
change the bahavior when writing to 3-component vector data types
Guo Yejun
2016-08-03
1
-7
/
+0
*
GBE: handle Instrinsic trap and unreachable instruction.
Ruiling Song
2016-07-22
1
-1
/
+3
*
GBE: Handle null and uninitialized pointer when do pointer/bti analysis.
Ruiling Song
2016-07-22
1
-10
/
+31
*
Report build failures in backend to the build log
Rebecca N. Palmer
2016-07-13
1
-5
/
+7
*
Backend: Refine block read/write buffer
Pan Xiuli
2016-06-24
1
-13
/
+33
*
GBE: Improve spill policy by considering use count.
Ruiling Song
2016-06-24
1
-1
/
+1
*
GBE: Fix two bugs in loop preheader.
Ruiling Song
2016-06-24
1
-1
/
+1
*
Backend: Add intel_sub_group_block_read/write form image
Pan Xiuli
2016-06-13
1
-3
/
+59
*
Backend: Add intel_sub_group_block_read/write form buffer
Pan Xiuli
2016-06-13
1
-0
/
+65
*
Backend: Add sub_group built-in functions for intel extension
Pan Xiuli
2016-06-13
1
-0
/
+74
*
Backend: Add subgroup work item builtin functions
Pan Xiuli
2016-06-13
1
-0
/
+4
*
GBE: Optimize extraLiveOut register info.
Ruiling Song
2016-06-12
1
-30
/
+6
*
Android: erase the stl in iterator loop, must update the iterator.
Yang Rong
2016-05-27
1
-6
/
+10
*
gbe/llvm: fix potential null pointer dereference.
Luo Xionghu
2016-05-23
1
-16
/
+30
*
Backend: Support for workgroup op predicate, scan inclusive/exclusive
Grigore Lupescu
2016-05-18
1
-10
/
+8
*
Backend: Workgroup reduce redesign using shared local memory
Grigore Lupescu
2016-05-18
1
-2
/
+11
*
Backend: Fix printfs mem leak
Pan Xiuli
2016-05-18
1
-1
/
+1
*
Remove unncessary assertion in printf processing.
Yan Wang
2016-05-12
1
-1
/
+1
*
Backend: Fix bug build with clang
Pan Xiuli
2016-05-12
1
-5
/
+5
*
Implement emision of printf instruction.
Yan Wang
2016-04-22
1
-15
/
+80
*
Reconstruct printf parser.
Yan Wang
2016-04-22
1
-2
/
+2
*
Change printf data structure and remove old code.
Yan Wang
2016-04-22
1
-12
/
+1
*
enable FP_CONTRACT on as default, and implemented with MAD
Guo Yejun
2016-03-17
1
-11
/
+1
*
Fix build with clang++
Armin K
2016-02-25
1
-1
/
+1
*
Backend: Add support for LLVM release 3.8
Pan Xiuli
2016-02-14
1
-14
/
+14
*
should convert from llvm address to GEN address space to compare.
Luo Xionghu
2016-01-05
1
-1
/
+1
*
fix debug instruction welform assert.
Luo Xionghu
2015-12-14
1
-1
/
+7
*
Backend: Establishing the thread/TID-EUID map.
Junyan He
2015-12-14
1
-4
/
+31
*
Backend: Add tidMapSLM and wgBroadcastSLM to each function.
Junyan He
2015-12-14
1
-8
/
+8
*
Backend: refine mix with hardware lrp function
Pan Xiuli
2015-12-10
1
-0
/
+13
*
gbe: add vec_type_hint's type into functionAttributes.
Luo Xionghu
2015-12-09
1
-0
/
+72
*
gbe: use kernel_arg_base_type to recognize image arguments.
Luo Xionghu
2015-12-09
1
-0
/
+13
*
GBE/DebugInfo: Pass debug info :llvm IR => GEN IR
Bai Yannan
2015-12-02
1
-1
/
+20
*
Add WorkGroup functions to Gen IR logic in llvm_gen_backend.
Junyan He
2015-11-25
1
-1
/
+78
*
Backend: Refine printfs into ir unit
Pan Xiuli
2015-11-25
1
-0
/
+6
*
Backend: add debugwait function
Pan Xiuli
2015-11-24
1
-0
/
+6
*
Backend: Fix two bugs about curbe related pointer.
Junyan He
2015-11-17
1
-3
/
+5
*
Backend: Add CalcTimestamp and StoreProfiling.
Junyan He
2015-11-17
1
-0
/
+42
*
gbe: fix uitofp instruction issue.
Luo Xionghu
2015-11-11
1
-1
/
+11
*
Add built-in function __gen_ocl_vme.
Chuanbo Weng
2015-11-10
1
-0
/
+47
*
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
2015-11-06
1
-193
/
+200
*
GBE: Fix unaligned load/store issues.
Ruiling Song
2015-11-03
1
-4
/
+5
*
using name instead of index to query from ConstantSet.
Luo Xionghu
2015-10-20
1
-3
/
+1
*
GBE: Add llvm3.7 support.
Yang Rong
2015-10-13
1
-80
/
+13
*
GBE: enable post phi copy optimization function.
Zhigang Gong
2015-10-08
1
-1
/
+1
*
GBE: Don't try to remove instructions when liveness is in dynamic update phase.
Zhigang Gong
2015-10-08
1
-14
/
+7
*
GBE: implement further phi mov optimization based on intra-BB interefering an...
Zhigang Gong
2015-10-08
1
-6
/
+130
*
GBE: refine Phi copy interfering check.
Zhigang Gong
2015-10-08
1
-0
/
+2
*
GBE: Fix a bug in assigning image bti.
Ruiling Song
2015-07-22
1
-5
/
+12
*
GBE: Fix a bug in phicopy coaleasing.
Ruiling Song
2015-07-17
1
-45
/
+44
[next]