summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_dead_code_analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco/dead_code_analysis: don't add artificial uses to p_startpgmDaniel Schürmann2023-03-121-5/+0
* aco: Move is_dead to aco_ir.h to allow it to get inlined.Timur Kristóf2022-10-241-12/+0
* aco: initialize scratch base registers on GFX9-GFX10.3Rhys Perry2022-07-081-1/+2
* aco: Format.Daniel Schürmann2021-07-121-8/+12
* aco: reorder and cleanup #includesDaniel Schürmann2021-07-121-0/+1
* aco: Don't DCE instructions that write non-temps, eg. exec.Timur Kristóf2021-05-281-1/+1
* aco: use format-check methodsRhys Perry2021-01-221-1/+1
* aco: reserve 2 sgprs for each branchRhys Perry2020-08-261-1/+1
* aco: rework barriers and replace can_reorderRhys Perry2020-07-281-1/+1
* aco: Fix the meaning of is_atomic.Timur Kristóf2020-01-291-1/+1
* aco: don't DCE atomics with return valuesRhys Perry2020-01-131-5/+11
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+102