2013-01-10 |
Richard Sandiford | Update copyright years in gcc/ |
blob | commitdiff | raw |
2012-11-18 |
Diego Novillo | This patch rewrites the old VEC macro-based interface... |
blob | commitdiff | raw | diff to current |
2012-11-12 |
Steven Bosscher | re PR rtl-optimization/51447 (global register variable... |
blob | commitdiff | raw | diff to current |
2012-11-01 |
Lawrence Crowl | This patch normalizes more bitmap function names. |
blob | commitdiff | raw | diff to current |
2012-11-01 |
Sharad Singhai | invoke.texi: Update -fopt-info documentation. |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Jakub Jelinek | re PR debug/54953 (New sra-1.c FAILs on powerpc) |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Lawrence Crowl | This patch implements the unification of the *bitmap... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Steven Bosscher | bitmap.h (bitmap_and_into): Update prototype. |
blob | commitdiff | raw | diff to current |
2012-10-02 |
Alexandre Oliva | re PR debug/54551 (DF resets some DEBUG_INSNs unnecessa... |
blob | commitdiff | raw | diff to current |
2012-08-02 |
Alexandre Oliva | re PR debug/52983 (internal compiler error: in df_uses_... |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Steven Bosscher | system.h (dump_file): Do not define. |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Alexandre Oliva | re PR debug/53740 (--enable-checking=yes,rtl bootstrap... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Richard Sandiford | re PR debug/53740 (--enable-checking=yes,rtl bootstrap... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Richard Sandiford | re PR debug/53740 (--enable-checking=yes,rtl bootstrap... |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Eric Botcazou | re PR middle-end/53590 (compiler fails to generate... |
blob | commitdiff | raw | diff to current |
2012-06-13 |
Alexandre Oliva | re PR debug/52983 (internal compiler error: in df_uses_... |
blob | commitdiff | raw | diff to current |
2012-04-13 |
Alexandre Oliva | re PR debug/48866 (gcc hangs when -g is set) |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Richard Sandiford | rtl.texi (MEM_SIZE_KNOWN_P): Document. |
blob | commitdiff | raw | diff to current |
2011-06-14 |
David Li | dumping cleanup phase 1 -- Removing TODO_dump_func |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Jakub Jelinek | re PR middle-end/49308 (segfault in rest_of_handle_ud_d... |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Alexandre Oliva | dce.c (reset_unmarked_insns_debug_uses): New. |
blob | commitdiff | raw | diff to current |
2011-06-01 |
David Li | Pass name cleanups |
blob | commitdiff | raw | diff to current |
2011-01-19 |
Jakub Jelinek | re PR rtl-optimization/47337 (Wrong RTL dce of calls) |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Jakub Jelinek | Update Copyright years for files modified in 2010. |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Eric Botcazou | re PR rtl-optimization/46315 (-O2 -fno-strict-overflow... |
blob | commitdiff | raw | diff to current |
2010-08-04 |
Bernd Schmidt | re PR rtl-optimization/45162 (ARM bootstrap comparison... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Bernd Schmidt | dce.c (run_word_dce): Take flag_dce into account. |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Bernd Schmidt | re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multi... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Eric Botcazou | re PR rtl-optimization/42461 (missed optimization for... |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Jan Hubicka | df-core.c (df_set_blocks): Use bitmap_head instead... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Jan Hubicka | * dce.c (dce_process_block): Do not re-scan already... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Jan Hubicka | fwprop.c: Make emit-rtl.h include last. |
blob | commitdiff | raw | diff to current |
2009-11-25 |
H.J. Lu | Remove trailing white spaces. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Zbigniew Chamski | cfgrtl.c (pass_free_cfg): Add pass name. |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Richard Henderson | Squash commit of EH in gimple |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Alexandre Oliva | invoke.texi (-fvar-tracking-assignments): New. |
blob | commitdiff | raw | diff to current |
2009-05-29 |
Richard Guenther | tree-ssa-operands.c (get_expr_operands): Do not handle... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Eric Botcazou | Makefile.in (dce.o): Add $(EXCEPT_H). |
blob | commitdiff | raw | diff to current |
2009-04-27 |
Ian Lance Taylor | collect2.c (is_ctor_dtor): Change type of ret field... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Kenneth Zadeck | dce.c (delete_unmarked_insns): Reversed the order that... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Kenneth Zadeck | dce.c (find_call_stack_args, [...]): Fixed comments. |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Jakub Jelinek | re PR rtl-optimization/38245 (stack corruption when... |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Kenneth Zadeck | re PR tree-optimization/35805 ([ira] error in start_all... |
blob | commitdiff | raw | diff to current |
2008-12-18 |
Kenneth Zadeck | re PR rtl-optimization/37922 (code generation error) |
blob | commitdiff | raw | diff to current |
2008-10-11 |
Kenneth Zadeck | re PR middle-end/37448 (cannot compile big function) |
blob | commitdiff | raw | diff to current |
2008-09-11 |
Jan Hubicka | ggc-common.c (loc_array): Make static. |
blob | commitdiff | raw | diff to current |
2008-06-18 |
Steven Bosscher | df.h (struct df_ref): Replace 'insn' field with 'insn_i... |
blob | commitdiff | raw | diff to current |
2008-06-17 |
Steven Bosscher | Remove libcall notes. |
blob | commitdiff | raw | diff to current |
2008-05-09 |
Kenneth Zadeck | re PR middle-end/36177 (g++.dg/opt/pr23714.C ICEs with... |
blob | commitdiff | raw | diff to current |
2008-05-07 |
Kenneth Zadeck | [multiple changes] |
blob | commitdiff | raw | diff to current |
2008-04-21 |
Richard Sandiford | dbgcnt.def (ra_byte_scan): Added. |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Jan Hubicka | re PR other/35094 (RTL dump file letters hosed and... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
David Edelsohn | dbgcnt.def (cfg_cleanup, [...]): New counters. |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Andreas Krebbel | dce.c (delete_unmarked_insns): Just delete the RETVAL... |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Eric Botcazou | re PR rtl-optimization/33644 (ICE in local_cprop_pass... |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Eric Botcazou | dce.c (init_dce): Only initialize the obstacks for... |
blob | commitdiff | raw | diff to current |
2007-10-04 |
Michael Matz | re PR rtl-optimization/33653 (volatile memory access... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Kenneth Zadeck | ra-conflict.c: New file. |
blob | commitdiff | raw | diff to current |
2007-09-05 |
Jan Hubicka | regrename.c (pass_regrename, [...]): Add RTL sharing... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Jakub Jelinek | re PR middle-end/32758 (ecj1 hangs) |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Kaveh R. Ghazi | alias.c (record_set, [...]): Constify. |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Nick Clifton | Change copyright header to refer to version 3 of the... |
blob | commitdiff | raw | diff to current |
2007-07-07 |
Kazu Hirata | auto-inc-dec.c, [...]: Fix comment typos. |
blob | commitdiff | raw | diff to current |
2007-07-01 |
Richard Sandiford | [multiple changes] |
blob | commitdiff | raw | diff to current |
2007-06-30 |
Richard Sandiford | revert: dce.c (deletable_insn_p_1): New function, split... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Richard Sandiford | dce.c (deletable_insn_p_1): New function, split out... |
blob | commitdiff | raw | diff to current |
2007-06-23 |
Kenneth Zadeck | re PR target/32437 (MIPS: FAIL in gcc.dg/cleanup-[8... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Daniel Berlin | Merge dataflow branch into mainline |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Jeffrey A Law | * ssa-dce.c: Renamed from dce.c. |
blob | commitdiff | raw |
2001-06-18 |
Jeffrey A Law | * dce.c (eliminate_dead_code): Fix formatting glitch. |
blob | commitdiff | raw | diff to current |
2000-11-14 |
Michael Matz | Michael Matz <matzmich@cs.tu-berlin.de> |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Mark Mitchell | dce.c: Remove all uses of assert. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Jeffrey Oldham | Makefile.in (OBJS): Added dce.o. |
blob | commitdiff | raw | diff to current |
|