aboutsummaryrefslogtreecommitdiff
path: root/gcc/dce.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-10-01Remove clobber_highRichard Sandiford1-9/+2
2019-09-09Make note_stores take an rtx_insnRichard Sandiford1-5/+5
2019-04-16re PR rtl-optimization/90082 (ICE in delete_unmarked_insns, at dce.c:653)Jakub Jelinek1-4/+28
2019-04-12re PR rtl-optimization/89965 (wrong code with -O -mtune=nano-x2 -fcaller-save...Jakub Jelinek1-2/+51
2019-04-11re PR rtl-optimization/89965 (wrong code with -O -mtune=nano-x2 -fcaller-save...Jakub Jelinek1-135/+69
2019-02-14Call free_dominance_info when transformed in DCE (PR rtl-optimization/89242).Martin Liska1-0/+1
2019-02-05re PR target/89188 (ICE in pre_and_rev_post_order_compute, at cfganal.c:1055)Jakub Jelinek1-9/+11
2019-01-17re PR rtl-optimization/88870 (ICE: Segmentation fault (in df_worklist_propaga...Jakub Jelinek1-2/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-06Remaining support for clobber highAlan Hayward1-2/+9
2018-03-20re PR debug/84875 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2348 on s3...Jakub Jelinek1-3/+24
2018-01-26re PR rtl-optimization/83985 (Compile time hog for 32-bit BE powerpc targets)Jakub Jelinek1-9/+6
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford1-5/+8
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-15Use MEM_SIZE rather than GET_MODE_SIZE in dce.cRichard Sandiford1-6/+7
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme1-0/+1
2016-10-12dce: Don't dead-code delete separately wrapped restoresSegher Boessenkool1-0/+9
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
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-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+7
2014-10-23re PR target/63534 (Bootstrap failure on x86_64/i686-linux)Evgeny Stupachenko1-0/+4
2014-08-22dce.c: Use rtx subclassesDavid Malcolm1-22/+24
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-15df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford1-8/+5
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-47/+46
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+2
2014-04-17pass cfun to pass::executeTrevor Saunders1-2/+8
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-16/+10
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-21Revert:Jeff Law1-11/+0