summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
...
* * flow.c (flow_delete_insn, make_edge, remove_edge): Export.rth2000-02-061-12/+13
* * emit-rtl.c (unshare_all_rtl): Unshare virtual parameters too.geoffk2000-01-271-14/+51
* Only check machine class insns for improper emission of a RETURNnickc2000-01-261-0/+1
* * alpha/osf.h (TARGET_HAS_XFLOATING_LIBS): Define.rth2000-01-241-17/+26
* * emit-rtl.c (try_split): Return last_insn if we split thecpopetz2000-01-201-1/+3
* If RTL checking is enabled, make sure that emit_insn is not used to emit anickc2000-01-141-0/+11
* * eh-common.h: PROTO -> PARAMS.ghazi2000-01-141-7/+7
* * Makefile.in (toplev.o): Depend on loop.h.ghazi1999-12-241-1/+1
* current_function -> cfuncrux1999-12-201-8/+8
* * combine.c (record_promoted_value): Remove unused variableghazi1999-12-121-1/+0
* Fri Nov 12 14:08:40 1999 Andrew Haley <aph@cygnus.com>aph1999-11-221-7/+7
* * flags.h (flag_renumber_insns): Declare.mmitchel1999-11-041-4/+15
* * rtl.h (renumber_insns): New function.mmitchel1999-11-031-0/+44
* * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.clm1999-11-031-1/+2
* Reorg reg-stack to use the standard CFG.rth1999-10-271-0/+28
* Bring copy_insn_1 and copy_rtx in sync and simplify themcrux1999-10-111-17/+4
* Fix a warning in copy_insn_1crux1999-10-101-1/+1
* Add functions copy_insn/copy_insn_1; use them in jump.ccrux1999-10-081-0/+196
* Fix PA problem in order of initializations.samuel1999-09-231-32/+32
* * emit-rtl.c (init_emit_once): Initialize const_int_rtx beforeoliva1999-09-211-49/+49
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * rtl.h (global_rtx_index): New enum.rth1999-09-181-114/+91
* * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.rth1999-09-161-5/+3
* Undo bogus changes from gcc2 mergecrux1999-09-141-11/+5
* * function.h (free_after_compilation): Remove decl parameter.mmitchel1999-09-091-5/+3
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-3/+10
* Merge in gcc2-ss-010999law1999-09-071-9/+24
* * Makefile.in (ggc-simple.o): Depend on varray.h.mmitchel1999-09-051-34/+24
* * Makefile.in (stor-layout.o): Depend on ggc.h.mmitchel1999-09-051-0/+9
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-0/+37
* * c-decl.c (struct language_function): Renamed from struct c_function.mmitchel1999-09-051-9/+21
* * Makefile.in (GGC, GGC_LIB): New.mmitchel1999-09-041-11/+11
* * emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODErth1999-09-021-4/+3
* 1999-08-31 12:20 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-311-1/+1
* Fix thinko in last change.law1999-08-311-10/+0
* * emit-rtl.c (copy_rtx_if_shared): A MEM which referenceslaw1999-08-311-7/+9
* Fix more problems from GC diffscrux1999-08-241-2/+0
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-3/+3
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-20/+2
* * emit-rtl.c (mark_reg_pointer): Don't increase the alignment oflaw1999-08-111-2/+8
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-206/+86
* Warning fixes:ghazi1999-08-041-1/+0
* Backport of GC branch patches part 2: kill stmt status saving.crux1999-08-011-2/+1
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-1/+0
* * builtins.c (expand_builtin_saveregs): Remove static, remove exprth1999-07-261-0/+2
* * explow.c (trunc_int_for_mode): New function.rth1999-07-231-20/+1
* * emit-rtl.c (gen_realpart): Issue an error for cases GCC can notlaw1999-07-141-0/+10
* Jakub Jelinek <jj@ultra.linux.cz>rth1999-06-211-0/+16
* * emit-rtl.c (operand_subword): Tighten checks for when it is safelaw1999-06-171-3/+26
* * emit-rtl.c (start_sequence): Expand comments.mmitchel1999-04-291-7/+23