clover: Add initial implementation of clCompileProgram for CL 1.2.
[mesa.git] / src / gallium / state_trackers / clover / llvm / invocation.cpp
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-16 Tom Stellardclover: Add environment variables for dumping kernel...
2014-10-16 Tom Stellardclover: Register an llvm diagnostic handler v3
2014-10-16 Tom Stellardclover: Add support for compiling to native object...
2014-10-16 Tom Stellardclover: Factor kernel argument parsing into its own...
2014-10-11 Jan Veselyclover: Append implicit arguments to the kernel argumen...
2014-08-28 Michel Dänzerst/clover: Fix build against LLVM SVN >= r216583
2014-08-21 Michel Dänzerst/clover: Fix build against LLVM SVN >= r215967 v2
2014-07-02 Matt Arsenaultclover: Fix not setting build log if the build succeeds v2
2014-06-19 Tom Stellardclover: Don't use llvm's global context
2014-06-19 Tom Stellardclover: Prevent Clang from printing number of errors...
2014-04-29 Jan Veselyclover: Align kernel argument sizes to nearest power...
2014-03-07 Michel Dänzerclover: Fix build against LLVM SVN r203065 or newer
2014-03-04 Tom Stellardclover: Use correct LLVM version in #if for DataLayout...
2014-02-25 Tom StellardRe-commit 'clover: Fix build with LLVM 3.5'
2014-02-25 Timothy ArceriRevert "Merge branch 'master' of git+ssh://git.freedesk...
2014-02-25 Timothy ArceriMerge branch 'master' of git+ssh://git.freedesktop...
2014-02-25 Tom Stellardclover: Fix build with LLVM 3.5
2013-12-23 Aaron Watryclover: Remove unused variable
2013-11-04 Aaron Watryclover: fix build with LLVM 3.4
2013-10-21 Francisco Jerezclover: Define helper classes for the new object model.
2013-10-16 Tom Stellardclover: Link libclc before running any optimizations
2013-10-07 Laurent Carlierclover: fix building with llvm-3.4 since rev191922
2013-07-30 Jonathan Charestclover: Added missing address space checking of kernel...
2013-07-26 Niels Ole Salscheiderst/clover: Allow double precision operations
2013-07-22 Francisco Jerezclover: Respect kernel argument alignment restrictions.
2013-07-22 Francisco Jerezclover: Extend kernel arguments for differing host...
2013-06-28 Tom Stellardclover: Don't segfault when compiling a program with...
2013-06-27 Tom Stellardclover: Fix build with LLVM 3.4
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-05 Tom Stellardgallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers...
2013-04-01 Mike Lothianclover: Fix build with LLVM 3.3
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-01-09 Johannes Obermayrclover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to...
2012-12-13 Tom Stellardclover: Add support for compiler flags
2012-11-16 Tom Stellardclover: Fix build with clang 3.2
2012-10-11 Tom Stellardclover: Fix build with LLVM 3.2
2012-09-25 Tom Stellardclover: Fix build with libclang v3.2
2012-09-25 Blaž Tomažičclover: Handle multiple kernels in the same program v2
2012-06-29 Tom Stellardclover: Add a function internalizer pass before LTO v2
2012-06-01 Tom Stellardclover: Add function for building a clover::module...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.