summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL orjakub2001-10-301-3/+12
* * alias.c (can_address_p): No longer static.kenner2001-10-251-12/+38
* * emit-rtl.c (set_mem_attributes): Fix typo in last change.kenner2001-10-241-4/+4
* * alias.c (can_address_p): Compnonents are not addressable ifkenner2001-10-231-47/+48
* * emit-rtl.c (set_mem_attributes): Alignment is in bits.kenner2001-10-201-1/+1
* * emit-rtl.c (set_mem_attributes): Alignment is in bits.kenner2001-10-201-4/+5
* * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.kenner2001-10-191-18/+13
* * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.kenner2001-10-181-8/+49
* * Makefile.in (print-rtl.o): Depend on TREE_H.kenner2001-10-171-55/+102
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-65/+65
* * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.kenner2001-10-011-2/+0
* * function.c (keep_stack_depressed): Don't use delete_insn.kenner2001-10-011-23/+185
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-1/+1
* * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.hubicka2001-09-211-1/+18
* * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURNrth2001-09-191-13/+50
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-31/+80
* * emit-rtl.c (adjust_address): Fix mode for LO_SUM.rth2001-09-091-1/+1
* * calls.c (emit_library_call_value): Don't use a fixedghazi2001-08-311-2/+5
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-22/+7
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * dbxout.c: Fix comment formatting.kazu2001-08-081-6/+6
* 2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>aj2001-08-081-2/+4
* * emit-rtl.c (adjust_address): Make a copy of the memory address.rth2001-07-291-0/+3
* * basic-block.h (redirect_edge_and_branch_force,hubicka2001-07-221-7/+39
* * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.neil2001-07-191-3/+8
* Re-install recently reverted patch.hubicka2001-07-141-1/+1
* Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.geoffk2001-07-131-1/+1
* * emit-rtl.c (try_split): Update mark_jump_label call.hubicka2001-07-131-1/+1
* * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria forkenner2001-07-101-3/+5
* * emit-rtl.c (gen_highpart_mode): New.hubicka2001-07-091-0/+17
* * emit-rtl.c (adjust_address, adjust_address_nv): Handle ankenner2001-07-091-4/+24
* Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>kenner2001-07-091-27/+47
* * emit-rtl.c (change_address): Don't abort if invalid address whilekenner2001-07-041-3/+7
* * emit-rtl.c (replace_equiv_address): New function.kenner2001-07-041-0/+16
* * emit-rtl.c (adjust_address): New function.kenner2001-07-021-1/+15
* Fix ia64-linux bootstrap failure.wilson2001-06-281-0/+7
* 2001-06-19 Eric Christopher <echristo@redhat.com>echristo2001-06-191-12/+14
* * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmodem.hayes2001-06-101-17/+21
* * emit-rtl.c (operand_subword): Remove unused variable.aj2001-06-071-42/+41
* * rtlanal.c (operand_preference): Fix preference for objects.hubicka2001-06-041-79/+7
* * simplify_rtx.c (simplify_subreg): Keep subregs on return values,hubicka2001-06-041-166/+43
* * emit-rtl.c (init_emit_once): Zero unused memory in arth2001-05-221-1/+8
* * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.hubicka2001-05-171-4/+0
* * simplify-rtx.c (simplify_subreg): Break out from ...hubicka2001-05-171-9/+23
* * c-lex.c: NULL_PTR -> NULL.ghazi2001-05-021-1/+1
* 2001-04-27 Andrew Haley <aph@cambridge.redhat.com>aph2001-04-301-1/+15
* * emit-rtl.c (constant_subword): Also do sign extension inamylaar2001-04-251-2/+2
* * emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK checkjakub2001-04-251-1/+1
* When splitting insns, properly update label usage countsbernds2001-04-041-0/+34
* 2001-04-03 Jakub Jelinek <jakub@redhat.com>amacleod2001-04-031-235/+365