aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)AuthorFilesLines
1998-12-15Cope with inlining functions which return a multiword CONCAT valueNick Clifton1-1/+1
1998-12-07* emit-rtl.c: Fix typo.Mike Stump1-1/+1
1998-11-25emit-rtl.c (gen_lowpart_common): Remove earlier change.Stephen L Moshier1-5/+0
1998-11-25toplev.c (no_new_pseudos): Define.Jeff Law1-5/+3
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-4/+4
1998-11-04* emit-rtl.c (try_split): Fixed error in Oct 10 patch.Herman A.J. ten Brugge1-1/+1
1998-10-28emit-rtl.c (try_split): Do not try to split a BARRIER.Herman A.J. ten Brugge1-2/+4
1998-10-13Warning fixes:Kaveh R. Ghazi1-11/+19
1998-10-08emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.Jeff Law1-0/+8
1998-09-23rtl.h (init_virtual_regs): New function.Mark Mitchell1-5/+13
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-0/+6
1998-09-09emit-rtl.c (gen_lowpart_common): Disable optimization of initialized float-in...Stephen L Moshier1-0/+5
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-4/+19
1998-06-29rtl.h: Update comment about special gen_rtx variants.Mark Mitchell1-0/+2
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+14
1998-05-13Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.Michael Meissner1-0/+9
1998-04-22emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if...John Carr1-5/+8
1998-04-17* emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.Greg McGary1-3/+9
1998-04-17Patch from John Carr to fix sparc v9 failure.John Carr1-1/+8
1998-04-14emit-rtl.c (operand_subword): Rework slightly to avoid bogus warning from pre...Jeff Law1-5/+6
1998-04-10emit-rtl.c (operand_subword): Properly handle CONST_INTs for 64x32 cross builds.Jeffrey A Law1-4/+23
1998-04-01emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.Richard Henderson1-11/+21
1998-04-01c-lex.c (yylex): Initialize traditional_type, ansi_type and type.Jeffrey A Law1-2/+2
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1998-02-18emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.Jeffrey A Law1-0/+9
1998-02-17rtl.h (force_line_numbers, [...]): Declare.Joern Rennecke1-0/+22
1998-02-13Rats. Forgot to change copyrights on the first commit.Robert Lipe1-1/+1
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-1/+0
1998-01-26emit-rtl.c (gen_lowpart_common): Handle more case where converting a CONST_IN...Jeffrey A Law1-7/+3
1998-01-23Remove rest of bytecode stuff, except for the VMS *.com files.Jim Wilson1-2/+0
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-28/+2
1998-01-17emit_rtl.c (init_emit_once): Ensure that potential aliasing between frame_poi...Jeff Law1-2/+6
1998-01-08Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.Richard Henderson1-102/+101
1998-01-01emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST...Jeffrey A Law1-1/+8
1997-12-20bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1-1/+1
1997-12-11rtl.h (global_rtl): New variable, replacing separate variables for commonly u...John F. Carr1-69/+53
1997-12-06Merge from gcc-2.8Jeff Law1-0/+4
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-4/+15
1997-09-22combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...David S. Miller1-1/+2
1997-09-15dwarf2 EH supportJason Merrill1-0/+1
1997-09-10Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli)Jim Wilson1-1/+1
1997-09-02Fix alpha-linux core dump reported by H.J. Lu.Jim Wilson1-0/+20
1997-04-20(change_address, init_emit): Delete forward references.Richard Kenner1-9/+0
1997-03-10(subreg_lowpart_p): Return 0 if SUBREG_REG is VOIDmode.Richard Kenner1-1/+3
1996-11-16(operand_subword): Avoid confusion if sizeof (float) is less than aRichard Kenner1-0/+17
1996-11-15(gen_rtvec_vv): New function.Richard Kenner1-1/+20
1996-11-08(change_address): If MEMREF isn't changing, return the old one.Richard Kenner1-0/+3
1996-10-23(gen_lowpart_common): When converting a floating point value into anRichard Kenner1-3/+5
1996-09-29(mark_user_reg): New function.Richard Kenner1-0/+17