| Commit message (Expand) | Author | Age | Files | Lines |
* | 2009-10-26 Ben Elliston <bje@au.ibm.com> | uweigand | 2009-10-26 | 1 | -1/+1 |
* | 2009-03-23 Richard Guenther <rguenther@suse.de> | rguenth | 2009-03-23 | 1 | -12/+14 |
* | 2008-08-26 Vladimir Makarov <vmakarov@redhat.com> | vmakarov | 2008-08-26 | 1 | -5/+6 |
* | * c-pch.c (get_ident): Avoid C++ keywords. | ghazi | 2008-07-16 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | gcc/ | rsandifo | 2007-04-27 | 1 | -0/+1 |
* | PR target/28146 | aoliva | 2006-08-17 | 1 | -0/+1 |
* | * local-alloc.c (rest_of_handle_local_alloc): Use VEC instead | kazu | 2006-04-14 | 1 | -1/+1 |
* | 2005-12-07 J"orn Rennecke <joern.rennecke@st.com> | amylaar | 2005-12-07 | 1 | -0/+1 |
* | PR target/21623: | amylaar | 2005-11-24 | 1 | -9/+7 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | * Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h. | bernds | 2005-06-15 | 1 | -0/+7 |
* | * reload1.c (indirect_symref_ok): Make it global. | kazu | 2005-03-23 | 1 | -0/+6 |
* | * reload1.c (indirect_symref_ok, reload_obstack): Make them | kazu | 2005-03-23 | 1 | -6/+0 |
* | * reload.h: Remove struct needs and its only use. | law | 2004-12-14 | 1 | -10/+0 |
* | * reload1.c (reloads_conflict, gen_reload): Make them static. | kazu | 2004-11-09 | 1 | -6/+0 |
* | * reload.c (refers_to_mem_for_reload_p, | kazu | 2004-11-09 | 1 | -10/+0 |
* | * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h, | kazu | 2004-10-15 | 1 | -1/+1 |
* | * Makefile.in (GTFILES): Add $(srcdir)/reload.h. | amylaar | 2004-05-20 | 1 | -0/+1 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -49/+47 |
* | * Makefile.in (OBJS): Add postreload.o. | kazu | 2003-06-26 | 1 | -2/+3 |
* | * reload.c (reload_adjust_reg_for_mode): New function. | aoliva | 2003-03-04 | 1 | -1/+5 |
* | * ifcvt.c: Fix comment typos. | kazu | 2003-01-17 | 1 | -2/+2 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -1/+1 |
* | * ABOUT-NLS: Follow spelling conventions. | kazu | 2002-09-16 | 1 | -1/+1 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -1/+1 |
* | * c-common.h: Fix comment formatting. | kazu | 2001-10-09 | 1 | -1/+1 |
* | * reload.c (push_reload): Export. | rth | 2001-09-05 | 1 | -1/+6 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * expr.h: Split out optab- and libfunc-related code to... | zack | 2001-08-13 | 1 | -9/+1 |
* | * Makefile.in (toplev.o, jump.o, regmove.o): Depend on reload.h | ghazi | 2001-04-13 | 1 | -0/+1 |
* | * reload.c (subst_reloads): Take INSN argument. When | aoliva | 2001-01-07 | 1 | -2/+2 |
* | Several fixes to make reload handle POST_MODIFY correctly. | bernds | 2000-11-10 | 1 | -1/+2 |
* | Handle multiword modes in regno_clobbered_p | crux | 2000-09-07 | 1 | -1/+1 |
* | * global.c (global_alloc): Avoid passing dumpfile argument to | law | 2000-08-21 | 1 | -1/+5 |
* | * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY. | rth | 2000-07-28 | 1 | -2/+0 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -3/+4 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | Update copyrights | ghazi | 2000-01-17 | 1 | -1/+1 |
* | * reload.c: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -34/+34 |
* | Change some regsets to regset_heads | crux | 1999-12-20 | 1 | -2/+2 |
* | * caller-save.c (insert_one_insn): Returns struct insn_chain *. | amylaar | 1999-12-15 | 1 | -6/+3 |
* | Simplify reload register allocation | crux | 1999-12-13 | 1 | -19/+3 |
* | * reload.h (earlyclobber_operand_p): Declare. | amylaar | 1999-10-27 | 1 | -0/+3 |
* | Fix typo in last change. | law | 1999-10-17 | 1 | -1/+1 |
* | * reload.h (struct reload): Add new fields "mode" and "nregs". | law | 1999-10-17 | 1 | -0/+6 |
* | Use structures not many single arrays in reload | crux | 1999-09-12 | 1 | -25/+75 |
* | * final.c (cleanup_subreg_operands): New function. | law | 1998-10-27 | 1 | -0/+3 |
* | THe final localized spilling patches. See the ChangeLog for details. | law | 1998-10-27 | 1 | -2/+3 |
* | * Makefile.in (insn-extract.o): Fix dependencies. | law | 1998-10-17 | 1 | -3/+0 |