aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+35
2013-06-07tree-object-size.c (unknown): Make const.David Malcolm1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-5/+4
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-8/+6
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2011-12-15builtins.def (BUILT_IN_STPNCPY_CHK): New definition.Romain Geissler1-0/+1
2011-11-10re PR middle-end/51077 (Endless recursion with __builtin_object_size)Jakub Jelinek1-1/+1
2011-10-12re PR middle-end/50700 (__builtin_object_size computed wrong)Richard Guenther1-14/+16
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+1
2011-09-27tree-object-size.c (compute_object_sizes): Fix dumping of folded statement.Richard Guenther1-4/+1
2011-09-01expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther1-10/+8
2011-07-01tree-object-size.c (pass_through_call): Handle BUILT_IN_ASSUME_ALIGNED.Jakub Jelinek1-1/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-19re PR c/48985 (bogus buffer overflow warning and abort on static flexible arr...Richard Guenther1-0/+6
2011-03-24re PR middle-end/48269 (Incorrect fortify warning for a packed struct member)Richard Guenther1-2/+0
2011-03-17re PR tree-optimization/48165 (gcc-4.6: internal compiler error: in build2_stat)Richard Guenther1-1/+1
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-2/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-12/+39
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+3
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-09-02tree-object-size.c (addr_object_size): Always use object_size_type 0 or 2 whe...Jakub Jelinek1-2/+2
2009-07-20tree-object-size.c (addr_object_size): Handle unions with array in it as last...Jakub Jelinek1-11/+19
2009-06-23tree-object-size.c (addr_object_size): Instead of checking for non-NULL TREE_...Jakub Jelinek1-18/+30
2009-06-15tree-object-size.c (addr_object_size): Fix a pasto in the last change.Jakub Jelinek1-1/+1
2009-06-08tree-object-size.c (addr_object_size): Add OSI argument.Jakub Jelinek1-47/+161
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-1/+1