aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-28emit-rtl.c (remove_unncessary_notes): Remove notes for empty blocks.Mark Mitchell1-0/+42
2000-02-25Copyright fixes.Jeff Law1-1/+2
2000-02-16Move RTL checking code into make_insn_rawNick Clifton1-12/+12
2000-02-06flow.c (flow_delete_insn, [...]): Export.Richard Henderson1-12/+13
2000-01-27emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.Geoff Keating1-14/+51
2000-01-26Only check machine class insns for improper emission of a RETURNNick Clifton1-0/+1
2000-01-23osf.h (TARGET_HAS_XFLOATING_LIBS): Define.Richard Henderson1-17/+26
2000-01-19emit-rtl.c (try_split): Return last_insn if we split the last_insn.Clinton Popetz1-1/+3
2000-01-14If RTL checking is enabled, make sure that emit_insn is not used to emit aNick Clifton1-0/+11
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-7/+7
1999-12-24Makefile.in (toplev.o): Depend on loop.h.Kaveh R. Ghazi1-1/+1
1999-12-20current_function -> cfunBernd Schmidt1-8/+8
1999-12-12combine.c (record_promoted_value): Remove unused variable `links2'.Kaveh R. Ghazi1-1/+0
1999-11-22emit-rtl.c (gen_sequence): Only return the pattern of an insn if its code is ...Andrew Haley1-7/+7
1999-11-04flags.h (flag_renumber_insns): Declare.Mark Mitchell1-4/+15
1999-11-03rtl.h (renumber_insns): New function.Mark Mitchell1-0/+44
1999-11-03defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.Catherine Moore1-1/+2
1999-10-26Reorg reg-stack to use the standard CFG.Jan Hubicka1-0/+28
1999-10-11Bring copy_insn_1 and copy_rtx in sync and simplify themBernd Schmidt1-17/+4
1999-10-10Fix a warning in copy_insn_1Bernd Schmidt1-1/+1
1999-10-08Add functions copy_insn/copy_insn_1; use them in jump.cBernd Schmidt1-0/+196
1999-09-23Fix PA problem in order of initializations.Alex Samuel1-32/+32
1999-09-21emit-rtl.c (init_emit_once): Initialize const_int_rtx before other initializa...Alexandre Oliva1-49/+49
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-18rtl.h (global_rtx_index): New enum.Alex Samuel1-114/+91
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-5/+3
1999-09-14Undo bogus changes from gcc2 mergeBernd Schmidt1-11/+5
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-5/+3
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-3/+10
1999-09-06Merge in gcc2-ss-010999Jeff Law1-9/+24
1999-09-05Makefile.in (ggc-simple.o): Depend on varray.h.Richard Henderson1-34/+24
1999-09-05Makefile.in (stor-layout.o): Depend on ggc.h.Richard Henderson1-0/+9
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+37
1999-09-05c-decl.c (struct language_function): Renamed from struct c_function.Bernd Schmidt1-9/+21
1999-09-04Makefile.in (GGC, GGC_LIB): New.Richard Henderson1-11/+11
1999-09-01emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE to step through CC...Richard Henderson1-4/+3
1999-08-31rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...Zack Weinberg1-1/+1
1999-08-31Fix thinko in last change.Jeff Law1-10/+0
1999-08-31emit-rtl.c (copy_rtx_if_shared): A MEM which references virtual_stack_vars_rt...Jeffrey A Law1-7/+9
1999-08-24Fix more problems from GC diffsBernd Schmidt1-2/+0
1999-08-20rtl.h (rtx_format): Constify a char*.Kaveh R. Ghazi1-3/+3
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-20/+2
1999-08-11emit-rtl.c (mark_reg_pointer): Don't increase the alignment of a register tha...Richard Earnshaw1-2/+8
1999-08-09Include function.h in most files.Bernd Schmidt1-206/+86
1999-08-04Warning fixes:Kaveh R. Ghazi1-1/+0
1999-08-01Backport of GC branch patches part 2: kill stmt status saving.Bernd Schmidt1-2/+1
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-1/+0
1999-07-25builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...Richard Henderson1-0/+2
1999-07-22explow.c (trunc_int_for_mode): New function.Richard Henderson1-20/+1
1999-07-14emit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at thi...Jeffrey A Law1-0/+10