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