aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* clover/llvm: Factor out LLVM context init.Francisco Jerez2016-07-111-40/+43
* clover/llvm: Declare compiler instance at top level and pass down as argument.Francisco Jerez2016-07-111-27/+15
* clover/llvm: Refactor compiler instance initialization.Francisco Jerez2016-07-111-52/+47
* clover/llvm: Factor out compiler option tokenization.Francisco Jerez2016-07-111-12/+13
* clover/llvm: Factor out target string parsing.Francisco Jerez2016-07-111-21/+24
* clover/llvm: Collect #ifdef mess into a separate file.Francisco Jerez2016-07-112-75/+156
* clover/llvm: Drop dead code.Francisco Jerez2016-07-111-40/+0
* clover/llvm: Drop support for LLVM < 3.6.Francisco Jerez2016-07-111-36/+4
* clover: Fix kernel metadata retrieval after clang r273425Jan Vesely2016-06-271-4/+31
* clover/llvm: Fix copyright attribution of invocation.cpp.Francisco Jerez2016-06-271-1/+5
* clover: Fix build against clang SVN >= r273191Vedran Miletić2016-06-211-1/+1
* clover: Handle PIPE_SHADER_IR_NIR in switchJan Vesely2016-05-151-1/+2
* clover: Fix build against clang SVN >= r267772Michel Dänzer2016-04-281-0/+3
* clover: Fix build against LLVM SVN >= r266163Michel Dänzer2016-04-141-0/+14
* Revert "clover: Fix build against clang SVN >= r265359"Michel Dänzer2016-04-071-3/+0
* clover: Fix build against clang SVN >= r265359Michel Dänzer2016-04-051-0/+3
* clover: Fix build against LLVM 3.8 SVN >= r255078Michel Dänzer2015-12-101-0/+4
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5
* clover: Avoid using typename to allow compilation of clover by clangAlbert Freeman2015-09-101-1/+1
* clover: fix llvm 3.5 build errorZoltan Gilian2015-08-211-12/+21
* st/clover: Fix build against LLVM 3.8 SVN r244928Michel Dänzer2015-08-141-0/+2
* clover: pass image attributes to the kernelZoltan Gilian2015-08-031-6/+129
* clover: move find_kernels to functionsZoltan Gilian2015-08-031-13/+15
* clover: little OpenCL status code logging cleanEdB2015-07-161-9/+9
* clover: Log build options when dumping clc source.EdB2015-05-271-1/+1
* clover: remove util/compatEdB2015-04-291-9/+11
* clover: remove compat::stringEdB2015-04-291-11/+11
* clover: remove pre llvm 3.5.0 compatibility codeEdB2015-04-201-21/+2
* clover: Fix build since llvm r231270Tom Stellard2015-03-041-1/+1
* clover: Don't unconditionally define cl_khr_fp64Tom Stellard2015-02-271-1/+0
* clover: Use Legacy PassManager for LLVM trunk (3.7)Shawn Starr2015-02-141-0/+9
* clover/llvm: Dump the OpenCL C code earlier.EdB2015-01-281-3/+3
* clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.EdB2015-01-281-13/+20
* st/clover: Pass target instead of target.begin() to std::string()Michel Dänzer2015-01-271-3/+3
* clover: Fix build with llvm after r226981Jan Vesely2015-01-261-0/+4
* st/clover: Adapt to TargetLibraryInfo.h move in LLVM SVN r226078Michel Dänzer2015-01-151-0/+4
* clover: Fix build after llvm r223802Aaron Watry2014-12-091-0/+4
* clover: clCompileProgram CL_INVALID_COMPILER_OPTIONSEdB2014-12-021-1/+1
* Revert "clover: Fix build after llvm r221375"Tom Stellard2014-11-121-4/+0
* clover: Fix build after llvm r221375Jan Vesely2014-11-061-0/+4
* gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.José Fonseca2014-10-231-35/+1
* clover: Fix build error with LLVM 3.4.Vinson Lee2014-10-211-1/+3
* clover: Add initial implementation of clCompileProgram for CL 1.2.EdB2014-10-201-6/+31
* clover: Add environment variables for dumping kernel code v2Tom Stellard2014-10-161-11/+75
* clover: Register an llvm diagnostic handler v3Tom Stellard2014-10-161-0/+25
* clover: Add support for compiling to native object code v3Tom Stellard2014-10-161-9/+203
* clover: Factor kernel argument parsing into its own function v2Tom Stellard2014-10-161-81/+92
* clover: Append implicit arguments to the kernel argument list.Jan Vesely2014-10-121-13/+29
* st/clover: Fix build against LLVM SVN >= r216583Michel Dänzer2014-08-281-0/+5
* st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer2014-08-211-2/+14