aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-3/+0
2003-06-12gcse.c (fis_get_condition): Make it a global function.Kazu Hirata1-0/+24
2003-06-10re PR rtl-optimization/8812 ([avr] Registers allocated for two uses at once)James E Wilson1-5/+18
2003-06-06re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x s...James E Wilson1-3/+5
2003-05-11reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's patch.Alexandre Oliva1-9/+3
2003-05-09reload1.c (reload_cse_move2add): Don't turn an implicit truncation into a sel...Alexandre Oliva1-4/+17
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-11/+15
2003-04-27* reload1.c (reg_set_luid): Fix a comment typo.Kazu Hirata1-1/+1
2003-04-18* reload1.c: Revert my previous patch on 2002-04-17.Kazu Hirata1-34/+0
2003-04-17reload1.c (move2add_last_cc0): New.Kazu Hirata1-0/+34
2003-04-17reload1.c (reload_cse_noop_set_p): Return false if mode of SET_DEST is not th...Alexandre Oliva1-0/+3
2003-04-09optabs.c: Comment that gen_add2_insn and others may actually return emitted i...Alexandre Oliva1-5/+19
2003-03-30* reload1.c (reload_cse_move2add): Fix a comment typo.Kazu Hirata1-1/+1
2003-03-29reload1.c (reload_as_needed): Allow a USE in asm reloads.Alan Modra1-0/+1
2003-03-15reload1.c (choose_reload_regs): Use && instead of || with REG_CANNOT_CHANGE_M...Glen Nakamura1-1/+1
2003-03-04reload.c (reload_adjust_reg_for_mode): New function.Alexandre Oliva1-5/+5
2003-03-03* reload1.c (reload_cse_move2add): Remove variable success.Kazu Hirata1-7/+5
2003-02-28reload1.c (sext_for_mode): Remove.Kazu Hirata1-35/+17
2003-02-25reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS does not reduce ...Kazu Hirata1-1/+36
2003-02-14re PR rtl-optimization/7702 (gcc-3.2 optimization problem on a DEC alpha unde...Falk Hueffner1-1/+7
2003-02-11reload1.c (first_label_num): New.John David Anglin1-27/+23
2003-02-09cfgrtl.c (verify_flow_info): Use control_flow_insn_p.Jan Hubicka1-0/+8
2003-02-01[multiple changes]Richard Henderson1-0/+8
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-3/+4
2003-01-16Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi1-1/+1
2003-01-16arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi1-3/+3
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-5/+10
2003-01-07re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka1-0/+5
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-6/+6
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-10/+6
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-12-09target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson1-2/+6
2002-11-04hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez1-8/+7
2002-10-29reload1.c (update_eliminables): Unconditionally check if frame_pointer_needed...Kazu Hirata1-4/+0
2002-10-28ChangeLog.1: Fix typos.Kazu Hirata1-1/+1
2002-10-27combine.c: Fix comment formatting.Kazu Hirata1-2/+2
2002-10-27* reload1.c (reload): Fix a comment typo.Kazu Hirata1-1/+1
2002-10-15Fix x86 miscompilation of gdb mips simulator.Jim Wilson1-4/+18
2002-09-30reload.c (push_reload): Handle subregs and secondary memory.Jan Hubicka1-4/+6
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-8/+8
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-05In reload, retain only those clobbers added for variable-array handling.Dale Johannesen1-4/+7
2002-08-14Insert memory clobbers before the code that pops variable arrays.Dale Johannesen1-3/+7
2002-08-14reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand1-2/+6
2002-08-14reload1.c (reload_cse_simplify): Before checking REG_FUNCTION_VALUE_P, check ...Hans-Peter Nilsson1-1/+2
2002-07-30fold-const.c: Fix comment typos.Kazu Hirata1-1/+1
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth1-3/+0
2002-07-21* reload1.c (fixup_abnormal_edges): Remove unused variable.Andreas Jaeger1-1/+0