aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-03emit-rtl.c: Likewise.Kazu Hirata1-6/+6
2002-06-02loop.c (emit_prefetch_instructions): Properly place the address computation.Jan Hubicka1-17/+26
2002-05-30rtl.h (clear_emit_caches): Delete.David S. Miller1-33/+0
2002-05-22re PR c/6643 (gcc fails in tree check for assignment to variable sized array)Jakub Jelinek1-0/+1
2002-05-13emit-rtl.c (global_rtl): Update comment.Zack Weinberg1-36/+170
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-0/+86
2002-05-05cse.c: Fix formatting.Kazu Hirata1-32/+33
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson1-13/+13
2002-04-12emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET not specified.Richard Kenner1-1/+1
2002-03-31emit-rtl.c (adjust_address_1, [...]): Cast value to unsigned HOST_WIDE_INT, n...Richard Kenner1-11/+13
2002-03-23real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg1-13/+7
2002-03-19emit-rtl.c (gen_int_mode): New function.Lars Brinkhoff1-0/+8
2002-03-14emit-rtl.c (try_split): Use delete_insns.Jan Hubicka1-1/+1
2002-03-09emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.Richard Kenner1-2/+5
2002-03-08rtl.c (copy_most_rtx): Move from here ...Richard Kenner1-0/+100
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-0/+11
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-146/+1
2002-03-02* emit-rtl.c (offset_address): Call update_temp_slot_address.Richard Kenner1-0/+1
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-0/+9
2002-02-26emit-rtl.c (gen_const_vector_0): Remove TYPE argument.Ryan T. Sammartino1-9/+5
2002-02-21emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...Richard Henderson1-3/+20
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+45
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson1-0/+1
2002-01-29emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM is a fixed r...John David Anglin1-1/+2
2002-01-27emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode if not ST...Richard Kenner1-1/+2
2002-01-25emit-rtl.c (gen_rtx_REG): Always return the same rtx for PIC_OFFSET_TABLE_REG...Steve Ellcey1-1/+3
2002-01-24emit_rtl.c (gen_lowpart_common): Conversion from const_int to const_double ne...Hartmut Penner1-2/+4
2002-01-06emit-rtl.c (gen_highpart): Add check for NULL_RTX.Craig Rodrigues1-1/+1
2002-01-01attribs.c (handle_vector_size_attribute): Use host_integerp and tree_int_cst;...Richard Kenner1-6/+8
2001-12-18emit-rtl.c (widen_memory_access): Only call compare_tree_int on an INTEGER_CST.Richard Kenner1-1/+2
2001-12-13emit-rtl.c (adjust_address_1): Don't adjust address if adjust is false.Richard Henderson1-11/+14
2001-12-12emit-rtl.c (adjust_address_1): Always copy address to avoid shared rtl.Richard Henderson1-7/+9
2001-12-11emit-rtl.c (widen_memory_access): New.Richard Henderson1-0/+78
2001-12-05emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl underneath C...Richard Kenner1-6/+26
2001-12-05emit-rtl.c (set_unique_reg_note): Don't set a REG_EQUAL or REG_EQUIV note if ...John Wehle1-5/+24
2001-12-03emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extension of array eleme...Geoffrey Keating1-4/+4
2001-12-03c-decl.c (grokdeclarator): Use ISO word.Neil Booth1-1/+1
2001-12-02rtl.h (mem_attrs): Rename decl to expr; adjust all users.Richard Henderson1-20/+92
2001-12-02emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INT before s...David Edelsohn1-2/+4
2001-11-29emit-rtl.c (gen_lowpart_common): Fix conversion of REAL_VALUE_TYPEs to an arr...Geoffrey Keating1-34/+18
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-5/+5
2001-11-20* emit-rtl.c (get_mem_attrs): Fix typo.Richard Kenner1-1/+1
2001-11-18tree.h (TYPE_ALIGN_OK): New flag.Richard Kenner1-4/+4
2001-11-15alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.Richard Kenner1-3/+4
2001-11-13emit-rtl.c (adjust_address_1): Add ADJUST argument.Jakub Jelinek1-10/+29
2001-11-13* emit-rtl.c (change_address): Fix typo in alias setting.Richard Kenner1-2/+1
2001-11-12emit-rtl.c (set_mem_attributes): If making object, can set alignment from type.Richard Kenner1-5/+7
2001-11-09* emit-rtl.c (set_mem_attributes): Get alignments for constants.Richard Kenner1-0/+9
2001-11-06Clean up langhooksNeil Booth1-0/+1
2001-11-03cselib.c (cselib_subst_to_values, [...]): Remove reference to CONST_DOUBLE_ME...Richard Kenner1-11/+8