Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / amd / common / ac_llvm_helper.cpp
2019-10-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-09-17 Michel Dänzerac: Remove DEBUG workaround
2019-07-04 Nicolai Hähnleamd/common: remove unused ac_compile_module_to_binary
2019-06-13 Nicolai Hähnleamd/common: add ac_compile_module_to_elf
2019-04-29 Rhys Perryac,ac/nir: use a better sync scope for shared atomics
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-08-03 Marek Olšákamd: remove support for LLVM 5.0
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-19 Marek Olšákac: run LLVM optimization passes only on the final...
2018-07-04 Marek Olšákac: add reusable helpers for direct LLVM compilation
2018-07-03 Dave Airlieac: add target library info helpers
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-05-17 Marek Olšákamd: remove support for LLVM 4.0
2018-02-02 Marek Olšákamd: remove support for LLVM 3.9
2018-01-27 Marek Olšákac: don't use byval LLVM qualifier in shaders
2018-01-16 Samuel Pitoisetac: import lp_create_builder() from gallivm
2017-04-27 Dave Airlieradeon/ac: fix build on llvm 3.8.1
2017-04-27 Dave Airlieradeonsi/ac: move vertex export remove to common code.
2017-04-20 Christoph Haagac: fix build after LLVM 5.0 SVN r300718
2017-03-22 Marek Olšákac: fix build with LLVM 5.0svn
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
2016-11-03 Nicolai Hähnleamd/common: add ac_is_sgpr_param helper
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver