ac: move all LLVM module initialization into ac_create_module
[mesa.git] / src / amd / common / ac_llvm_util.h
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-03-07 Marek Olšákradeonsi: fix passing address32_hi to LLVM for high...
2018-03-06 Samuel Pitoisetac: add ac_count_scratch_private_memory()
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
2018-01-10 Samuel Pitoisetamd/common: import get_{load,store}_intr_attribs()...
2017-11-07 Marek Olšákradeonsi: use ac_create_target_machine
2017-11-07 Marek Olšákradeonsi: use ac_get_llvm_processor_name
2017-07-17 Marek Olšákradeonsi: merge si_llvm_get_amdgpu_target into ac_get_l...
2017-07-06 Dave Airlieradv: enable sisched toggle in perftest flags.
2017-07-06 Dave Airlieac/radv: change api to create target machine
2017-06-05 Dave Airlieac: add new helper function to add a integer target...
2017-04-27 Dave Airlieradeonsi/ac: move vertex export remove to common code.
2017-03-22 Emil Velikovac: consistently use ifndef guards over pragma once
2017-03-06 Marek Olšákgallivm,ac: add LP_FUNC_ATTR_CONVERGENT
2017-03-03 Marek Olšákgallivm, ac: add writeonly and inaccessiblememonly...
2017-03-01 Tobias Klausmannamd/common: Fix build with new ac_add_function_attr()
2017-03-01 Marek Olšákgallivm,ac: add function attributes at call sites inste...
2017-03-01 Marek Olšákgallivm,ac: remove unused FUNC_ATTR_LAST enums
2017-02-06 Dave Airlieradeon/ac: move common llvm build functions to a separa...
2017-02-02 Dave Airlieradeonsi/ac: move most of emit_ddxy to shared code.
2017-02-02 Dave Airlieradeonsi/ac: move get thread id to shared code.
2017-02-02 Dave Airlieradeonsi/ac: move tbuffer store and buffer load to...
2017-02-02 Dave Airlieradeonsi/ac: move a bunch of load/store related things...
2017-02-01 Dave Airlieradeonsi/ac: move frag interp emission code to shared...
2017-01-30 Bas Nieuwenhuizenradv/ac: Add compiler support for spilling.
2017-01-29 Bas Nieuwenhuizenvarious: Fix missing DumpModule with recent LLVM.
2017-01-12 Nicolai Hähnleamd/common: unify cube map coordinate handling between...
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