summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_util.h
Commit message (Expand)AuthorAgeFilesLines
* amd: fix typosHarri Nieminen2023-04-131-1/+1
* aco/util: override default assignment operator for bitfield helpersGeorg Lehmann2023-03-281-0/+10
* aco: use bitfield_array for temporary neg/abs/opselGeorg Lehmann2023-03-091-0/+2
* aco: add bitfield array helper classesGeorg Lehmann2023-03-071-0/+431
* aco: make IDSet sparseRhys Perry2023-03-031-84/+115
* aco: Fix build error with std::max on GCC 12Timur Kristóf2022-10-051-1/+1
* aco: implement allocator_traits for monotonic_allocator<T>Daniel Schürmann2022-09-281-1/+82
* aco: implement custom memory resourceDaniel Schürmann2022-09-281-0/+82
* aco/live_var_analysis: implement faster merging of live_out sets for some casesDaniel Schürmann2022-08-301-0/+15
* aco: include <cstddef> in aco_util.hDaniel Schürmann2021-07-211-1/+2
* aco: Format.Daniel Schürmann2021-07-121-139/+134
* aco: add missing Licenses and remove Authors from filesDaniel Schürmann2021-07-121-0/+1
* aco: reorder and cleanup #includesDaniel Schürmann2021-07-121-0/+2
* aco/util: replace DIV_ROUND_UP(n+1,m) by n/m+1Daniel Schürmann2021-07-121-1/+1
* aco/util: Initialize IDSet::bits_set to zero.Timur Kristóf2021-05-201-1/+1
* aco: Fix -Wshadow warningsTony Wasserka2020-11-201-2/+2
* aco: use bit vectors for liveness setsRhys Perry2020-09-211-0/+146
* aco: fix value numbering of reductionsRhys Perry2020-09-091-0/+6
* aco: Fix -Wstringop-overflow warnings in aco_span.Timur Kristóf2020-01-221-2/+2
* aco: compact aco::span<T> to use uint16_t offset and size instead of pointer ...Daniel Schürmann2020-01-101-17/+17
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+233