aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov1-4/+5
2009-08-14re PR rtl-optimization/41064 (build breakage for cris-elf building newlib, IC...Hans-Peter Nilsson1-3/+8
2009-08-10re PR middle-end/37053 (ICE in reload_cse_simplify_operands, at postreload.c:...Ulrich Weigand1-16/+10
2009-06-30target.h (struct gcc_target): Add frame_pointer_required field.Anatoly Sokolov1-1/+2
2009-06-22alias.c: Use REG_P...Shujing Zhao1-10/+10
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-10/+31
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-10/+13
2009-04-16rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.Ian Lance Taylor1-1/+1
2009-04-02reload1.c (fixup_eh_region_notes): Remove write-only "trap_count" variable.Jeff Law1-12/+3