aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spu
AgeCommit message (Expand)AuthorFilesLines
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-5/+5
2010-10-14params.c (params_finished): New.Joseph Myers1-1/+3
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-7/+15
2010-10-08spu-protos.h (spu_function_arg): Delete.Nathan Froyd3-17/+27
2010-10-06spu-c.c (spu_resolve_overloaded_builtin): Don't use define_builtin_std where ...Francois-Xavier Coudert1-5/+5
2010-10-01spu.c (spu_init_builtins): No longer add END_BUILTINS to the function code fo...Ulrich Weigand2-4/+3
2010-10-01spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info.Ulrich Weigand1-0/+3
2010-09-29options.texi (Variable, Var, Init): Update documentation without reference to...Joseph Myers1-2/+2
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-3/+0
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers3-6/+6
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers3-8/+7
2010-08-03spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of non-NOTE insns.Ulrich Weigand1-1/+1
2010-07-31spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.Anatoly Sokolov1-7/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-3/+3
2010-07-15re PR target/44877 (C++ compiler can no longer compile dealII for VSX/Altivec...Ulrich Weigand1-1/+1
2010-07-14spu.c (reg_names): Remove prototype.Ulrich Weigand1-4/+0
2010-07-12spu.h (struct spu_builtin_description): Remove FNDECL member.Ulrich Weigand3-38/+26
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-4/+5
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-2/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-1/+1
2010-06-29re PR other/44034 (target hooks are hard to maintain)Joern Rennecke1-2/+2
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-2/+0
2010-06-23* config/spu/spu.c (ea_load_store_inline): Use add_reg_note.Joern Rennecke1-2/+1
2010-06-23* config/spu/spu-protos.h (spu_expand_epilogue) Use bool.Joern Rennecke2-10/+10
2010-06-07tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation.Ira Rosen2-63/+31
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-05-29spu-protos.h: Do not include rtl.h.Steven Bosscher3-7/+11
2010-05-27c-common.h (c_register_addr_space): Add prototype.Ulrich Weigand1-3/+1
2010-05-26spu-c.c: Do not include function.h...Steven Bosscher1-7/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
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