aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
AgeCommit message (Expand)AuthorFilesLines
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-4/+13
2010-10-14params.c (params_finished): New.Joseph Myers1-12/+32
2010-10-11params.c (set_param_value_internal): New.Joseph Myers1-16/+8
2010-10-11s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.Andreas Krebbel1-4/+4
2010-10-08s390-protos.h (s390_function_arg_advance): Delete.Nathan Froyd3-16/+11
2010-10-05s390.c (z196_cost): New.Andreas Krebbel6-485/+1277
2010-10-04t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the multilib osdirname if it...Matthias Klose1-1/+8
2010-09-29optc-gen.awk: Generate global_options initializer instead of individual varia...Joseph Myers1-2/+0
2010-09-16target.def (target_option.optimization): New hook.Joseph Myers3-7/+6
2010-09-16tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.Joseph Myers3-7/+8
2010-09-09s390.c (legitimate_reload_constant_p): Accept floating- point zero operands t...Ulrich Weigand2-20/+32
2010-09-09s390.c (s390_symref_operand_p): Return false for literal pool references.Ulrich Weigand1-5/+9
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers1-3/+4
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-10/+10
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-02s390.c (override_options): Adopt prefetching at -O3 to handle flag_prefetch_l...Christian Borntraeger1-2/+3
2010-06-30re PR middle-end/44566 (configuration with multiple targets / backends is not...Joern Rennecke1-2/+4
2010-06-29reginfo.c (init_reg_sets_1): Adjust comments.Nathan Froyd1-3/+0
2010-06-14s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly adjust z10prop set_attr.Jakub Jelinek1-2/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-022097.md (z10_fhex): Remove insn reservation.Andreas Krebbel3-79/+28
2010-05-28s390.md (movqi): Fix typo ('*' -> '#').Andreas Krebbel1-1/+1
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-3/+2
2010-05-25s390.c (optimization_options): Fix and move the flag_prefetch_loop_arrays ove...Andreas Krebbel1-3/+5
2010-05-21s390.c (override_options): Increase the default of max-completely-peel-times.Andreas Krebbel1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-17s390.c: Define sane prefetch settings and activate flag_prefetch_loop_arrays ...Christian Borntraeger2-0/+18
2010-04-20re PR target/43635 (ICE in s390_emit_call, at config/s390/s390.c:9484)Andreas Krebbel1-5/+19
2010-04-15s390.c (s390_call_save_register_used): Switch back to HARD_REGNO_NREGS.Andreas Krebbel1-21/+7
2010-04-13s390.md: Replace TARGET_64BIT with TARGET_ZARCH.Andreas Krebbel3-239/+394
2010-04-08Implement target hook for loop unrollingChristian Borntraeger1-0/+60
2010-04-08s390.c (override_options): Adjust the z10 defaults for max-unroll-times...Wolfgang Gellerich1-4/+11
2010-04-08s390.c (s390_expand_movmem): Issue prefetch instructions for z10.Andreas Krebbel1-0/+47
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-30s390.c (s390_emit_prologue): Omit issuing a dynamic stack check if the mask w...Andreas Krebbel1-9/+28
2010-03-24re PR target/43498 (No unwind info for thunks even with -fasynchronous-unwind...Jakub Jelinek1-1/+5
2010-02-22s390.md ("movqi"): Re-add the mem->mem alternative.Andreas Krebbel1-6/+24
2010-02-14s390.c (s390_sched_init): New function.Andreas Krebbel1-0/+10
2010-01-27s390.c (s390_delegitimize_address): Call delegitimize_mem_from_attrs.Jakub Jelinek1-1/+3
2010-01-13s390.c (override_options): Set default of max-pending-list-length to 256Wolfgang Gellerich1-0/+3
2009-12-09s390.md ("copysign<mode>3"): Pattern removed.Andreas Krebbel1-15/+0
2009-11-27s390.c (last_scheduled_insn): New variable.Andreas Krebbel1-1/+122
2009-10-20s390.md: Added agen condition to operand forwarding bypasses.Wolfgang Gellerich1-15/+19
2009-10-19s390.c (s390_z10_optimize_cmp): Don't touch FP compares.Andreas Krebbel1-0/+3
2009-10-19s390.c (s390_z10_optimize_cmp): Use next/prev_active_insn to skip DEBUG_INSNs...Andreas Krebbel1-2/+2
2009-10-16s390.c (s390_z10_optimize_cmp): Skip notes when investigating previous or nex...Andreas Krebbel1-2/+2
2009-10-16s390.md (atype): Added missing values.Wolfgang Gellerich1-1/+1
2009-10-13s390.c (s390_encode_section_info): Handle BLKmode properly.Andreas Krebbel1-0/+1
2009-10-09s390.md ("prefetch"): Remove stcmh for prefetching.Andreas Krebbel1-11/+8
2009-10-07tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.Andreas Krebbel1-1/+1