aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
AgeCommit message (Expand)AuthorFilesLines
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-20/+1
2013-03-29cfgbuild.c (inside_basic_block_p): Use JUMP_TABLE_DATA_P in lieu of tests for...Steven Bosscher1-3/+1
2013-03-23avr.c, [...]: Where applicable...Steven Bosscher1-6/+5
2013-03-20predicates.md (indexed_address, [...]): New predicates.Michael Meissner11-649/+1250
2013-02-09* config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine.David Edelsohn1-0/+3
2013-02-09re PR target/56256 (inline asm with {|} alternatives in it no longer accepted)Jakub Jelinek1-0/+6
2013-02-08re PR target/56043 (ICE in rs6000_builtin_vectorized_libmass for vsx-mass-1.c)Michael Meissner1-2/+7
2013-02-07re PR target/56228 (Indirect call fails to assemble)Jakub Jelinek1-8/+11
2013-02-07re PR target/54009 (incorrect code generated for DFmode lo_sum mem)Alan Modra1-39/+71
2013-02-01re PR c++/54601 (AIX uses atexit which causes unloading of shared modules to ...David Edelsohn1-1/+2
2013-02-01ppc64: widening multiply patternsRichard Henderson1-0/+28
2013-02-01xcoff.h (ASM_OUTPUT_ALIGNED_COMMON): Use floor_log2.David Edelsohn1-2/+20
2013-01-23rs6000.c (rs6000_delegitimize_address): Check that TOC operand is a valid sym...David Edelsohn1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford116-150/+118
2013-01-05aix53.h (LIB_SPEC): Add -lpthreads when compiling to generate profiling.David Edelsohn2-0/+2
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek28-32/+34
2012-12-27rs6000.c (rs6000_deligitimze_address): Do not delegitimize TLS addresses on AIX.David Edelsohn2-27/+48
2012-12-21varasm.c (bss_initializer_p): Remove static.David Edelsohn2-10/+67
2012-12-20t-spe (MULTIARCH_DIRNAME): Remove.Roland Stigge2-4/+4
2012-12-06configure.tgt: Enable build on powerpc*-linux.Peter Bergner3-1/+13
2012-12-06rs6000.c (rs6000_option_override_internal): Set default loop peeling limits.Pat Haugen1-0/+8
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
2012-11-30* config/rs6000/xcoff.h (ASM_OUTPUT_TLS_COMMON): Define.David Edelsohn1-0/+9
2012-11-30xcoffout.c (xcoff_tls_data_section_name): Define.David Edelsohn2-5/+199
2012-11-26t-linux (MULTIARCH_DIRNAME): Fix unbalanced parentheses.Matthias Klose1-1/+1
2012-11-21configure.ac: Substitute `with_cpu'.Matthias Klose4-12/+13
2012-11-20rs6000.md (movdf_hardfloat32): Add a comment explaining the register ordering...Michael Meissner1-0/+8
2012-11-20rs6000.md (largetoc_low): Revert.David Edelsohn1-5/+12
2012-11-20rs6000.md (movdf_hardfloat32): Reorder move constraints so that the tradition...Michael Meissner1-45/+29
2012-11-19rs6000.c (rs6000_stack_info): Always set vrsave_mask for TARGET_ALTIVEC_ABI.Mans Rullgard1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2-22/+20
2012-11-14configure.ac (HAVE_LD_LARGE_TOC): Add AIX test.David Edelsohn4-9/+78
2012-11-08re PR target/54308 (build regression in 190498 on ppc64/linux: legitimate_ind...Jakub Jelinek1-1/+1
2012-11-07invoke.texi (-mcpu=power8): Document.Peter Bergner6-3/+22
2012-10-31rs6000.md (insvsi, [...]): Rename to...Richard Sandiford1-8/+12
2012-10-31rs6000.c (legitimize_reload_address): Remove code handling non-aligned ld/std.Alan Modra5-36/+15
2012-10-31linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX.Alan Modra1-0/+2
2012-10-27sync.md (ATOMIC): Correct DI condition.Segher Boessenkool1-1/+1
2012-10-24rs6000.c (rs6000_density_test): Use dump_enabled_p instead of dump_kind_p.Sharad Singhai1-1/+1
2012-10-19rs6000-cpus.def (POWERPC_MASKS): Don't assume OPTION_MASK_STRICT_ALIGN is def...Michael Meissner2-8/+16
2012-10-19predicates.md (splat_input_operand): Don't call input_operand for MEMs.Alan Modra1-1/+5
2012-10-18altivec.md (altivec_lvsl, [...]): Add mode.Segher Boessenkool3-35/+48
2012-10-17rs6000.opt (rs6000_isa_flags): New flag word to replace target_flags that giv...Michael Meissner20-233/+332
2012-10-16loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin.Joern Rennecke1-1/+2
2012-10-11As suggested here:James Lemke3-8/+6
2012-10-11rs6000.h (PRINT_OPERAND_PUNCT_VALID_P): Delete '.'.Segher Boessenkool1-2/+1
2012-10-10Fix signed/unsigned warning; Make some mask types HOST_WIDE_INT; Add more deb...Michael Meissner4-66/+170
2012-10-07rs6000.c (print_operand): Delete.Segher Boessenkool1-11/+0
2012-10-04rs6000.c (rs6000_code_end): Protect the use of ASM_WEAKEN_DECL with #if RS600...Jason Merrill1-0/+2
2012-10-02If no -mcpu=<xxx> or implicit cpu via --with-cpu=<xxx> configure option, inhe...Michael Meissner1-8/+21