aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
AgeCommit message (Expand)AuthorFilesLines
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