aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gcn
AgeCommit message (Expand)AuthorFilesLines
2022-12-01amdgcn: Add preprocessor builtins for every processor typePaul-Antoine Arras2-14/+32
2022-11-30amdgcn: Support AMD-specific 'isa' traits in OpenMP context selectorsPaul-Antoine Arras2-2/+2
2022-11-28gcn: Fix __builtin_gcn_first_call_this_thread_pTobias Burnus2-21/+8
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore1-4/+6
2022-11-22gcn: Add __builtin_gcn_{get_stack_limit,first_call_this_thread_p}Tobias Burnus3-2/+87
2022-11-16gcn: Add __builtin_gcn_kernarg_ptrTobias Burnus2-4/+24
2022-11-08amdgcn: Fix expansion of GCN_BUILTIN_LDEXPV builtinKwok Cheung Yeung1-1/+1
2022-11-08amdgcn: Add builtins for vectorized native versions of abs, floorf and floorKwok Cheung Yeung2-0/+48
2022-11-03amdgcn: Fix instruction generation for exp2 and log2 operationsKwok Cheung Yeung1-6/+14
2022-11-03amdgcn: Fix duplicate conditionals [PR107510]Andrew Stubbs1-2/+0
2022-10-31amdgcn: add fmin/fmax patternsAndrew Stubbs2-0/+32
2022-10-31amdgcn: multi-size vector reductionsAndrew Stubbs3-94/+45
2022-10-31amdgcn: Silence unused parameter warningAndrew Stubbs1-1/+1
2022-10-20amdgcn: Use FLAT addressing for all functions with pointer arguments [PR105421]Julian Brown1-6/+9
2022-10-17GCN: Restore build with GCC 4.8Thomas Schwinge1-7/+7
2022-10-11amdgcn: Add vector integer negate insnAndrew Stubbs1-0/+13
2022-10-11amdgcn: vec_init for multiple vector sizesAndrew Stubbs2-26/+143
2022-10-11amdgcn: Add vec_extract for partial vectorsAndrew Stubbs3-1/+44
2022-10-11amdgcn: Resolve insn conditions at compile timeAndrew Stubbs2-4/+30
2022-10-11amdgcn: add multiple vector sizesAndrew Stubbs4-425/+938
2022-10-03vect: while_ult for integer masksAndrew Stubbs1-1/+7
2022-09-29amdgcn: remove unused variableAndrew Stubbs1-2/+0
2022-09-12nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possibleTobias Burnus1-1/+1
2022-09-09GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+10
2022-09-09amdgcn: Add support for additional natively supported floating-point operationsKwok Cheung Yeung5-3/+332
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska2-2/+2
2022-08-30amdgcn: OpenMP SIMD routine supportAndrew Stubbs1-0/+63
2022-08-19mkoffload: Cleanup temporary omp_requires_fileTobias Burnus1-0/+2
2022-08-09amdgcn: Vector procedure call ABIAndrew Stubbs3-31/+42
2022-07-29amdgcn: 64-bit vector shiftsAndrew Stubbs1-8/+10
2022-07-29amdgcn: 64-bit notAndrew Stubbs1-0/+20
2022-07-06Restore 'GOMP_offload_unregister_ver' functionalityThomas Schwinge1-4/+4
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus1-3/+24
2022-07-01gcn: Remove useless register keywordTobias Burnus1-1/+1
2022-06-27amdgcn: remove obsolete assembler workaroundsAndrew Stubbs1-29/+7
2022-05-25Add new parameter to vec_perm_const hook for specifying operand mode.Prathamesh Kulkarni1-2/+5
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs8-22/+91
2022-05-24amdgcn: Remove LLVM 9 assembler/linker supportAndrew Stubbs4-199/+26
2022-05-17Revert 'Use more ARRAY_SIZE.' for mkoffloadTobias Burnus1-1/+1
2022-05-17gcn/t-omp-device: Add 'amdgcn' as 'arch' [PR105602]Tobias Burnus2-2/+2
2022-05-16Use more ARRAY_SIZE.Martin Liska1-1/+1
2022-04-26GCN: Make "gang-private data-share memory exhausted" error more verboseThomas Schwinge1-2/+3
2022-02-14amdgcn: Allow vector reductions on constantsAndrew Stubbs1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska5-8/+8
2022-01-17Rename .c files to .cc files.Martin Liska5-0/+0
2022-01-03Update copyright years.Jakub Jelinek18-18/+18
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs1-32/+19
2021-11-25amdgcn: Fix ICE generating CFI [PR103396]Andrew Stubbs1-1/+1
2021-10-15amdgcn: fix up offload debug linking with LLVM 13Andrew Stubbs3-29/+26
2021-10-07amdgcn: Fix assembler version incompatibilityAndrew Stubbs1-4/+12