aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-5/+11
2017-11-24tree-object-size.c (pass_through_call): Use gimple_call_return_flags ERF_RETU...Jakub Jelinek1-27/+10
2017-10-19asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou1-2/+1
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-05-16Add default value for last argument of dump functions.Martin Liska1-1/+1
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-2/+2
2017-01-10PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...Martin Sebor1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ...Richard Biener1-1/+1
2016-12-10re PR fortran/78758 (Warning: '__builtin_memcpy' ... overflows the destinatio...Jakub Jelinek1-1/+6
2016-09-01PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor1-125/+166
2016-07-21* tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.Jakub Jelinek1-1/+6
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-16Remove first_pass_instance from pass_object_sizesTom de Vries1-3/+11
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-10-26tree-object-size.c: Remove builtins.h include, include tree-cfg.h.Richard Biener1-17/+15
2015-09-24Additional changes to switch from gimple to gimple *Thomas Schwinge1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-03-26re PR tree-optimization/64715 (__builtin_object_size (..., 1) fails to locate...Jakub Jelinek1-14/+49
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-9/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+4
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-33/+32
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-03re PR tree-optimization/59362 (Abort in fini_object_sizes)Jakub Jelinek1-6/+7
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18re PR middle-end/59125 (gcc triggers wrong strncpy_chk)Richard Biener1-15/+22
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-4/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-9/+9
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-8/+8
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+4