Age | Commit message (Expand) | Author | Files | Lines |
2023-10-18 | OpenMP: Avoid ICE with LTO and 'omp allocate' | Tobias Burnus | 1 | -7/+11 |
2023-10-14 | Fortran: Support OpenMP's 'allocate' directive for stack vars | Tobias Burnus | 1 | -32/+134 |
2023-09-20 | OpenMP: Add ME support for 'omp allocate' stack variables | Tobias Burnus | 1 | -22/+86 |
2023-09-12 | OpenMP (C only): omp allocate - extend parsing support, improve diagnostic | Tobias Burnus | 1 | -0/+40 |
2023-08-25 | OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK. | Sandra Loosemore | 1 | -0/+6 |
2023-08-25 | gcc: Rename TRUE/FALSE to true/false in *.cc files | Uros Bizjak | 1 | -1/+1 |
2023-08-22 | OpenMP: Handle 'all' as category in defaultmap | Tobias Burnus | 1 | -0/+1 |
2023-08-15 | OpenACC 2.7: default clause support for data constructs | Chung-Lin Tang | 1 | -13/+51 |
2023-07-21 | PR c/110699: Defend against error_mark_node in gimplify.cc. | Roger Sayle | 1 | -0/+3 |
2023-06-27 | Mark asm goto with outputs as volatile | Andrew Pinski | 1 | -1/+6 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 1 | -1/+12 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 1 | -0/+69 |
2023-06-06 | middle-end/110055 - avoid CLOBBERing static variables | Richard Biener | 1 | -1/+3 |
2023-06-02 | c++: make initializer_list array static again [PR110070] | Jason Merrill | 1 | -1/+2 |
2023-05-18 | gcc: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -25/+23 |
2023-05-17 | Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings | Tobias Burnus | 1 | -41/+1 |
2023-04-28 | Avoid more invalid GIMPLE with register bases | Richard Biener | 1 | -0/+5 |
2023-04-27 | Properly gimplify handled component chains on registers | Richard Biener | 1 | -1/+15 |
2023-04-20 | tree: Add 3+ argument fndecl_built_in_p | Jakub Jelinek | 1 | -2/+2 |
2023-03-01 | OpenMP: Ignore side-effects when finding struct comps [PR108545] | Tobias Burnus | 1 | -18/+33 |
2023-02-28 | Fixing PR107411 | Qing Zhao | 1 | -2/+2 |
2023-02-14 | Fix small regression in Ada | Eric Botcazou | 1 | -1/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-21 | middle-end/107994 - ICE after error with comparison gimplification | Richard Biener | 1 | -2/+4 |
2022-12-06 | OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim... | Marcel Vollweiler | 1 | -1/+2 |
2022-11-21 | Fix PR 106560: Another ICE after conflicting types of redeclaration | Andrew Pinski | 1 | -0/+3 |
2022-11-18 | Fix PRs 106764, 106765, and 107307, all ICE after invalid re-declaration | Andrew Pinski | 1 | -0/+5 |
2022-10-25 | gimplify: Fix comment typos | Jakub Jelinek | 1 | -1/+1 |
2022-10-25 | gimplify: Call gimple_boolify on IFN_ASSUME argument [PR107368] | Jakub Jelinek | 1 | -1/+1 |
2022-10-25 | gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369] | Jakub Jelinek | 1 | -1/+1 |
2022-10-24 | tree: add build_string_literal overloads | Jason Merrill | 1 | -4/+2 |
2022-10-18 | middle-end IFN_ASSUME support [PR106654] | Jakub Jelinek | 1 | -1/+27 |
2022-10-07 | gimplify: prevent some C++ temporary elision | Jason Merrill | 1 | -7/+8 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 1 | -0/+19 |
2022-10-01 | OpenACC: Fix struct-component-kind-1.c test | Julian Brown | 1 | -1/+1 |
2022-09-29 | OpenACC: whole struct vs. component mappings (PR107028) | Julian Brown | 1 | -37/+140 |
2022-09-18 | OpenMP: Push attaches to end of clause list in "target" regions | Julian Brown | 1 | -1/+36 |
2022-09-14 | OpenMP/OpenACC: mapping group list-handling improvements | Julian Brown | 1 | -66/+165 |
2022-09-14 | OpenMP/OpenACC struct sibling list gimplification extension and rework | Julian Brown | 1 | -623/+881 |
2022-09-14 | OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer) | Julian Brown | 1 | -184/+735 |
2022-09-06 | openmp: Introduce gimple_omp_ordered_standalone_p | Jakub Jelinek | 1 | -2/+5 |
2022-09-03 | openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Jakub Jelinek | 1 | -34/+72 |
2022-08-25 | c: Support C2x empty initializer braces | Joseph Myers | 1 | -0/+15 |
2022-08-17 | OpenMP/C++: Allow classes with static members to be mappable [PR104493] | Tobias Burnus | 1 | -1/+1 |
2022-08-08 | Fix middle-end/103645: empty struct store not removed when using compound lit... | Andrew Pinski | 1 | -2/+5 |
2022-07-14 | Fix ICE on view conversion between struct and integer | Eric Botcazou | 1 | -13/+16 |
2022-06-13 | Introduce -finstrument-functions-once | Eric Botcazou | 1 | -33/+104 |
2022-05-24 | openmp: Add taskwait nowait depend support [PR105378] | Jakub Jelinek | 1 | -7/+24 |
2022-05-23 | Remove is_gimple_condexpr | Richard Biener | 1 | -1/+0 |
2022-05-23 | Force the selection operand of a GIMPLE COND_EXPR to be a register | Richard Biener | 1 | -3/+3 |