aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-05-23Do not use tree_to_wide_ref that point to a temporary (PR c++/90587).Martin Liska1-1/+1
2019-05-21tree-ssa-uninit: suppress more spurious warningsVladislav Ivanishin1-10/+27
2019-05-16tree-ssa-uninit: avoid ICE with BIT_AND_EXPR (PR 90394)Vladislav Ivanishin1-1/+1
2019-05-15tree-ssa-uninit: clean up is_value_included_inVladislav Ivanishin1-25/+6
2019-04-29tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases where cond...Vladislav Ivanishin1-3/+8
2019-01-09PR other/16615 [4/5]Sandra Loosemore1-2/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-25Remove unused functions and fields.Martin Liska1-10/+0
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+1
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