summaryrefslogtreecommitdiff
path: root/gcc/tree-object-size.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/51077 (Endless recursion with __builtin_object_size)Jakub Jelinek2011-11-101-1/+1
* re PR middle-end/50700 (__builtin_object_size computed wrong)Richard Guenther2011-10-121-14/+16
* backport: re PR c/48985 (bogus buffer overflow warning and abort on static fl...Richard Guenther2011-05-311-0/+6
* Backport PRs 48031, 48134, 48228, 48269Richard Guenther2011-03-281-2/+0
* re PR tree-optimization/48165 (gcc-4.6: internal compiler error: in build2_stat)Richard Guenther2011-03-171-1/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-2/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-2/+2
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-12/+39
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+3
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-181-1/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* tree-object-size.c (addr_object_size): Always use object_size_type 0 or 2 whe...Jakub Jelinek2009-09-021-2/+2
* tree-object-size.c (addr_object_size): Handle unions with array in it as last...Jakub Jelinek2009-07-201-11/+19
* tree-object-size.c (addr_object_size): Instead of checking for non-NULL TREE_...Jakub Jelinek2009-06-231-18/+30
* tree-object-size.c (addr_object_size): Fix a pasto in the last change.Jakub Jelinek2009-06-151-1/+1
* tree-object-size.c (addr_object_size): Add OSI argument.Jakub Jelinek2009-06-081-47/+161
* passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther2009-05-111-1/+1
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+3
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-176/+215
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-2/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* fold-const.c (all_ones_mask_p, [...]): Constify.Kaveh R. Ghazi2007-09-051-8/+8
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* [multiple changes]Andrew Pinski2007-06-151-45/+11
* extend.texi (alloc_size): New attribute.Dirk Mueller2007-05-251-21/+35
* fold-const.c (fold_unary): Convert (T1)(X op Y) into ((T1)X op (T1)Y)...Jan Hubicka2007-05-041-1/+3
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-33/+20
* Better handling of COND_EXPRs in rhsRoberto Costa2007-01-081-0/+38
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-9/+9
* re PR tree-optimization/27532 (__builtin_object_size does not handle &a + b.)Richard Guenther2006-05-101-1/+1
* builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle2006-04-031-2/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+3
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+3
* ipa-type-escape.c (analyze_variable): Use gcc_assert instead of abort.Volker Reichelt2005-12-081-7/+4
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2005-07-031-1/+1
* libunwind.S, [...]: Update FSF address.Kelley Cook2005-07-011-2/+2
* builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek2005-06-271-0/+1078