summaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)Author
2020-04-02cselib: Reuse VALUEs on sp adjustments [PR92264]Jakub Jelinek
2020-03-03tree-optimization/93946 - fix bogus redundant store removal in FRE, DSE and DOMRichard Biener
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-10-14re PR middle-end/92046 (Command line options (that are per-functions) are aff...Richard Biener
2019-09-09Remove global REG_SETsRichard Sandiford
2019-09-09Make note_stores take an rtx_insnRichard Sandiford
2019-08-20re PR rtl-optimization/91347 (hppa: wrong code generated with tail call optim...Eric Botcazou
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford
2019-07-16re PR rtl-optimization/91164 (ICE in verify_dominators, at dominance.c:1184 (...Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-14re PR rtl-optimization/88796 (-fstack-protector* kills RTL DSE opportunities)Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-12[PR87815]Don't generate shift sequence for load replacement in DSE when the m...Renlin Li
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-04-17re PR rtl-optimization/85431 (UBSAN: ../../gcc/dse.c:303:15: runtime error: s...Jakub Jelinek
2018-01-26re PR rtl-optimization/84003 (FAIL: g++.dg/torture/pr77745.C with noinline foo)Richard Biener
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford
2017-12-20poly_int: dse.cRichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-15Make dse.c use offset/width instead of start/endRichard Sandiford
2017-11-22re PR rtl-optimization/82044 (runtime signed integer overflow in check_mem_re...Jakub Jelinek
2017-11-21Fix UBSAN errors in dse.c (PR rtl-optimization/82044).Martin Liska
2017-10-09Replace insn_rtx_cost with insn_cost and pattern_costSegher Boessenkool
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-11-07re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pr...Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou
2016-04-05dse.c (struct store_info): Remove alias_set member.Richard Biener
2016-04-04re PR rtl-optimization/70484 (Wrong optimization with aliasing and access via...Richard Biener
2016-02-26re PR rtl-optimization/69891 (wrong code with -mstringop-strategy=libcall @ i...Jakub Jelinek