aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_llvm_util.h
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add triple into si_compilerMarek Olšák2018-04-271-1/+3
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-071-1/+1
* ac: add ac_count_scratch_private_memory()Samuel Pitoiset2018-03-061-0/+3
* amd: remove support for LLVM 3.9Marek Olšák2018-02-021-8/+6
* ac: don't use byval LLVM qualifier in shadersMarek Olšák2018-01-271-1/+0
* ac: import lp_create_builder() from gallivmSamuel Pitoiset2018-01-161-0/+9
* amd/common: import get_{load,store}_intr_attribs() from RadeonSISamuel Pitoiset2018-01-101-0/+18
* radeonsi: use ac_create_target_machineMarek Olšák2017-11-071-0/+3
* radeonsi: use ac_get_llvm_processor_nameMarek Olšák2017-11-071-0/+2
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-171-0/+1
* radv: enable sisched toggle in perftest flags.Dave Airlie2017-07-061-0/+1
* ac/radv: change api to create target machineDave Airlie2017-07-061-1/+4
* ac: add new helper function to add a integer target dependent function attr.Dave Airlie2017-06-051-0/+5
* radeonsi/ac: move vertex export remove to common code.Dave Airlie2017-04-271-0/+2
* ac: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+5
* gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák2017-03-061-0/+1
* gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák2017-03-031-0/+2
* amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann2017-03-011-0/+2
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-011-8/+9
* gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák2017-03-011-1/+0
* radeon/ac: move common llvm build functions to a separate file.Dave Airlie2017-02-071-135/+0
* radeonsi/ac: move most of emit_ddxy to shared code.Dave Airlie2017-02-031-0/+12
* radeonsi/ac: move get thread id to shared code.Dave Airlie2017-02-031-1/+5
* radeonsi/ac: move tbuffer store and buffer load to shared code.Dave Airlie2017-02-031-1/+43
* radeonsi/ac: move a bunch of load/store related things to common code.Dave Airlie2017-02-031-0/+22
* radeonsi/ac: move frag interp emission code to shared llvm code.Dave Airlie2017-02-021-0/+14
* radv/ac: Add compiler support for spilling.Bas Nieuwenhuizen2017-01-301-1/+1
* various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen2017-01-291-0/+3
* amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle2017-01-131-0/+57
* amd/common: add ac_is_sgpr_param helperNicolai Hähnle2016-11-031-0/+2
* amd/common: move llvm helper prototype to ac_llvm_util.hNicolai Hähnle2016-11-031-0/+10
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-071-0/+31