aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-22tree-optimization/117355: object size for PHI nodes with negative offsetsSiddhesh Poyarekar1-6/+22
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-17tree-object-size: Fall back to wholesize for non-const offsetSiddhesh Poyarekar1-3/+3
2024-10-16tree-object-size: use size_for_offset in more casesSiddhesh Poyarekar1-0/+1
2024-09-04object-size: Use simple_dce_from_worklist in object-size passAndrew Pinski1-1/+8
2024-05-31Add the 6th argument to .ACCESS_WITH_SIZEQing Zhao1-6/+10
2024-05-31Use the .ACCESS_WITH_SIZE in builtin object size.Qing Zhao1-0/+60
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-20tree-object-size: Clean up unknown propagationSiddhesh Poyarekar1-31/+34
2023-12-19tree-object-size: Always set computed bit for bdos [PR113012]Siddhesh Poyarekar1-5/+12
2023-12-18tree-object-size: Robustify alloc_size attribute handling [PR113013]Jakub Jelinek1-9/+21
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