aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-04-17re PR rtl-optimization/85431 (UBSAN: ../../gcc/dse.c:303:15: runtime error: s...Jakub Jelinek1-0/+3
2018-01-26re PR rtl-optimization/84003 (FAIL: g++.dg/torture/pr77745.C with noinline foo)Richard Biener1-1/+6
2018-01-03poly_int: GET_MODE_BITSIZERichard Sandiford1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: SUBREG_BYTERichard Sandiford1-1/+1
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford1-2/+6
2017-12-20poly_int: dse.cRichard Sandiford1-78/+161
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford1-2/+4
2017-12-16Revert accidental commitRichard Sandiford1-4/+2
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford1-2/+4
2017-12-15Make dse.c use offset/width instead of start/endRichard Sandiford1-78/+116
2017-11-22re PR rtl-optimization/82044 (runtime signed integer overflow in check_mem_re...Jakub Jelinek1-2/+12
2017-11-21Fix UBSAN errors in dse.c (PR rtl-optimization/82044).Martin Liska1-0/+6
2017-10-09Replace insn_rtx_cost with insn_cost and pattern_costSegher Boessenkool1-1/+1
2017-09-04Turn MODES_TIEABLE_P into a target hookRichard Sandiford1-1/+1
2017-08-30[20/77] Replace MODE_INT checks with is_int_modeRichard Sandiford1-8/+10
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-4/+5
2017-08-30[18/77] Make int_mode_for_mode return an opt_scalar_int_modeRichard Sandiford1-6/+6
2017-08-30[4/77] Add FOR_EACH iterators for modesRichard Sandiford1-4/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07re PR target/77834 (ICE: in make_decl_rtl, at varasm.c:1311 with -O -ftree-pr...Jakub Jelinek1-5/+12
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-2/+1
2016-07-20hwint.h (HOST_WIDE_INT_0): New define.Uros Bizjak1-3/+2
2016-07-20cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.Uros Bizjak1-1/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-2/+2
2016-05-13builtins.c (expand_builtin_memcmp): Do not emit the call here.Eric Botcazou1-18/+11
2016-04-05dse.c (struct store_info): Remove alias_set member.Richard Biener1-313/+68
2016-04-04re PR rtl-optimization/70484 (Wrong optimization with aliasing and access via...Richard Biener1-4/+3
2016-02-26re PR rtl-optimization/69891 (wrong code with -mstringop-strategy=libcall @ i...Jakub Jelinek1-0/+2
2016-01-19re PR rtl-optimization/68955 (wrong code at -O3 on x86-64-linux-gnu in 32-bit...Jakub Jelinek1-12/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+10
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-12/+7
2015-09-13dse.c: remove some typedefs that hide pointernessTrevor Saunders1-60/+55
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-4/+12
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-12/+4
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-97/+27
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra1-1/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-13/+4
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0