summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/clover/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard2012-06-011-12/+153
* clover: Import OpenCL state tracker.Francisco Jerez2012-05-111-0/+94