Age | Commit message (Expand) | Author | Files | Lines |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -0/+8 |
2024-05-31 | Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE. | Qing Zhao | 1 | -0/+8 |
2024-04-04 | Add condition coverage (MC/DC) | Jørgen Kvalsvik | 1 | -0/+4 |
2024-03-14 | OpenACC 2.7: front-end support for readonly modifier | Chung-Lin Tang | 1 | -0/+8 |
2024-02-24 | Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-16 | Add support for target_version attribute | Andrew Carlotti | 1 | -2/+2 |
2023-12-13 | OpenMP: Pointers and member mappings | Julian Brown | 1 | -0/+4 |
2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 1 | -0/+4 |
2023-12-08 | tree-optimization/112774: extend the SCEV CHREC tree with a nonwrapping flag | Hao Liu | 1 | -3/+5 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 1 | -0/+4 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 1 | -1/+1 |
2023-10-25 | Consistently order 'OMP_CLAUSE_SELF' right after 'OMP_CLAUSE_IF' | Thomas Schwinge | 1 | -2/+2 |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 1 | -0/+2 |
2023-10-20 | tree-optimization/111000 - restrict invariant motion of shifts | Richard Biener | 1 | -0/+1 |
2023-10-14 | middle-end: Allow _BitInt(65535) [PR102989] | Jakub Jelinek | 1 | -3/+9 |
2023-10-12 | wide-int: Fix build with gcc < 12 or clang++ [PR111787] | Jakub Jelinek | 1 | -4/+19 |
2023-10-12 | wide-int: Allow up to 16320 bits wide_int and change widest_int precision to ... | Jakub Jelinek | 1 | -6/+9 |
2023-09-29 | Remove poly_int_pod | Richard Sandiford | 1 | -4/+4 |
2023-09-06 | Middle-end _BitInt support [PR102989] | Jakub Jelinek | 1 | -6/+88 |
2023-08-25 | OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK. | Sandra Loosemore | 1 | -0/+3 |
2023-07-12 | tree: Hide wi::from_mpz from GENERATOR_FILE | Kewen Lin | 1 | -0/+2 |
2023-07-04 | middle-end/110495 - avoid associating constants with (VL) vectors | Richard Biener | 1 | -1/+1 |
2023-07-03 | tree+ggc: Change return type of predicate functions from int to bool | Uros Bizjak | 1 | -3/+3 |
2023-06-29 | Introduce IR bit TYPE_INCLUDES_FLEXARRAY for the GCC extension | Qing Zhao | 1 | -1/+6 |
2023-06-28 | Prevent TYPE_PRECISION on VECTOR_TYPEs | Richard Biener | 1 | -1/+3 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 1 | -0/+3 |
2023-06-05 | vect: Refactor to allow internal_fn's | Andre Vieira | 1 | -0/+21 |
2023-06-02 | c++: make initializer_list array static again [PR110070] | Jason Merrill | 1 | -0/+6 |
2023-04-28 | tree-optimization/108752 - vectorize emulated vectors in lowered form | Richard Biener | 1 | -0/+1 |
2023-04-24 | c++, tree: declare some basic functions inline | Patrick Palka | 1 | -3/+29 |
2023-04-20 | tree: Add 3+ argument fndecl_built_in_p | Jakub Jelinek | 1 | -3/+24 |
2023-03-21 | tree: Fix up component_ref_sam_type handling of arrays of 0 sized elements [P... | Jakub Jelinek | 1 | -2/+2 |
2023-03-10 | tree: Use comdat tree_code_{type,length} even for C++11/14 [PR108634] | Jakub Jelinek | 1 | -0/+10 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -44/+44 |
2023-01-27 | Add support for conditional xorsign [PR96373] | Richard Sandiford | 1 | -0/+1 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-23 | tree-ssa-dom: can_infer_simple_equiv fixes [PR108068] | Jakub Jelinek | 1 | -0/+1 |
2022-12-20 | c++: source position of lambda captures [PR84471] | Jason Merrill | 1 | -0/+2 |
2022-12-12 | middle-end: Add new tbranch optab to add support for bit-test-and-branch oper... | Tamar Christina | 1 | -0/+1 |
2022-12-11 | tree-optimization/106904 - bogus -Wstringopt-overflow with vectors | Richard Biener | 1 | -0/+1 |
2022-12-06 | Update -Warray-bounds with -fstrict-flex-arrays. | Qing Zhao | 1 | -4/+8 |
2022-11-24 | Remove ASSERT_EXPR. | Aldy Hernandez | 1 | -4/+0 |
2022-11-09 | Change the name of array_at_struct_end_p to array_ref_flexible_size_p | Qing Zhao | 1 | -4/+4 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -1/+7 |
2022-10-24 | tree: add build_string_literal overloads | Jason Merrill | 1 | -1/+8 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -0/+1 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 1 | -4/+10 |
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 | -1/+13 |