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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-15
GBE/Runtime: Optimize Sample/TypedWrite instruction.
Zhigang Gong
1
-0
/
+2
2013-05-15
GBE: refine the sampler implementation to comply with spec.
Zhigang Gong
1
-0
/
+2
2013-04-10
Added a new common header file for both kernel and host.
Zhigang Gong
1
-1
/
+4
2013-04-10
remove all Makefiles
Lu Guanqun
1
-1
/
+1
2013-03-29
CMake fixup.
Zhigang Gong
1
-13
/
+16
2012-11-08
Cleaned some old bitrot code in llvm_gen_backend
Benjamin Segovia
1
-3
/
+2
2012-11-05
Removed the remaining bits of the c++ simulator. We only need the support for
Benjamin Segovia
1
-11
/
+1
2012-10-08
Used intrusive_list for forward list instruction scheduling
Benjamin Segovia
1
-3
/
+0
2012-10-08
Added intrusive list implementation from Maciej Sinilo (MIT licensed)
Benjamin Segovia
1
-0
/
+2
2012-10-08
Fixed issue with flag register encoding in instruction scheduling
Benjamin Segovia
1
-17
/
+0
2012-09-19
Removed unused files
Benjamin Segovia
1
-6
/
+0
2012-09-18
Started to implemented instruction scheduling
Benjamin Segovia
1
-0
/
+2
2012-08-10
Added missing file while using the blob (TM)
Benjamin Segovia
1
-1
/
+3
2012-08-10
Added support for disassembling Gen ISA (instead of just using Fulsim...). It...
Benjamin Segovia
1
-0
/
+4
2012-08-10
Cleaned up the code to enable the blob compilation path
Benjamin Segovia
1
-10
/
+11
2012-08-10
s/gen_eu.*/gen_encoder.*/g
Benjamin Segovia
1
-2
/
+2
2012-08-10
Move the register allocation in a dedicated class
Benjamin Segovia
1
-2
/
+4
2012-08-10
Started to segment the final code generation into: - instruction selection ph...
Benjamin Segovia
1
-0
/
+2
2012-08-10
Added first support for structure kernel arguments (anything bigger than 4 by...
Benjamin Segovia
1
-2
/
+0
2012-08-10
Started constant_push handling Started to revamp the custom allocators
Benjamin Segovia
1
-0
/
+2
2012-08-10
Added support for lowering of return instruction
Benjamin Segovia
1
-0
/
+2
2012-08-10
Move backend/gen/brw* files to backend/
Benjamin Segovia
1
-1
/
+3
2012-08-10
Simplified even more the Gen backend code
Benjamin Segovia
1
-2
/
+1
2012-08-10
Cleaned up even more code in Gen code generation
Benjamin Segovia
1
-3
/
+2
2012-08-10
First implementation of branches in the simulator
Benjamin Segovia
1
-3
/
+4
2012-08-10
Added first support for compilation from source. Quick and dirty (since uses ...
Benjamin Segovia
1
-3
/
+10
2012-08-10
Added quake like console variables that simply ready the environment variables
Benjamin Segovia
1
-3
/
+2
2012-08-10
Made the first kernels work with the simulators Added some debug variables
Benjamin Segovia
1
-0
/
+3
2012-08-10
Fixed some back slash crap when stringify the simulator c++ files
Benjamin Segovia
1
-2
/
+2
2012-08-10
Started to implement the vector library for the c++ backend
Benjamin Segovia
1
-1
/
+24
2012-08-10
Added more pieces for the SW emulation of the stack
Benjamin Segovia
1
-1
/
+1
2012-08-10
Revamp the backend classes to be easily able to output Gen or simulator code
Benjamin Segovia
1
-1
/
+8
2012-08-10
Improved and simplify file and class naming for the code generation step
Benjamin Segovia
1
-8
/
+9
2012-08-10
Made a better c-style interface Improved the base interfaces for both program...
Benjamin Segovia
1
-1
/
+1
2012-08-10
Put sim and gen files into a common sub-directory
Benjamin Segovia
1
-10
/
+10
2012-08-10
Started to implement the interface for the compiler. This will allow us to ou...
Benjamin Segovia
1
-2
/
+6
2012-08-10
Started to implement external C interface for the compiler Output a first dum...
Benjamin Segovia
1
-0
/
+11
2012-08-10
Started to implement Gen code generation
Benjamin Segovia
1
-1
/
+4
2012-08-10
started to implement gen encoding
Benjamin Segovia
1
-1
/
+2
2012-08-10
Started to implement values and ud | du chains
Benjamin Segovia
1
-1
/
+3
2012-08-10
Started to implement liveness analysis
Benjamin Segovia
1
-0
/
+1
2012-08-10
Added first support for immediates Started to add support for builtin functions
Benjamin Segovia
1
-0
/
+2
2012-08-10
Removed the crap related to llvm targets and triples
Benjamin Segovia
1
-2
/
+7
2012-08-10
Compiled the skeletong of what the llvm to gbe translator should be
Benjamin Segovia
1
-4
/
+4
2012-08-10
Started llvm work
Benjamin Segovia
1
-0
/
+7
2012-08-10
Added support for output streams for functions
Benjamin Segovia
1
-4
/
+6
2012-08-10
Added type safety for all uint* Added one more test
Benjamin Segovia
1
-0
/
+1
2012-08-10
Added more functionality in the unit test "framework" Created one test that b...
Benjamin Segovia
1
-1
/
+11
2012-08-10
Improved memory debugger -> added memory re-initialization at free time -> ad...
Benjamin Segovia
1
-36
/
+39
2012-08-10
Renamed ir_{...} to {...} Put ir structures and classes into an IR namespace ...
Benjamin Segovia
1
-23
/
+16
[prev]
[next]