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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
add sub_sat operation
Lu Guanqun
7
-2
/
+55
2013-04-10
add add_sat operation
Lu Guanqun
7
-0
/
+88
2013-04-10
keep track of saturate flag in GenInstructionState
Lu Guanqun
2
-2
/
+3
2013-04-10
Fixed a bug in write_imagef.
Zhigang Gong
1
-7
/
+9
2013-04-10
Fixed TYPED_WRITE instruction bug for SRC register allocation.
Zhigang Gong
4
-51
/
+48
2013-04-10
Fix the assertion condition check.
Zhigang Gong
1
-1
/
+2
2013-04-10
use TupleDstPolicy for SampleInstruction and TypeWriteInstruction
Lu Guanqun
1
-25
/
+10
2013-04-10
add TupleDstPolicy for instructions
Lu Guanqun
1
-0
/
+16
2013-04-10
Implement TYPED_WRITE instruction.
Zhigang Gong
11
-17
/
+221
2013-04-10
Added missed macros/structs for typed write message.
Zhigang Gong
1
-7
/
+38
2013-04-10
Implement SAMPLE instruction.
Zhigang Gong
18
-76
/
+326
2013-04-10
Insert ocl_common_defines to the cl source file.
Zhigang Gong
2
-4
/
+2
2013-04-10
Add one function generate ARF register.
Zhigang Gong
1
-0
/
+4
2013-04-10
Added a new common header file for both kernel and host.
Zhigang Gong
2
-1
/
+125
2013-04-10
backend: Remove argID in function arguments iteration
Feng, Boqun
1
-4
/
+2
2013-04-10
remove all Makefiles
Lu Guanqun
14
-890
/
+2
2013-04-10
cleanup .gitignore files
Lu Guanqun
1
-3
/
+0
2013-04-10
support OpenCL conversions & type casting function "as_uchar4(float f)"
Homer Hsing
2
-0
/
+18
2013-04-10
support OpenCL conversions & type casting function "convert_type_4"
Homer Hsing
2
-0
/
+52
2013-04-10
define macro CLK_{LOCAL,GLOBAL}_MEM_FENCE in ocl_stdlib.h
Homer Hsing
2
-0
/
+14
2013-04-10
support OpenCL 1.1 integer built-in macros
Homer Hsing
2
-0
/
+36
2013-04-10
Fix extended math function selection logic for int div.
Homer Hsing
1
-7
/
+10
2013-04-10
backend: Add LLVM stable version support
Feng, Boqun
2
-0
/
+8
2013-03-29
CMake fixup.
Zhigang Gong
4
-35
/
+21
2013-03-29
fix assertion when two kernels exist in cl file
Lu Guanqun
1
-0
/
+1
2013-03-29
support vector data load/store for char,short,long
Homer Hsing
2
-4
/
+16
2013-03-29
Change to Clang/LLVM ToT(Top of the Tree)
Feng, Boqun
4
-1
/
+9
2013-03-29
Fixed compilation warnings.
Zhigang Gong
2
-4
/
+0
2013-03-29
support OpenCL 1.1 relational builtin functions "all","any"
Homer Hsing
2
-0
/
+92
2013-03-29
support OpenCL 1.1 relational builtin function "signbit"
Homer Hsing
2
-0
/
+12
2013-03-29
support some OpenCL 1.1 relational built-in functions
Homer Hsing
2
-0
/
+128
2013-03-29
add missing #define in ocl_stdlib.h: INLINE_OVERLOADABLE and OVERLOADABLE
Homer Hsing
2
-12
/
+14
2013-03-29
support some of OpenCL 1.1 relational built-in functions
Homer Hsing
2
-5
/
+61
2013-03-29
support OpenCL 1.1 kernel_exec preprocessor macro
Homer Hsing
2
-0
/
+2
2013-03-29
support OpenCL 1.1 __kernel_exec preprocessor macro
Homer Hsing
2
-0
/
+4
2013-03-29
pass build-options of clBuildProgram to clang compiler
Homer Hsing
2
-0
/
+5
2013-03-29
add OpenCL 1.1 preprocessor macros ENDIAN_LITTLE
Homer Hsing
2
-0
/
+2
2013-03-29
support OpenCL 1.1 other built-in data types
Homer Hsing
2
-0
/
+18
2013-03-29
a more general typedef for size_t and ptrdiff_t
Homer Hsing
2
-4
/
+4
2013-03-29
support OpenCL 1.1 floating-point macros
Homer Hsing
2
-0
/
+62
2013-03-29
support some OpenCL 1.1 preprocessor directives & macros
Homer Hsing
2
-0
/
+12
2013-03-29
support OpenCL 1.1 built-in scalar data types, built-in vector data types
Homer Hsing
2
-43
/
+50
2013-03-29
First implementation for extension cl_khr_gl_sharing.
Zhigang Gong
4
-1
/
+12
2013-03-29
Only llvm3.0 and 3.1 have TargetData.h.
Zhigang Gong
2
-0
/
+4
2013-03-29
Fixed a potential Null pointer reference in emitMovForPHI.
Zhigang Gong
1
-1
/
+1
2012-11-16
Updated comment on lost copy since it is supported now
Benjamin Segovia
1
-2
/
+0
2012-11-16
Implemented a work around for LLVM / clang 3.2. They handle swizzle of constant
Benjamin Segovia
3
-3
/
+3
2012-11-16
Improved llvm 3.2 support (remove some warnings using nasty macros)
Benjamin Segovia
2
-44
/
+72
2012-11-15
Fixed lost copy issue when deSSAing the code. Yeah for even more MOV!!
Benjamin Segovia
1
-15
/
+42
2012-11-13
Added complete support for barrier (and use of SLM)
Benjamin Segovia
10
-19
/
+79
[next]