index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
src
/
ir
/
lowering.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-23
refresh DAG when an arg has both direct and indirect read
Guo Yejun
1
-1
/
+16
2016-12-29
GEB/Runtime: eliminate release build warnings.
Yang Rong
1
-0
/
+1
2016-11-08
OCL20/GBE: Change the pointer relative op's type.
Yang Rong
1
-2
/
+8
2016-05-23
gbe/llvm: fix potential null pointer dereference.
Luo Xionghu
1
-2
/
+9
2015-11-17
Backend: Insert store_profiling before lowed return.
Junyan He
1
-0
/
+7
2015-11-06
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
1
-2
/
+2
2015-05-28
Fix a indirect argument load bug.
Yang Rong
1
-0
/
+1
2015-05-15
Add Indirect struct argument read support.
Yang Rong
1
-7
/
+134
2015-05-12
Fix two argument lowering bug.
Yang Rong
1
-4
/
+7
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-07-31
GBE: complete constant expression processing.
Zhigang Gong
1
-0
/
+2
2014-07-31
GBE: refactor the immediate class to support vector data type.
Zhigang Gong
1
-6
/
+6
2014-04-08
GBE: refine the "scalar" register handling.
Zhigang Gong
1
-1
/
+2
2014-01-20
Fix the bug of multi deleting of load instruction in lowering
Junyan He
1
-3
/
+9
2013-12-31
Fix utest compiler_function_argument3 error after move -O2 to backend.
Yang Rong
1
-6
/
+7
2013-12-31
Fix a build pushMap bug.
Yang Rong
1
-0
/
+1
2013-11-06
fix the error that structure would be pushed twice
Yang Rong
1
-2
/
+7
2012-11-09
Removed MAD instruction in the IR
Benjamin Segovia
1
-2
/
+1
2012-11-08
Added support for llvm 3.1
Benjamin Segovia
1
-1
/
+1
2012-08-10
Fixed a typo in Release
Benjamin Segovia
1
-1
/
+1
2012-08-10
Cleaned up the code to enable the blob compilation path
Benjamin Segovia
1
-0
/
+2
2012-08-10
Fixed compilation with gcc 4.7
Benjamin Segovia
1
-1
/
+1
2012-08-10
Added support for bool to int conversion (that uses a select)
Benjamin Segovia
1
-2
/
+0
2012-08-10
s/getInput/getArg/g (just to make things consistent with the previous related...
Benjamin Segovia
1
-3
/
+5
2012-08-10
Removed unused file
Benjamin Segovia
1
-1
/
+0
2012-08-10
Added first support for structure kernel arguments (anything bigger than 4 by...
Benjamin Segovia
1
-11
/
+48
2012-08-10
Started constant_push handling Started to revamp the custom allocators
Benjamin Segovia
1
-52
/
+93
2012-08-10
s/FunctionInput/FunctionArgument/g
Benjamin Segovia
1
-59
/
+151
2012-08-10
Properly identified the three cases for the function argument
Benjamin Segovia
1
-17
/
+17
2012-08-10
Fixed a bug in masked gathe for the simulator
Benjamin Segovia
1
-14
/
+94
2012-08-10
Started to handle structure arguments
Benjamin Segovia
1
-2
/
+27
2012-08-10
Added some first support for function arguments that are just values (int, sh...
Benjamin Segovia
1
-0
/
+33
2012-08-10
Added missing lowering files
Benjamin Segovia
1
-0
/
+72