st/clover: Fix build against LLVM 3.8 SVN r244928
[mesa.git] / src / gallium / state_trackers / clover / llvm / invocation.cpp
2015-08-14 Michel Dänzerst/clover: Fix build against LLVM 3.8 SVN r244928
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-08-03 Zoltan Gilianclover: move find_kernels to functions
2015-07-16 EdBclover: little OpenCL status code logging clean
2015-05-27 EdBclover: Log build options when dumping clc source.
2015-04-29 EdBclover: remove util/compat
2015-04-29 EdBclover: remove compat::string
2015-04-20 EdBclover: remove pre llvm 3.5.0 compatibility code
2015-03-04 Tom Stellardclover: Fix build since llvm r231270
2015-02-27 Tom Stellardclover: Don't unconditionally define cl_khr_fp64
2015-02-14 Shawn Starrclover: Use Legacy PassManager for LLVM trunk (3.7)
2015-01-28 EdBclover/llvm: Dump the OpenCL C code earlier.
2015-01-28 EdBclover/llvm: Move CLOVER_DEBUG stuff into anonymous...
2015-01-27 Michel Dänzerst/clover: Pass target instead of target.begin() to...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-15 Michel Dänzerst/clover: Adapt to TargetLibraryInfo.h move in LLVM...
2014-12-10 Aaron Watryclover: Fix build after llvm r223802
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-11-12 Tom StellardRevert "clover: Fix build after llvm r221375"
2014-11-06 Jan Veselyclover: Fix build after llvm r221375
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-10-21 Vinson Leeclover: Fix build error with LLVM 3.4.
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.