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
/
src
/
llvm
/
llvm_printf_parser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-13
Backend: Add LLVM40 support
Pan Xiuli
1
-0
/
+8
2017-04-13
Backend: Fix an include file error problem
Pan Xiuli
1
-1
/
+1
2017-04-13
Backend: Remove old llvm support code.
Pan Xiuli
1
-6
/
+0
2016-05-23
gbe/llvm: fix potential null pointer dereference.
Luo Xionghu
1
-1
/
+12
2016-05-18
Backend: Fix printfs mem leak
Pan Xiuli
1
-1
/
+1
2016-04-22
Reconstruct printf parser.
Yan Wang
1
-62
/
+53
2016-04-22
Change printf data structure and remove old code.
Yan Wang
1
-300
/
+13
2016-02-14
Backend: Add support for LLVM release 3.8
Pan Xiuli
1
-1
/
+1
2015-11-25
Backend: Refine printfs into ir unit
Pan Xiuli
1
-26
/
+9
2015-11-04
GBE: Don't read past end of printf format string
Rebecca N. Palmer
1
-1
/
+1
2015-10-20
reset the variables in printf_paser to NULL.
Luo Xionghu
1
-0
/
+2
2015-10-13
GBE: Add llvm3.7 support.
Yang Rong
1
-33
/
+1
2015-08-20
GBE/PRINTF: store variable instead of pointer in "slots".
Luo Xionghu
1
-1
/
+1
2015-03-18
Generate NAN for UNDEF value in printf parser.
Junyan He
1
-0
/
+6
2015-03-09
SPIR binary support for printf function.
Luo Xionghu
1
-2
/
+10
2015-03-09
enable cl_khr_spir extension to build and run from SPIR binary.
Luo Xionghu
1
-1
/
+2
2015-03-02
GBE: add fastcall support.
Zhigang Gong
1
-0
/
+1
2015-02-06
Backend: Fix one bug of printf because of ir reorder.
Junyan He
1
-7
/
+12
2014-12-04
GBE: Fix the printf issue caused by new bti implementation
Ruiling Song
1
-4
/
+16
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-03
fix some typos
Andreas Beckmann
1
-3
/
+3
2014-10-15
Fit the printf bug in loop
Junyan He
1
-124
/
+252
2014-09-18
Add long support for printf
Junyan He
1
-7
/
+15
2014-08-27
GBE: clear deadprintfs when current function is done.
Ruiling Song
1
-0
/
+1
2014-07-30
GBE: Handle bti allocation for internal buffer used by printf.
Ruiling Song
1
-9
/
+8
2014-07-25
fix three memory leaks
Guo Yejun
1
-1
/
+2
2014-06-24
Implement the %p in the printf
Junyan He
1
-4
/
+17
2014-06-24
Add the support for vector type in printf.
Junyan He
1
-8
/
+75
2014-06-23
Add the format and flag support for printf.
Junyan He
1
-48
/
+95
2014-06-23
Add the support for %s in printf
Junyan He
1
-15
/
+47
2014-06-23
Add %f and %c support for printf.
Junyan He
1
-16
/
+56
2014-06-19
Refine the code in llvm_printf_parser.cpp
Junyan He
1
-98
/
+65
2014-06-19
GBE: pass compile against LLVM 3.5
Ruiling Song
1
-1
/
+8
2014-06-11
Add the PrintfParser llvm parser into the llvm backend.
Junyan He
1
-0
/
+677