analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]
[platform/upstream/gcc.git] / gcc / gimple-array-bounds.cc
2022-11-09 Qing ZhaoChange the name of array_at_struct_end_p to array_ref_f...
2022-07-26 Richard Bienertree-optimization/106189 - avoid division by zero exception
2022-05-20 David MalcolmUse "final" and "override" directly, rather than via...
2022-02-03 Martin SeborEnable pointer_query caching in -Warray-bounds.
2022-01-03 Jakub JelinekUpdate copyright years.
2021-11-17 Martin SeborAvoid pathological function redeclarations when checkin...
2021-10-26 Martin SeborMake full use of context-sensitive ranges in access...
2021-07-28 Martin SeborCorrect -Warray-bounds handling if function pointers...
2021-07-28 Martin SeborAdd new gimple-ssa-warn-access pass.
2021-07-26 Aldy HernandezPass gimple context to array_bounds_checker.
2021-07-08 Martin SeborUse Object Size Type zero for -Warray-bounds [PR101374].
2021-07-07 Martin SeborCorrect handling of variable offset minus constant...
2021-06-25 Martin Sebormiddle-end: add support for per-location warning groups.
2021-03-18 Martin SeborPR middle-end/99502 - missing -Warray-bounds on partial...
2021-03-08 Martin SeborPR middle-end/98266 - bogus array subscript is partly...
2021-02-18 Jakub Jelinekarray-bounds: Fix up ICE on overaligned variables ...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-12 Martin SeborCorrect handling of indices into arrays with elements...
2020-09-23 Martin SeborBuild a zero element array type that reliably renders...
2020-09-19 Martin SeborExtend -Warray-bounds to detect out-of-bounds accesses...
2020-07-27 Martin SeborDiagnose just-past-the-end references for minor array...
2020-06-01 Aldy HernandezMove array bounds checking into its own file.