Age | Commit message (Expand) | Author | Files | Lines |
2022-01-04 | Eenable -Winvalid-memory-order for C++ [PR99612]. | Martin Sebor | 1 | -95/+29 |
2022-01-03 | i386, fab: Optimize __atomic_{add,sub,and,or,xor}_fetch (x, y, z) {==,!=,<,<=... | Jakub Jelinek | 1 | -0/+87 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-17 | __builtin_dynamic_object_size: Recognize builtin | Siddhesh Poyarekar | 1 | -3/+8 |
2021-12-17 | tree-object-size: Use trees and support negative offsets | Siddhesh Poyarekar | 1 | -5/+5 |
2021-12-15 | [PR100518] store by mult pieces: keep addr in Pmode | Alexandre Oliva | 1 | -1/+1 |
2021-12-15 | [PR100843] store by mult pieces: punt on max_len < min_len | Alexandre Oliva | 1 | -1/+2 |
2021-11-30 | vect: Make reduction code handle calls | Richard Sandiford | 1 | -9/+37 |
2021-11-08 | Improve handling of some builtins. | Jan Hubicka | 1 | -0/+14 |
2021-10-26 | Make full use of context-sensitive ranges in access warnings. | Martin Sebor | 1 | -28/+1 |
2021-10-11 | ldist: Recognize strlen and rawmemchr like loops | Stefan Schulze Frielinghaus | 1 | -2/+1 |
2021-10-11 | [PR/target 100316] Allow constant address for __builtin___clear_cache. | Kito Cheng | 1 | -6/+4 |
2021-09-09 | Add -ftrivial-auto-var-init option and uninitialized variable attribute. | qing zhao | 1 | -2/+1 |
2021-08-17 | Move more warning code to gimple-ssa-warn-access etc. | Martin Sebor | 1 | -21/+1 |
2021-08-06 | Move more code to new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -392/+7 |
2021-07-30 | Add QI vector mode support to by-pieces for memset | H.J. Lu | 1 | -31/+140 |
2021-07-28 | Add new gimple-ssa-warn-access pass. | Martin Sebor | 1 | -3517/+2 |
2021-07-20 | Correct stpcpy offset computation for -Warray-bounds et al. [PR101397]. | Martin Sebor | 1 | -17/+86 |
2021-07-07 | Correct handling of variable offset minus constant in -Warray-bounds [PR100137] | Martin Sebor | 1 | -8/+61 |
2021-07-06 | Improve warning suppression for inlined functions. | Martin Sebor | 1 | -174/+168 |
2021-06-24 | middle-end: add support for per-location warning groups. | Martin Sebor | 1 | -42/+48 |
2021-06-15 | Consider size_t mangling as unsigned int and long [PR100876]. | Martin Sebor | 1 | -1/+5 |
2021-06-14 | Teach compute_objsize about placement new [PR100876]. | Martin Sebor | 1 | -3/+44 |
2021-05-26 | Convert remaining passes to get_range_query. | Aldy Hernandez | 1 | -13/+27 |
2021-05-19 | Enable more WITH_SIZE_EXPR processing | Richard Biener | 1 | -0/+4 |
2021-05-19 | builtins: Fix ICE with unprototyped builtin call [PR100576] | Jakub Jelinek | 1 | -0/+2 |
2021-05-13 | PR middle-end/100574 - ICE in size_remaining, at builtins.c | Martin Sebor | 1 | -9/+9 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -7/+3 |
2021-05-07 | Ensure emit_move_insn operands are valid | Andrew Stubbs | 1 | -4/+6 |
2021-05-04 | PR middle-end/100307 - spurious -Wplacement-new with negative pointer offset | Martin Sebor | 1 | -1/+3 |
2021-05-04 | Fix libiberty link failures in LTO mode for MinGW | Eric Botcazou | 1 | -2/+10 |
2021-05-04 | Fix typo in builtins.c. | Prathamesh Kulkarni | 1 | -1/+1 |
2021-05-03 | introduce try store by multiple pieces | Alexandre Oliva | 1 | -7/+175 |
2021-04-30 | Don't use nullptr return from simplify_gen_subreg | H.J. Lu | 1 | -1/+3 |
2021-04-29 | Generate offset adjusted operation for op_by_pieces operations | H.J. Lu | 1 | -8/+28 |
2021-04-22 | Fix various typos. | Martin Liska | 1 | -1/+1 |
2021-04-16 | Mark untyped calls and handle them specially [PR98689] | Richard Sandiford | 1 | -2/+6 |
2021-03-13 | PR tree-optimization/99489 - ICE calling strncat after strcat | Martin Sebor | 1 | -1/+1 |
2021-03-03 | Correct a workaround for vectorized stores. | Martin Sebor | 1 | -86/+128 |
2021-03-02 | PR middle-end/99276 - grammar in diagnostics for overflowing the destination | Martin Sebor | 1 | -2/+1 |
2021-02-26 | c/99275 - fix missing space in diagnostic | Richard Biener | 1 | -1/+1 |
2021-02-25 | builtins: Fix typos in warn_for_access [PR99278] | Marek Polacek | 1 | -3/+3 |
2021-02-24 | c/99224 - avoid ICEing on invalid __builtin_next_arg | Richard Biener | 1 | -1/+2 |
2021-01-20 | builtins: Fix up two bugs in access_ref::inform_access [PR98721] | Jakub Jelinek | 1 | -11/+14 |
2021-01-18 | analyzer: use "malloc" attribute | David Malcolm | 1 | -0/+10 |
2021-01-06 | PR c++/98305 spurious -Wmismatched-new-delete on template instance | Martin Sebor | 1 | -89/+121 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-23 | PR middle-end/98160 - ICE in warn_dealloc_offset on member placement new and ... | Martin Sebor | 1 | -1/+3 |
2020-12-23 | PR c++/98413 - ICE on placement new and member pointer | Martin Sebor | 1 | -0/+3 |
2020-12-14 | Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P... | Martin Sebor | 1 | -73/+315 |