Age | Commit message (Expand) | Author | Files | Lines |
2023-04-26 | Convert users of legacy API to get_legacy_range() function. | Aldy Hernandez | 1 | -3/+4 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-06 | tree-optimization/104475 - improve access diagnostics | Richard Biener | 1 | -4/+16 |
2022-11-24 | Remove ASSERT_EXPR. | Aldy Hernandez | 1 | -6/+0 |
2022-10-05 | Fix bogus -Wstringop-overflow warning in Ada | Eric Botcazou | 1 | -7/+12 |
2022-05-24 | PR middle-end/105604 - ICE: in tree_to_shwi with vla in struct and sprintf | Martin Sebor | 1 | -2/+10 |
2022-05-19 | pointer-query: Fix ICE with non-pointer param [PR105635] | Jakub Jelinek | 1 | -1/+1 |
2022-05-13 | Make gimple_build main workers more flexible | Richard Biener | 1 | -0/+1 |
2022-04-11 | c++: -Wplacement-new and anon union member [PR100370] | Jason Merrill | 1 | -3/+4 |
2022-03-18 | Allow (void *) 0xdeadbeef accesses without warnings [PR99578] | Jakub Jelinek | 1 | -7/+9 |
2022-03-07 | Fix up duplicated duplicated words in comments | Jakub Jelinek | 1 | -1/+1 |
2022-02-03 | Make pointer_query cache a private member. | Martin Sebor | 1 | -43/+31 |
2022-01-25 | Avoid recomputing PHI results after failure (PR104203). | Martin Sebor | 1 | -15/+29 |
2022-01-24 | Remove duplicate code block. | Martin Sebor | 1 | -30/+0 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -1/+1 |
2022-01-14 | Use enclosing object size if it's smaller than member [PR 101475]. | Martin Sebor | 1 | -19/+29 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-09 | Extend the offset and size of merged object references [PR103215]. | Martin Sebor | 1 | -14/+19 |
2021-12-09 | Add a new dump function. | Martin Sebor | 1 | -26/+91 |
2021-12-09 | Refactor compute_objsize_r into helpers. | Martin Sebor | 1 | -354/+420 |
2021-12-09 | Introduce access_ref::merge_ref. | Martin Sebor | 1 | -84/+143 |
2021-12-09 | Pass GIMPLE statement to compute_objsize. | Martin Sebor | 1 | -5/+5 |
2021-12-09 | Move bndrng from access_ref to access_data. | Martin Sebor | 1 | -31/+52 |
2021-12-09 | Use the recursive form of compute_objsize [PR 103143]. | Martin Sebor | 1 | -1/+1 |
2021-11-17 | Avoid pathological function redeclarations when checking access sizes [PR1027... | Martin Sebor | 1 | -0/+30 |
2021-10-26 | Improve/correct detection of overlapping aggregates [PR102238, PR102919]. | Martin Sebor | 1 | -0/+164 |
2021-10-26 | Make full use of context-sensitive ranges in access warnings. | Martin Sebor | 1 | -65/+63 |
2021-10-13 | Check to see if null pointer is dereferenceable [PR102630]. | Martin Sebor | 1 | -3/+15 |
2021-09-17 | Better handle MIN/MAX_EXPR of unrelated objects [PR102200]. | Martin Sebor | 1 | -9/+53 |
2021-09-01 | Enable ranger and caching in pass_waccess. | Martin Sebor | 1 | -7/+120 |
2021-08-24 | Reset PHI base0 flag if it's clear in any argument [PR101977, ...] | Martin Sebor | 1 | -46/+59 |
2021-08-17 | Move more warning code to gimple-ssa-warn-access etc. | Martin Sebor | 1 | -37/+158 |
2021-07-28 | Add new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -0/+1895 |