index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
clover
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clover/llvm: Factor out LLVM context init.
Francisco Jerez
2016-07-11
1
-40
/
+43
*
clover/llvm: Declare compiler instance at top level and pass down as argument.
Francisco Jerez
2016-07-11
1
-27
/
+15
*
clover/llvm: Refactor compiler instance initialization.
Francisco Jerez
2016-07-11
1
-52
/
+47
*
clover/llvm: Factor out compiler option tokenization.
Francisco Jerez
2016-07-11
1
-12
/
+13
*
clover/llvm: Factor out target string parsing.
Francisco Jerez
2016-07-11
1
-21
/
+24
*
clover/llvm: Collect #ifdef mess into a separate file.
Francisco Jerez
2016-07-11
2
-75
/
+156
*
clover/llvm: Drop dead code.
Francisco Jerez
2016-07-11
1
-40
/
+0
*
clover/llvm: Drop support for LLVM < 3.6.
Francisco Jerez
2016-07-11
1
-36
/
+4
*
clover: Fix kernel metadata retrieval after clang r273425
Jan Vesely
2016-06-27
1
-4
/
+31
*
clover/llvm: Fix copyright attribution of invocation.cpp.
Francisco Jerez
2016-06-27
1
-1
/
+5
*
clover: Fix build against clang SVN >= r273191
Vedran Miletić
2016-06-21
1
-1
/
+1
*
clover: Handle PIPE_SHADER_IR_NIR in switch
Jan Vesely
2016-05-15
1
-1
/
+2
*
clover: Fix build against clang SVN >= r267772
Michel Dänzer
2016-04-28
1
-0
/
+3
*
clover: Fix build against LLVM SVN >= r266163
Michel Dänzer
2016-04-14
1
-0
/
+14
*
Revert "clover: Fix build against clang SVN >= r265359"
Michel Dänzer
2016-04-07
1
-3
/
+0
*
clover: Fix build against clang SVN >= r265359
Michel Dänzer
2016-04-05
1
-0
/
+3
*
clover: Fix build against LLVM 3.8 SVN >= r255078
Michel Dänzer
2015-12-10
1
-0
/
+4
*
clover: fix building fix clang-3.8
Laurent Carlier
2015-10-29
1
-1
/
+5
*
clover: Avoid using typename to allow compilation of clover by clang
Albert Freeman
2015-09-10
1
-1
/
+1
*
clover: fix llvm 3.5 build error
Zoltan Gilian
2015-08-21
1
-12
/
+21
*
st/clover: Fix build against LLVM 3.8 SVN r244928
Michel Dänzer
2015-08-14
1
-0
/
+2
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
1
-6
/
+129
*
clover: move find_kernels to functions
Zoltan Gilian
2015-08-03
1
-13
/
+15
*
clover: little OpenCL status code logging clean
EdB
2015-07-16
1
-9
/
+9
*
clover: Log build options when dumping clc source.
EdB
2015-05-27
1
-1
/
+1
*
clover: remove util/compat
EdB
2015-04-29
1
-9
/
+11
*
clover: remove compat::string
EdB
2015-04-29
1
-11
/
+11
*
clover: remove pre llvm 3.5.0 compatibility code
EdB
2015-04-20
1
-21
/
+2
*
clover: Fix build since llvm r231270
Tom Stellard
2015-03-04
1
-1
/
+1
*
clover: Don't unconditionally define cl_khr_fp64
Tom Stellard
2015-02-27
1
-1
/
+0
*
clover: Use Legacy PassManager for LLVM trunk (3.7)
Shawn Starr
2015-02-14
1
-0
/
+9
*
clover/llvm: Dump the OpenCL C code earlier.
EdB
2015-01-28
1
-3
/
+3
*
clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.
EdB
2015-01-28
1
-13
/
+20
*
st/clover: Pass target instead of target.begin() to std::string()
Michel Dänzer
2015-01-27
1
-3
/
+3
*
clover: Fix build with llvm after r226981
Jan Vesely
2015-01-26
1
-0
/
+4
*
st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078
Michel Dänzer
2015-01-15
1
-0
/
+4
*
clover: Fix build after llvm r223802
Aaron Watry
2014-12-09
1
-0
/
+4
*
clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
EdB
2014-12-02
1
-1
/
+1
*
Revert "clover: Fix build after llvm r221375"
Tom Stellard
2014-11-12
1
-4
/
+0
*
clover: Fix build after llvm r221375
Jan Vesely
2014-11-06
1
-0
/
+4
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
1
-35
/
+1
*
clover: Fix build error with LLVM 3.4.
Vinson Lee
2014-10-21
1
-1
/
+3
*
clover: Add initial implementation of clCompileProgram for CL 1.2.
EdB
2014-10-20
1
-6
/
+31
*
clover: Add environment variables for dumping kernel code v2
Tom Stellard
2014-10-16
1
-11
/
+75
*
clover: Register an llvm diagnostic handler v3
Tom Stellard
2014-10-16
1
-0
/
+25
*
clover: Add support for compiling to native object code v3
Tom Stellard
2014-10-16
1
-9
/
+203
*
clover: Factor kernel argument parsing into its own function v2
Tom Stellard
2014-10-16
1
-81
/
+92
*
clover: Append implicit arguments to the kernel argument list.
Jan Vesely
2014-10-12
1
-13
/
+29
*
st/clover: Fix build against LLVM SVN >= r216583
Michel Dänzer
2014-08-28
1
-0
/
+5
*
st/clover: Fix build against LLVM SVN >= r215967 v2
Michel Dänzer
2014-08-21
1
-2
/
+14
[prev]
[next]