Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-11-09 | Change the name of array_at_struct_end_p to array_ref_flexible_size_p | Qing Zhao | 1 | -5/+6 |
2022-10-28 | c: tree: target: C2x (...) function prototypes and va_start relaxation | Joseph Myers | 1 | -6/+25 |
2022-10-24 | c++: ICE with invalid structured bindings [PR107276] | Marek Polacek | 1 | -1/+1 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 1 | -3/+23 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 1 | -11/+34 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 1 | -3/+7 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 1 | -0/+1 |
2022-09-15 | Move void_list_node init to common code | Richard Biener | 1 | -0/+2 |
2022-09-09 | Handle OPAQUE_TYPE specially in verify_type [PR106833] | Kewen Lin | 1 | -1/+73 |
2022-09-03 | openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Jakub Jelinek | 1 | -0/+2 |
2022-09-02 | Convert rest of compiler to dconst[n]inf. | Aldy Hernandez | 1 | -3/+2 |
2022-08-24 | tree.cc: Fix optimization of DFP default initialization | Joseph Myers | 1 | -2/+11 |
2022-07-28 | middle-end/106457 - improve array_at_struct_end_p for array objects | Richard Biener | 1 | -0/+4 |
2022-06-22 | ubsan: default to trap on unreachable at -O0 and -Og [PR104642] | Jason Merrill | 1 | -0/+40 |
2022-05-27 | openmp: Add support for enter clause on declare target | Jakub Jelinek | 1 | -2/+2 |
2022-05-16 | Use more ARRAY_SIZE. | Martin Liska | 1 | -3/+1 |
2022-05-05 | Embed real_value into REAL_CST | Richard Biener | 1 | -5/+1 |
2022-04-29 | middle-end/105376 - invalid REAL_CST for DFP constant | Richard Biener | 1 | -0/+21 |
2022-04-13 | tree.cc: Use useless_type_conversion_p in tree_builtin_call_types_compatible_... | Jakub Jelinek | 1 | -6/+16 |
2022-04-12 | libgccjit: Add support for bitcasts [PR104071] | Antoni Boucher | 1 | -0/+15 |
2022-04-12 | tree-optimization/105232 - handle overly large sizes in component_ref_size | Richard Biener | 1 | -0/+2 |
2022-04-07 | tree.cc: Add tree_builtin_call_types_compatible_p [PR105150] | Jakub Jelinek | 1 | -1/+56 |
2022-03-25 | middle-end/105049 - fix uniform_vector_p and vector CTOR gimplification | Richard Biener | 1 | -0/+2 |
2022-03-12 | Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095] | Thomas Schwinge | 1 | -0/+36 |
2022-03-04 | tree: Fix up warn_deprecated_use [PR104627] | Jakub Jelinek | 1 | -1/+4 |
2022-03-01 | ipa: Improve error handling for target_clone single value | Martin Liska | 1 | -0/+24 |
2022-02-17 | tree: tweak warn_deprecated_use | Jason Merrill | 1 | -3/+5 |
2022-02-11 | middle-end: Small __builtin_clear_padding improvements | Jakub Jelinek | 1 | -1/+1 |
2022-02-09 | C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. | Marcel Vollweiler | 1 | -0/+2 |
2022-02-04 | Add CLOBBER_EOL to mark storage end-of-life clobbers | Richard Biener | 1 | -1/+2 |
2022-02-01 | tree: move tree_vec_map_cache_hasher into header | Jason Merrill | 1 | -17/+0 |
2022-01-27 | c++: non-dependent immediate member fn call [PR99895] | Patrick Palka | 1 | -1/+1 |