summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not themmitchel2001-03-151-3/+5
* 2001-03-12 Jeffrey Oldham <oldham@codesourcery.com>oldham2001-03-121-1/+0
* * emit-rtl.c (remove_unnecessary_notes): Verify proper nestingrth2001-03-071-25/+55
* * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin2001-03-021-3/+3
* * tree.h (BLOCK_DEAD): New macro.kenner2001-02-241-0/+1
* * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM tohubicka2001-02-131-3/+2
* * diagnostic.h (set_internal_error_function): Renamed.kenner2001-02-041-2/+4
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-1/+0
* Remove {save|restore}_machine_status.nickc2001-01-101-3/+3
* * simplify-rtx.c (cfc_args): add "unordered" field.hubicka2001-01-051-14/+6
* Introduce ORIGINAL_REGNO macrobernds2000-12-291-13/+27
* * function.h (emit_status): Delete member regno_pointer_flag andlaw2000-11-301-28/+20
* * config/sh/sh-protos.h (symbol_ref_operand): Declare.aoliva2000-11-251-0/+8
* * emit-rtl.c (gen_lowpart_common): Use word 0 if register modeaoliva2000-11-231-2/+5
* * alpha.c (check_float_value): Use memcpy, not bcopy.ghazi2000-11-101-2/+2
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * c-common.c (back_end_hook): New variable.mmitchel2000-10-181-6/+6
* Remove obstacks.mmitchel2000-10-131-63/+6
* * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversionjakub2000-10-051-8/+18
* * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG whenrth2000-09-251-1/+2
* * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.rth2000-09-241-7/+2
* * emit-rtl.c (init_emit_once): Initialize const_tiny_rtxrth2000-09-181-0/+4
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-4/+1