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
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
GBE: change GEN binary format.
Yang Rong
2016-06-23
1
-4
/
+4
*
Android: derived the Allocator from std::allocator.
Yang Rong
2016-05-27
1
-2
/
+2
*
GBE: fix safe type definition.
Zhigang Gong
2015-04-13
1
-1
/
+1
*
Change the KB and MB define to enum.
Yang Rong
2015-02-11
1
-3
/
+7
*
replace hash_map with map
Guo Yejun
2014-12-25
1
-82
/
+0
*
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
2014-11-11
19
-19
/
+19
*
Fix compile warnings for ICC compiler
Lv Meng
2014-08-19
1
-2
/
+4
*
Add the virtual dctr function of Serialization to kill warning.
Junyan He
2013-09-12
1
-0
/
+2
*
Add the serialization support for backend
Junyan He
2013-09-12
1
-0
/
+42
*
Add missing include of <limits>
Simon Richter
2013-05-17
1
-0
/
+1
*
Accept glibc's implementation of memalign()
Simon Richter
2013-04-18
1
-1
/
+1
*
remove dollar sign in identifier
Lu Guanqun
2013-04-17
1
-5
/
+5
*
backend: Use alignof keyword when supported
Feng, Boqun
2013-04-10
2
-5
/
+12
*
remove all Makefiles
Lu Guanqun
2013-04-10
1
-3
/
+0
*
Added support for llvm 3.1
Benjamin Segovia
2012-11-08
1
-0
/
+6
*
Fixed a potential bug with cvar
Benjamin Segovia
2012-11-05
1
-1
/
+1
*
Pushed back original headers we partially lost during the code base merge. Now
Benjamin Segovia
2012-10-12
11
-45
/
+5
*
Added some more public functionality for intrusive_list
Benjamin Segovia
2012-10-08
2
-21
/
+65
*
Used intrusive_list for forward list instruction scheduling
Benjamin Segovia
2012-10-08
1
-5
/
+5
*
Added intrusive list implementation from Maciej Sinilo (MIT licensed)
Benjamin Segovia
2012-10-08
2
-0
/
+200
*
Activated instruction scheduling
Benjamin Segovia
2012-10-08
1
-1
/
+1
*
Almost finished instruction scheduling. Just need to handle accumulator write
Benjamin Segovia
2012-10-04
1
-8
/
+9
*
Fixed bug in growing pool allocator
Benjamin Segovia
2012-10-04
1
-17
/
+36
*
Removed unused files
Benjamin Segovia
2012-09-19
11
-830
/
+34
*
Implemented linear allocator to have both fast instruction allocation and
Benjamin Segovia
2012-09-19
2
-24
/
+121
*
Improved MOVs generation while resolving PHIs
Benjamin Segovia
2012-09-18
1
-1
/
+3
*
Implemented greedy instruction on DAG. The idea is mostly to merge instructions
bsegovia
2012-09-17
1
-5
/
+35
*
Create make-based build infrastructure
Keith Packard
2012-08-10
1
-0
/
+3
*
Started to play with __local and __constant declarations
Benjamin Segovia
2012-08-10
1
-3
/
+12
*
Implemented first methods of the gen selection engine
Benjamin Segovia
2012-08-10
1
-1
/
+1
*
Made a systematic of range-based for loops when it is possible
Benjamin Segovia
2012-08-10
1
-2
/
+1
*
Started constant_push handling Started to revamp the custom allocators
Benjamin Segovia
2012-08-10
2
-67
/
+53
*
Added proper support for stack in Gen backend
Benjamin Segovia
2012-08-10
1
-4
/
+4
*
fix gcc 4.7 compilation issues
Sushma Rao
2012-08-10
2
-0
/
+4
*
Added a check to make special registers immutable
Benjamin Segovia
2012-08-10
1
-1
/
+1
*
Added first support for compilation from source. Quick and dirty (since uses ...
Benjamin Segovia
2012-08-10
1
-1
/
+1
*
Added quake like console variables that simply ready the environment variables
Benjamin Segovia
2012-08-10
4
-68
/
+111
*
Made the first kernels work with the simulators Added some debug variables
Benjamin Segovia
2012-08-10
3
-0
/
+102
*
Removed useless EOL at the end of the files
Benjamin Segovia
2012-08-10
25
-50
/
+0
*
s/getSrcIndex/getSrc/g s/getDstIndex/getDst/g
Benjamin Segovia
2012-08-10
25
-0
/
+50
*
Recompiled kernels with the new stdlib Added definition and use sets per regi...
Benjamin Segovia
2012-08-10
1
-1
/
+1
*
Fixed issue with new / delete operators
Benjamin Segovia
2012-08-10
1
-7
/
+7
*
Started to implement external C interface for the compiler Output a first dum...
Benjamin Segovia
2012-08-10
2
-10
/
+23
*
Fixed a bug in memory debugger (...) Fixed a stupid bug while releasing Funct...
Benjamin Segovia
2012-08-10
6
-11
/
+30
*
Kept on implementing full function DAG Added a monitor for the memory consump...
Benjamin Segovia
2012-08-10
1
-0
/
+15
*
Started to implement the iterative data flow pass to build the global DAG
Benjamin Segovia
2012-08-10
3
-13
/
+22
*
Made the instructions double-chain list elements Renamed the register family ...
Benjamin Segovia
2012-08-10
1
-1
/
+1
*
Extended the llvm-to-gen translation pass
Benjamin Segovia
2012-08-10
1
-2
/
+4
*
Added first support for immediates Started to add support for builtin functions
Benjamin Segovia
2012-08-10
1
-2
/
+2
*
Finished a first very very limited LLVM to Gen-IR translation. It should be j...
Benjamin Segovia
2012-08-10
1
-0
/
+1
[next]