summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-uninit.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-05-23Do not use tree_to_wide_ref that point to a temporary (PR c++/90587).Martin Liska
2019-05-21tree-ssa-uninit: suppress more spurious warningsVladislav Ivanishin
2019-05-16tree-ssa-uninit: avoid ICE with BIT_AND_EXPR (PR 90394)Vladislav Ivanishin
2019-05-15tree-ssa-uninit: clean up is_value_included_inVladislav Ivanishin
2019-04-29tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases where cond...Vladislav Ivanishin
2019-01-09PR other/16615 [4/5]Sandra Loosemore
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-09-25Remove unused functions and fields.Martin Liska
2018-08-27Add new gswitch related functions into tree-cfg.c.Martin Liska
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm
2018-01-10re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez
2018-01-06re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: ao_ref and vn_reference_op_tRichard Sandiford
2017-12-08re PR middle-end/81782 (Yet another -Wmaybe-uninitialized false positive with...Richard Biener
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-07-25tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory accesses...Andrew Pinski
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-04-24re PR c++/2972 (-Wuninitialized could warn about uninitialized member variabl...Richard Biener
2017-03-08re PR tree-optimization/79955 (GLIBC build fails after r245840)Richard Biener
2017-03-02re PR tree-optimization/79345 (passing yet-uninitialized member as argument t...Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-12-06re PR middle-end/78548 (ICE on valid C code on x86_64-linux-gnu at -O2 and -O...Aldy Hernandez
2016-12-06re PR middle-end/78566 (gcc.dg/uninit-pred-6_[abc]*.c regressions on some non...Aldy Hernandez
2016-11-23re PR tree-optimization/78455 (ICE in operator[], at vec.h:732)Marek Polacek
2016-11-20re PR middle-end/61409 (-Wmaybe-uninitialized false-positive with -O2)Aldy Hernandez
2016-11-11re PR middle-end/78295 (Spurious -Wuninitialized warning for vector element a...Richard Biener
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-06-20re PR middle-end/71581 (ICE on valid code on x86_64-linux-gnu with -Wuninitia...Jakub Jelinek
2016-05-06Manual changes to GCC coding style in tree-ssa-uninit.cMartin Liska
2016-01-13re PR tree-optimization/69013 (gfortran-5.3.0 ICE in prune_uninit_phi_opnds_i...Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-11-27Replace spaces with tabs and remove trailing whitespacesMartin Liska
2015-11-18Fix memory leaks in tree-ssa-uninit.cMartin Liska
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-09-09re PR middle-end/67512 (internal compiler error: in invert_tree_comparison, a...Marek Polacek
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-03Avoid recomputing the defining predicate chains for the same PHIPatrick Palka
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-12tree-sra.c (dump_dereferences_table): Avoid -Wformat-security warning.David Howells