aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-10re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez1-1/+8
2018-01-06re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez1-40/+78
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford1-7/+7
2017-12-08re PR middle-end/81782 (Yet another -Wmaybe-uninitialized false positive with...Richard Biener1-2/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-07-25tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses...Andrew Pinski1-0/+25
2017-05-16Add default value for last argument of dump functions.Martin Liska1-9/+9
2017-04-24re PR c++/2972 (-Wuninitialized could warn about uninitialized member variabl...Richard Biener1-6/+19
2017-03-08re PR tree-optimization/79955 (GLIBC build fails after r245840)Richard Biener1-0/+11
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener1-23/+82
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-06re PR middle-end/78548 (ICE on valid C code on x86_64-linux-gnu at -O2 and -O...Aldy Hernandez1-14/+19
2016-12-06re PR middle-end/78566 (gcc.dg/uninit-pred-6_[abc]*.c regressions on some non...Aldy Hernandez1-107/+53
2016-11-23re PR tree-optimization/78455 (ICE in operator[], at vec.h:732)Marek Polacek1-1/+1
2016-11-20re PR middle-end/61409 (-Wmaybe-uninitialized false-positive with -O2)Aldy Hernandez1-7/+168
2016-11-11re PR middle-end/78295 (Spurious -Wuninitialized warning for vector element a...Richard Biener1-0/+8
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-06-20re PR middle-end/71581 (ICE on valid code on x86_64-linux-gnu with -Wuninitia...Jakub Jelinek1-0/+23
2016-05-06Manual changes to GCC coding style in tree-ssa-uninit.cMartin Liska1-222/+179
2016-01-13re PR tree-optimization/69013 (gfortran-5.3.0 ICE in prune_uninit_phi_opnds_i...Richard Biener1-13/+15
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-27Replace spaces with tabs and remove trailing whitespacesMartin Liska1-502/+502
2015-11-18Fix memory leaks in tree-ssa-uninit.cMartin Liska1-16/+17
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
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