aboutsummaryrefslogtreecommitdiff
path: root/gcc/fwprop.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-3/+6
2008-04-02fwprop.c: Fix ISO-C99ism.Paolo Bonzini1-1/+1
2008-04-02re PR rtl-optimization/35542 (fwprop only propagates one operand)Andy Hutchinson1-1/+1
2008-04-02fwprop.c (PR_CAN_APPEAR, [...]): New.Paolo Bonzini1-39/+74
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-03-06fwprop.c (update_df): Support width and offset parameters of df_ref_create.Kenneth Zadeck1-1/+9
2008-02-01re PR rtl-optimization/34773 (miscompilation of vfprintf_r)Hans-Peter Nilsson1-3/+6
2007-11-15fwprop.c (try_fwprop_subst): Skip profitability check for forward propagation...Paolo Bonzini1-1/+2
2007-11-09re PR rtl-optimization/34012 (Pessimization caused by fwprop)Paolo Bonzini1-8/+31
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-27fwprop.c (try_fwprop_subst): Use validate_unshare_change.Jan Hubicka1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-56/+85
2007-03-20re PR middle-end/30907 (Propagation of addresses within loops pessimizes code)Paolo Bonzini1-20/+6
2007-02-23re PR rtl-optimization/30841 (Missed optimizations for sbi/cbi instructions)Paolo Bonzini1-1/+2
2007-02-11fwprop.c (try_fwprop_subst): Use set_unique_reg_note to add the REG_EQ* note.Steven Bosscher1-2/+3
2006-12-22re PR rtl-optimization/29840 (build/genconditions ../../gcc/gcc/config/pa/pa....Paolo Bonzini1-1/+5
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-19re PR rtl-optimization/29879 (ICE: verify_flow_info: loop_father but no loops)Andrew Pinski1-8/+4