aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spu
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher2-2/+2
2010-03-20re PR target/43156 (SPU-elf ICEs on simple programs)Andrew Pinski1-10/+0
2010-02-18spu-c.c (spu_resolve_overloaded_builtin): Call lang_hooks.types_compatible_p ...Ulrich Weigand1-2/+1
2009-12-22tm.texi (ARG_POINTER_CFA_OFFSET): Document new default.Paul Brook1-1/+2
2009-12-03spu-elf.h (STARTFILE_SPEC): Add support for gprof startup files.Ken Werner4-4/+16
2009-11-17spu.c (get_pic_reg): Use LAST_ARG_REGNUM as PIC registers in leaf functions i...Ulrich Weigand1-0/+2
2009-10-26config.gcc (spu-*-elf*): Add spu_cache.h to extra_headers.Ben Elliston9-9/+1097
2009-10-15spu.c (get_branch_target): Use extract_asm_operands.Andrew Pinski1-1/+1
2009-10-11spu.c (TARGET_BUILTIN_DECL): Define.Andrew Pinski1-0/+15
2009-09-28spu.c (get_branch_target): Return NULL for ASM_OPERANDS patterns.Andrew Pinski1-0/+4
2009-09-22spu.c (TARGET_TRAMPOLINE_INIT): New.Richard Henderson3-19/+18
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-17/+24
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-2/+2
2009-06-25arc.c: Include "df.h".Ian Lance Taylor1-11/+9
2009-06-25defaults.h (CAN_ELIMINATE): Provide default.Anatoly Sokolov1-2/+0
2009-06-13alpha.c (alpha_build_builtin_va_list): Pass location to build_decl.Aldy Hernandez3-6/+10
2009-06-03ansidecl.h (EXPORTED_CONST): Define.Ian Lance Taylor1-1/+1
2009-05-26Makefile.in (COMPILER, [...]): Define.Ian Lance Taylor1-3/+3
2009-05-23Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>Trevor Smigiel4-445/+617
2009-05-14tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc...Paolo Bonzini3-16/+7
2009-05-12Merge cond-optab branch.Paolo Bonzini4-173/+81
2009-05-11spu-c.c (spu_categorize_keyword): Update for recent libcpp interface change.Andrew Pinski1-2/+2
2009-05-10arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics.Joseph Myers1-3/+3
2009-05-07spu.c: Remove include of c-common.h.Andrew Pinski1-1/+0
2009-05-04tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.Paolo Bonzini3-14/+6
2009-05-03defaults.h (FRAME_POINTER_REQUIRED): Provide default.Anatoly Sokolov1-2/+0
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-27spu.c (spu_machine_dependent_reorg): Make sure branch label on hint instructi...Trevor Smigiel1-0/+19
2009-04-27Allow non-constant arguments to conversion intrinsics.Trevor Smigiel7-72/+296
2009-04-23spu-builtins.h: Delete file.Ulrich Weigand5-132/+118
2009-04-22Makefile.in: Update dependencies.Manuel López-Ibáñez2-2/+1
2009-04-22defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.Paolo Bonzini1-2/+0
2009-04-21rs6000-c.c (altivec_resolve_overloaded_builtin): Correct test for number of a...Ian Lance Taylor1-1/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor3-20/+19
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek17-209/+157
2009-03-31re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers1-1/+3
2009-03-31spu.c (spu_expand_prologue): Delete redundant code.Alan Modra1-6/+0
2009-03-26divv2df3.c: New file.Ulrich Weigand2-1/+204
2009-03-12re PR target/39181 (complex int arguments cause ICE)Ulrich Weigand1-5/+4
2009-03-02spu.c (TARGET_SECTION_TYPE_FLAGS): Define.Ulrich Weigand1-0/+14
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek13-13/+13
2009-02-14spu_internals.h (spu_sr, [...]): Define.Ulrich Weigand4-5/+128
2009-02-09spu.c (array_to_constant): Fix (latent) wrong-code generation due to implicit...Ulrich Weigand1-3/+2
2008-12-02float_disf.c (__floatdisf): Prototype.Ben Elliston4-3/+9
2008-11-14spu-elf.h (STANDARD_STARTFILE_PREFIX_2): Disable default.Ulrich Weigand2-0/+20
2008-10-29configure.ac [spu-*-*]: Do not set skipdirs.Stefan Schulze Frielinghaus3-12/+62
2008-10-24PR target/37841: Fix SPU abiMichael Meissner1-0/+8
2008-09-12spu.c (spu_override_options): Default to -mno-safe-hints when building for th...Ulrich Weigand1-0/+10
2008-09-05Improved branch hints, safe hints, and scheduling.Trevor Smigiel4-281/+922
2008-09-02spu.md (divdf3): Removed.Victor Kaplansky1-52/+0