aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-176/+215
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-2/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2007-09-05fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi1-8/+8
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-15[multiple changes]Andrew Pinski1-45/+11
2007-05-25extend.texi (alloc_size): New attribute.Dirk Mueller1-21/+35
2007-05-04fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)...Jan Hubicka1-1/+3
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-33/+20
2007-01-08Better handling of COND_EXPRs in rhsRoberto Costa1-0/+38
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-9/+9
2006-05-10re PR tree-optimization/27532 (__builtin_object_size does not handle &a + b.)Richard Guenther1-1/+1
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-2/+2