aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-09Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET.Hans-Peter Nilsson1-4/+6
2007-09-09revert: regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-2/+0
2007-09-07regrename.c (copyprop_hardreg_forward_1): New variable next.Laurynas Biveinis1-0/+2
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-1/+1
2007-09-01c-common.c (const_strip_array_types): Delete.Kaveh R. Ghazi1-182/+72
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-61/+68
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-72/+182
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-23rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu1-2/+114
2007-08-15re PR middle-end/33074 (ICE in copy_insn_1, at emit-rtl.c:4925)Jakub Jelinek1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-1/+1
2007-08-12emit-rtl.c (try_split): Relink the insns with REG_LIBCALL note and with REG_R...Sa Liu1-1/+13
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-4/+4
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+61
2007-08-02emit-rtl.c (reset_used_decls): Rename to...Richard Sandiford1-7/+15
2007-07-30alias.c (mems_in_disjoint_alias_sets_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-29attribs.c (hash_attr, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-5/+5
2007-07-25cfglayout.c (insn_scope, insn_line): Constify.Kaveh R. Ghazi1-5/+5
2007-07-11emit-rtl.c (gen_reg_rtx): Check can_create_pseudo_p rather than no_new_pseudos.Ian Lance Taylor1-3/+1
2007-06-29emit-rtl.c (init_emit_once): Intilize const_tiny_rtx[0] for complex modes (bo...Andrew Pinski1-0/+16
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-77/+120
2007-06-07re PR target/31850 (gcc.c-torture/compile/limits-fnargs.c is slow at compilin...Steve Ellcey1-0/+12
2007-05-24invoke.texi (-fdump-unnumbered): Update docs when line number notes are gone.Jan Hubicka1-0/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-17/+9
2007-05-08emit-rtl.c (unshare_all_rtl_1): Don't copy DECL_RTL.Kazu Hirata1-30/+3
2007-04-28alpha.c (alpha_output_mi_thunk_osf): Use insn_locators_alloc instead of insn_...Jan Hubicka1-39/+3
2007-04-24Revert:Jan Hubicka1-3/+39
2007-04-23function.c (init_function_start): Don't init line number info.Jan Hubicka1-39/+3
2007-04-01emit-rtl.c (emit_insn_before_setloc): Do not ICE when asked to emit before ve...Jan Hubicka1-1/+4
2007-03-04emit-rtl.c (find_auto_inc): New.Roman Zippel1-9/+47
2007-02-14emit-rtl.c (set_mem_attributes_minus_bitpos): Treat complex types as aggregat...Joseph Myers1-2/+5
2007-02-03emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi1-3/+3
2007-02-02emit-rtl.c (renumber_insns): Remove.Kazu Hirata1-27/+0
2007-02-01lower-subreg.c: New file.Ian Lance Taylor1-6/+29
2007-01-01emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for INSN_LIST.Jan Hubicka1-1/+1
2006-12-30emit-rt.c (emit_copy_of_insn_after): Fix bug causing exponential amount of co...Jan Hubicka1-6/+4
2006-11-30emit-rtl.c (verify_rtl_sharing): Handle SEQUENCE specially when clearing the ...Kaz Kojima1-0/+14
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-61/+0
2006-04-03builtins.c (dummy_object): Use build_int_cst instead of convert.Roger Sayle1-3/+5
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-74/+0
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+4
2006-02-23emit-rtl.c (immed_double_const): Cleanup.Zdenek Dvorak1-50/+14
2006-02-18re PR target/9703 ([arm] Accessing data through constant pool more times coul...Richard Sandiford1-44/+35
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-3/+3
2006-01-28emit-rtl.c (init_virtual_regs): Make it static.Kazu Hirata1-1/+1
2006-01-16rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki1-2/+1
2006-01-03re PR rtl-optimization/25130 (miscompilation in GCSE)Steven Bosscher1-3/+6
2005-12-19optabs.c (init_floating_libfuncs): Handle decimal float modes.Jon Grimm1-4/+16