aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-45/+33
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-05-08re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c)Thomas Preud'homme1-13/+31
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+4
2014-04-17pass cfun to pass::executeTrevor Saunders1-65/+65
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-2/+2
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-16tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.Eric Botcazou1-1/+0
2014-02-27re PR middle-end/59223 (-Wmaybe-uninitialized and -Wuninitialized relationships)Marek Polacek1-1/+1
2014-02-21re PR tree-optimization/56490 (-Wall triggering infinite loop)Jakub Jelinek1-38/+25
2014-02-03re PR tree-optimization/59924 (uninit memory hog)Richard Henderson1-37/+50
2014-01-03Fix PR/59303 -- uninit analysis enhancementXinliang David Li1-652/+825
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+4
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-8/+9
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+4
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-17tree-flow.h (ssa_undefined_value_p): Remove prototype.Andrew MacLeod1-25/+214
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36
2013-05-24re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow)Richard Biener1-9/+4
2013-05-07re PR tree-optimization/57149 (wrong -Wmaybe-uninitialized warning with -Os)Jakub Jelinek1-4/+17
2013-04-26re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous}...Jakub Jelinek1-1/+15
2013-03-02PR/56490Xinliang David Li1-1/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-5/+5
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-144/+134
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
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