summaryrefslogtreecommitdiff
path: root/gcc/dce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)Alexandre Oliva2012-10-021-12/+23
* re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva2012-08-021-0/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Alexandre Oliva2012-06-281-4/+10
* re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford2012-06-251-2/+2
* re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford2012-06-251-2/+2
* re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2012-06-151-2/+9
* re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva2012-06-131-14/+16
* re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva2012-04-131-9/+49
* rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford2011-07-191-6/+6
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+0
* re PR middle-end/49308 (segfault in rest_of_handle_ud_dce () at gcc/gcc/dce.c...Jakub Jelinek2011-06-091-3/+4
* dce.c (reset_unmarked_insns_debug_uses): New.Alexandre Oliva2011-06-061-2/+42
* Pass name cleanupsDavid Li2011-06-011-2/+2
* re PR rtl-optimization/47337 (Wrong RTL dce of calls)Jakub Jelinek2011-01-191-12/+26
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+2
* re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou2010-11-161-27/+7
* re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)Bernd Schmidt2010-08-041-1/+1
* dce.c (run_word_dce): Take flag_dce into account.Bernd Schmidt2010-07-291-0/+7
* re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt2010-07-291-86/+26