summaryrefslogtreecommitdiff
path: root/gcc/config/gcn
AgeCommit message (Expand)Author
2020-06-02amdgcn: Remove -mlocal-symbol-id optionAndrew Stubbs
2020-05-29amdgcn: Fix VCC early clobberAndrew Stubbs
2020-05-15WIP amdgcn: use unsigned extend for lshiftrtAndrew Stubbs
2020-05-14amdgcn: fix vcc clobber in vector load/storeAndrew Stubbs
2020-04-29[gcn] Fix build with RTL checking [PR94248]Jakub Jelinek
2020-04-24amdgcn: Fix wrong-code bug in 64-bit masked addAndrew Stubbs
2020-04-24amdgcn: Split 64-bit constant loads post-reloadAndrew Stubbs
2020-04-23amdgcn: Swap mov<mode>_exec operandsAndrew Stubbs
2020-04-03amdgcn: Support unordered floating-point comparison operatorsKwok Cheung Yeung
2020-03-31amdgcn: generalize vector insn modesAndrew Stubbs
2020-03-27amdgcn: refactor mode iteratorsAndrew Stubbs
2020-03-18amdgcn: Fix vector compare modesAndrew Stubbs
2020-03-18amdgcn: Add cond_add/sub/and/ior/xor for all vector modesAndrew Stubbs
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-03-02amdgcn: Extend reductions to all typesAndrew Stubbs
2020-02-27amdgcn: sub-dword vector min/max/shift/bit operatorsAndrew Stubbs
2020-02-27amdgcn: fix ICE on subreg of BI reg.Andrew Stubbs
2020-02-21amdgcn: Use correct offset mode for gather/scatterAndrew Stubbs
2020-02-21amdgcn: Align VGPR pairsAndrew Stubbs
2020-02-21amdgcn: fix mode in vec_seriesAndrew Stubbs
2020-02-05amdgcn: Remove redundant multilibAndrew Stubbs
2020-02-03Remove gfx801 "carrizo" supportAndrew Stubbs
2020-01-31Fix conditional add LRA failure for amdgcnAndrew Stubbs
2020-01-31[amdgcn] Scale number of threads/workers with VGPR usageKwok Cheung Yeung
2020-01-31Zero-initialise masked load destinationsAndrew Stubbs
2020-01-30Add LTGT operator support for amdgcnAndrew Stubbs
2020-01-29GCN – call assembler with -mattr=-code-object-v3 (PR93409)Tobias Burnus
2020-01-24Fix ICE on unsupported FP comparisonAndrew Stubbs
2020-01-07[amdgcn] Add more modes for vector comparisonsAndrew Stubbs
2020-01-07Disallow 'B' constraints on amdgcn addc/subbAndrew Stubbs
2020-01-06Fix amdgcn issue with '0' constraintsAndrew Stubbs
2020-01-06Fix early-clobber in amdgcn vec_extractAndrew Stubbs
2020-01-06Fix amdgcn inline immediate rangeAndrew Stubbs
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19Allow constants in amdgcn extends and truncatesAndrew Stubbs
2019-12-19Use V64SI for all amdgcn add-with-carry insnsAndrew Stubbs
2019-12-19Implement sub-dword add/sub on amdgcnAndrew Stubbs
2019-12-17Add extract_last for amdgcnAndrew Stubbs
2019-12-17Add clz and ctz for amdgcnAndrew Stubbs
2019-12-13Sub-dword vector multiply for amdgcnAndrew Stubbs
2019-12-13Sub-dword vector extend and truncate for amdgcnAndrew Stubbs
2019-12-09Fix more unrecognised GCN instructionsAndrew Stubbs
2019-12-06Fix unrecognised GCN instruction.Andrew Stubbs
2019-12-06Enable QI/HImode vector movesAndrew Stubbs
2019-12-04Use fixed registers for queue ptr sgpr pairJulian Brown
2019-12-03Add missing amdgcn vcondu patternsAndrew Stubbs
2019-11-25config/gcn/mkoffload.c – remove unused static varsTobias Burnus
2019-11-25[amdgcn] Silence warnings + add gcc_unreachable()Tobias Burnus
2019-11-22Limit LDS usage.Andrew Stubbs
2019-11-22Use GFX9 granulated sgprs count correctly.Andrew Stubbs