summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* * emit-rtl.c (gen_rtx_REG): Temporarily turn off automaticlaw2002-06-161-1/+8
* * emit-rtl.c (static_regno_reg_rtx): Define.law2002-06-131-4/+23
* 2002-06-11 David S. Miller <davem@redhat.com>davem2002-06-121-4/+8
* * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get thelaw2002-06-111-1/+1
* 2002-06-11 David S. Miller <davem@redhat.com>davem2002-06-111-5/+2
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-327/+480
* * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.law2002-06-081-0/+6
* * i386.md (and promoting splitters): Disable QI to SImode promotinghubicka2002-06-061-1/+77
* * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): Newdanglin2002-06-061-0/+36
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-111/+33
* * emit-rtl.c: Likewise.kazu2002-06-031-6/+6
* * loop.c (emit_prefetch_instructions): Properly place the address computation.hubicka2002-06-021-17/+26
* 2002-05-29 David S. Miller <davem@redhat.com>davem2002-05-301-33/+0
* PR c/6643jakub2002-05-221-0/+1
* * emit-rtl.c (global_rtl): Update comment.zack2002-05-131-36/+170
* * cfglayout.c (function_tail_eff_head): Rename to ...hubicka2002-05-081-0/+86
* * cse.c: Fix formatting.kazu2002-05-051-32/+33
* * rtl.h (RTX_FLAG): New macro.janis2002-04-221-13/+13
* * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSETkenner2002-04-121-1/+1
* * emit-rtl.c (adjust_address_1, offset_address): Cast value tokenner2002-03-311-11/+13
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-13/+7
* * emit-rtl.c (gen_int_mode): New function.rth2002-03-191-0/+8
* * emit-rtl.c (try_split): Use delete_insns.hubicka2002-03-141-1/+1
* * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.kenner2002-03-091-2/+5
* * rtl.c (copy_most_rtx): Move from here ...kenner2002-03-081-0/+100
* * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.hubicka2002-03-061-0/+11
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-146/+1
* * emit-rtl.c (offset_address): Call update_temp_slot_address.kenner2002-03-021-0/+1
* * basic-block.h (BB_REACHABLE): Renumber.hubicka2002-02-281-0/+9
* * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.rth2002-02-271-9/+5
* * emit-rtl.c (offset_address): Use simplify_gen_binary ratherrth2002-02-211-3/+20
* 2002-02-19 Aldy Hernandez <aldyh@redhat.com>aldyh2002-02-191-0/+45
* * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.rth2002-01-311-0/+1
* * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUMdanglin2002-01-291-1/+2
* * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmodekenner2002-01-271-1/+2
* * emit-rtl.c (gen_rtx_REG): Always return the same rtxrth2002-01-261-1/+3
* * emit_rtl.c (gen_lowpart_common): Conversion from const_inthpenner2002-01-241-2/+4
* 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-061-1/+1
* * attribs.c (handle_vector_size_attribute): Use host_integerpkenner2002-01-011-6/+8
* * emit-rtl.c (widen_memory_access): Only call compare_tree_intkenner2001-12-181-1/+2
* * emit-rtl.c (adjust_address_1): Don't adjust address if adjustrth2001-12-131-11/+14
* * emit-rtl.c (adjust_address_1): Always copy address to avoidrth2001-12-121-7/+9
* * emit-rtl.c (widen_memory_access): New.rth2001-12-121-0/+78
* * emit-rtl.c (component_ref_for_mem_expr): Try harder to find declkenner2001-12-051-6/+26
* * emit-rtl.c (set_unique_reg_note): Don't setwehle2001-12-051-5/+24
* * emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extensiongeoffk2001-12-031-4/+4
* * c-decl.c (grokdeclarator): Use ISO word.neil2001-12-031-1/+1
* * rtl.h (mem_attrs): Rename decl to expr; adjust all users.rth2001-12-021-20/+92
* * emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INTdje2001-12-021-2/+4
* * emit-rtl.c (gen_lowpart_common): Fix conversion oflaw2001-11-291-34/+18