nvc0: add support for GL_EXT_demote_to_helper_invocation
[mesa.git] / src / amd / common / ac_llvm_util.c
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-11 Marek Olšákac: replace HAVE_LLVM with LLVM_VERSION_MAJOR for atomi...
2019-09-10 Marek Olšákac: enable LLVM atomic optimizations
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-14 Marek Olšákradeonsi: add support for Renoir
2019-07-29 Marek Olšákamd: add support for Arcturus
2019-07-20 Marek Olšákac: add Wave32 LLVM target machine
2019-07-04 Marek Olšákac: destroy passes in ac_destroy_llvm_compiler
2019-07-03 Nicolai Hähnleamd/common: add GFX10 chips
2019-06-13 Nicolai Hähnleamd/common: use ARRAY_SIZE for the LLVM command line...
2019-06-03 Marek Olšákac: use amdgpu-flat-work-group-size
2019-05-27 Marek Olšákac: treat Mullins as Kabini, remove the enum
2019-05-17 Samuel Pitoisetradv: add a workaround for Monster Hunter World and...
2019-01-29 Marek Olšákac: use the correct LLVM processor name on Raven2
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-11-02 Jan Veselyamd: Make vgpr-spilling depend on llvm version
2018-10-30 Marek Olšákradeonsi: add support for Raven2 (v2)
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-12 Marek Olšákradeonsi: add support for Vega20
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: port to use common passmgr code.
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-06-29 Marek Olšákac: set +auto-waitcnt-before-barrier when needed
2018-05-10 Marek Olšákac: set correct LLVM processor names for Raven & Vega12
2018-04-27 Marek Olšákradeonsi: add triple into si_compiler
2018-04-18 Marek Olšákradeonsi: add support for VegaM
2018-03-28 Marek Olšákradeonsi: add support for Vega12
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
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-09 Dave Airlieradv/ac: drop setting xnack
2017-07-06 Dave Airlieradv: enable sisched toggle in perftest flags.
2017-07-06 Dave Airlieac/llvm: set xnack like radeonsi does.
2017-07-06 Dave Airlieac/llvm: create features list using snprintf.
2017-07-06 Dave Airlieac/radv: change api to create target machine
2017-06-05 Dave Airlieradv: add some misc gfx9 pieces.
2017-06-05 Dave Airlieac: add new helper function to add a integer target...
2017-05-05 Dave Airlieradv: enable POLARIS12 support.
2017-05-04 Marek Olšákradeonsi: drop support for LLVM 3.8
2017-04-24 Dave Airlieradv/ac: copy llvm machine feature flags from radeonsi.
2017-03-14 Dave Airlieradv/ac: workaround regression in llvm 4.0 release
2017-03-06 Marek Olšákradeonsi: drop support for LLVM 3.6 & 3.7
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-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-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver