aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gcn
AgeCommit message (Expand)AuthorFilesLines
2021-03-19amdgcn: Typo fixAndrew Stubbs1-1/+1
2021-03-18amdgcn: Silence warnings in gcn.cAndrew Stubbs1-7/+10
2021-02-03amdgcn: Add gfx908 supportAndrew Stubbs6-4/+15
2021-01-26amdgcn: Allow V64DFmode min/max reductionsAndrew Stubbs1-1/+2
2021-01-14[gcn offloading] Only supported in 64-bit configurationsThomas Schwinge1-126/+134
2021-01-13i386, expand: Optimize also 256-bit and 512-bit permutatations as vpmovzx if ...Jakub Jelinek1-3/+4
2021-01-12amdgcn: Remove dead code for fixed v0 registerJulian Brown1-4/+0
2021-01-12amdgcn: Fix exec register live-on-entry to BB in md-reorgJulian Brown1-1/+16
2021-01-12amdgcn: Improve FP division accuracyJulian Brown2-20/+43
2021-01-12amdgcn: Fix subdf3 patternJulian Brown1-1/+1
2021-01-04Update copyright years.Jakub Jelinek18-18/+18
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-6/+6
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