aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)Author
2019-01-14 PR rtl-optimization/88796Jakub Jelinek
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update 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-17 PR rtl-optimization/85431Jakub Jelinek
2018-01-262018-01-26 Richard Biener <rguenther@suse.de>Richard Biener
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford
2018-01-03 Update 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-22 PR rtl-optimization/82044Jakub 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-01 Update copyright years.Jakub Jelinek
2016-11-07 PR target/77834Jakub Jelinek
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-07-26use auto_sbitmap in various placesTrevor Saunders
2016-07-20 * hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak
2016-07-20 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak
2016-05-13 * builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou
2016-04-052016-04-05 Richard Biener <rguenther@suse.de>Richard Biener
2016-04-042016-04-04 Richard Biener <rguenther@suse.de>Richard Biener
2016-02-26 PR rtl-optimization/69891Jakub Jelinek
2016-01-19 PR rtl-optimization/68955Jakub Jelinek
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev
2015-09-13dse.c: remove some typedefs that hide pointernessTrevor Saunders
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-08 * target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod