Age | Commit message (Expand) | Author | Files | Lines |
2024-09-02 | Rename ASM_INPUT_P to ASM_BASIC_P | Richard Sandiford | 1 | -1/+1 |
2024-08-30 | middle-end: Remove integer_three_node [PR116537] | Andrew Pinski | 1 | -1/+0 |
2024-06-25 | Replace {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE with new hook mode_for_floating_type | Kewen Lin | 1 | -6/+7 |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -0/+9 |
2024-04-10 | c++: Implement C++26 P2809R3 - Trivial infinite loops are not Undefined Behavior | Jakub Jelinek | 1 | -0/+1 |
2024-04-04 | Add condition coverage (MC/DC) | Jørgen Kvalsvik | 1 | -0/+3 |
2024-03-14 | tree-core: clarify clobber comments | Jason Merrill | 1 | -2/+4 |
2024-03-14 | OpenACC 2.7: front-end support for readonly modifier | Chung-Lin Tang | 1 | -0/+6 |
2024-01-03 | openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenMP clauses | Kwok Cheung Yeung | 1 | -3/+3 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-12 | tree: add to clobber_kind | Jason Merrill | 1 | -3/+10 |
2023-12-08 | tree-optimization/112774: extend the SCEV CHREC tree with a nonwrapping flag | Hao Liu | 1 | -0/+3 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 1 | -0/+3 |
2023-10-25 | tree: update address_space comment | Jason Merrill | 1 | -2/+3 |
2023-10-25 | Consistently order 'OMP_CLAUSE_SELF' right after 'OMP_CLAUSE_IF' | Thomas Schwinge | 1 | -3/+3 |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 1 | -0/+3 |
2023-10-20 | Control flow redundancy hardening | Alexandre Oliva | 1 | -0/+3 |
2023-10-14 | middle-end: Allow _BitInt(65535) [PR102989] | Jakub Jelinek | 1 | -8/+2 |
2023-08-22 | OpenMP: Handle 'all' as category in defaultmap | Tobias Burnus | 1 | -0/+1 |
2023-06-29 | Introduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC extension | Qing Zhao | 1 | -0/+2 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 1 | -1/+2 |
2023-06-02 | c++: make initializer_list array static again [PR110070] | Jason Merrill | 1 | -1/+2 |
2023-05-18 | Machine_Mode: Extend machine_mode from 8 to 16 bits | Pan Li | 1 | -4/+5 |
2023-05-08 | Bump up precision size to 16 bits. | Michael Meissner | 1 | -12/+12 |
2023-05-01 | vrange_storage overhaul | Aldy Hernandez | 1 | -11/+5 |
2023-03-10 | tree: Use comdat tree_code_{type,length} even for C++11/14 [PR108634] | Jakub Jelinek | 1 | -8/+25 |
2023-01-27 | tree: Fix up tree_code_{length,type} | Jakub Jelinek | 1 | -4/+11 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-11-19 | constexprify some tree variables | Andrew Pinski | 1 | -2/+19 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -1/+2 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -0/+3 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 1 | -1/+4 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 1 | -0/+4 |
2022-09-03 | openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Jakub Jelinek | 1 | -2/+12 |
2022-08-02 | Implement streamer for frange. | Aldy Hernandez | 1 | -6/+6 |
2022-07-11 | Implement global ranges for all vrange types (SSA_NAME_RANGE_INFO). | Aldy Hernandez | 1 | -6/+7 |
2022-05-27 | openmp: Add support for enter clause on declare target | Jakub Jelinek | 1 | -3/+3 |
2022-05-17 | openmp: Add support for inoutset depend-kind | Jakub Jelinek | 1 | -0/+1 |
2022-05-07 | c, c++: attribute format on a ctor with a vbase [PR101833, PR47634] | Marek Polacek | 1 | -2/+4 |
2022-05-05 | Embed real_value into REAL_CST | Richard Biener | 1 | -1/+1 |
2022-04-30 | gengtype: remove "tree_exp" special attribute | Patrick Palka | 1 | -3/+1 |
2022-03-12 | Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] | Thomas Schwinge | 1 | -0/+1 |
2022-03-04 | OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' setting into OMP low... | Thomas Schwinge | 1 | -0/+3 |
2022-02-09 | C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. | Marcel Vollweiler | 1 | -0/+3 |
2022-02-04 | Add CLOBBER_EOL to mark storage end-of-life clobbers | Richard Biener | 1 | -1/+11 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -3/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-17 | attribs: Fix wrong error with -Wno-attribute=A::b [PR103649] | Marek Polacek | 1 | -1/+3 |
2021-12-03 | pch: Add support for PCH for relocatable executables [PR71934] | Jakub Jelinek | 1 | -1/+1 |
2021-11-10 | Make EAF flags more regular (and expressive) | Jan Hubicka | 1 | -17/+14 |