aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1993-05-11(memory.h): Don't try to read it if it doesn't exist.Richard Stallman1-2/+2
1993-05-11(output_move_double): Use operand 0 to get SIZE.Richard Stallman1-1/+1
1993-05-11(change_main_variant): New function.Richard Stallman1-8/+47
1993-05-11(complete_array_type): Call change_main_variant.Richard Stallman1-1/+5
1993-05-10(copy_loop_body): Copy REG_NOTES during main loopJim Wilson1-14/+9
1993-05-10(output_epilog): Fix minor error in instructions used to restore stackRichard Kenner1-2/+2
1993-05-10fixed previous change to TRAMPOLINE_TEMPLATEJohn Hassey1-4/+4
1993-05-10Do not divide by sizes by 0.Michael Meissner1-1/+6
1993-05-10(TRAMPOLINE_TEMPLATE): Fixed invalid bsr insn.John Hassey1-2/+7
1993-05-10Don't include string.h.Richard Stallman1-19/+5
1993-05-10(movstrsi): Take alignment into account.Steve Chamberlain1-4/+5
1993-05-10(shift_value_ok): Can't shift by negative values.Steve Chamberlain1-1/+1
1993-05-10Use __alignof__ instead of __alignof.Michael Meissner1-1/+1
1993-05-10Include gstdarg.h, not stdarg.h.Richard Stallman1-1/+1
1993-05-10(find_equiv_reg): Set goal_mem_addr_variesRichard Stallman1-1/+3
1993-05-10(SIZE_TYPE): Deleted.Richard Stallman1-1/+2
1993-05-10Comment fixes.Richard Stallman1-2/+2
1993-05-09(mtherr): Don't put newlines in error message string.Richard Stallman1-1/+1
1993-05-09(REAL_VALUES_LESS): True if return value of ereal_cmp is -1.Richard Stallman1-1/+1
1993-05-09(NAN): Define for support of Not-a-Number bit patterns.Richard Stallman1-120/+597
1993-05-09When finding SIZE_TYPE, cd to ${LIB} to run cc.Richard Stallman1-1/+1
1993-05-09(call_internal1, call_value_internal1): Use call_insn_operand.Richard Stallman1-6/+8
1993-05-09(call_insn_operand): New function.Richard Stallman1-0/+19
1993-05-09(mulhisi3, umulhisi3 matchers): Restrict range of constants allowed.Richard Stallman1-1/+1
1993-05-09Conditionally include gstddef or stddefKresten Krab Thorup3-0/+12
1993-05-09Fix unterminated comment.Richard Stallman1-1/+1
1993-05-09(call matchers): Use call_insn_operand.Richard Stallman1-5/+29
1993-05-09(call_insn_operand): New function.Richard Stallman1-0/+20
1993-05-09(string_section): Delete comma before close-brace.Richard Stallman1-1/+1
1993-05-09Initial revisionDoug Evans3-0/+95
1993-05-08(ASM_GENERATE_INTERNAL_LABEL)Richard Stallman1-3/+6
1993-05-08(mulsidi3, umulsidi3): Delete the conditions added last time.Richard Stallman1-22/+13
1993-05-08(print_operand): For CONST_DOUBLE, treat VOIDmode like DImode.Richard Stallman1-1/+1
1993-05-08(HARD_REGNO_MODE_OK): Properly check for floating-point registers.Richard Stallman1-2/+16
1993-05-08(VALUE_REGNO, HARD_REGNO_MODE_OK): Add missing #undef.Richard Stallman1-7/+9
1993-05-08(init_expmed): Supply missing arg to rtx_cost.Richard Stallman1-1/+1
1993-05-08(umulsidi3, mulsidi3): Don't generate an immediateRichard Stallman1-78/+52
1993-05-08(LINK_LIBGCC_SPECIAL_1): Define this instead of LINK_LIBGCC_SPECIAL.Richard Stallman1-1/+1
1993-05-07(push_reload): Don't use IN as the reload reg in in-outRichard Stallman1-0/+12
1993-05-07(float.h-nat): Use tmp-float.h as intermediate file.Richard Stallman1-1/+2
1993-05-07New t- file for --with-gnu-asMichael Meissner1-0/+3
1993-05-07pa.h (reg_class): Add new NON_SHIFT_REGS class.Jeff Law1-2/+3
1993-05-07loop.c (strength_reduce): Handle case where loop_end is the end of the curren...Jeff Law1-2/+8
1993-05-07*** empty log message ***Chris Smith5-926/+2665
1993-05-07(ASM_OUTPUT_ASCII): Cast PTR to unsigned char *.Torbjorn Granlund2-2/+2
1993-05-06(eliminate_regs, case {PRE,POST}_{INC,DEC}): Account for PUSH_ROUNDING.Richard Kenner1-3/+10
1993-05-06Use gstddef.h, with doublequotes.Richard Stallman4-4/+4
1993-05-06(find_equiv_reg): Don't look inside a CONST_DOUBLE; useRichard Kenner1-4/+8
1993-05-06More fixes for IRIX 4.0.1Ian Lance Taylor1-1/+13
1993-05-06(extendsidi2): Use cdq or cltd, not cwtl.Richard Stallman1-2/+8