summaryrefslogtreecommitdiff
path: root/gcc/dce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* Revert:Jeff Law2013-08-211-11/+0
* dce.c (fini_dce): Call df_analyze again just in case delete_unmarked_insns re...Alexey Makhalov2013-08-201-0/+11
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-34/+70
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-4/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+5
* re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher2012-11-121-0/+6
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-2/+2
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* re PR debug/54953 (New sra-1.c FAILs on powerpc)Jakub Jelinek2012-10-301-3/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-1/+4