summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.c
Commit message (Expand)AuthorAgeFilesLines
* release branch changes from 11-27 snapshot to egcs-1.0.law1997-12-051-3/+0
* Fix -msdata=sysv and pass -dynamic-linker if not already passedmeissner1997-11-261-4/+10
* Fix System V profiling.meissner1997-11-261-9/+14
* Pass 9th fp argument correctly on System V/eabi; Add @plt for -fPIC/-mrelocat...meissner1997-11-261-2/+7
* Fix problems in splitting DF constants on big endian hosts & Davids patch for...meissner1997-11-131-17/+36
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-1/+1
* * rs6000.c (struct machine_function): Add pic_offset_table_rtx.law1997-10-221-0/+3
* * rs6000.c: Avoid creating a stack frame under SYSV ABI if welaw1997-10-221-1/+2
* Fix various problems; Add -m{,no-}fused-madd, -m{,no-}no-update switches; All...meissner1997-06-291-87/+255
* (output_epilog): Name is "GNU Pascal", not all caps.kenner1997-06-211-1/+1
* -mcpu=403 sets -mstrict-alignmeissner1997-06-101-1/+5
* Fix powerpc-{eabi,linux,sysv} problem with -mrelocatablemeissner1997-05-191-2/+8
* * rs6000/rs6000.c (rs6000_stack_info): Only do eabi setup for "main",mrs1997-05-161-1/+2
* rename ALIGN to RS6000_ALIGN to protect namespaceedelsohn1997-05-021-4/+4
* (rs6000_output_load_toc_table): New function.kenner1997-04-201-68/+70
* change hardcoded .mcount to RS6000_MCOUNTedelsohn1997-04-141-3/+3
* Add -mcpu={604e,801,823} supportmeissner1997-04-141-0/+9
* Patches from wilson; consider fp constants if -mrelocatable to be hardmeissner1997-03-201-16/+6
* Make fprintf calls type correct.meissner1997-02-271-4/+4
* ({,non_}short_cint_operand): Use (unsigned HOST_WIDE_INT).kenner1997-02-171-5/+5
* update copyright.meissner1997-01-211-1/+1
* Fix handling of vt if -mminimal-tocmeissner1997-01-211-1/+1
* Add @plt if -fpic; Fix double->int conversions if stack > 32k; Redo t-* files...meissner1996-12-121-169/+7
* Only create TOC save area if function makes calls.meissner1996-10-101-1/+1
* Correctly handle saving toc space in NTmeissner1996-10-101-12/+2
* Make -fpic work with -O3meissner1996-08-161-1/+1
* Correctly handle stack probes of more than one function in an object file undermeissner1996-08-131-1/+1
* Build fewer multilibsmeissner1996-08-131-3/+3
* Check current_function_uses_pic_offset_table, not pic_offset_table_rtxmeissner1996-08-121-1/+1
* Fix for G++ not knowing whether a vtable will be private or public when the T...meissner1996-08-081-1/+17
* Make STACK_BOUNDARY always 64 bitsmeissner1996-08-061-1/+5
* * rs6000/rs6000.c: Include except.h for function.h.mrs1996-07-231-0/+1
* Fix -fpic problemsmeissner1996-07-231-1/+1
* Solaris, shared lib, aix broken compatibiliymeissner1996-07-131-4/+9
* Check for whether GOT_TOC register was eliminatedmeissner1996-07-111-27/+42
* Deal with -fpic and inlined functionsmeissner1996-07-111-23/+102
* Fix last changemeissner1996-07-101-3/+10
* Use integer ops to load SF constants for software floating point; fix up soft...meissner1996-07-101-1/+19
* Make fp constants hard if -fpicmeissner1996-07-091-0/+4
* Fix int<->floating point conversion routinesmeissner1996-06-291-47/+101
* V.4 PIC changesmeissner1996-06-251-0/+36
* Do not abort on labels for -fpicmeissner1996-06-251-1/+1
* Fix typomeissner1996-06-201-1/+1
* (init_cumulative_args): Change EXPR_LIST to PARALLELwilson1996-06-061-8/+23
* Add code to print rs6000 specific info in .s file; make eabi.asm assemble on ...meissner1996-05-291-0/+49
* Fix problems in float/int conversion in inline functionsmeissner1996-05-281-46/+133
* * rs6000/rs6000.c (output_option, m_options, output_options): Delete.dje1996-05-171-107/+0
* Use pic_offset_table_rtx instead of rs6000_pic_register; Rewrite int/float co...meissner1996-05-151-40/+1
* Add fine grain control to -msdatameissner1996-05-091-10/+96
* Fix error compiling on AIXmeissner1996-04-261-8/+78