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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-17
Backend: Fix two bugs about curbe related pointer.
Junyan He
2
-6
/
+8
2015-11-17
Add profiling info APIs to runtime.
Junyan He
4
-1
/
+62
2015-11-17
Backend: Add profilingProlog function for GenContext.
Junyan He
2
-0
/
+135
2015-11-17
Backend: Add tm0 function for arf timestamp register.
Junyan He
1
-0
/
+10
2015-11-17
Backend: Add a auxiliary function to convert GenReg to uniform.
Junyan He
1
-0
/
+9
2015-11-17
Backend: Add CalcTimestamp and StoreProfiling to insn selection.
Junyan He
6
-0
/
+163
2015-11-17
Backend: Add IVAR OCL_PROFILING_LOG to control profiling log.
Junyan He
9
-10
/
+32
2015-11-17
Backend: Add CalcTimestamp and StoreProfiling.
Junyan He
2
-0
/
+47
2015-11-17
Backend: Insert store_profiling before lowed return.
Junyan He
1
-0
/
+7
2015-11-17
Backend: Add ProfilingInfo to Unit.
Junyan He
2
-1
/
+15
2015-11-17
Backend: Add profiling registers to curbe.
Junyan He
3
-2
/
+24
2015-11-17
Backend: Add ProfilingInserter and a new function pass.
Junyan He
2
-0
/
+210
2015-11-17
Backend: Add StoreProfiling and CalcTimestamp instructions
Junyan He
3
-2
/
+123
2015-11-17
Backend: Add ProfilingInfo class to ir.
Junyan He
3
-0
/
+208
2015-11-11
gbe: fix uitofp instruction issue.
Luo Xionghu
1
-1
/
+11
2015-11-10
Add built-in function __gen_ocl_vme.
Chuanbo Weng
18
-5
/
+436
2015-11-10
GBE: fix a regression bug at post phi copy optimization.
Zhigang Gong
1
-0
/
+6
2015-11-06
GBE: Refine ir for memory operation like atomic/load/store
Ruiling Song
6
-505
/
+531
2015-11-06
Backend: Fix half->long convertion bug for BSW.
Junyan He
1
-3
/
+13
2015-11-06
Backend: Fix a potential bug for uniform conversion.
Junyan He
1
-0
/
+33
2015-11-06
Backend: Add double conversion to insn selection.
Junyan He
1
-8
/
+189
2015-11-06
Backend: Delete LOAD_DF_IMM instruction.
Junyan He
9
-97
/
+2
2015-11-06
Backend: Delete the useless MOV_DF instruction.
Junyan He
9
-145
/
+1
2015-11-04
GBE: Don't read past end of printf format string
Rebecca N. Palmer
1
-1
/
+1
2015-11-03
add more OP for LOGICAL_SRCMOD case
Guo Yejun
3
-8
/
+9
2015-11-03
add comments to explain 32bit is enough to represent w+hstrid+vstride
Guo Yejun
1
-0
/
+4
2015-11-03
GBE: Fix unaligned load/store issues.
Ruiling Song
1
-4
/
+5
2015-10-27
Backend: Add madm and invm instrucions to disasm.
Junyan He
1
-18
/
+116
2015-10-27
Backend: Implement FDIV64 on BDW.
Junyan He
2
-0
/
+147
2015-10-27
Backend: Add the MADM function to gen8 encoder.
Junyan He
2
-0
/
+63
2015-10-27
Backend: Add MATH_WITH_ACC function.
Junyan He
3
-0
/
+77
2015-10-27
Backend: Fix a bug for double imm src setting.
Junyan He
1
-1
/
+1
2015-10-27
Backend: Delete getDoubleExecWidth and refine handleDouble.
Junyan He
6
-60
/
+55
2015-10-27
Backend: Add gen8 instruction field for special accumulator.
Junyan He
1
-0
/
+86
2015-10-27
Backend: Add FDIV64 function for gen_insn_selection.
Junyan He
5
-1
/
+58
2015-10-27
Backend: Redefine double register pattern.
Junyan He
2
-3
/
+3
2015-10-27
Backend: Fix the bug for double imm reg.
Junyan He
1
-1
/
+1
2015-10-21
fix a long relative regreesion issue on BSW caused by local copy propagation
Guo Yejun
3
-2
/
+10
2015-10-21
fix a regression issue caused by LocalCopyPropagation
Guo Yejun
3
-0
/
+14
2015-10-21
LibOcl: Fix float convert to long/ulong bug.
Yang Rong
1
-3
/
+23
2015-10-21
Libocl: forgot to add memset.h.
Yang Rong
1
-0
/
+1
2015-10-21
use table to define and query binary headers.
Luo Xionghu
1
-48
/
+78
2015-10-20
fix uniform case for ByteGather
Guo Yejun
1
-2
/
+2
2015-10-20
using name instead of index to query from ConstantSet.
Luo Xionghu
1
-3
/
+1
2015-10-20
reset the variables in printf_paser to NULL.
Luo Xionghu
1
-0
/
+2
2015-10-19
Backend: Refine ConvertInstruction logic in insn_selection
Junyan He
1
-305
/
+475
2015-10-13
GBE: Add datalayout and triple to ll files.
Yang Rong
2
-0
/
+6
2015-10-13
GBE: Move createStripAttributesPass before createInstructionCombiningPass.
Yang Rong
1
-1
/
+1
2015-10-13
GBE: Add llvm3.7 support.
Yang Rong
19
-453
/
+207
2015-10-13
GBE: use opencl c to implement llvm.memset and llvm.memcpy.
Yang Rong
8
-924
/
+181
[next]