aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-27/+27
2015-09-09re PR middle-end/67512 (internal compiler error: in invert_tree_comparison, a...Marek Polacek1-1/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-03Avoid recomputing the defining predicate chains for the same PHIPatrick Palka1-25/+46
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-16/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-12tree-sra.c (dump_dereferences_table): Avoid -Wformat-security warning.David Howells1-1/+1
2015-01-26re PR middle-end/64764 (internal compiler error: in is_value_included_in, at ...Richard Biener1-1/+2
2015-01-16re PR middle-end/64614 (bogus used initialized warning (in gcc 4.9.2); switch...Richard Biener1-9/+78
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-37/+37
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-2/+6
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