aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+4
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-6/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2011-08-11re PR middle-end/50040 (missed warning: ‘x.y’ is used uninitialized in th...Richard Guenther1-1/+2
2011-07-19tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther1-9/+7
2011-05-23fix pr48988David Li1-0/+2
2011-04-26Implement -Wno-maybe-uninitializedXinliang David Li1-1/+1
2011-04-09Fix PR48484Xinliang David Li1-3/+1
2011-03-15Fix pr47837Xinliang David Li1-0/+160
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-15uninit var analysis enhancementXinliang David Li1-42/+145
2010-10-12fix pr/45972Xinliang David Li1-0/+3
2010-08-18tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts, use operand helpers.Richard Guenther1-17/+7
2010-07-19Fix PR44932Xinliang David Li1-6/+44
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-07re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a...Jan Hubicka1-0/+6
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-28predicate aware uninitialized analysisXinliang David Li1-0/+1762