aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gcn
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Fix early-debug relocationsAndrew Stubbs1-5/+10
2020-10-20collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filenameTobias Burnus1-3/+4
2020-10-07amdgcn: Use scalar instructions for addptrdi3Andrew Stubbs1-12/+31
2020-09-18amdgcn: Remove omp_gcn passAndrew Stubbs3-139/+0
2020-09-14options: Save and restore opts_set for Optimization and Target optionsJakub Jelinek1-4/+6
2020-09-11amdgcn: align TImode registersAndrew Stubbs2-1/+4
2020-09-08amdgcn: Add waitcnt after LDS write instructionsJulian Brown2-5/+5
2020-09-08openacc: Fix mkoffload SGPR/VGPR count parsing for HSACO v3Julian Brown1-15/+25
2020-08-28amdgcn: Update vec_safe_grow_cleared usageAndrew Stubbs1-1/+1
2020-08-04amdgcn: Remove dead defines from gcn-runAndrew Stubbs1-18/+0
2020-08-04amdgcn: TImode shiftsAndrew Stubbs1-0/+105
2020-07-25amdgcn: Enable TImodeAndrew Stubbs1-0/+15
2020-07-17amdgcn: Fix elf.h build issueAndrew Stubbs1-3/+8
2020-07-16amdgcn: Handle early debug info in mkoffloadAndrew Stubbs1-13/+259
2020-07-08amdgcn, nvptx: Handle -fpic/-fPIC in mkoffloadKwok Cheung Yeung1-2/+13
2020-07-03amdgcn: Add fold_left_plus vector reductionsAndrew Stubbs1-0/+20
2020-06-29amdgcn: Support basic DWARFAndrew Stubbs3-8/+120
2020-06-23handle dumpbase in offloading, adjust testsuiteAlexandre Oliva1-5/+46
2020-06-22amdgcn: Pass vector parameters in memoryAndrew Stubbs1-0/+8
2020-06-19amdgcn: Silence compile warningsTobias Burnus1-3/+3
2020-06-17amdgcn: Switch to HSACO v3 binary formatAndrew Stubbs6-288/+116
2020-06-02amdgcn: Remove -mlocal-symbol-id optionAndrew Stubbs3-22/+2
2020-05-29amdgcn: Fix VCC early clobberAndrew Stubbs1-16/+16
2020-05-15WIP amdgcn: use unsigned extend for lshiftrtAndrew Stubbs1-1/+1
2020-05-14amdgcn: fix vcc clobber in vector load/storeAndrew Stubbs2-51/+123
2020-04-29[gcn] Fix build with RTL checking [PR94248]Jakub Jelinek1-1/+1
2020-04-24amdgcn: Fix wrong-code bug in 64-bit masked addAndrew Stubbs1-2/+4
2020-04-24amdgcn: Split 64-bit constant loads post-reloadAndrew Stubbs1-3/+5
2020-04-23amdgcn: Swap mov<mode>_exec operandsAndrew Stubbs1-16/+16
2020-04-03amdgcn: Support unordered floating-point comparison operatorsKwok Cheung Yeung2-1/+16
2020-03-31amdgcn: generalize vector insn modesAndrew Stubbs1-660/+692
2020-03-27amdgcn: refactor mode iteratorsAndrew Stubbs2-414/+386
2020-03-18amdgcn: Fix vector compare modesAndrew Stubbs2-2/+6
2020-03-18amdgcn: Add cond_add/sub/and/ior/xor for all vector modesAndrew Stubbs1-15/+12
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-03-02amdgcn: Extend reductions to all typesAndrew Stubbs3-59/+129
2020-02-27amdgcn: sub-dword vector min/max/shift/bit operatorsAndrew Stubbs2-15/+78
2020-02-27amdgcn: fix ICE on subreg of BI reg.Andrew Stubbs1-0/+25
2020-02-21amdgcn: Use correct offset mode for gather/scatterAndrew Stubbs2-66/+21
2020-02-21amdgcn: Align VGPR pairsAndrew Stubbs3-74/+75
2020-02-21amdgcn: fix mode in vec_seriesAndrew Stubbs1-1/+1
2020-02-05amdgcn: Remove redundant multilibAndrew Stubbs1-1/+1
2020-02-03Remove gfx801 "carrizo" supportAndrew Stubbs4-9/+3
2020-01-31Fix conditional add LRA failure for amdgcnAndrew Stubbs1-5/+6
2020-01-31[amdgcn] Scale number of threads/workers with VGPR usageKwok Cheung Yeung1-6/+61
2020-01-31Zero-initialise masked load destinationsAndrew Stubbs2-35/+35
2020-01-30Add LTGT operator support for amdgcnAndrew Stubbs2-1/+4
2020-01-29GCN – call assembler with -mattr=-code-object-v3 (PR93409)Tobias Burnus1-1/+1
2020-01-24Fix ICE on unsupported FP comparisonAndrew Stubbs1-12/+12
2020-01-07[amdgcn] Add more modes for vector comparisonsAndrew Stubbs3-50/+111