aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/llvm/invocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-021-6/+10
* clover: Don't use llvm's global contextTom Stellard2014-06-191-6/+9
* clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard2014-06-191-0/+5
* clover: Align kernel argument sizes to nearest power of 2Jan Vesely2014-04-291-7/+16
* clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer2014-03-071-0/+4
* clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard2014-03-041-1/+1
* Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard2014-02-251-1/+3
* Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri2014-02-261-3/+1
* clover: Fix build with LLVM 3.5Tom Stellard2014-02-251-1/+3
* clover: Remove unused variableAaron Watry2013-12-231-1/+0
* clover: fix build with LLVM 3.4Aaron Watry2013-11-041-5/+0
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-211-1/+1
* clover: Link libclc before running any optimizationsTom Stellard2013-10-161-27/+13
* clover: fix building with llvm-3.4 since rev191922Laurent Carlier2013-10-071-1/+5
* clover: Added missing address space checking of kernel parameters v2Jonathan Charest2013-07-301-15/+31
* st/clover: Allow double precision operationsNiels Ole Salscheider2013-07-251-0/+1