Fix System V profiling.
[gcc.git] / gcc / config / rs6000 / rs6000.c
1997-11-26 Michael MeissnerFix System V profiling.
1997-11-26 Michael MeissnerPass 9th fp argument correctly on System V/eabi; Add...
1997-11-13 Michael MeissnerFix problems in splitting DF constants on big endian...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-22 Jeffrey A Lawrs6000.c (struct machine_function): Add pic_offset_tabl...
1997-10-22 Geoff Keatingrs6000.c: Avoid creating a stack frame under SYSV ABI...
1997-06-29 Michael MeissnerFix various problems; Add -m{,no-}fused-madd, -m{,no...
1997-06-21 Richard Kenner(output_epilog): Name is "GNU Pascal", not all caps.
1997-06-10 Michael Meissner-mcpu=403 sets -mstrict-align
1997-05-19 Michael MeissnerFix powerpc-{eabi,linux,sysv} problem with -mrelocatable
1997-05-16 Mike Stumprs6000.c (rs6000_stack_info): Only do eabi setup for...
1997-05-02 David Edelsohnrename ALIGN to RS6000_ALIGN to protect namespace
1997-04-20 Richard Kenner(rs6000_output_load_toc_table): New function.
1997-04-14 David Edelsohnchange hardcoded .mcount to RS6000_MCOUNT
1997-04-14 Michael MeissnerAdd -mcpu={604e,801,823} support
1997-03-20 Michael MeissnerPatches from wilson; consider fp constants if -mrelocat...
1997-02-27 Michael MeissnerMake fprintf calls type correct.
1997-02-17 Richard Kenner({,non_}short_cint_operand): Use (unsigned HOST_WIDE_INT).
1997-01-21 Michael Meissnerupdate copyright.
1997-01-21 Michael MeissnerFix handling of vt if -mminimal-toc
1996-12-12 Michael MeissnerAdd @plt if -fpic; Fix double->int conversions if stack...
1996-10-10 Michael MeissnerOnly create TOC save area if function makes calls.
1996-10-10 Michael MeissnerCorrectly handle saving toc space in NT
1996-08-16 Michael MeissnerMake -fpic work with -O3
1996-08-13 Michael MeissnerCorrectly handle stack probes of more than one function...
1996-08-13 Michael MeissnerBuild fewer multilibs
1996-08-12 Michael MeissnerCheck current_function_uses_pic_offset_table, not pic_o...
1996-08-08 Michael MeissnerFix for G++ not knowing whether a vtable will be privat...
1996-08-06 Michael MeissnerMake STACK_BOUNDARY always 64 bits
1996-07-23 Mike Stump* rs6000/rs6000.c: Include except.h for function.h.
1996-07-23 Michael MeissnerFix -fpic problems
1996-07-13 Michael MeissnerSolaris, shared lib, aix broken compatibiliy
1996-07-11 Michael MeissnerCheck for whether GOT_TOC register was eliminated
1996-07-11 Michael MeissnerDeal with -fpic and inlined functions
1996-07-10 Michael MeissnerFix last change
1996-07-10 Michael MeissnerUse integer ops to load SF constants for software float...
1996-07-09 Michael MeissnerMake fp constants hard if -fpic
1996-06-29 Michael MeissnerFix int<->floating point conversion routines
1996-06-25 Michael MeissnerV.4 PIC changes
1996-06-25 Michael MeissnerDo not abort on labels for -fpic
1996-06-20 Michael MeissnerFix typo
1996-06-06 Jim Wilson(init_cumulative_args): Change EXPR_LIST to PARALLEL...
1996-05-29 Michael MeissnerAdd code to print rs6000 specific info in .s file;...
1996-05-28 Michael MeissnerFix problems in float/int conversion in inline functions
1996-05-17 Doug Evans* rs6000/rs6000.c (output_option, m_options, output_opt...
1996-05-15 Michael MeissnerUse pic_offset_table_rtx instead of rs6000_pic_register...
1996-05-09 Michael MeissnerAdd fine grain control to -msdata
1996-04-26 Michael MeissnerFix error compiling on AIX
1996-04-24 Michael MeissnerSolaris, Linux changes
1996-04-08 Michael MeissnerAdd -fpic/-fPIC support
1996-04-08 Michael MeissnerFix mains args in eabi; use reg_names to print out...
1996-03-14 Michael MeissnerAdd exception attribute for Windows
1996-03-11 Michael MeissnerMake long longs use normal CONST_DOUBLE in movdi, do...
1996-03-06 David Edelsohn602 uses 603 description
1996-03-04 Michael MeissnerAdd attribute((longcall)) support
1996-02-28 Michael MeissnerUpdate NT code so it works
1996-02-28 Michael Meissnertry to fix NT trampolines
1996-02-28 David Edelsohnadd 'H' to print_operand for six-bit mask
1996-02-19 David Edelsohnremove operand_subword from easy_fp_const
1996-02-13 Michael MeissnerCygwin32 support; Make eabi update stack first before...
1996-01-31 David Edelsohncorrect parenthesization of TARGET_32BIT
1996-01-31 David Edelsohnld/std typos and TARGET_32BIT usage
1996-01-28 David Edelsohnrs6000_sync_trampoline cmpdi and rs6000_initialize_tram...
1996-01-25 Michael MeissnerFix bugs in last changes
1996-01-25 Michael Meissnermore small data support
1996-01-24 Michael MeissnerSmall data support; Windows NT attributes; windows...
1996-01-22 David EdelsohnUse Pmode
1996-01-15 Michael Meissnermake exception table work with -mrelocable; fix long...
1996-01-05 Michael MeissnerAdd -mcpu={505,821,860} support; Fixup common mode...
1995-12-29 Michael MeissnerUndo most of 12/27 changes
1995-12-27 Michael MeissnerYank out part of last change
1995-12-27 Michael MeissnerReorganize common mode; optimize SI*SI->DI on common...
1995-12-21 Michael MeissnerChange --enable-cpu -> --with-cpu.
1995-12-20 Michael Meissnerremove -mcpu=rs6000
1995-12-20 Michael MeissnerMake --enable-cpu=xxx act like -mcpu=xxx, not -mtune...
1995-12-20 Michael MeissnerMake AIX4 use -mcpu=common by default; add -mtune=
1995-12-13 Michael MeissnerUse simpler functions instead of printf. INT_TYPE_SIZE...
1995-12-09 Michael MeissnerFix recent breakage
1995-11-30 Michael Meissnerupdate PowerPC support
1995-10-27 Richard Kenner(struct asm_option): Changed from struct option.
1995-10-20 Richard Kenner(float_conv_temp): Delete global variable.
1995-10-19 Richard Kenner({low_32_bit,offsettable_mem}_operand): The function...
1995-09-15 Richard Kenner(output_toc): Align DF constants if STRICT_ALIGNMENT.
1995-09-11 Richard Kenner(output_option{,s}): New functions to write -f, -m...
1995-08-19 Richard Kenner(output_prolog): Fixup code to set stack pointer if...
1995-08-19 Richard KennerRevert last change.
1995-08-19 Richard Kenner(output_prolog): Reverse big stack update and restore...
1995-08-14 Richard Kenner(direct_return): Epilogue required if CR saved.
1995-07-25 Michael Meissnerstore LR in caller's frame, not current frame for V.4
1995-07-21 Michael MeissnerV.4 support.
1995-07-11 Richard Kenner(expand_block_move): Remove #if 0 conditionals against...
1995-06-28 Richard Kenner(processor_target_table): Remove CPU name synonyms.
1995-06-15 Richard KennerChange FSF address.
1995-06-14 Richard Kenner(output_prolog): Don't call __eabi here, let compiler...
1995-06-06 Richard Kenner(expand_block_move): Update source and destination...
1995-06-06 Richard Kenner(expand_block_move): Don't do any block moves where...
1995-06-01 Richard Kenner(expand_block_move): Don't pass argument of # bytes...
1995-05-31 Richard Kenner(rs6000_override_options): Fix typo with -mstring handling.
1995-05-24 Michael MeissnerMake -mstring more like -mmultiple; Emit correct stabs...
1995-05-22 Michael MeissnerAdd -mno-toc; Support block moves if -mno-string.
next