aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+3
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+3
2005-12-08ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.Volker Reichelt1-7/+4
2005-07-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-01libunwind.S, [...]: Update FSF address.Kelley Cook1-2/+2
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-0/+1078