summaryrefslogtreecommitdiff
path: root/gcc/dce.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou2010-06-091-8/+8
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-2/+2
* * dce.c (dce_process_block): Do not re-scan already marked instructions.Jan Hubicka2010-06-041-12/+11
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-16/+16
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-4/+4
* Squash commit of EH in gimpleRichard Henderson2009-09-141-14/+9
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+4
* tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther2009-05-291-4/+3
* Makefile.in (dce.o): Add $(EXCEPT_H).Eric Botcazou2009-04-301-3/+5
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-3/+3
* dce.c (delete_unmarked_insns): Reversed the order that insns are examined bef...Kenneth Zadeck2009-01-161-9/+20
* dce.c (find_call_stack_args, [...]): Fixed comments.Kenneth Zadeck2009-01-151-4/+8
* re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek2009-01-151-14/+290
* re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir...Kenneth Zadeck2009-01-031-1/+1
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-2/+2
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-9/+9
* ggc-common.c (loc_array): Make static.Jan Hubicka2008-09-111-0/+1
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-8/+8
* Remove libcall notes.Steven Bosscher2008-06-171-151/+1
* re PR middle-end/36177 (g++.dg/opt/pr23714.C ICEs with 135041 -> 135057)Kenneth Zadeck2008-05-091-4/+20
* [multiple changes]Kenneth Zadeck2008-05-071-0/+9
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-53/+171