Age | Commit message (Expand) | Author | Files | Lines |
2023-10-11 | tree-ssa-strlen: optimization skips clobbering store [PR111519] | Jakub Jelinek | 1 | -22/+31 |
2023-08-30 | tree-ssa-strlen: Fix up handling of conditionally zero memcpy [PR110914] | Jakub Jelinek | 1 | -1/+2 |
2023-04-26 | Remove range_int_cst_p. | Aldy Hernandez | 1 | -13/+15 |
2023-04-26 | Convert compare_nonzero_chars to wide_ints. | Aldy Hernandez | 1 | -4/+4 |
2023-04-26 | Remove some uses of deprecated irange API. | Aldy Hernandez | 1 | -6/+7 |
2023-04-26 | Replace ad-hoc value_range dumpers with irange::dump. | Aldy Hernandez | 1 | -34/+6 |
2023-04-26 | Convert users of legacy API to get_legacy_range() function. | Aldy Hernandez | 1 | -12/+17 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-28 | strlen: do not use cond_expr for boundaries | Martin Liska | 1 | -6/+7 |
2022-11-11 | tree-optimization/107554 - fix ICE in stlen optimization | Richard Biener | 1 | -1/+1 |
2022-11-09 | Change the name of array_at_struct_end_p to array_ref_flexible_size_p | Qing Zhao | 1 | -1/+1 |
2022-07-14 | Simplify memchr with small constant strings | H.J. Lu | 1 | -2/+2 |
2022-06-27 | Add 'final' and 'override' on dom_walker vfunc impls | David Malcolm | 1 | -2/+2 |
2022-06-27 | Add 'final' and 'override' to opt_pass vfunc impls | David Malcolm | 1 | -5/+5 |
2022-05-13 | PR tree-optimization/83907: Improved memset handling in strlen pass. | Roger Sayle | 1 | -6/+42 |
2022-05-13 | Make gimple_build main workers more flexible | Richard Biener | 1 | -1/+1 |
2022-04-29 | Prefer global range info setters that take a range. | Aldy Hernandez | 1 | -3/+5 |
2022-04-06 | gimple.cc: Adjust gimple_call_builtin_p and gimple_call_combined_fn [PR105150] | Jakub Jelinek | 1 | -6/+0 |
2022-03-29 | tree-optimization/105080 - make sure SCEV is available for ranger | Richard Biener | 1 | -12/+4 |
2022-03-02 | strlen: Comment spelling fixes | Jakub Jelinek | 1 | -2/+2 |
2022-02-03 | Make pointer_query cache a private member. | Martin Sebor | 1 | -5/+3 |
2022-02-03 | Constrain conservative string lengths to array sizes [PR104119]. | Martin Sebor | 1 | -12/+58 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -1/+1 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+5970 |