summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther2011-08-111-1/+2
* tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther2011-07-191-9/+7
* fix pr48988David Li2011-05-231-0/+2
* Implement -Wno-maybe-uninitializedXinliang David Li2011-04-261-1/+1
* Fix PR48484Xinliang David Li2011-04-091-3/+1
* Fix pr47837Xinliang David Li2011-03-151-0/+160
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* uninit var analysis enhancementXinliang David Li2010-10-151-42/+145
* fix pr/45972Xinliang David Li2010-10-121-0/+3
* tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts, use operand helpers.Richard Guenther2010-08-181-17/+7
* Fix PR44932Xinliang David Li2010-07-191-6/+44
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka2010-07-071-0/+6
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* predicate aware uninitialized analysisXinliang David Li2010-04-281-0/+1762