| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | re PR target/48551 (Following source code crashes the c++ compiler on coldfir... | Jeff Law | 2016-11-20 | 1 | -3/+4 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | gcov-tool.c (do_merge): Refactore to remove int ret. | Aditya Kumar | 2015-05-07 | 1 | -1/+1 |
* | type reg_equiv_init as rtx_insn_list | Trevor Saunders | 2015-05-02 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -15/+15 |
* | Add header guard to several header files. | Kito Cheng | 2014-09-18 | 1 | -0/+4 |
* | recog_memoized works on an rtx_insn * | David Malcolm | 2014-09-09 | 1 | -1/+1 |
* | Use rtx_expr_list in various places | David Malcolm | 2014-08-27 | 1 | -1/+1 |
* | reload: Use rtx_insn (also touches caller-save.c and config/arc/arc) | David Malcolm | 2014-08-22 | 1 | -6/+6 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 2013-12-10 | 1 | -2/+2 |
* | reload.h (struct reg_equivs): Rename to .. | Joern Rennecke | 2013-08-21 | 1 | -1/+1 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -3/+1 |
* | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 2012-11-17 | 1 | -10/+8 |
* | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 2012-08-14 | 1 | -7/+7 |
* | integrate.c: Remove. | Steven Bosscher | 2012-05-29 | 1 | -4/+0 |
* | postreload.c (reload_cse_regs): Make static. | Steven Bosscher | 2012-05-07 | 1 | -3/+0 |
* | re PR middle-end/48770 (wrong code with -O -fprofile-arcs -fPIC -fno-dce -fno... | Jeff Law | 2011-06-23 | 1 | -1/+1 |
* | reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas... | Anatoly Sokolov | 2011-05-01 | 1 | -1/+1 |
* | reload1.c (reload): Fix botch in last change. | Jeff Law | 2011-03-30 | 1 | -1/+1 |
* | reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc... | Jeff Law | 2011-03-30 | 1 | -15/+64 |
* | reload.h (register_move_cost, [...]): Adjust prototype. | Anatoly Sokolov | 2010-08-15 | 1 | -6/+4 |
* | reload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore... | Richard Sandiford | 2010-07-12 | 1 | -0/+8 |
* | defaults.h (MAX_MOVE_MAX, [...]): Define if not defined. | Richard Sandiford | 2010-07-12 | 1 | -3/+13 |
* | Makefile.in (target-globals.o): Depend on reload.h. | Richard Sandiford | 2010-07-12 | 1 | -9/+31 |
* | target.h (struct gcc_target): Add register_move_cost field. | Anatoly Sokolov | 2010-06-27 | 1 | -0/+2 |
* | target.h (struct gcc_target): Add memory_move_cost field. | Anatoly Sokolov | 2010-06-05 | 1 | -6/+3 |
* | re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ... | Bernd Schmidt | 2010-06-04 | 1 | -0/+4 |
* | coretypes.h (struct simple_bitmap_def, [...]): New core types. | Steven Bosscher | 2010-05-22 | 1 | -3/+5 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | re PR other/43562 (GCC ICE on optimize attribute) | Jie Zhang | 2010-03-31 | 1 | -0/+3 |
* | tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document. | Ben Elliston | 2009-10-26 | 1 | -1/+1 |
* | cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts. | Richard Guenther | 2009-03-23 | 1 | -12/+14 |
* | [multiple changes] | Vladimir Makarov | 2008-08-26 | 1 | -5/+6 |
* | c-pch.c (get_ident): Avoid C++ keywords. | Kaveh R. Ghazi | 2008-07-16 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | reload.h (elimination_target_reg_p): Declare. | Richard Sandiford | 2007-04-27 | 1 | -0/+1 |
* | re PR target/28146 (-O2 produces invalid code on s390-linux-gnu: gcc-4.1.2 20... | Alexandre Oliva | 2006-08-17 | 1 | -0/+1 |
* | local-alloc.c (rest_of_handle_local_alloc): Use VEC instead of VARRAY. | Kazu Hirata | 2006-04-14 | 1 | -1/+1 |
* | reload.h (reg_equiv_invariant): Declare. | J"orn Rennecke | 2005-12-07 | 1 | -0/+1 |
* | re PR target/21623 (ICE in reload_cse_simplify_operands, at postreload.c:391) | J"orn Rennecke | 2005-11-24 | 1 | -9/+7 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | Makefile.in (local-alloc.o): Depend on $(GGC_H) and reload.h. | Bernd Schmidt | 2005-06-15 | 1 | -0/+7 |
* | reload1.c (indirect_symref_ok): Make it global. | Kazu Hirata | 2005-03-23 | 1 | -0/+6 |
* | reload1.c (indirect_symref_ok, [...]): Make them static. | Kazu Hirata | 2005-03-23 | 1 | -6/+0 |
* | * reload.h: Remove struct needs and its only use. | Wolfgang Bangerth | 2004-12-13 | 1 | -10/+0 |
* | reload1.c (reloads_conflict, gen_reload): Make them static. | Kazu Hirata | 2004-11-09 | 1 | -6/+0 |
* | reload.c (refers_to_mem_for_reload_p, [...]): Make them static. | Kazu Hirata | 2004-11-09 | 1 | -10/+0 |