summaryrefslogtreecommitdiff
path: root/src/amd/common/ac_llvm_util.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák1-8/+10
2017-07-09radv/ac: drop setting xnackDave Airlie1-2/+1
2017-07-06radv: enable sisched toggle in perftest flags.Dave Airlie1-2/+3
2017-07-06ac/llvm: set xnack like radeonsi does.Dave Airlie1-1/+3
2017-07-06ac/llvm: create features list using snprintf.Dave Airlie1-2/+5
2017-07-06ac/radv: change api to create target machineDave Airlie1-2/+2
2017-06-06radv: add some misc gfx9 pieces.Dave Airlie1-0/+3
2017-06-05ac: add new helper function to add a integer target dependent function attr.Dave Airlie1-0/+10
2017-05-05radv: enable POLARIS12 support.Dave Airlie1-0/+1
2017-05-05radeonsi: drop support for LLVM 3.8Marek Olšák1-7/+0
2017-04-24radv/ac: copy llvm machine feature flags from radeonsi.Dave Airlie1-1/+1
2017-03-15radv/ac: workaround regression in llvm 4.0 releaseDave Airlie1-1/+12
2017-03-06radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák1-15/+1
2017-03-06gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák1-0/+1
2017-03-03gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák1-0/+2
2017-03-01amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann1-1/+1
2017-03-01gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák1-9/+22
2017-02-07radeon/ac: move common llvm build functions to a separate file.Dave Airlie1-716/+1
2017-02-03radeonsi/ac: move most of emit_ddxy to shared code.Dave Airlie1-0/+74
2017-02-03radeonsi/ac: move get thread id to shared code.Dave Airlie1-0/+48
2017-02-03radeonsi/ac: move tbuffer store and buffer load to shared code.Dave Airlie1-0/+155
2017-02-03radeonsi/ac: move a bunch of load/store related things to common code.Dave Airlie1-0/+65
2017-02-02radeonsi/ac: move frag interp emission code to shared llvm code.Dave Airlie1-0/+71
2017-01-30radv/ac: Add compiler support for spilling.Bas Nieuwenhuizen1-2/+2
2017-01-29various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen1-0/+8
2017-01-13amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle1-0/+364
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+142