index
:
~gongzg/beignet
1.0rc
OpenCL20
Release_v0.9.x
Release_v1.0
blender
boolbug
double
draft_function_call
enqueue
fix
fixliveness
fixsched
forhsw
gl_sharing
hack_egl_display
hsw_darktable
image_refine
llvm-3.5
loop_opt
loop_unroll
loopspill
master
merge_gl_sharing
mixsimd16
opencl-1.1
optimize
optimize2
prepare_spill16
spillsimd16
stable
test_math
userptr
vectoropt
vectoropt_test
vload_opt
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
/
ir
/
context.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-12
Fix compile errors for CLANG compiler
Lv Meng
1
-5
/
+0
2014-07-31
GBE: complete constant expression processing.
Zhigang Gong
1
-2
/
+28
2014-07-30
GBE: Handle bti allocation for internal buffer used by printf.
Ruiling Song
1
-0
/
+1
2014-07-30
GBE: Refine bti usage in backend & runtime.
Ruiling Song
1
-5
/
+5
2014-06-13
Add the llvm info to the function for later usage.
Junyan He
1
-1
/
+2
2014-04-23
GBE: fixed the undefined phi value's liveness analysis.
Zhigang Gong
1
-0
/
+2
2014-04-08
GBE: refine the "scalar" register handling.
Zhigang Gong
1
-1
/
+1
2013-11-11
GBE: Fix alignment according to OCL spec
Ruiling Song
1
-1
/
+1
2013-11-06
GBE: use ISA mad for mad() builtin function.
Ruiling Song
1
-0
/
+1
2013-10-29
GBE: Give a zero-initialized register for Undef value.
Ruiling Song
1
-0
/
+6
2013-09-26
add 64-bit version of "mad_sat"
Homer Hsing
1
-0
/
+1
2013-04-10
Display function argument name in IR
Homer Hsing
1
-1
/
+1
2012-11-09
Removed MAD instruction in the IR
Benjamin Segovia
1
-1
/
+0
2012-10-12
Added support for various math functions
Benjamin Segovia
1
-1
/
+7
2012-09-17
Pushed back modified files for Gen extension support
bsegovia
1
-0
/
+5
2012-08-10
Added support for bool to int conversion (that uses a select)
Benjamin Segovia
1
-0
/
+16
2012-08-10
Added first support for structure kernel arguments (anything bigger than 4 by...
Benjamin Segovia
1
-0
/
+2
2012-08-10
Started constant_push handling Started to revamp the custom allocators
Benjamin Segovia
1
-8
/
+5
2012-08-10
s/FunctionInput/FunctionArgument/g
Benjamin Segovia
1
-5
/
+2
2012-08-10
Added first support for stack Only c++ simulator can handle it right now
Benjamin Segovia
1
-1
/
+12
2012-08-10
Added support for lowering of return instruction
Benjamin Segovia
1
-17
/
+17
2012-08-10
Removed useless EOL at the end of the files
Benjamin Segovia
1
-2
/
+0
2012-08-10
s/getSrcIndex/getSrc/g s/getDstIndex/getDst/g
Benjamin Segovia
1
-0
/
+2
2012-08-10
value.hpp -> immediate.hpp value is going to be a real "Value" (as compiler v...
Benjamin Segovia
1
-1
/
+1
2012-08-10
Added proper bookkeeping for the argument types Finished the liveness pretty ...
Benjamin Segovia
1
-3
/
+3
2012-08-10
Removed unused returnStruct field from function Included stdlib.h for all files
Benjamin Segovia
1
-1
/
+1
2012-08-10
Made the instructions double-chain list elements Renamed the register family ...
Benjamin Segovia
1
-2
/
+2
2012-08-10
Added shuffle/insert/extract elements LLVM IR translation Added Gen IR select...
Benjamin Segovia
1
-9
/
+13
2012-08-10
Made first tests pass with vectors
Benjamin Segovia
1
-1
/
+15
2012-08-10
Extended the llvm-to-gen translation pass
Benjamin Segovia
1
-0
/
+2
2012-08-10
Added first support for immediates Started to add support for builtin functions
Benjamin Segovia
1
-7
/
+15
2012-08-10
Finished a first very very limited LLVM to Gen-IR translation. It should be j...
Benjamin Segovia
1
-4
/
+4
2012-08-10
Implemented a first implementation of the function argument parsing from LLVM IR
Benjamin Segovia
1
-1
/
+7
2012-08-10
Added more tests
Benjamin Segovia
1
-3
/
+11
2012-08-10
Fixed instruction size in the instruction definitions Added more tests for th...
Benjamin Segovia
1
-21
/
+13
2012-08-10
Improved error messages with better assertions
Benjamin Segovia
1
-5
/
+6
2012-08-10
s/Register/RegisterData/g s/RegisterIndex/Register/g s/TupleIndex/Tuple/g
Benjamin Segovia
1
-17
/
+17
2012-08-10
Added missing function for compares
Benjamin Segovia
1
-9
/
+17
2012-08-10
Added compare instructions Finished to implement well formed functions. They ...
Benjamin Segovia
1
-23
/
+0
2012-08-10
Added more functionalities for the context Started to implement wellFormed fu...
Benjamin Segovia
1
-6
/
+92
2012-08-10
Renamed ir_{...} to {...} Put ir structures and classes into an IR namespace ...
Benjamin Segovia
1
-0
/
+75