Age | Commit message (Expand) | Author | Files | Lines |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -4/+19 |
1998-06-29 | rtl.h: Update comment about special gen_rtx variants. | Mark Mitchell | 1 | -0/+2 |
1998-06-25 | invoke.texi (-fstrict-aliasing): Document. | Mark Mitchell | 1 | -0/+14 |
1998-05-13 | Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o. | Michael Meissner | 1 | -0/+9 |
1998-04-22 | emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if... | John Carr | 1 | -5/+8 |
1998-04-17 | * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo. | Greg McGary | 1 | -3/+9 |
1998-04-17 | Patch from John Carr to fix sparc v9 failure. | John Carr | 1 | -1/+8 |
1998-04-14 | emit-rtl.c (operand_subword): Rework slightly to avoid bogus warning from pre... | Jeff Law | 1 | -5/+6 |
1998-04-10 | emit-rtl.c (operand_subword): Properly handle CONST_INTs for 64x32 cross builds. | Jeffrey A Law | 1 | -4/+23 |
1998-04-01 | emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS. | Richard Henderson | 1 | -11/+21 |
1998-04-01 | c-lex.c (yylex): Initialize traditional_type, ansi_type and type. | Jeffrey A Law | 1 | -2/+2 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-02-18 | emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__. | Jeffrey A Law | 1 | -0/+9 |
1998-02-17 | rtl.h (force_line_numbers, [...]): Declare. | Joern Rennecke | 1 | -0/+22 |
1998-02-13 | Rats. Forgot to change copyrights on the first commit. | Robert Lipe | 1 | -1/+1 |
1998-02-13 | c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors. | Robert Lipe | 1 | -1/+0 |
1998-01-26 | emit-rtl.c (gen_lowpart_common): Handle more case where converting a CONST_IN... | Jeffrey A Law | 1 | -7/+3 |
1998-01-23 | Remove rest of bytecode stuff, except for the VMS *.com files. | Jim Wilson | 1 | -2/+0 |
1998-01-20 | Makefile.in: Remove all bytecode support. | Jeffrey A Law | 1 | -28/+2 |
1998-01-17 | emit_rtl.c (init_emit_once): Ensure that potential aliasing between frame_poi... | Jeff Law | 1 | -2/+6 |
1998-01-08 | Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits. | Richard Henderson | 1 | -102/+101 |
1998-01-01 | emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST... | Jeffrey A Law | 1 | -1/+8 |
1997-12-20 | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
1997-12-11 | rtl.h (global_rtl): New variable, replacing separate variables for commonly u... | John F. Carr | 1 | -69/+53 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 1 | -0/+4 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -4/+15 |
1997-09-22 | combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal... | David S. Miller | 1 | -1/+2 |
1997-09-15 | dwarf2 EH support | Jason Merrill | 1 | -0/+1 |
1997-09-10 | Fix problem reported by chris@lslsun.epfl.ch (Christian Iseli) | Jim Wilson | 1 | -1/+1 |
1997-09-02 | Fix alpha-linux core dump reported by H.J. Lu. | Jim Wilson | 1 | -0/+20 |
1997-04-20 | (change_address, init_emit): Delete forward references. | Richard Kenner | 1 | -9/+0 |
1997-03-10 | (subreg_lowpart_p): Return 0 if SUBREG_REG is VOIDmode. | Richard Kenner | 1 | -1/+3 |
1996-11-16 | (operand_subword): Avoid confusion if sizeof (float) is less than a | Richard Kenner | 1 | -0/+17 |
1996-11-15 | (gen_rtvec_vv): New function. | Richard Kenner | 1 | -1/+20 |
1996-11-08 | (change_address): If MEMREF isn't changing, return the old one. | Richard Kenner | 1 | -0/+3 |
1996-10-23 | (gen_lowpart_common): When converting a floating point value into an | Richard Kenner | 1 | -3/+5 |
1996-09-29 | (mark_user_reg): New function. | Richard Kenner | 1 | -0/+17 |
1996-07-23 | install EH code | Mike Stump | 1 | -0/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -9/+10 |
1996-03-10 | (free_insn): New variable. | Richard Kenner | 1 | -3/+21 |
1996-02-19 | (operand_subword): For 32-bit targets, return | Richard Earnshaw | 1 | -0/+14 |
1996-02-13 | (gen_lowpart): Could return without a value. | Richard Kenner | 1 | -1/+2 |
1995-12-27 | (regno_pointer_align): New variable. | Richard Kenner | 1 | -148/+61 |
1995-12-19 | (return_address_pointer_rtx): New global variable. | Jim Wilson | 1 | -0/+14 |
1995-09-14 | (gen_lowpart): If gen_lowpart_common fails for a REG, load it into a | Richard Kenner | 1 | -0/+7 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -3/+3 |
1995-04-25 | (gen_highpart): Add comment about broken implementation. | Richard Kenner | 1 | -0/+6 |
1995-04-14 | (gen_sequence): If the insn has a non-null CALL_INSN_FUNCTION_USAGE field... | Doug Evans | 1 | -1/+3 |
1995-03-08 | (gen_inline_header): Add new parm FORCED_LABELS. | Richard Kenner | 1 | -3/+5 |