aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/rs6000.md
AgeCommit message (Expand)AuthorFilesLines
2012-09-19[multiple changes]David Edelsohn1-33/+99
2012-09-18rs6000.md (sminsi3, [...]): Delete.Segher Boessenkool1-230/+0
2012-09-10* config/rs6000/rs6000.md: Move a splitter next to its insn.Maciej W. Rozycki1-14/+14
2012-09-07aix43.h (RS6000_CALL_GLUE): Delete.Segher Boessenkool1-10/+12
2012-08-16aix43.h (TARGET_DEFAULT): Delete MASK_NEW_MNEMONICS.Segher Boessenkool1-303/+303
2012-08-16rs6000-common.c (rs6000_handle_option): Delete handling for -mno-powerpc and ...Segher Boessenkool1-402/+55
2012-07-27constraints.md: Delete "q" constraint.Segher Boessenkool1-41/+33
2012-07-27rs6000-common.c (rs6000_handle_option): Delete code for -mno-power, -mpower, ...Segher Boessenkool1-1989/+113
2012-07-27601.md: New file.Segher Boessenkool1-7/+3
2012-07-24re PR target/53914 (poor code generated for offset addressing on ppc32)Alan Modra1-83/+83
2012-06-22rs6000.md (define_attr "type"): New type popcnt.Edmar Wienskoski1-3/+7
2012-06-05e5500.md: New file.Edmar Wienskoski1-1/+3
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-1/+1
2012-05-24rs6000.c (rs6000_option_override_internal): Change rs6000_sched_costly_dep de...Pat Haugen1-0/+11
2012-05-21predicates.md (input_operand): Don't match constant pool addresses.Alan Modra1-77/+85
2012-05-16rs6000-opts.h (enum processor_type): Add PROCESSOR_PPC8548.Olivier Hainque1-1/+1
2012-05-03re PR target/53199 (__builtin_bswap64 and __builtin_bswap32 generate errors i...Michael Meissner1-4/+48
2012-04-13re PR target/52828 (powerpc -m32 -Os writes register saves below stack)Alan Modra1-19/+19
2012-04-11re PR target/52624 (missing __builtin_bswap16)Eric Botcazou1-1/+1
2011-11-14rs6000: Rewrite sync patterns for atomic; expand early.Richard Henderson1-1/+1
2011-11-12rs6000: fix*_trunc insns use nonimmediate_operandRichard Henderson1-2/+2
2011-11-01config.gcc (powerpc*-*-linux*): Add powerpc*-*-linux*ppc476* variant.Peter Bergner1-4/+58
2011-10-28rs6000.md (define_attr "type"): Add vecdouble.Pat Haugen1-1/+1
2011-10-26rs6000.c (rs6000_make_savres_rtx): Delete unneeded declaration.Alan Modra1-18/+24
2011-09-19Patch for 50341Alan Modra1-110/+14
2011-09-18re PR target/50091 (-fstack-check generates wrong assembly)Eric Botcazou1-1/+5
2011-09-14rs6000.md: Use match_test rather than eq/ne symbol_ref throughout file.Richard Sandiford1-5/+5
2011-07-20Allow 4 operand FMAs on power7Michael Meissner1-4/+4
2011-07-13Change -mno-r11 to -mno-pointers-to-nested-functionsMichael Meissner1-8/+12
2011-07-09rs6000.c (rs6000_output_function_prologue): Don't try to insert an rtl prolog...Richard Henderson1-15/+18
2011-07-06Add -mno-r11 support to PowerPC 64Michael Meissner1-242/+182
2011-06-20rs6000.c (create_TOC_reference): Wrap high part of toc-relative address in CO...Alan Modra1-29/+38
2011-06-13[multiple changes]David Edelsohn1-26/+193
2011-04-22rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.Alan Modra1-55/+34
2011-03-26predicates.md (word_offset_memref_op): Handle cmodel medium addresses.Alan Modra1-0/+21
2011-03-21Make UNSPEC/UNSPECV constants use the enum; Fix 48192; Add test case for 48053Michael Meissner1-64/+65
2011-03-14Fix fix to PR 48053Michael Meissner1-1/+2
2011-03-12re PR target/48053 (ICE in in build_int_cst_wide, when building cpu2000 galge...Peter Bergner1-9/+11
2011-02-07Fix PR target/47636Michael Meissner1-1/+1
2011-01-13Fix 47251, failure in powerpc -mcpu=power7 -m32 -msoft-floatMichael Meissner1-3/+3
2010-11-16rs6000: -mfused-madd cleanupRichard Henderson1-236/+99
2010-11-09Improve powerpc floating point roundingMichael Meissner1-169/+245
2010-11-08Fix PR 46378 and PR 45585Michael Meissner1-1/+1
2010-11-04rs6000.c (rs6000_pic_labelno): Make static.Alan Modra1-2/+2
2010-10-15Add fma supportMichael Meissner1-1/+129
2010-10-12predicates.md (scc_rev_comparison_operator): New.Nathan Froyd1-0/+32
2010-09-02Optimize (double)(long) to generate FRIZ if -ffast-mathMichael Meissner1-0/+12
2010-08-27Improve floating point conversions on powerpcMichael Meissner1-195/+581
2010-08-20aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.Eric Botcazou1-0/+10
2010-07-28Add power6 copysign/parity supportMichael Meissner1-57/+53