clover: Initialize Asm Parsers
[mesa.git] / src / gallium / state_trackers / clover / llvm / invocation.cpp
2020-01-21 Jan Veselyclover: Initialize Asm Parsers
2019-09-25 Karol Herbstclover/llvm: remove harmful std::move call
2019-09-21 Pierre Moreauclover/llvm: Add functions for compiling from source...
2019-09-05 Hal Gentzclover: Fix build after clang r370122.
2018-05-29 Jan Veselyclover: Cleanup compat code for llvm < 3.9
2018-03-22 Aaron Watryclover/llvm: Fix build against LLVM/Clang 4.0
2018-03-21 Aaron Watryclover: Dynamically calculate __OPENCL_VERSION__ and...
2018-03-21 Aaron Watryclover/llvm: Add get_[cl|language]_version, validation...
2018-03-06 Aaron Watryclover/llvm: Pass device down to compile
2018-03-06 Aaron Watryclover: Pass device to llvm::create_compiler_instance
2018-03-06 Aaron Watryclover/llvm: Use device in llvm compilation instead...
2018-02-01 Timothy Arcerigallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
2017-09-16 Jan Veselyclover: Fix build after LLVM r313390
2017-04-27 Jan Veselyclover: Fix build since clang r301442
2017-02-27 Jan Veselyclover: Dump linked binary to a different file
2016-12-25 Vedran Miletićclover: Use Clang's diagnostics
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-09-10 Niels Ole Salscheiderst/clover: Define __OPENCL_VERSION__ on the device...
2016-07-20 Tom Stellardclover: Re-order includes in invocation.cpp to fix...
2016-07-20 Tom Stellardclover: Add missing include v2
2016-07-12 Francisco Jerezclover/llvm: Get rid of compile_program_llvm().
2016-07-12 Francisco Jerezclover: Define error subclass to signal build option...
2016-07-12 Francisco Jerezclover: Move back to using build_error to signal compil...
2016-07-12 Francisco Jerezclover/llvm: Implement the -create-library linker option.
2016-07-12 Francisco Jerezclover/llvm: Implement linkage of multiple clover modules.
2016-07-12 Francisco Jerezclover/llvm: Split compilation and linking.
2016-07-12 Francisco Jerezclover/llvm: Trivial assorted cleanups for invocation...
2016-07-12 Francisco Jerezclover/llvm: Split native codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split bitcode codegen into separate file.
2016-07-12 Francisco Jerezclover/llvm: Split shared codegen support code into...
2016-07-12 Francisco Jerezclover/llvm: Define function for bitcode print-out.
2016-07-12 Francisco Jerezclover/llvm: Split native codegen and assembly print...
2016-07-12 Francisco Jerezclover/llvm: Clean up bitcode codegen.
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Use metadata introspection utils for kerne...
2016-07-12 Francisco Jerezclover/llvm: Clean up codestyle of get_kernel_args().
2016-07-12 Francisco Jerezclover/llvm: Fold compile_native() call into build_modu...
2016-07-12 Francisco Jerezclover/llvm: Factor out duplicated construction of...
2016-07-12 Francisco Jerezclover/llvm: Clean up compile_native().
2016-07-12 Francisco Jerezclover/llvm: Clean up ELF parsing.
2016-07-12 Francisco Jerezclover/llvm: Move a bunch of utility functions into...
2016-07-12 Francisco Jerezclover/llvm: Tidy debug handling.
2016-07-12 Francisco Jerezclover/llvm: Use helper function to abort compilation...
2016-07-12 Francisco Jerezclover/llvm: Simplify diagnostic_handler().
2016-07-12 Francisco Jerezclover/llvm: Trivial codestyle clean-up for optimize().
2016-07-12 Francisco Jerezclover/llvm: Clean up compilation into LLVM IR.
2016-07-12 Francisco Jerezclover/llvm: Factor out LLVM context init.
2016-07-12 Francisco Jerezclover/llvm: Declare compiler instance at top level...
2016-07-12 Francisco Jerezclover/llvm: Refactor compiler instance initialization.
2016-07-12 Francisco Jerezclover/llvm: Factor out compiler option tokenization.
2016-07-12 Francisco Jerezclover/llvm: Factor out target string parsing.
2016-07-12 Francisco Jerezclover/llvm: Collect #ifdef mess into a separate file.
2016-07-12 Francisco Jerezclover/llvm: Drop dead code.
2016-07-12 Francisco Jerezclover/llvm: Drop support for LLVM < 3.6.
2016-06-28 Jan Veselyclover: Fix kernel metadata retrieval after clang r273425
2016-06-28 Francisco Jerezclover/llvm: Fix copyright attribution of invocation...
2016-06-21 Vedran Miletićclover: Fix build against clang SVN >= r273191
2016-05-16 Jan Veselyclover: Handle PIPE_SHADER_IR_NIR in switch
2016-04-28 Michel Dänzerclover: Fix build against clang SVN >= r267772
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-14 Michel Dänzerclover: Fix build against LLVM SVN >= r266163
2016-04-07 Michel DänzerRevert "clover: Fix build against clang SVN >= r265359"
2016-04-05 Michel Dänzerclover: Fix build against clang SVN >= r265359
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-10 Michel Dänzerclover: Fix build against LLVM 3.8 SVN >= r255078
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Laurent Carlierclover: fix building fix clang-3.8
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-10 Albert Freemanclover: Avoid using typename to allow compilation of...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-21 Zoltan Gilianclover: fix llvm 3.5 build error
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...
next