summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover/llvm
AgeCommit message (Expand)AuthorFilesLines
2014-06-23clover: Don't use llvm's global contextTom Stellard1-6/+9
2014-06-23clover: Prevent Clang from printing number of errors and warnings to stderr.Tom Stellard1-0/+5
2014-04-29clover: Align kernel argument sizes to nearest power of 2Jan Vesely1-7/+16
2014-03-07clover: Fix build against LLVM SVN r203065 or newerMichel Dänzer1-0/+4
2014-03-04clover: Use correct LLVM version in #if for DataLayout constructionTom Stellard1-1/+1
2014-02-25Re-commit 'clover: Fix build with LLVM 3.5'Tom Stellard1-1/+3
2014-02-26Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"Timothy Arceri1-3/+1
2014-02-25clover: Fix build with LLVM 3.5Tom Stellard1-1/+3
2013-12-23clover: Remove unused variableAaron Watry1-1/+0
2013-11-04clover: fix build with LLVM 3.4Aaron Watry1-5/+0
2013-10-21clover: Define helper classes for the new object model.Francisco Jerez1-1/+1
2013-10-16clover: Link libclc before running any optimizationsTom Stellard1-27/+13
2013-10-07clover: fix building with llvm-3.4 since rev191922Laurent Carlier1-1/+5
2013-07-30clover: Added missing address space checking of kernel parameters v2Jonathan Charest1-15/+31
2013-07-25st/clover: Allow double precision operationsNiels Ole Salscheider1-0/+1
2013-07-22clover: Respect kernel argument alignment restrictions.Francisco Jerez1-2/+3
2013-07-22clover: Extend kernel arguments for differing host and device data types.Francisco Jerez1-3/+22
2013-06-28clover: Don't segfault when compiling a program with no kernelTom Stellard1-0/+7
2013-06-27clover: Fix build with LLVM 3.4Tom Stellard1-6/+6
2013-04-23mesa: Restore 78-column wrapping of license text in C++-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-05gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2Tom Stellard1-5/+13
2013-04-01clover: Fix build with LLVM 3.3Mike Lothian1-1/+2
2013-02-28clover: Fix build with LLVM 3.3 v2Tom Stellard1-8/+39
2013-01-08clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr1-2/+2
2012-12-13clover: Add support for compiler flagsTom Stellard1-5/+44
2012-11-16clover: Fix build with clang 3.2Tom Stellard1-1/+6
2012-10-11clover: Fix build with LLVM 3.2Tom Stellard1-1/+10
2012-09-25clover: Fix build with libclang v3.2Tom Stellard1-0/+5
2012-09-25clover: Handle multiple kernels in the same program v2Blaž Tomažič1-33/+33
2012-06-29clover: Add a function internalizer pass before LTO v2Tom Stellard1-10/+49
2012-06-01clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard1-12/+153
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez1-0/+94