aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-11/+8
2001-11-03emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a constant exp...Richard Kenner1-2/+15
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-3/+12
2001-10-25alias.c (can_address_p): No longer static.Richard Kenner1-12/+38
2001-10-24emit-rtl.c (set_mem_attributes): Fix typo in last change.Richard Kenner1-4/+4
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-47/+48
2001-10-20emit-rtl.c (set_mem_attributes): Alignment is in bits.Richard Kenner1-1/+1
2001-10-20emit-rtl.c (set_mem_attributes): Alignment is in bits.Richard Kenner1-4/+5
2001-10-19langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.Richard Kenner1-18/+13
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-8/+49
2001-10-17Makefile.in (print-rtl.o): Depend on TREE_H.Richard Kenner1-55/+102
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-65/+65
2001-10-01alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.Richard Kenner1-2/+0
2001-10-01function.c (keep_stack_depressed): Don't use delete_insn.Richard Kenner1-23/+185
2001-09-25Makefile.in (cfgrtl.o): Add.Jan Hubicka1-1/+1
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-1/+18
2001-09-19emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN and NON_LOCAL_GO...Richard Henderson1-13/+50
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-31/+80
2001-09-09* emit-rtl.c (adjust_address): Fix mode for LO_SUM.Richard Henderson1-1/+1
2001-08-31calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE,...Kaveh R. Ghazi1-2/+5
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-6/+6
2001-08-08emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ...Jan van Male1-2/+4
2001-07-28* emit-rtl.c (adjust_address): Make a copy of the memory address.Richard Henderson1-0/+3
2001-07-22basic-block.h (redirect_edge_and_branch_force, [...]): Declare.Jan Hubicka1-7/+39
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-3/+8
2001-07-14Re-install recently reverted patch.Jan Hubicka1-1/+1
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating1-1/+1
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka1-1/+1
2001-07-10emit-rtl.c (adjust_address, [...]): Change criteria for whether can put offse...Richard Kenner1-3/+5
2001-07-09emit-rtl.c (gen_highpart_mode): New.Jan Hubicka1-0/+17
2001-07-09emit-rtl.c (adjust_address, [...]): Handle an address that is a LO_SUM specia...Richard Kenner1-4/+24
2001-07-09[multiple changes]Richard Kenner1-27/+47
2001-07-04emit-rtl.c (change_address): Don't abort if invalid address while reload is i...Richard Kenner1-3/+7
2001-07-04emit-rtl.c (replace_equiv_address): New function.Richard Kenner1-0/+16
2001-07-02emit-rtl.c (adjust_address): New function.Richard Kenner1-1/+15
2001-06-27Fix ia64-linux bootstrap failure.Jim Wilson1-0/+7
2001-06-19emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are UNI...Eric Christopher1-12/+14
2001-06-10emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are one...Michael Hayes1-17/+21
2001-06-07* emit-rtl.c (operand_subword): Remove unused variable.Andreas Jaeger1-42/+41
2001-06-04rtlanal.c (operand_preference): Fix preference for objects.Jan Hubicka1-79/+7
2001-06-04simplify_rtx.c (simplify_subreg): Keep subregs on return values...Jan Hubicka1-166/+43
2001-05-21emit-rtl.c (init_emit_once): Zero unused memory in a CONST_DOUBLE.Richard Henderson1-1/+8
2001-05-17integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.Jan Hubicka1-4/+0
2001-05-17simplify-rtx.c (simplify_subreg): Break out from ...Jan Hubicka1-9/+23
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-1/+1
2001-04-30emit-rtl.c (try_split): Copy EH notes to sequence.Andrew Haley1-1/+15
2001-04-25emit-rtl.c (constant_subword): Also do sign extension in BITS_PER_WORD == 16 ...J"orn Rennecke1-2/+2
2001-04-25emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check if check_mod...Jakub Jelinek1-1/+1