aboutsummaryrefslogtreecommitdiff
path: root/gcc/dse.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-01Change use to type-based pool allocator in dse.c.Martin Liska1-72/+129
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-1/+1
2015-05-19rtl.h (REG_NREGS): New macroRichard Sandiford1-5/+1
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford1-7/+5
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford1-1/+1
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7
2015-01-22re PR rtl-optimization/64557 (get_addr in true_dependence_1 cannot handle VAL...Wei Mi1-0/+8
2015-01-21re PR rtl-optimization/62078 (ICE: verify_flow_info failed: missing REG_EH_RE...Jakub Jelinek1-0/+9
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-08re PR target/55023 (hppa: wrong code generated with tail call optimisation)Jakub Jelinek1-16/+17
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22re PR target/55023 (hppa: wrong code generated with tail call optimisation)John David Anglin1-0/+11
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-11/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+5
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-4/+4
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-6/+8
2014-08-28rtl.h (for_each_inc_dec_fn): Remove special case for -1.Richard Sandiford1-3/+5
2014-08-28dse.c: Include rtl-iter.h.Richard Sandiford1-18/+18