aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1995-04-07(OBJECT_SUFFIX): Delete from here.Richard Kenner1-3/+0
1995-04-07(OBJECT_SUFFIX): Default now ".o", not "o".Richard Kenner1-15/+15
1995-04-07(STAGESTUFF): Use $(exeext) for executables.Richard Kenner1-5/+7
1995-04-07* cpplib.c (bcopy, bzero, bcmp): Remove #undefs.Per Bothner1-5/+0
1995-04-07Accept -lites* as op sys.Richard Stallman1-2/+4
1995-04-06cpplib.c (SELF_DIR_DUMMY): New macro.Per Bothner1-4/+10
1995-04-06* cppalloc.c (xcalloc): Re-implement using calloc, rather than malloc+bzero.Per Bothner1-26/+7
1995-04-06pa.h (MACHINE_DEPENDENT_REORG): Define.Jeff Law3-0/+90
1995-04-06(build_binary_op): Don't call common_type for uncommon pointer types.Jason Merrill1-17/+31
1995-04-05Re-write fixproto/fix-header/etc to use cpplib.Per Bothner7-301/+543
1995-04-05Moved 'high-level' error functions from cpperror.c to cpplib.c.Per Bothner2-218/+230
1995-04-05(GNU_CPP_PREDEFINES): Remove -D__HURD__.Roland McGrath1-1/+1
1995-04-04pa.h (DO_GLOBAL_DTORS_BODY): Fix pointer -> integer assignment problem.Jeff Law1-1/+3
1995-04-04reorg.c (fill_simple_delay_slots): Don't use a JUMP_INSN a the target of anot...Jeff Law1-1/+4
1995-04-0463rd Cygnus<->FSF mergeMike Stump6-36/+140
1995-04-03(force_to_mode, case PLUS): Sign extend masks that are negative in OP_MODE.Torbjorn Granlund1-8/+66
1995-04-03(simplify_unary_operation): Sign-extend constants when they have the most sig...Torbjorn Granlund1-0/+26
1995-04-03oopsJason Merrill1-0/+3
1995-04-03(umulsi3_highpart): Test for CONST_INT and CONST_DOUBLE, not CONSTANT_P.Torbjorn Granlund1-6/+12
1995-04-03(const_uint32_operand): New function.Torbjorn Granlund1-0/+33
1995-04-03(clear_storage, expand_assignment, store_{expr,constructor}): Use ptr_mode in...Richard Kenner1-34/+52
1995-04-03(convert_memory_address): New function.Richard Kenner1-1/+50
1995-04-03(nonzero_bits, case REG): Check POINTERS_EXTEND_UNSIGNED.Richard Kenner1-1/+17
1995-04-03(allocate_dynamic_stack_space): Correct typo in last change.Jim Wilson1-1/+1
1995-04-03(gen_shifty_op, case ASHIFTRT): Return 0 if shift count is not a constant.Jim Wilson1-0/+3
1995-04-03Add -frepoJason Merrill1-0/+2
1995-04-03Get correct bit offset for big endian (SUBREG (REG))Michael Meissner1-0/+14
1995-04-0362nd Cygnus<->FSF mergeMike Stump16-362/+724
1995-04-03Include "config/linux.h" instead of "linux.h", to avoid recursion.Roland McGrath1-1/+2
1995-04-02(simplify_relational_operation): Don't simplify A-B forJim Wilson1-9/+5
1995-04-02(stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ toRichard Kenner1-0/+1
1995-04-02(default_compilers): Pass -W and -w to gnat1.Richard Kenner1-1/+1
1995-04-02(STDC_VALUE): Add #undef.Richard Kenner1-0/+1
1995-04-02(chain_member_purpose): New function.Richard Kenner1-0/+18
1995-04-02(ASM_FILE_START, LIB_SPEC): Delete from here.Richard Kenner1-25/+0
1995-04-02(RETURN_POPS_ARGS, ENCODE_SECTION_INFO): Call chain_member_purpose, not chain...Richard Kenner1-5/+31
1995-04-01avoid spurious signed/unsigned comparison warnings.Jason Merrill1-36/+48
1995-04-01(SHELL): New definition.Richard Kenner1-0/+2
1995-04-01Remove unneeded fixes relating to __stdcall.Richard Kenner1-3/+1
1995-04-01Remove unneeded #define's for non-ANSI functions.Richard Kenner1-9/+0
1995-04-01(LIB_SPEC): Add OLDNAMES.LIB.Richard Kenner1-2/+2
1995-04-01(CPP_PREDEFINES): Add definitions for __stdcall and __cdecl.Richard Kenner1-1/+2
1995-04-01(cse_insn): When emitting a BARRIER, don't put it after a deletedRichard Kenner1-1/+1
1995-04-01(push_reload): Initialize secondary_{in,out}_icode.Richard Kenner1-1/+2
1995-04-01(print_multilib_info): Don't use LAST_PATH if not set.Richard Kenner1-2/+2
1995-04-01(extv, extzv): Don't use immediate value for operand 1.Richard Kenner1-4/+5
1995-04-01(expand_asm_operands): Properly ignore invalid reg in clobber.Richard Kenner1-0/+1
1995-04-01General code cleanup.Richard Kenner1-412/+597
1995-03-31Remove #include of machine/ansi.h.Richard Kenner2-2/+0
1995-03-31(umul_ppmm mc68000): Use %# instead of #.Ken Raeburn1-3/+3