Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |
2020-06-10 | PR middle-end/95353 - spurious -Wstringop-overflow writing to a trailing arra... | Martin Sebor | 1 | -3/+12 |
2020-05-18 | PR middle-end/92815 - spurious -Wstringop-overflow writing into a flexible ar... | Martin Sebor | 1 | -13/+53 |
2020-04-01 | objsz: Don't call replace_uses_by on SSA_NAME_OCCURS_IN_ABNORMAL_PHI [PR94423] | Jakub Jelinek | 1 | -1/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | builtins.c (compute_objsize): Add an argument and set it to offset into desti... | Martin Sebor | 1 | -8/+19 |
2019-10-17 | re PR tree-optimization/92056 (ice in expr_object_size, at tree-object-si ze.... | Jakub Jelinek | 1 | -0/+3 |
2019-10-04 | builtins.c (compute_objsize): Add an argument. | Martin Sebor | 1 | -10/+23 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-14 | PR tree-optimization/88372 - alloc_size attribute is ignored on function poin... | Martin Sebor | 1 | -24/+15 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -5/+11 |
2017-11-24 | tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU... | Jakub Jelinek | 1 | -27/+10 |
2017-10-19 | asan.c (handle_builtin_alloca): Deal with all alloca variants. | Eric Botcazou | 1 | -2/+1 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -1/+1 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -2/+2 |
2017-01-10 | PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically... | Martin Sebor | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-13 | re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ... | Richard Biener | 1 | -1/+1 |
2016-12-10 | re PR fortran/78758 (Warning: '__builtin_memcpy' ... overflows the destinatio... | Jakub Jelinek | 1 | -1/+6 |
2016-09-01 | PR tree-optimization/71831 - __builtin_object_size poor results with no | Martin Sebor | 1 | -125/+166 |
2016-07-21 | * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1. | Jakub Jelinek | 1 | -1/+6 |
2016-07-20 | hwint.h (HOST_WIDE_INT_0): New define. | Uros Bizjak | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-16 | Remove first_pass_instance from pass_object_sizes | Tom de Vries | 1 | -3/+11 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-10-26 | tree-object-size.c: Remove builtins.h include, include tree-cfg.h. | Richard Biener | 1 | -17/+15 |
2015-09-24 | Additional changes to switch from gimple to gimple * | Thomas Schwinge | 1 | -2/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -8/+9 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-03-26 | re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate... | Jakub Jelinek | 1 | -14/+49 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -9/+11 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -4/+4 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -33/+32 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-03 | re PR tree-optimization/59362 (Abort in fini_object_sizes) | Jakub Jelinek | 1 | -6/+7 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |