summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.c
Commit message (Expand)AuthorAgeFilesLines
...
* Make -fpic work with -O3Michael Meissner1996-08-161-1/+1
* Correctly handle stack probes of more than one function in an object file underMichael Meissner1996-08-131-1/+1
* Build fewer multilibsMichael Meissner1996-08-131-3/+3
* Check current_function_uses_pic_offset_table, not pic_offset_table_rtxMichael Meissner1996-08-121-1/+1
* Fix for G++ not knowing whether a vtable will be private or public when the T...Michael Meissner1996-08-081-1/+17
* Make STACK_BOUNDARY always 64 bitsMichael Meissner1996-08-061-1/+5
* * rs6000/rs6000.c: Include except.h for function.h.Mike Stump1996-07-231-0/+1
* Fix -fpic problemsMichael Meissner1996-07-231-1/+1
* Solaris, shared lib, aix broken compatibiliyMichael Meissner1996-07-131-4/+9
* Check for whether GOT_TOC register was eliminatedMichael Meissner1996-07-111-27/+42
* Deal with -fpic and inlined functionsMichael Meissner1996-07-111-23/+102
* Fix last changeMichael Meissner1996-07-101-3/+10
* Use integer ops to load SF constants for software floating point; fix up soft...Michael Meissner1996-07-101-1/+19
* Make fp constants hard if -fpicMichael Meissner1996-07-091-0/+4
* Fix int<->floating point conversion routinesMichael Meissner1996-06-291-47/+101
* V.4 PIC changesMichael Meissner1996-06-251-0/+36
* Do not abort on labels for -fpicMichael Meissner1996-06-251-1/+1
* Fix typoMichael Meissner1996-06-201-1/+1
* (init_cumulative_args): Change EXPR_LIST to PARALLEL in comments.Jim Wilson1996-06-061-8/+23
* Add code to print rs6000 specific info in .s file; make eabi.asm assemble on ...Michael Meissner1996-05-291-0/+49
* Fix problems in float/int conversion in inline functionsMichael Meissner1996-05-281-46/+133
* * rs6000/rs6000.c (output_option, m_options, output_options): Delete.Doug Evans1996-05-171-107/+0
* Use pic_offset_table_rtx instead of rs6000_pic_register; Rewrite int/float co...Michael Meissner1996-05-151-40/+1
* Add fine grain control to -msdataMichael Meissner1996-05-091-10/+96
* Fix error compiling on AIXMichael Meissner1996-04-261-8/+78
* Solaris, Linux changesMichael Meissner1996-04-241-42/+112
* Add -fpic/-fPIC supportMichael Meissner1996-04-081-0/+16
* Fix mains args in eabi; use reg_names to print out registersMichael Meissner1996-04-081-14/+10
* Add exception attribute for WindowsMichael Meissner1996-03-141-0/+23
* Make long longs use normal CONST_DOUBLE in movdi, do not split too earlyMichael Meissner1996-03-111-10/+102
* 602 uses 603 descriptionDavid Edelsohn1996-03-061-3/+1
* Add attribute((longcall)) supportMichael Meissner1996-03-041-7/+45
* Update NT code so it worksMichael Meissner1996-02-281-27/+38
* try to fix NT trampolinesMichael Meissner1996-02-281-48/+41
* add 'H' to print_operand for six-bit maskDavid Edelsohn1996-02-281-0/+9
* remove operand_subword from easy_fp_constDavid Edelsohn1996-02-191-24/+65
* Cygwin32 support; Make eabi update stack first before doing stores in prologMichael Meissner1996-02-131-24/+133
* correct parenthesization of TARGET_32BITDavid Edelsohn1996-01-311-2/+2
* ld/std typos and TARGET_32BIT usageDavid Edelsohn1996-01-311-28/+28
* rs6000_sync_trampoline cmpdi and rs6000_initialize_trampoline pmodeDavid Edelsohn1996-01-281-27/+29
* Fix bugs in last changesMichael Meissner1996-01-251-8/+19
* more small data supportMichael Meissner1996-01-251-20/+29
* Small data support; Windows NT attributes; windows NT call indrect fixMichael Meissner1996-01-241-39/+250
* Use PmodeDavid Edelsohn1996-01-221-11/+11
* make exception table work with -mrelocable; fix long long ++/--; Make long lo...Michael Meissner1996-01-151-1/+6
* Add -mcpu={505,821,860} support; Fixup common mode support; Make eabi not rel...Michael Meissner1996-01-051-11/+17
* Undo most of 12/27 changesMichael Meissner1995-12-291-63/+0
* Yank out part of last changeMichael Meissner1995-12-271-15/+7
* Reorganize common mode; optimize SI*SI->DI on common/powerpc; Do not build po...Michael Meissner1995-12-271-0/+74
* Change --enable-cpu -> --with-cpu.Michael Meissner1995-12-211-1/+1