aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown1-1/+8
2024-01-08gimplify: Fix ICE in recalculate_side_effects [PR113228]Jakub Jelinek1-0/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-21OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.ccJulian Brown1-279/+404
2023-12-19OpenMP: Use enumerators for names of trait-sets and traitsSandra Loosemore1-6/+11
2023-12-19OpenMP: Introduce accessor macros and constructors for context selectors.Sandra Loosemore1-2/+2
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown1-18/+88
2023-12-13OpenMP: Pointers and member mappingsJulian Brown1-37/+126
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-159/+920
2023-12-12tree: add to clobber_kindJason Merrill1-4/+5
2023-12-05middle-end/112830 - avoid gimplifying non-default addr-space assign to memcpyRichard Biener1-2/+6
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus1-2/+2
2023-11-17c++: Implement C++ DR 2406 - [[fallthrough]] attribute and iteration statementsJakub Jelinek1-7/+26
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang1-0/+2
2023-10-18OpenMP: Avoid ICE with LTO and 'omp allocate'Tobias Burnus1-7/+11
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-32/+134
2023-09-20OpenMP: Add ME support for 'omp allocate' stack variablesTobias Burnus1-22/+86
2023-09-12OpenMP (C only): omp allocate - extend parsing support, improve diagnosticTobias Burnus1-0/+40
2023-08-25OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK.Sandra Loosemore1-0/+6
2023-08-25gcc: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-1/+1
2023-08-22OpenMP: Handle 'all' as category in defaultmapTobias Burnus1-0/+1
2023-08-15OpenACC 2.7: default clause support for data constructsChung-Lin Tang1-13/+51
2023-07-21PR c/110699: Defend against error_mark_node in gimplify.cc.Roger Sayle1-0/+3
2023-06-27Mark asm goto with outputs as volatileAndrew Pinski1-1/+6
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus1-1/+12
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-0/+69
2023-06-06middle-end/110055 - avoid CLOBBERing static variablesRichard Biener1-1/+3
2023-06-02c++: make initializer_list array static again [PR110070]Jason Merrill1-1/+2
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-25/+23
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus1-41/+1
2023-04-28Avoid more invalid GIMPLE with register basesRichard Biener1-0/+5
2023-04-27Properly gimplify handled component chains on registersRichard Biener1-1/+15
2023-04-20tree: Add 3+ argument fndecl_built_in_pJakub Jelinek1-2/+2
2023-03-01OpenMP: Ignore side-effects when finding struct comps [PR108545]Tobias Burnus1-18/+33
2023-02-28Fixing PR107411Qing Zhao1-2/+2
2023-02-14Fix small regression in AdaEric Botcazou1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-21middle-end/107994 - ICE after error with comparison gimplificationRichard Biener1-2/+4
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-1/+2
2022-11-21Fix PR 106560: Another ICE after conflicting types of redeclarationAndrew Pinski1-0/+3
2022-11-18Fix PRs 106764, 106765, and 107307, all ICE after invalid re-declarationAndrew Pinski1-0/+5
2022-10-25gimplify: Fix comment typosJakub Jelinek1-1/+1
2022-10-25gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107368]Jakub Jelinek1-1/+1
2022-10-25gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369]Jakub Jelinek1-1/+1
2022-10-24tree: add build_string_literal overloadsJason Merrill1-4/+2
2022-10-18middle-end IFN_ASSUME support [PR106654]Jakub Jelinek1-1/+27
2022-10-07gimplify: prevent some C++ temporary elisionJason Merrill1-7/+8
2022-10-06c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654]Jakub Jelinek1-0/+19
2022-10-01OpenACC: Fix struct-component-kind-1.c testJulian Brown1-1/+1
2022-09-29OpenACC: whole struct vs. component mappings (PR107028)Julian Brown1-37/+140