summaryrefslogtreecommitdiff
path: root/gcc/reload1.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3
* tracer.c: Remove duplication declaration.Andreas Jaeger2003-06-161-3/+0
* gcse.c (fis_get_condition): Make it a global function.Kazu Hirata2003-06-121-0/+24
* re PR rtl-optimization/8812 ([avr] Registers allocated for two uses at once)James E Wilson2003-06-101-5/+18
* re PR inline-asm/10890 (ICE in merge_assigned_reloads building Linux 2.4.2x s...James E Wilson2003-06-061-3/+5
* reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's patch.Alexandre Oliva2003-05-111-9/+3
* reload1.c (reload_cse_move2add): Don't turn an implicit truncation into a sel...Alexandre Oliva2003-05-091-4/+17
* emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque2003-05-031-11/+15
* * reload1.c (reg_set_luid): Fix a comment typo.Kazu Hirata2003-04-271-1/+1
* * reload1.c: Revert my previous patch on 2002-04-17.Kazu Hirata2003-04-181-34/+0
* reload1.c (move2add_last_cc0): New.Kazu Hirata2003-04-171-0/+34
* reload1.c (reload_cse_noop_set_p): Return false if mode of SET_DEST is not th...Alexandre Oliva2003-04-171-0/+3
* optabs.c: Comment that gen_add2_insn and others may actually return emitted i...Alexandre Oliva2003-04-091-5/+19
* * reload1.c (reload_cse_move2add): Fix a comment typo.Kazu Hirata2003-03-301-1/+1
* reload1.c (reload_as_needed): Allow a USE in asm reloads.Alan Modra2003-03-291-0/+1
* reload1.c (choose_reload_regs): Use && instead of || with REG_CANNOT_CHANGE_M...Glen Nakamura2003-03-151-1/+1
* reload.c (reload_adjust_reg_for_mode): New function.Alexandre Oliva2003-03-041-5/+5
* * reload1.c (reload_cse_move2add): Remove variable success.Kazu Hirata2003-03-031-7/+5
* reload1.c (sext_for_mode): Remove.Kazu Hirata2003-02-281-35/+17
* reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS does not reduce ...Kazu Hirata2003-02-251-1/+36
* re PR rtl-optimization/7702 (gcc-3.2 optimization problem on a DEC alpha unde...Falk Hueffner2003-02-141-1/+7
* reload1.c (first_label_num): New.John David Anglin2003-02-111-27/+23
* cfgrtl.c (verify_flow_info): Use control_flow_insn_p.Jan Hubicka2003-02-091-0/+8
* [multiple changes]Richard Henderson2003-02-011-0/+8
* emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka2003-01-241-3/+4
* Make-lang.in (f/target.o): Depend on toplev.h.Kaveh R. Ghazi2003-01-161-1/+1
* arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned warning.Kaveh R. Ghazi2003-01-161-3/+3
* Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke2003-01-131-1/+1
* defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke2003-01-091-5/+10
* re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka2003-01-071-0/+5
* regmove.c: Fix comment typos.Kazu Hirata2002-12-241-6/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-12-191-2/+2
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-10/+6
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson2002-12-091-2/+6
* hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): New.Aldy Hernandez2002-11-041-8/+7
* reload1.c (update_eliminables): Unconditionally check if frame_pointer_needed...Kazu Hirata2002-10-291-4/+0
* ChangeLog.1: Fix typos.Kazu Hirata2002-10-281-1/+1
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-2/+2
* * reload1.c (reload): Fix a comment typo.Kazu Hirata2002-10-271-1/+1
* Fix x86 miscompilation of gdb mips simulator.Jim Wilson2002-10-151-4/+18
* reload.c (push_reload): Handle subregs and secondary memory.Jan Hubicka2002-09-301-4/+6
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-8/+8
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-1/+1
* In reload, retain only those clobbers added for variable-array handling.Dale Johannesen2002-09-051-4/+7
* Insert memory clobbers before the code that pops variable arrays.Dale Johannesen2002-08-141-3/+7
* reload.c (find_reloads): Handle constraint letters marked by EXTRA_ADDRESS_CO...Ulrich Weigand2002-08-141-2/+6
* reload1.c (reload_cse_simplify): Before checking REG_FUNCTION_VALUE_P, check ...Hans-Peter Nilsson2002-08-141-1/+2
* fold-const.c: Fix comment typos.Kazu Hirata2002-07-301-1/+1
* defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth2002-07-231-3/+0