aboutsummaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07re PR rtl-optimization/56178 (Miscompilation of Ada front-end with profiled b...Eric Botcazou1-4/+10
2013-01-31re PR c/56113 (out of memory when compiling a function with many goto labels ...Steven Bosscher1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-02optabs.c (add_equal_note): Do not create self-referencing REG_EQUAL notes.Steven Bosscher1-3/+6
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-31/+27
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-08-20re PR rtl-optimization/54294 ([alpha] Bootstrap comparison failure due to fwp...Jakub Jelinek1-4/+8
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-10fwprop.c (propagate_rtx): Also set PR_CAN_APPEAR for subregs.Ulrich Weigand1-1/+6
2011-12-19fwprop.c (forward_propagate_subreg): Skip the SIGN/ZERO_EXTEND optimization i...Richard Sandiford1-1/+14
2011-09-27fwprop.c (forward_propagate_and_simplify): After checking reg/subreg combinat...Richard Sandiford1-9/+12
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-4/+4
2011-07-05Don't propagate hard registers in forward_propagate_subreg.H.J. Lu1-0/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-4/+2
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-2/+4
2011-01-21re PR rtl-optimization/47366 (ICE: verify_flow_info failed: missing REG_EH_RE...Jakub Jelinek1-16/+31
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-22re PR bootstrap/44970 (Revision 162270 failed to bootstrap)Paolo Bonzini1-83/+92
2010-09-13fwprop.c (forward_propagate_and_simplify): Only attach a REG_EQUAL note to an...Olivier Hainque1-4/+5
2010-09-04df.h (enum df_ref_class): Remove DF_REF_EXTRACT.Paolo Bonzini1-12/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-04df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka1-2/+2
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-1/+1
2010-04-26df-problems.c (df_simulate_initialize_forwards): Set, don't clear, bits for a...Bernd Schmidt1-1/+4
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-01-19re PR debug/42728 ("-fcompare-debug failure (length)" at -O1)Jakub Jelinek1-0/+6
2009-12-10* fwprop.c (free_load_extend): Initialise `use'.Ben Elliston1-1/+1
2009-11-30re PR rtl-optimization/41812 (test 20071030-1.c fails execution on powerpc64)Paolo Bonzini1-21/+31
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-3/+6
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+6
2009-08-30re PR target/41081 (redundant ZERO_EXTENDs)Alan Modra1-21/+38
2009-08-23re PR target/41081 (redundant ZERO_EXTENDs)Alan Modra1-22/+80
2009-06-27re PR tree-optimization/26854 (Inordinate compile times on large routines)Paolo Bonzini1-63/+148
2009-06-22alias.c: Use REG_P...Shujing Zhao1-2/+2
2009-05-08re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini1-14/+111
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-1/+1
2009-04-26re PR inline-asm/39543 (Reload failure on mplayer from SVN)Jakub Jelinek1-4/+85
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-11-07fwprop.c (fwprop_done): Call df_remove_problem.Andrew Pinski1-0/+1
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-23/+23
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-9/+20
2008-08-26re PR rtl-optimization/37219 (fwprop1 is broken for addresses)Andrew Pinski1-2/+6
2008-07-17re PR middle-end/36753 (Forward propagation interacts badly with global regis...Paolo Bonzini1-2/+7
2008-07-15df-problems.c (df_set_note): Avoid C++ keywords.Kaveh R. Ghazi1-43/+43
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-10/+13
2008-06-17Remove libcall notes.Steven Bosscher1-5/+2