index
:
~ldeks/beignet
cb-hack
laura-master
master
Personal branch of beignet.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
Remove some LGPL incompatible code.
Zhigang Gong
4
-1449
/
+0
2015-05-18
Fix a indirect register bug.
Yang Rong
1
-1
/
+2
2015-05-15
CHV: Fix a chv long convert bug.
Yang Rong
1
-4
/
+4
2015-05-15
GBE: remove unnecessary assert
Ruiling Song
2
-2
/
+0
2015-05-15
GBE: Fix the immediate data type
Ruiling Song
2
-7
/
+7
2015-05-15
GBE: make all memory operation share same bti dependency.
Ruiling Song
1
-22
/
+17
2015-05-15
correct the src output of alu3 when OCL_OUTPUT_ASM=1
Guo Yejun
1
-3
/
+12
2015-05-15
add environment variable OCL_OUTPUT_KERNEL_SOURCE.
Luo Xionghu
1
-0
/
+9
2015-05-15
Add Indirect struct argument read support.
Yang Rong
8
-36
/
+257
2015-05-12
rename __gen_ocl_simd_any/all to sub_group_any/all
Guo Yejun
5
-12
/
+8
2015-05-12
add sub group functions intel_sub_group_shuffle
Guo Yejun
9
-3
/
+81
2015-05-12
rename __gen_ocl_get_simd_id/size to get_sub_group_id/size
Guo Yejun
2
-4
/
+9
2015-05-12
GBE: fix LOD initialization for typed write instruction.
Zhigang Gong
1
-1
/
+1
2015-05-12
Fix two argument lowering bug.
Yang Rong
1
-4
/
+7
2015-05-04
Chv: Add chv backend support.
Yang Rong
5
-10
/
+193
2015-05-04
CHV: Add cherryview support in the runtime.
Meng Mengmeng
3
-4
/
+15
2015-04-30
Allow building with Python 3
Rebecca N. Palmer
1
-11
/
+12
2015-04-29
Make tgamma meet the accuracy standard.
Rebecca N. Palmer
1
-7
/
+89
2015-04-24
add simd level function __gen_ocl_get_simd_id
Guo Yejun
12
-3
/
+38
2015-04-24
add simd level function __gen_ocl_get_simd_size
Guo Yejun
12
-1
/
+140
2015-04-14
Kill the A0 cache in GenContext.
Junyan He
3
-82
/
+24
2015-04-14
GBE: should initialize useDWLabel to false by default.
Zhigang Gong
1
-1
/
+1
2015-04-13
BDW: Refine unpacked_ud in the gen8_context.cpp.
Yang Rong
1
-16
/
+19
2015-04-13
GBE: fix a bug in byte scatter write.
Zhigang Gong
1
-5
/
+11
2015-04-13
GBE: fix an potential assertion in constant expanding pass.
Zhigang Gong
1
-1
/
+1
2015-04-13
GBE: correct the instruction replacement logic in scalarize pass.
Zhigang Gong
1
-9
/
+34
2015-04-13
GBE: Use actual bti information to determine a pointer's addressspace.
Zhigang Gong
5
-8
/
+23
2015-04-13
GBE: Extend front label ip to 32 bit on demand.
Zhigang Gong
9
-25
/
+116
2015-04-13
GBE: don't type cast register/labelindex to integer.
Zhigang Gong
3
-33
/
+32
2015-04-13
GBE: extend backend label to 32 bit.
Zhigang Gong
3
-15
/
+15
2015-04-13
GBE: extend registers/tuples/immediates to 32bit wide.
Zhigang Gong
7
-29
/
+30
2015-04-13
GBE: fix safe type definition.
Zhigang Gong
1
-1
/
+1
2015-04-13
strip unsupported attributes and calling conventions.
Zhigang Gong
6
-4
/
+134
2015-04-10
GBE: avoid to use the GenRegister::xxxgrf(simdWidth,xxx).
Zhigang Gong
1
-47
/
+46
2015-04-10
GBE: correct some temporary virtual register's simdWidth.
Zhigang Gong
2
-12
/
+19
2015-03-24
Use matching versions of clang/llvm and libclang/libllvm
Rebecca Palmer
1
-5
/
+5
2015-03-24
BDW: Refine I64HADD and I64RHADD.
Yang Rong
2
-114
/
+23
2015-03-18
Generate NAN for UNDEF value in printf parser.
Junyan He
1
-0
/
+6
2015-03-17
strip PointerCast for call instructions before use.
Luo Xionghu
2
-4
/
+3
2015-03-16
GBE: fix an image related bugs.
Zhigang Gong
2
-17
/
+24
2015-03-13
reset the SPIR target datalayout.
Luo Xionghu
1
-0
/
+4
2015-03-13
Revert "libocl: using mad() to implement dot()"
Zhigang Gong
1
-3
/
+3
2015-03-12
replace pow with llvm intrinsic.
Luo Xionghu
3
-11
/
+10
2015-03-12
replace mad with llvm intrinsic.
Luo Xionghu
3
-11
/
+1
2015-03-12
replace rndd with llvm intrinsic.
Luo Xionghu
4
-5
/
+4
2015-03-12
replace rndu with llvm intrinsic.
Luo Xionghu
4
-5
/
+2
2015-03-12
replace rnde with llvm intrinsic.
Luo Xionghu
4
-5
/
+4
2015-03-12
replace rndz with llvm intrinsic.
Luo Xionghu
4
-5
/
+2
2015-03-12
replace fabs with llvm intrinsic.
Luo Xionghu
4
-5
/
+2
2015-03-12
Backend: Fix errors in disasm for indirect instruction Gen8.
Junyan He
1
-21
/
+9
[next]