summaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-04re PR target/88833 ([SVE] Redundant moves for WHILELO-based loops)Prathamesh Kulkarni
2019-06-07Fix fwprop call to call to paradoxical_subreg_pRichard Sandiford
2019-01-01Update copyright years.Jakub Jelinek
2018-11-05re PR middle-end/87852 (FAIL: gcc.c-torture/execute/pr53465.c)Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-10-13Make more use of GET_MODE_UNIT_BITSIZERichard Sandiford
2017-08-30[26/77] Use is_a <scalar_int_mode> in subreg/extract simplificationsRichard Sandiford
2017-08-22Make more use of paradoxical_subreg_pRichard Sandiford
2017-03-31re PR rtl-optimization/79405 (Infinite loop in fwprop)Segher Boessenkool
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15Add a load_extend_op wrapperRichard Sandiford
2016-11-04defaults.h (LOAD_EXTEND_OP): Define if not already defined.Eric Botcazou
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-07-12re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...Richard Biener
2016-05-06fwprop.c (fwprop): Remove duplicate cleanup_cfg call.Richard Biener
2016-04-08re PR target/70574 (wrong code with -mavx2, read of partially initialised sta...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10re PR tree-optimization/68619 (error: loop with header 6 not in loop tree)Jeff Law
2015-11-19fwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert.Michael Matz
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
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-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-08-28fwprop.c: Include rtl-iter.h.Richard Sandiford
2014-08-26Use rtx_insn in more places in fwprop.cDavid Malcolm
2014-08-22fwprop.c: Use rtx_insnDavid Malcolm
2014-07-09remove has_executeTrevor Saunders
2014-06-15df.h (df_mw_hardreg, [...]): Add a link pointer.Richard Sandiford
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener
2014-04-17pass cfun to pass::executeTrevor Saunders
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders
2014-04-17remove has_gateTrevor Saunders
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-17compare-elim.c (find_comparison_dom_walker): New classTrevor Saunders