aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.cc
AgeCommit message (Expand)AuthorFilesLines
2023-10-29tree-optimization/109334: Improve computation for access attributeMartin Uecker1-4/+8
2023-06-30Use TYPE_INCLUDES_FLEXARRAY in __builtin_object_size [PR tree-optimization/10...Qing Zhao1-1/+22
2023-01-26tree-optimization/108522 Use component_ref_field_offsetSiddhesh Poyarekar1-4/+3
2023-01-24tree-optimization/108522 Use COMPONENT_REF offset when availableSiddhesh Poyarekar1-1/+3
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-22tree-object-size: Support strndup and strdupSiddhesh Poyarekar1-2/+80
2022-11-09Change the name of array_at_struct_end_p to array_ref_flexible_size_pQing Zhao1-1/+1
2022-10-07Use array_at_struct_end_p in __builtin_object_size [PR101836]Qing Zhao1-9/+7
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-3/+3
2022-06-21tree-object-size: Don't let error_mark_node escape for ADDR_EXPR [PR105736]Siddhesh Poyarekar1-9/+11
2022-05-13Make gimple_build main workers more flexibleRichard Biener1-1/+1
2022-03-24tree-optimization/104970: Limit size computation for access attributeSiddhesh Poyarekar1-3/+8
2022-03-16tree-optimization/104941: Actually assign the conversion resultSiddhesh Poyarekar1-2/+2
2022-03-16tree-optimization/104942: Retain sizetype conversions till the endSiddhesh Poyarekar1-4/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+2175