summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Respect kernel argument alignment restrictions.Francisco Jerez2013-07-221-2/+3
* clover: Extend kernel arguments for differing host and device data types.Francisco Jerez2013-07-221-3/+22
* clover: Don't segfault when compiling a program with no kernelTom Stellard2013-06-281-0/+7
* clover: Fix build with LLVM 3.4Tom Stellard2013-06-271-6/+6
* mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard2013-04-051-5/+13
* clover: Fix build with LLVM 3.3Mike Lothian2013-04-011-1/+2
* clover: Fix build with LLVM 3.3 v2Tom Stellard2013-02-281-8/+39
* clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2013-01-081-2/+2
* clover: Add support for compiler flagsTom Stellard2012-12-131-5/+44
* clover: Fix build with clang 3.2Tom Stellard2012-11-161-1/+6
* clover: Fix build with LLVM 3.2Tom Stellard2012-10-111-1/+10
* clover: Fix build with libclang v3.2Tom Stellard2012-09-251-0/+5
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-251-33/+33