index
:
~rongyang/beignet
Release_v0.9.x
Release_v1.0
master
opencl-1.1
stable
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
/
src
/
llvm
/
llvm_to_gen.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
GBE: switch to CLANG native sampler_t.
Zhigang Gong
1
-0
/
+1
2014-12-01
GBE: Output CFG of Gen IR to dot file.
Ruiling Song
1
-0
/
+3
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-11-03
GBE: workaround register allocation fail caused by custom loop unroll.
Ruiling Song
1
-7
/
+12
2014-10-17
GBE: Add a customized loop unrolling handling mechanism.
Zhigang Gong
1
-2
/
+12
2014-10-17
GBE: do intrinsics lowering pass earlier.
Zhigang Gong
1
-0
/
+1
2014-10-11
GBE: add legalize pass to handle wide integers
Ruiling Song
1
-0
/
+1
2014-09-16
remove the LinkOnceAnyLinkage since the libocl is introduced.
Luo Xionghu
1
-5
/
+2
2014-09-12
GBE: fix multiple files compilation bugs.
Zhigang Gong
1
-2
/
+5
2014-09-11
GBE: don't return error if we get an empty module.
Zhigang Gong
1
-1
/
+1
2014-09-10
Add the switch logic for math conformance fast path
Junyan He
1
-2
/
+2
2014-09-05
GBE: fix a bug with LLVM 3.3.
Zhigang Gong
1
-5
/
+5
2014-09-05
GBE: avoid one optimization pass to generate wide integer.
Zhigang Gong
1
-12
/
+12
2014-09-04
Enable libocl and disable the usage of the old huge header.
Junyan He
1
-22
/
+48
2014-08-19
Fix compile warnings for ICC compiler
Lv Meng
1
-1
/
+2
2014-07-25
fix three memory leaks
Guo Yejun
1
-0
/
+1
2014-07-08
Enable structural analysis
Yongjia Zhang
1
-0
/
+12
2014-06-30
GBE: disable GVN pass when optLevel is zero.
Ruiling Song
1
-1
/
+2
2014-06-19
GBE: pass compile against LLVM 3.5
Ruiling Song
1
-1
/
+15
2014-06-11
Add the PrintfParser llvm parser into the llvm backend.
Junyan He
1
-0
/
+1
2014-06-09
remove the code of saving the llvm bitcode to file, replace it with llvm::Module
Luo
1
-6
/
+10
2014-05-09
GBE: Merge successive load/store together for better performance.
Ruiling Song
1
-1
/
+2
2014-04-16
GBE: Enable CFG printer.
Ruiling Song
1
-0
/
+8
2014-04-08
GBE: Remove BBs if it only has a label instruction.
Zhigang Gong
1
-0
/
+2
2014-04-08
GBE: Add a new pass to handle barrier function's noduplicate attribute correc...
Zhigang Gong
1
-0
/
+2
2014-03-13
Add SROA and GVN pass to default optLevel.
Yang Rong
1
-2
/
+3
2014-02-12
Fix build errors in llvm3.5 only system.
Yang Rong
1
-2
/
+3
2014-02-11
Add clang/LLVM 3.5svn support.
Zhigang Gong
1
-2
/
+19
2014-01-16
Add llvm instrinsic function llvm.memset and llvm.memcpy support.
Yang Rong
1
-0
/
+2
2013-12-31
Move the llvm optimize pass from clang to backend.
Yang Rong
1
-4
/
+98
2013-12-23
GBE: adjust instruction order for load/function call for vector.
Zhigang Gong
1
-1
/
+1
2013-12-23
Defer the scalarize to the last pass before the Gen pass.
Zhigang Gong
1
-1
/
+1
2013-10-18
Remove newValueProxy from scalarize pass to genWriter pass.
Yang Rong
1
-1
/
+1
2013-06-05
Adaptions for LLVM 3.3 / SPIR
Dag Lem
1
-1
/
+12
2013-05-17
Add a scalarize llvm pass.
Yang Rong
1
-0
/
+1
2013-04-16
make raw_fd_ostream not close stdout
Homer Hsing
1
-8
/
+1
2013-03-29
Fixed compilation warnings.
Zhigang Gong
1
-2
/
+0
2013-03-29
First implementation for extension cl_khr_gl_sharing.
Zhigang Gong
1
-0
/
+2
2012-08-13
Fixed a bug with LLVM alloca
bsegovia
1
-4
/
+8
2012-08-10
Fixed a exception safety issue in the LLVM to GenIR translation Added a markd...
Benjamin Segovia
1
-2
/
+1
2012-08-10
Cleaned up the code to enable the blob compilation path
Benjamin Segovia
1
-4
/
+5
2012-08-10
First implementation of branches in the simulator
Benjamin Segovia
1
-3
/
+15
2012-08-10
Added first support for compilation from source. Quick and dirty (since uses ...
Benjamin Segovia
1
-1
/
+17
2012-08-10
Removed useless EOL at the end of the files
Benjamin Segovia
1
-2
/
+0
2012-08-10
s/getSrcIndex/getSrc/g s/getDstIndex/getDst/g
Benjamin Segovia
1
-0
/
+2
2012-08-10
Started to implement Gen code generation
Benjamin Segovia
1
-2
/
+3
2012-08-10
Added first support for compare instructions Added first support for convert ...
Benjamin Segovia
1
-1
/
+2
2012-08-10
Extended the llvm-to-gen translation pass
Benjamin Segovia
1
-16
/
+12
2012-08-10
Implemented a first implementation of the function argument parsing from LLVM IR
Benjamin Segovia
1
-0
/
+66