aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-3/+5
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-04-19re PR middle-end/47976 (Recent gfortran.dg/actual_array_constructor_3.f90 reg...Bernd Schmidt1-27/+11
2011-04-09expr.c (expand_expr_real_1): Use add_to_hard_reg_set function instead of loop.Anatoly Sokolov1-47/+37
2011-03-31reload1.c (elimination_effects): Fix typo in recent change.Jeff Law1-1/+1
2011-03-30reload1.c (reload): Fix botch in last change.Jeff Law1-1/+1
2011-03-30reload.h (reg_equiv_constant): Move into new structure reg_equivs, define acc...Jeff Law1-155/+135
2011-03-26basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou1-110/+16
2011-03-21expr.h (prepare_operand): Move to...Richard Sandiford1-4/+3
2011-01-23re PR rtl-optimization/47166 (SpecCpu2000 Ammp segfaults for ARM with -O3 -mt...Bernd Schmidt1-7/+19
2010-12-30re PR target/44606 (Wrong SPE floating point during computation)Nathan Froyd1-11/+0
2010-11-24revert accidentally committed changesNathan Froyd1-0/+11
2010-11-24cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDE...Nathan Froyd1-11/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-2/+2
2010-11-04re PR bootstrap/44756 ([meta-bug] --enable-werror-always issues)Joern Rennecke1-1/+3
2010-11-03re PR debug/46252 (-fcompare-debug failure (length) with -O -frerun-cse-after...Jakub Jelinek1-1/+1
2010-10-21cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd1-4/+2
2010-10-21basic-block.h (find_fallthru_edge): Define.Nathan Froyd1-3/+1
2010-10-11target.def (preferred_reload_class): New hook.Anatoly Sokolov1-2/+2
2010-10-06re PR rtl-optimization/45394 (gnat fails to build on s390, trunk 20100918)Eric Botcazou1-1/+1
2010-09-29re PR c/45054 (struct-by-value-1.c fail.)Bernd Schmidt1-1/+5
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+2
2010-09-09re PR middle-end/45312 (GCC 4.4.4 miscompiles the Linux kernel)Vladimir Makarov1-154/+0
2010-07-27re PR rtl-optimization/45051 (gcc.c-torture/execute/builtins/abs-2.c and abs-...Bernd Schmidt1-1/+9
2010-07-12Makefile.in (target-globals.o): Depend on reload.h.Richard Sandiford1-16/+8
2010-07-04gcc/Richard Sandiford1-6/+0
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-1/+1
2010-06-30re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke1-4/+8
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-06-27target.h (struct gcc_target): Add register_move_cost field.Anatoly Sokolov1-1/+1
2010-06-17re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt1-8/+4
2010-06-05target.h (struct gcc_target): Add memory_move_cost field.Anatoly Sokolov1-1/+1
2010-06-04re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt1-169/+502
2010-05-28ira.c (ira_bad_reload_regno, [...]): New functions.Jeff Law1-4/+13
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-4/+4
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-17function.c (try_fit_stack_local, [...]): New static functions.Bernd Schmidt1-2/+7
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher1-5/+6
2010-04-10reload1.c (eliminate_regs_in_insn): Don't restore an operand if doing so woul...Bernd Schmidt1-1/+4
2010-03-02reload1.c (rtx_p, [...]): Declare.Jeff Law1-8/+32
2010-02-11reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any modifications ...Jakub Jelinek1-4/+12
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-10-26tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston1-1/+1
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-2/+3
2009-10-20rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford1-19/+8
2009-09-22re PR debug/41295 (gfortran.dg/loc_2.f90 -O3 -g fails on SH with orphaned deb...Alexandre Oliva1-22/+36
2009-09-22reload1.c (reload): Call wrap_constant when substituting reg for equiv inside...Jakub Jelinek1-0/+1
2009-09-14Squash commit of EH in gimpleRichard Henderson1-26/+4
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-3/+53