aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1996-01-31regs.h (regno_pointer_align, [...]): Delete from here...Richard Earnshaw2-5/+5
1996-01-31(expand_builtin, case BUILT_IN_NEXT_ARG): Strip off INDIRECT_REF whenRichard Kenner1-2/+5
1996-01-31(movqi): Use moveq if possible.Richard Kenner1-0/+11
1996-01-31(init_68881_table): Use SFmode for the first six constants and DFmodeRichard Kenner1-3/+3
1996-01-31(STATIC_CHAIN_REGNUM): Redefine to use register a1.Richard Kenner1-2/+28
1996-01-31(INITIALIZE_TRAMPOLINE): Adjusted accordingly.Richard Kenner1-4/+3
1996-01-31(TRAMPOLINE_TEMPLATE, TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE): Avoid need for...Richard Kenner1-26/+20
1996-01-31(STRICT_ALIGNMENT): Define to zero.Richard Kenner1-3/+12
1996-01-31(struct arg_data, expand_call): Test STRICT_ALIGN with #if.Richard Kenner1-59/+52
1996-01-31Initial revisionRichard Kenner2-0/+1107
1996-01-31(__STDC__): Add one more case.Richard Kenner1-0/+1
1996-01-31(sys/mc_param.h): Remove embedded asm.Richard Kenner1-1/+59
1996-01-31(warn_std_ptr): Initialize with 0 instead of NULL_PTR.Richard Kenner1-1/+1
1996-01-31({adddi,subdi}_sexthishl32): 'a' and 'd' versions merged and fixed; doRichard Kenner1-37/+26
1996-01-31(MACHINE_STATE_{SAVE,RESTORE}): Allow MOTOROLA syntax.Richard Kenner1-7/+19
1996-01-30Don't include <string.h>. Don't compare strchr result to NULL.Ian Lance Taylor1-2/+1
1996-01-30In ASM_FINAL_SPEC, use %|, not ${pipe:-}Ian Lance Taylor1-1/+1
1996-01-30(nonzero_bits, case REG): Ignore REG_POINTER_ALIGNMENT.Richard Kenner1-6/+11
1996-01-30(expr.o): Includes hard-reg-set.h.Richard Kenner1-1/+1
1996-01-29Don't use #ifndef inside call to strchr, to avoid AIX problemIan Lance Taylor1-4/+5
1996-01-28(*): #undef first.Doug Evans1-0/+5
1996-01-28movdf 64bit and movdi matcher 64bitDavid Edelsohn1-4/+31
1996-01-28rs6000_sync_trampoline cmpdi and rs6000_initialize_trampoline pmodeDavid Edelsohn1-27/+29
1996-01-27(sys/param.h): Delete inclusion.Doug Evans1-1/+0
1996-01-27Add 'B', 'b', and 'V' to SWITCH_TAKES_ARG.Michael Meissner1-2/+3
1996-01-27Deal with small statics and -msdataMichael Meissner1-0/+28
1996-01-27(initialize_builtins): Add def of __HAVE_BUILTIN_SETJMP__.Richard Kenner1-0/+1
1996-01-27(init_decl_processing): Add definitions for __builtin_setjmp andRichard Kenner1-0/+13
1996-01-27Include hard-reg-set.h.Richard Kenner1-2/+159
1996-01-27(enum built_in_function): Add BUILT_IN_{SET,LONG}JMP.Richard Kenner1-1/+3
1996-01-26sparc.h (sparc_arch_type): Delete.Doug Evans3-63/+97
1996-01-26TARGET_32BIT bias and LEGITIMATE ADDRESS 64bit stuffDavid Edelsohn1-21/+33
1996-01-26(mulu.di): Enable for -m88110Stan Cox1-8/+7
1996-01-26Deal with names that are encoded with both @ and *.Michael Meissner1-3/+13
1996-01-26Fix &foo in eabi -msdata.Michael Meissner1-1/+1
1996-01-25Fix Windows NT problemMichael Meissner2-17/+29
1996-01-25fix typo.Michael Meissner1-1/+1
1996-01-25Fix bugs in last changesMichael Meissner2-9/+20
1996-01-25zap trailing blank line.Michael Meissner1-1/+0
1996-01-25more small data supportMichael Meissner4-27/+81
1996-01-25(SPARC_{V9,ARCH64}): Default value is 0.Doug Evans1-120/+165
1996-01-25(*): Replace TARGET_V9 with TARGET_ARCH64.Doug Evans1-45/+54
1996-01-25(*): Replace TARGET_V9 with TARGET_ARCH64 in placesDoug Evans1-181/+182
1996-01-25(SPARC_{V9,ARCH64}): Define.Doug Evans1-14/+16
1996-01-25(SPARC_{V9,ARCH64}): Define.Doug Evans1-14/+18
1996-01-25Define DBX_USE_BINCL and DBX_CONTIN_LENGTHIan Lance Taylor1-0/+10
1996-01-24alpha.c (alpha_write_verstamp): Only emit MS_STAMP and LS_STAMP, not the extr...Brendan Kehoe1-6/+1
1996-01-24Small data support; Windows NT attributes; windows NT call indrect fixMichael Meissner12-144/+563
1996-01-24(used_spill_regs): New variable.Jim Wilson1-0/+11
1996-01-24(find_dead_or_set_registers): New function.Jim Wilson1-78/+220