aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-15reload.h (register_move_cost, [...]): Adjust prototype.Anatoly Sokolov1-6/+4
2010-07-12reload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore...Richard Sandiford1-0/+8
2010-07-12defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.Richard Sandiford1-3/+13
2010-07-12Makefile.in (target-globals.o): Depend on reload.h.Richard Sandiford1-9/+31
2010-06-27target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov1-0/+2
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov1-6/+3
2010-06-04re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt1-0/+4
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-3/+5
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-31re PR other/43562 (GCC ICE on optimize attribute)Jie Zhang1-0/+3
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+1
2009-03-23cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther1-12/+14
2008-08-26[multiple changes]Vladimir Makarov1-5/+6
2008-07-16c-pch.c (get_ident): Avoid C++ keywords.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-04-27reload.h (elimination_target_reg_p): Declare.Richard Sandiford1-0/+1
2006-08-17re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20...Alexandre Oliva1-0/+1
2006-04-14local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY.Kazu Hirata1-1/+1
2005-12-07reload.h (reg_equiv_invariant): Declare.J"orn Rennecke1-0/+1
2005-11-24re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391)J"orn Rennecke1-9/+7
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h.Bernd Schmidt1-0/+7
2005-03-23reload1.c (indirect_symref_ok): Make it global.Kazu Hirata1-0/+6
2005-03-23reload1.c (indirect_symref_ok, [...]): Make them static.Kazu Hirata1-6/+0
2004-12-13* reload.h: Remove struct needs and its only use.Wolfgang Bangerth1-10/+0
2004-11-09reload1.c (reloads_conflict, gen_reload): Make them static.Kazu Hirata1-6/+0
2004-11-09reload.c (refers_to_mem_for_reload_p, [...]): Make them static.Kazu Hirata1-10/+0
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-05-20Makefile.in (GTFILES): Add $(srcdir)/reload.h.J"orn Rennecke1-0/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-49/+47
2003-06-26Makefile.in (OBJS): Add postreload.o.Kazu Hirata1-2/+3
2003-03-04reload.c (reload_adjust_reg_for_mode): New function.Alexandre Oliva1-1/+5
2003-01-17ifcvt.c: Fix comment typos.Kazu Hirata1-2/+2
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2001-10-11calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2001-09-04reload.c (push_reload): Export.Richard Henderson1-1/+6
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-9/+1
2001-04-13Makefile.in (toplev.o, [...]): Depend on reload.hKaveh R. Ghazi1-0/+1
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-2/+2
2000-11-10Several fixes to make reload handle POST_MODIFY correctly.Bernd Schmidt1-1/+2
2000-09-07Handle multiword modes in regno_clobbered_pBernd Schmidt1-1/+1
2000-08-21global.c (global_alloc): Avoid passing dumpfile argument to reload routines.Jeffrey A Law1-1/+5
2000-07-28cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.Richard Henderson1-2/+0
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-3/+4
2000-02-26Fix copyrights.Jeff Law1-1/+2
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-34/+34