nvc0: add support for GL_EXT_demote_to_helper_invocation
[mesa.git] / src / amd / common / ac_llvm_util.h
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-07-20 Marek Olšákac: add Wave32 LLVM target machine
2019-07-04 Nicolai Hähnleamd/common: move ac_shader_{binary,reloc} into r600...
2019-07-04 Nicolai Hähnleamd/common: remove unused ac_compile_module_to_binary
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-13 Nicolai Hähnleamd/common: add ac_compile_module_to_elf
2019-06-04 Samuel Pitoisetac,radv: do not emit vec3 for raw load/store on SI
2019-06-03 Marek Olšákac: use amdgpu-flat-work-group-size
2019-05-17 Samuel Pitoisetradv: add a workaround for Monster Hunter World and...
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-08-22 Marek Olšákac: completely remove +auto-waitcnt-before-barrier
2018-08-15 Samuel Pitoisetradv: disable the auto-waitcnt-before-barrier LLVM...
2018-08-01 Marek Olšákac,radeonsi: reduce optimizations for complex compute...
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-04 Dave Airlieac: make some fns static
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-04 Dave Airlieac/radeonsi: port compiler init/destroy out of radeonsi.
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-07-03 Dave Airlieac: add target library info helpers
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
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