aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-18/+67
2023-07-17fortran: Pass pre-calculated class container argument [pr110618]Mikael Morin1-5/+6
2023-07-17fortran: Use pre-evaluated class container if available [PR110618]Mikael Morin1-21/+40
2023-07-17fortran: Factor scalar descriptor generationMikael Morin1-21/+16
2023-07-17fortran: Outline virtual table pointer evaluationMikael Morin1-11/+22
2023-07-17fortran: Remove redundant argument in get_var_descrMikael Morin1-5/+4
2023-07-17fortran: Inline variable definitionMikael Morin1-9/+7
2023-07-17fortran: Push final procedure expr gen close to its one usage.Mikael Morin1-17/+20
2023-07-17fortran: Push element size expression generation close to its usageMikael Morin1-14/+11
2023-07-17fortran: Reuse final procedure pointer expressionMikael Morin1-6/+5
2023-07-17fortran: Add missing cleanup blocksMikael Morin1-1/+5
2023-07-17fortran: Inline gfc_build_final_callMikael Morin1-41/+25
2023-07-17fortran: Outline data reference descriptor evaluationMikael Morin1-46/+63
2023-07-17fortran: Outline element size evaluationMikael Morin1-14/+30
2023-07-17fortran: Outline final procedure pointer evaluationMikael Morin1-6/+21
2023-07-17fortran: Remove commented out assertionMikael Morin1-1/+0
2023-07-14fortran: Factor data references for scalar class argument wrapping [PR92178]Mikael Morin1-0/+28
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-0/+2
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-1/+280
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-0/+1
2022-05-30Fortran: improve runtime error message with ALLOCATE and ERRMSG= [PR91300]Harald Anlauf1-2/+2
2022-04-22fortran: Use pointer arithmetic to index arrays [PR102043]Mikael Morin1-4/+38
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2452