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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-29
draft
loop_unroll
Zhigang Gong
1
-1
/
+16
2014-09-29
GBE: Add a customized loop unrolling handling mechanism.
Zhigang Gong
4
-2
/
+181
2014-09-29
GBE: do intrinsics lowering pass earlier.
Zhigang Gong
1
-0
/
+1
2014-09-26
GBE: structurized loop exit need an extra branching instruction when do reord...
Zhigang Gong
3
-14
/
+38
2014-09-26
GBE: fix a loop header file including bug.
Zhigang Gong
1
-1
/
+0
2014-09-26
Use instruction WHILE to manipulate structure.
Luo Xionghu
8
-9
/
+61
2014-09-26
add handleSelfLoopNode to insert while instruction on Gen IR level.
Luo Xionghu
4
-11
/
+39
2014-09-26
Add Gen IR WHILE.
Luo Xionghu
3
-1
/
+9
2014-09-18
GBE/libocl: Add __gen_ocl_get_timestamp() to get timestamp.
Ruiling Song
18
-3
/
+343
2014-09-18
GBE/libocl: fix build dependency issue.
Zhigang Gong
1
-2
/
+2
2014-09-18
Add long support for printf
Junyan He
3
-12
/
+38
2014-09-18
GBE: Output linkModules's error message.
Ruiling Song
1
-2
/
+3
2014-09-17
fix utest memory leak.
Luo Xionghu
1
-2
/
+3
2014-09-17
fix one bug at cl_get_kernel_workgroup_info.
Luo Xionghu
1
-0
/
+1
2014-09-17
Revert "improve the build performance of vector type built-in function."
Zhigang Gong
1
-39
/
+6
2014-09-16
improve the build performance of vector type built-in function.
Luo Xionghu
1
-6
/
+39
2014-09-16
remove the LinkOnceAnyLinkage since the libocl is introduced.
Luo Xionghu
2
-15
/
+2
2014-09-16
Fix the bug of LLVM_LFLAGS fail to set
Junyan He
2
-3
/
+4
2014-09-16
GBE/libocl: fix a regression after libocl change.
Zhigang Gong
1
-4
/
+4
2014-09-16
GBE/libocl: add missing vector builtin definition for fma.
Zhigang Gong
1
-1
/
+1
2014-09-15
Modify the CMakeList to use the internal PCH first.
Junyan He
2
-4
/
+4
2014-09-15
Update NEWS.
Zhigang Gong
1
-0
/
+3
2014-09-15
Remove out-of-date document.
Zhigang Gong
3
-99
/
+47
2014-09-15
GBE/libocl: Fix sub_sat corner case.
Ruiling Song
2
-2
/
+2
2014-09-15
fix bin/cl-program-tester tests/cl/program/execute/attributes.cl regression.
Luo Xionghu
1
-6
/
+7
2014-09-15
Update readme.
Zhigang Gong
1
-54
/
+58
2014-09-12
Enable ICC and CLANG compiler for beignet
Lv Meng
3
-70
/
+39
2014-09-12
GBE: fix multiple files compilation bugs.
Zhigang Gong
2
-3
/
+8
2014-09-12
fix piglit get kernel info FUNCTION ATTRIBUTE fail.
Luo
13
-0
/
+100
2014-09-12
runtime: fix build status handling.
Zhigang Gong
3
-23
/
+35
2014-09-12
runtime: fix program binary type bug.
Zhigang Gong
1
-0
/
+3
2014-09-12
Update license disclaimer.
Yang Rong
1
-32
/
+28
2014-09-11
GBE: don't enable double by default.
Zhigang Gong
1
-1
/
+5
2014-09-11
GBE: fix a potential memory leak bug.
Zhigang Gong
1
-0
/
+1
2014-09-11
GBE: Fix a potential segfault.
Zhigang Gong
1
-1
/
+2
2014-09-11
GBE: don't return error if we get an empty module.
Zhigang Gong
1
-1
/
+1
2014-09-11
fix piglit cl-api-set-kernel-arg fail.
Luo Xionghu
3
-1
/
+20
2014-09-11
fix clGetKernelWorkGroupInfo built-in kernel fail.
Luo Xionghu
6
-0
/
+73
2014-09-11
GBE/libocl: Added one missing prototype fma().
Zhigang Gong
1
-0
/
+1
2014-09-11
GBE: fix bugs when handling -cl-std option.
Zhigang Gong
2
-5
/
+9
2014-09-10
Add the switch logic for math conformance fast path
Junyan He
5
-12
/
+20
2014-09-10
GBE/libocl: fix the wrong prototype of scalar native_powr.
Zhigang Gong
1
-1
/
+1
2014-09-10
Fix the issue of -cl-std=CLX.X option.
Junyan He
3
-8
/
+82
2014-09-10
Runtime: Implement clGetExtensionFunctionAddressForPlatform.
Zhigang Gong
2
-3
/
+18
2014-09-10
Add copyright header for all libocl files.
Junyan He
31
-0
/
+533
2014-09-10
Use ${PYTHON_EXECUTABLE} to run python scripts.
Yichao Yu
1
-4
/
+4
2014-09-10
Update README for the command parser in drm kernel.
Yang Rong
1
-0
/
+8
2014-09-09
fix piglit cl-api-get-program-info fail.
Luo Xionghu
1
-1
/
+1
2014-09-05
Add uncompatible PCH Options to avoid compiling failure.
Junyan He
1
-1
/
+14
2014-09-05
GBE: fallback if we get a wider than i64 constant.
Zhigang Gong
1
-0
/
+4
[next]