aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: reorder calls to aco_validate() and cleanup aco_compile_shader()Daniel Schürmann2020-06-161-15/+7
* aco: rename aco_lower_bool_phis() -> aco_lower_phis()Daniel Schürmann2020-04-101-3/+3
* radv, aco: collect statistics if requested but executables are notRhys Perry2020-04-031-1/+1
* aco: add vmem/smem score statisticRhys Perry2020-04-031-0/+2
* aco: add various compiler statisticsRhys Perry2020-04-031-4/+40
* radv: add code for exposing compiler statisticsRhys Perry2020-04-031-0/+2
* aco: implement GS copy shadersRhys Perry2020-01-241-2/+5
* aco: fix uninitialized data in the binaryRhys Perry2020-01-131-1/+5
* aco: Use common argument handlingConnor Abbott2019-11-251-2/+1
* aco: Use radv_shader_args in aco_compile_shader()Connor Abbott2019-11-251-10/+11
* aco: Set +wavefrontsize64 for LLVM disassembler in GFX10 wave64 mode.Timur Kristóf2019-10-101-1/+1
* aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_stringRhys Perry2019-09-261-3/+3
* aco: store printed backend IR in binaryRhys Perry2019-09-261-4/+21
* aco,radv/aco: get dissassembly for release builds if requestedRhys Perry2019-09-261-4/+1
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+166