aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-26Fixed several -mcpu=G5 and 'long double' issues for apple-ppc-darwin.Fariborz Jahanian1-5/+29
2004-08-26re PR target/16480 (using -msdata causes internal compiler error)Alan Modra1-12/+8
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-6/+6
2004-08-25re PR target/17052 (altivec varargs failure if no optimization)Alan Modra1-3/+0
2004-08-24gimplify.c (gimplify_array_ref_to_plus): Delete.Richard Henderson1-1/+2
2004-08-24defaults.h (VECTOR_MODE_SUPPORTED_P): Remove macro.Eric Christopher1-373/+392
2004-08-23tree.h (build_distinct_type_copy): New.Nathan Sidwell1-8/+4
2004-08-21linux64.h (DOT_SYMBOLS): Define.Alan Modra1-44/+63
2004-08-20rs6000.c (rs6000_rtx_costs): Improve DIV/MOD.Dale Johannesen1-10/+23
2004-08-19invoke.texi (-mfix-and-continue): Add support for fast turn around debugging.Mike Stump1-5/+22
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson1-5/+3
2004-08-18darwin.md: Delete the altivec patterns which are handled differently now.Andrew Pinski1-2/+10
2004-08-18save_world/rest_world for ppc-darwin.Fariborz Jahanian1-12/+420
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+2
2004-08-17Check for Altivec mode when returning altivec register.Fariborz Jahanian1-1/+2
2004-08-17Revert 2004-08-16 Stan Shebs <shebs@apple.com>David Edelsohn1-10/+2
2004-08-16Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian1-0/+12
2004-08-16Basic support for 64-bit Darwin.Stan Shebs1-3/+16
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-6/+9
2004-08-13rs6000.c (any_parallel_operand): New predicate.David Edelsohn1-0/+11
2004-08-12rs6000.c (altivec_init_builtins): Fix argument type for vec_dss.Janis Johnson1-3/+3
2004-08-12rs6000.c (function_arg_padding): Revert 2004-07-28 and 2004-07-14 changes.Alan Modra1-4/+0
2004-08-10rs6000-protos.h (expand_block_clear): Declare.David Edelsohn1-4/+87
2004-08-05rs6000.c (rs6000_rtx_costs): Fix mask_operand and mask64_operand thinkos.David Edelsohn1-5/+20
2004-08-04rs6000.c (rs6000_rtx_costs): LABEL_REFs are zero cost.David Edelsohn1-3/+5
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-10/+16
2004-08-03rs6000.c (rs6000_rtx_costs): Calculate cost of constants more accurately.David Edelsohn1-50/+170
2004-08-02rs6000.c (rs6000_split_multireg_move): Just abort if trying to *store* to a n...Geoffrey Keating1-8/+1
2004-07-31rs6000.c (legitimate_lo_sum_address_p): Permit non-offsettable addresses even...Geoffrey Keating1-5/+29
2004-07-28rs6000.md ("move_from_CR_gt_bit"): Rename to move_from_CR_eq_bit.Aldy Hernandez1-10/+10
2004-07-28* config/rs6000/rs6000.c (function_arg_padding): Pad SFmode upwards.Alan Modra1-3/+3
2004-07-23dwarf2out.c (output_call_frame_info): Set SYMBOL_FLAG_LOCAL on generated SYMB...Mark Mitchell1-14/+8
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-2/+0
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-5/+5
2004-07-14alpha.c (alpha_gimplify_va_arg_1): Move indirect ...Richard Henderson1-43/+11
2004-07-14rs6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.David Edelsohn1-11/+13
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson1-4/+8
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-1/+15
2004-07-12rs6000.c (rs6000_rtx_costs): Indicate that the rs6000 doesn't have shift-and-...Roger Sayle1-0/+12
2004-07-11rs6000.c (struct processor_costs): Change semantics of fields to include the ...Roger Sayle1-208/+242
2004-07-07rs6000.c (struct processor_costs): Add new fields for simple floating point o...Roger Sayle1-11/+139
2004-07-07builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ...Alexandre Oliva1-8/+8
2004-07-02rs6000.c (struct processor_costs): New structure used to hold instruction lat...Roger Sayle1-154/+307
2004-07-01gimple-low.c (lower_function_body): Don't reset_block_changes here.Richard Henderson1-0/+1
2004-07-01Index: gcc/ChangeLogGeoffrey Keating1-19/+48
2004-07-01rs6000.c (rs6000_mixed_function_arg): Rewrite.Alan Modra1-176/+127
2004-06-30rs6000.c (rs6000_rtx_costs): Handle subtractions identically to additions, al...Roger Sayle1-0/+4
2004-06-29re PR target/16195 ([3.4 only] Miscompilation of GCC 3.3.x by 3.4.x)Jakub Jelinek1-3/+13
2004-06-27rs6000.c (rs6000_legitimate_offset_address_p): Accept TOC addresses.David Edelsohn1-3/+5
2004-06-23rs6000.c (rs6000_use_dfa_pipeline_interface): Delete.David Edelsohn1-8/+21