aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
AgeCommit message (Expand)AuthorFilesLines
2007-02-20invoke.texi (RS/6000 and PowerPC Options): Add -mcmpb and -mdfp.Janis Johnson6-7/+32
2007-02-20Index: gcc/ChangeLogGeoffrey Keating1-3/+2
2007-02-20c4x.md, [...]: Follow spelling conventions.Kazu Hirata2-11/+11
2007-02-18rs6000.md (bswapsi2): New define_insn and splitter.David Edelsohn1-0/+27
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-17darwin.h (LINK_SPEC): Always pass -macosx_version_min to linker.Geoffrey Keating2-64/+75
2007-02-17* config/rs6000/rs6000.c: Clean up trailing whitespace.Geoffrey Keating1-14/+14
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2-135/+137
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-0/+42
2007-02-08rs6000.md (ctz<mode>2, [...]): Remove constraints from define_expand's match_...Roger Sayle1-16/+16
2007-02-06rs6000.md (popcount<mode>2): Rewrite.Roger Sayle3-21/+117
2007-02-06darwin-tramp.asm (__trampoline_setup): Call __enable_execute_stack on complet...Geoffrey Keating1-2/+4
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata2-2/+2
2007-02-03darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Add.Mike Stump1-2/+10
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-14/+19
2007-02-02rs6000.c (rs6000_stack_info): Correct altivec_padding_size calculation on AIX.Geoffrey Keating1-2/+5
2007-02-02darwin.h (MD_UNWIND_SUPPORT): Don't define for 64-bit.Geoffrey Keating1-0/+2
2007-01-25re PR target/25127 (internal compiler error: in rs6000_emit_prologue, at conf...Geoffrey Keating3-30/+52
2007-01-23rs6000-c.c (rs6000_cpu_cpp_builtins): Define _SOFT_DOUBLE if doubles use soft...Joseph Myers9-93/+526
2007-01-19tm.texi (TARGET_HAS_SINCOS): Document new target macro.Richard Guenther2-0/+8
2007-01-18darwin-ldouble.c: Only build _SOFT_FLOAT if configured for long double 128.David Edelsohn1-1/+1
2007-01-18rs6000.c (rs6000_emit_vector_compare): Fix build error.Mike Stump1-2/+3
2007-01-18re PR target/30485 (ICE in rs6000_emit_vector_compare when building with -fno...Josh Conner1-2/+10
2007-01-16darwin-ldouble.c: Build file for SOFT_FLOAT.David Edelsohn4-13/+282
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell2-30/+22
2007-01-04rs6000.c (rs6000_rtx_costs): Make adjustment for MULT inside MINUS as either ...Joseph Myers1-2/+3
2007-01-04Makefile.def (target_modules): Add libgcc.Daniel Jacobowitz4-20/+6
2007-01-04unwind-dw2.c (SIGNAL_FRAME_BIT, [...]): Define.Jakub Jelinek1-2/+2
2007-01-02alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes.Steven Bosscher1-2/+1
2007-01-02config.gcc (powerpc-*-eabispe*, [...]): Add rs6000/e500.h to tm_file.Joseph Myers6-52/+56
2007-01-02rs6000.c (print_operand): Check (TARGET_SPE || TARGET_E500_DOUBLE), not TARGE...Joseph Myers2-12/+13
2006-12-23t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): Add -mmacosx-version-min=10.4.Mike Stump1-1/+2
2006-12-19re PR fortran/29779 (vectorizer fortran testcases failing)Andrew Pinski1-3/+2
2006-12-19expmed.c (expand_mult_const): Force operand to constant.Jan Hubicka1-15/+30
2006-12-18rs6000.md (*movdf_hardfloat32): Use %X format to determine if memory operand ...Nathan Sidwell1-6/+6
2006-12-16re PR target/30185 (ICE with struct and divide)Jakub Jelinek1-1/+1
2006-12-13re PR middle-end/30191 (GCC error: in eliminate_regs_in_insn, at reload1.c:3126)Peter Bergner1-5/+2
2006-12-13mips-tdump.c: Replace CROSS_COMPILE with CROSS_DIRECTORY_STRUCTURE.Geoffrey Keating2-3/+3
2006-12-12reload1.c (eliminate_regs_in_insn): Merge the plus_src "else" and the offset ...Peter Bergner1-2/+5
2006-12-12t-vxworks: Remove assignment to LIB2FUNCS_EXTRA.Olivier Hainque1-2/+7
2006-12-08t-darwin (TARGET_LIBGCC2_CFLAGS): Build libgcc with -mmacosx-version-min=10.4.Mike Stump2-1/+13
2006-12-08recog.c (mode_dependent_address_p): Identify pre-increment...Mark Shinwell1-3/+1
2006-12-05darwin.h (DARWIN_EXTRA_SPECS): New.Eric Christopher1-0/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-8/+8
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata2-7/+7
2006-12-01re PR target/24036 ([e500] ICE in subreg_offset_representable_p, at rtlanal.c...Joseph Myers2-7/+25
2006-11-29predicates.md (gpc_reg_operand): Check invalid_e500_subreg.Joseph Myers3-8/+12
2006-11-29rs6000.c (rs6000_gimplify_va_arg): If STRICT_ALIGNMENT and the type is more a...Joseph Myers1-0/+21
2006-11-24eabispe.h (TARGET_DEFAULT): Include MASK_STRICT_ALIGN.Joseph Myers3-5/+8
2006-11-22rs6000.c (get_store_dest): New.Peter Bergner1-3/+30