aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
AgeCommit message (Expand)AuthorFilesLines
2011-10-26rs6000.c (rs6000_make_savres_rtx): Delete unneeded declaration.Alan Modra3-187/+256
2011-10-25rs6000: Remove some vec_extract_even/odd expanders.Richard Henderson1-132/+2
2011-10-20Remove TARGET_VECTORIZE_BUILTIN_VEC_PERM.Richard Henderson1-62/+0
2011-10-14Fix typo in my last changeMichael Meissner1-1/+1
2011-10-13rs6000: Fix typo in rs6000_expand_vector_initRichard Henderson1-1/+1
2011-10-13rs6000: Implement vec_permv16qi.Richard Henderson1-0/+9
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-5/+5
2011-10-06re PR c++/39950 (__unix__ macro is not predefined on AIX platform (C and C++))David Edelsohn1-0/+3
2011-09-19Patch for 50341Alan Modra1-110/+14
2011-09-18re PR target/50091 (-fstack-check generates wrong assembly)Eric Botcazou2-2/+7
2011-09-14rs6000.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford2-6/+6
2011-09-08make darwin port a little more cross & cross native build friendly.Iain Sandoe1-0/+3
2011-09-07restore powerpc-darwin Ada boostrap.Iain Sandoe1-1/+1
2011-09-02re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther2-4/+4
2011-09-02re PR target/49987 (gcc.c-torture/compile/pr34856.c fails on powerpc-darwin9 ...Richard Sandiford1-2/+6
2011-08-29Change default for -msave-toc-indirectMichael Meissner1-2/+2
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-7/+8
2011-08-05soft-fp: Move to ../libgcc.Rainer Orth13-728/+4
2011-08-05Makefile.in (FPBIT_FUNCS, [...]): Remove.Rainer Orth8-324/+6
2011-08-05Makefile.in (UNWIND_H): Remove.Rainer Orth3-524/+1
2011-08-04rs6000.c (rs6000_emit_epilogue): Simplify use_backchain_to_restore_sp initial...Alan Modra1-5/+2
2011-08-02rs6000.c (rs6000_emit_prologue): Add REG_CFA_RESTORE note for save_LR_around_...Alan Modra1-0/+1
2011-08-02linux-unwind.h (frob_update_context <__powerpc64__>): Restore for indirect ca...Alan Modra2-19/+29
2011-07-25re PR debug/49841 (AIX bootstrap failure in dwarf2cfi.c:maybe_record_trace_st...Richard Henderson1-8/+28
2011-07-22Allow linux ppc to bootstrap againMichael Meissner1-5/+6
2011-07-20Allow 4 operand FMAs on power7Michael Meissner2-48/+148
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-4/+4
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-15/+9
2011-07-13Change -mno-r11 to -mno-pointers-to-nested-functionsMichael Meissner3-15/+19
2011-07-13darwin-crt2.c: Move to ../libgcc/config/rs6000.Rainer Orth1-9/+0
2011-07-09rs6000.c (rs6000_output_function_prologue): Don't try to insert an rtl prolog...Richard Henderson2-85/+18
2011-07-08re PR target/49621 (ICE in trunc_int_for_mode, at explow.c:57)Jakub Jelinek4-9/+9
2011-07-06Add -mno-r11 support to PowerPC 64Michael Meissner4-246/+335
2011-07-06* config/rs6000/vxworks.h (WORDS_BIG_ENDIAN): Define.Joseph Myers1-0/+2
2011-06-23params.c: Include common/common-target.h.Joseph Myers1-13/+0
2011-06-23re PR bootstrap/49383 (powerpc64-linux bootstrap failure due to ice in cgraph...Alan Modra1-0/+1
2011-06-21rs6000.c (rs6000_cannot_force_const_mem): Match CONST high part large-toc add...Alan Modra2-2/+6
2011-06-20rs6000.c (create_TOC_reference): Wrap high part of toc-relative address in CO...Alan Modra2-38/+55
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-12/+15
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers2-293/+2
2011-06-13[multiple changes]David Edelsohn1-26/+193
2011-06-09configure.ac (gcc_cv_as_hidden): Enable on *-*-darwin*.Rainer Orth1-4/+6
2011-06-03linux.h (MD_UNWIND_SUPPORT): Remove.Rainer Orth5-393/+0
2011-05-31rs6000.h (REG_CLASS_CONTENTS): Remove vr0..vr2 from NON_FLOAT_REGS.Pat Haugen1-1/+1
2011-05-31rs6000.c (rs6000_register_move_cost): Preserve from parameter value for dump.Pat Haugen1-12/+30
2011-05-26rs6000.c (rs6000_register_move_cost): Make LR/CTR moves expensive on Power7 a...Pat Haugen1-3/+4
2011-05-25libgcc2.h (__NW, __NDW): Define using a __gnu_ prefix if LIBGCC2_GNU_PREFIX i...Bernd Schmidt2-2/+2
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-10Fix PRs 48857, 48495Michael Meissner2-45/+29
2011-05-10gcc_update (gcc/config/rs6000/rs6000-tables.opt): New dependencies.Joseph Myers10-181/+458