| Commit message (Expand) | Author | Age | Files | Lines |
* | rtl.texi (MEM_SIZE_KNOWN_P): Document. | Richard Sandiford | 2011-07-19 | 1 | -6/+6 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -2/+0 |
* | re PR middle-end/49308 (segfault in rest_of_handle_ud_dce () at gcc/gcc/dce.c... | Jakub Jelinek | 2011-06-09 | 1 | -3/+4 |
* | dce.c (reset_unmarked_insns_debug_uses): New. | Alexandre Oliva | 2011-06-06 | 1 | -2/+42 |
* | Pass name cleanups | David Li | 2011-06-01 | 1 | -2/+2 |
* | re PR rtl-optimization/47337 (Wrong RTL dce of calls) | Jakub Jelinek | 2011-01-19 | 1 | -12/+26 |
* | Update Copyright years for files modified in 2010. | Jakub Jelinek | 2011-01-03 | 1 | -1/+2 |
* | re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene... | Eric Botcazou | 2010-11-16 | 1 | -27/+7 |
* | re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3) | Bernd Schmidt | 2010-08-04 | 1 | -1/+1 |
* | dce.c (run_word_dce): Take flag_dce into account. | Bernd Schmidt | 2010-07-29 | 1 | -0/+7 |
* | re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness) | Bernd Schmidt | 2010-07-29 | 1 | -86/+26 |
* | re PR rtl-optimization/42461 (missed optimization for pure functions) | Eric Botcazou | 2010-06-09 | 1 | -8/+8 |
* | df-core.c (df_set_blocks): Use bitmap_head instead of bitmap. | Jan Hubicka | 2010-06-06 | 1 | -2/+2 |
* | * dce.c (dce_process_block): Do not re-scan already marked instructions. | Jan Hubicka | 2010-06-04 | 1 | -12/+11 |
* | fwprop.c: Make emit-rtl.h include last. | Jan Hubicka | 2010-06-01 | 1 | -0/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -16/+16 |
* | cfgrtl.c (pass_free_cfg): Add pass name. | Zbigniew Chamski | 2009-11-08 | 1 | -4/+4 |
* | Squash commit of EH in gimple | Richard Henderson | 2009-09-14 | 1 | -14/+9 |
* | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 2009-09-02 | 1 | -0/+4 |
* | tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h... | Richard Guenther | 2009-05-29 | 1 | -4/+3 |
* | Makefile.in (dce.o): Add $(EXCEPT_H). | Eric Botcazou | 2009-04-30 | 1 | -3/+5 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -3/+3 |
* | dce.c (delete_unmarked_insns): Reversed the order that insns are examined bef... | Kenneth Zadeck | 2009-01-16 | 1 | -9/+20 |
* | dce.c (find_call_stack_args, [...]): Fixed comments. | Kenneth Zadeck | 2009-01-15 | 1 | -4/+8 |
* | re PR rtl-optimization/38245 (stack corruption when a call is removed but not... | Jakub Jelinek | 2009-01-15 | 1 | -14/+290 |
* | re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir... | Kenneth Zadeck | 2009-01-03 | 1 | -1/+1 |
* | re PR rtl-optimization/37922 (code generation error) | Kenneth Zadeck | 2008-12-18 | 1 | -2/+2 |
* | re PR middle-end/37448 (cannot compile big function) | Kenneth Zadeck | 2008-10-11 | 1 | -9/+9 |
* | ggc-common.c (loc_array): Make static. | Jan Hubicka | 2008-09-11 | 1 | -0/+1 |
* | df.h (struct df_ref): Replace 'insn' field with 'insn_info' field. | Steven Bosscher | 2008-06-18 | 1 | -8/+8 |
* | Remove libcall notes. | Steven Bosscher | 2008-06-17 | 1 | -151/+1 |
* | re PR middle-end/36177 (g++.dg/opt/pr23714.C ICEs with 135041 -> 135057) | Kenneth Zadeck | 2008-05-09 | 1 | -4/+20 |
* | [multiple changes] | Kenneth Zadeck | 2008-05-07 | 1 | -0/+9 |
* | dbgcnt.def (ra_byte_scan): Added. | Richard Sandiford | 2008-04-21 | 1 | -53/+171 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -6/+10 |
* | dbgcnt.def (cfg_cleanup, [...]): New counters. | David Edelsohn | 2008-02-26 | 1 | -2/+4 |
* | dce.c (delete_unmarked_insns): Just delete the RETVAL and LIBCALL notes if... | Andreas Krebbel | 2007-10-28 | 1 | -4/+11 |
* | re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty) | Eric Botcazou | 2007-10-22 | 1 | -137/+172 |
* | dce.c (init_dce): Only initialize the obstacks for the fast pass. | Eric Botcazou | 2007-10-16 | 1 | -55/+61 |
* | re PR rtl-optimization/33653 (volatile memory access optimized away) | Michael Matz | 2007-10-04 | 1 | -1/+1 |
* | ra-conflict.c: New file. | Kenneth Zadeck | 2007-10-02 | 1 | -2/+2 |
* | regrename.c (pass_regrename, [...]): Add RTL sharing verifier. | Jan Hubicka | 2007-09-05 | 1 | -2/+2 |
* | re PR middle-end/32758 (ecj1 hangs) | Jakub Jelinek | 2007-08-30 | 1 | -1/+12 |
* | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 2007-07-30 | 1 | -2/+2 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-07 | 1 | -1/+1 |
* | [multiple changes] | Richard Sandiford | 2007-07-01 | 1 | -24/+40 |
* | revert: dce.c (deletable_insn_p_1): New function, split out from... | Richard Sandiford | 2007-06-30 | 1 | -40/+24 |
* | dce.c (deletable_insn_p_1): New function, split out from... | Richard Sandiford | 2007-06-27 | 1 | -24/+40 |
* | re PR target/32437 (MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c) | Kenneth Zadeck | 2007-06-23 | 1 | -9/+17 |