summaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)Author
2020-04-01objsz: Don't call replace_uses_by on SSA_NAME_OCCURS_IN_ABNORMAL_PHI [PR94423]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11builtins.c (compute_objsize): Add an argument and set it to offset into desti...Martin Sebor
2019-10-17re PR tree-optimization/92056 (ice in expr_object_size, at tree-object-si ze....Jakub Jelinek
2019-10-04builtins.c (compute_objsize): Add an argument.Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14PR tree-optimization/88372 - alloc_size attribute is ignored on function poin...Martin Sebor
2018-01-03Update copyright years.Jakub Jelinek
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford
2017-11-24tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU...Jakub Jelinek
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou
2017-08-08trans.c: Include header files.Martin Liska
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener
2017-01-10PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...Martin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-12-13re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ...Richard Biener
2016-12-10re PR fortran/78758 (Warning: '__builtin_memcpy' ... overflows the destinatio...Jakub Jelinek
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor
2016-07-21* tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.Jakub Jelinek
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-11-16Remove first_pass_instance from pass_object_sizesTom de Vries
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-26tree-object-size.c: Remove builtins.h include, include tree-cfg.h.Richard Biener
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-03-26re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-07-09remove has_executeTrevor Saunders
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-03re PR tree-optimization/59362 (Abort in fini_object_sizes)Jakub Jelinek
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18re PR middle-end/59125 (gcc triggers wrong strncpy_chk)Richard Biener
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford