summaryrefslogtreecommitdiff
path: root/gcc/dce.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-1301/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove clobber_highRichard Sandiford2019-10-011-9/+2
* Make note_stores take an rtx_insnRichard Sandiford2019-09-091-5/+5
* re PR rtl-optimization/90082 (ICE in delete_unmarked_insns, at dce.c:653)Jakub Jelinek2019-04-161-4/+28
* re PR rtl-optimization/89965 (wrong code with -O -mtune=nano-x2 -fcaller-save...Jakub Jelinek2019-04-121-2/+51
* re PR rtl-optimization/89965 (wrong code with -O -mtune=nano-x2 -fcaller-save...Jakub Jelinek2019-04-111-135/+69
* Call free_dominance_info when transformed in DCE (PR rtl-optimization/89242).Martin Liska2019-02-141-0/+1
* re PR target/89188 (ICE in pre_and_rev_post_order_compute, at cfganal.c:1055)Jakub Jelinek2019-02-051-9/+11
* re PR rtl-optimization/88870 (ICE: Segmentation fault (in df_worklist_propaga...Jakub Jelinek2019-01-171-2/+7
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Remaining support for clobber highAlan Hayward2018-08-061-2/+9
* re PR debug/84875 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2348 on s3...Jakub Jelinek2018-03-201-3/+24
* re PR rtl-optimization/83985 (Compile time hog for 32-bit BE powerpc targets)Jakub Jelinek2018-01-261-9/+6
* poly_int: GET_MODE_SIZERichard Sandiford2018-01-031-2/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford2017-12-201-5/+8
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Use MEM_SIZE rather than GET_MODE_SIZE in dce.cRichard Sandiford2016-11-151-6/+7
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* dce: Don't dead-code delete separately wrapped restoresSegher Boessenkool2016-10-121-0/+9
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-5/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-5/+5
* Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders2015-08-121-4/+12
* replace several uses of the anon namespace with GCC_FINALTrevor Saunders2015-08-111-12/+4
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+3
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+7
* re PR target/63534 (Bootstrap failure on x86_64/i686-linux)Evgeny Stupachenko2014-10-231-0/+4
* dce.c: Use rtx subclassesDavid Malcolm2014-08-221-22/+24
* remove has_executeTrevor Saunders2014-07-091-2/+0
* df.h (FOR_EACH_ARTIFICIAL_USE, [...]): New macros.Richard Sandiford2014-06-151-8/+5
* df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford2014-06-151-47/+46
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-2/+2
* pass cfun to pass::executeTrevor Saunders2014-04-171-2/+8
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-16/+10
* remove has_gateTrevor Saunders2014-04-171-2/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1