Age | Commit message (Expand) | Author | Files | Lines |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -0/+6 |
2024-06-03 | Remove value_range typedef. | Aldy Hernandez | 1 | -1/+1 |
2024-05-31 | Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE. | Qing Zhao | 1 | -0/+22 |
2024-05-07 | middle-end/114931 - type_hash_canon and structual equality types | Richard Biener | 1 | -19/+46 |
2024-05-03 | Avoid changing type in the type_hash_canon hash | Richard Biener | 1 | -0/+12 |
2024-04-16 | Fix some comment nits | Jakub Jelinek | 1 | -4/+4 |
2024-04-08 | rs6000: Fix wrong align passed to build_aligned_type [PR88309] | Kewen Lin | 1 | -1/+2 |
2024-02-24 | Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more | Jakub Jelinek | 1 | -1/+1 |
2024-02-10 | Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some more | Jakub Jelinek | 1 | -9/+12 |
2024-01-28 | Fix __builtin_nested_func_ptr_{created,deleted} symbol versions [PR113402] | Iain Sandoe | 1 | -13/+18 |
2024-01-03 | openmp: Adjust position of OMP_CLAUSE_INDIRECT in OpenMP clauses | Kwok Cheung Yeung | 1 | -2/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-08 | OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables | Tobias Burnus | 1 | -0/+2 |
2023-11-28 | middle-end/112732 - stray TYPE_ALIAS_SET in type variant | Richard Biener | 1 | -0/+2 |
2023-11-24 | tree: Fix up try_catch_may_fallthru [PR112619] | Jakub Jelinek | 1 | -0/+18 |
2023-11-14 | tree: Handle BITINT_TYPE in type_contains_placeholder_1 [PR112511] | Jakub Jelinek | 1 | -0/+1 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 1 | -0/+2 |
2023-11-06 | tree-optimization/112369 - strip_float_extensions and vectors | Richard Biener | 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-22 | core: Support heap-based trampolines | Andrew Burgess | 1 | -0/+17 |
2023-10-20 | Control flow redundancy hardening | Alexandre Oliva | 1 | -2/+7 |
2023-10-14 | middle-end: Allow _BitInt(65535) [PR102989] | Jakub Jelinek | 1 | -9/+0 |
2023-10-12 | wide-int: Allow up to 16320 bits wide_int and change widest_int precision to ... | Jakub Jelinek | 1 | -6/+6 |
2023-10-08 | libcpp: eliminate COMBINE_LOCATION_DATA | David Malcolm | 1 | -6/+6 |
2023-09-29 | Remove poly_int_pod | Richard Sandiford | 1 | -1/+1 |
2023-09-19 | small _BitInt tweaks | Jakub Jelinek | 1 | -1/+3 |
2023-09-06 | Handle BITINT_TYPE in build_{,minus_}one_cst [PR102989] | Jakub Jelinek | 1 | -2/+2 |
2023-09-06 | Middle-end _BitInt support [PR102989] | Jakub Jelinek | 1 | -3/+64 |
2023-07-05 | Change MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL. | Robin Dapp | 1 | -1/+1 |
2023-07-03 | tree+ggc: Change return type of predicate functions from int to bool | Uros Bizjak | 1 | -60/+60 |
2023-06-28 | Prevent TYPE_PRECISION on VECTOR_TYPEs | Richard Biener | 1 | -3/+3 |
2023-05-18 | gcc: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -14/+14 |
2023-04-28 | tree-optimization/108752 - vectorize emulated vectors in lowered form | Richard Biener | 1 | -0/+30 |
2023-04-26 | Remove some uses of deprecated irange API. | Aldy Hernandez | 1 | -1/+2 |
2023-04-24 | c++, tree: declare some basic functions inline | Patrick Palka | 1 | -29/+0 |
2023-04-21 | c++, tree: optimize walk_tree_1 and cp_walk_subtrees | Patrick Palka | 1 | -52/+51 |
2023-03-21 | tree: Fix up component_ref_sam_type handling of arrays of 0 sized elements [P... | Jakub Jelinek | 1 | -10/+23 |
2023-03-10 | tree: Use comdat tree_code_{type,length} even for C++11/14 [PR108634] | Jakub Jelinek | 1 | -28/+0 |
2023-02-02 | Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300] | Jakub Jelinek | 1 | -1/+8 |
2023-01-27 | Add support for conditional xorsign [PR96373] | Richard Sandiford | 1 | -0/+33 |
2023-01-27 | tree: Fix up tree_code_{length,type} | Jakub Jelinek | 1 | -0/+26 |
2023-01-13 | Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end. | Qing Zhao | 1 | -30/+7 |
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/+29 |
2022-12-20 | c++: source position of lambda captures [PR84471] | Jason Merrill | 1 | -0/+3 |
2022-12-20 | c++, tree: walk TREE_VEC (and VECTOR_CST) in natural order [PR101886] | Patrick Palka | 1 | -10/+10 |
2022-12-11 | tree-optimization/106904 - bogus -Wstringopt-overflow with vectors | Richard Biener | 1 | -0/+12 |
2022-12-06 | Update -Warray-bounds with -fstrict-flex-arrays. | Qing Zhao | 1 | -41/+118 |
2022-11-19 | constexprify some tree variables | Andrew Pinski | 1 | -24/+0 |