aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
AgeCommit message (Expand)AuthorFilesLines
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi2-10/+0
2005-11-09s390.c (struct s390_frame_layout): New fields first_save_gpr_slot and last_sa...Andreas Krebbel1-19/+59
2005-11-09s390.c (s390_regs_ever_clobbered): Only save live eh regs for a function cont...Andreas Krebbel1-1/+4
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-11-03re PR target/24620 (internal compiler error: in find_reloads, at reload.c:3730)Ulrich Weigand1-2/+2
2005-11-02re PR target/24615 (internal compiler error: in print_shift_count_operand, at...Ulrich Weigand3-85/+85
2005-10-19s390.c (s390_expand_insv): New.Adrian Straetling3-43/+248
2005-10-19s390-protos.h (s390_hard_regno_rename_ok): Add prototype.Ulrich Weigand3-10/+54
2005-10-19s390.md: Comment describing output modifiers updated.Andreas Krebbel2-9/+16
2005-10-19s390.c (override_options): Added check for -mstack-size 64k limitation.Andreas Krebbel1-0/+2
2005-10-04s390.md ("TDSI","DP"): New mode macros.Adrian Straetling1-20/+49
2005-09-30tree-vect-transform.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-16s390-protos.h (s390_overlap_p): Prototype added.Andreas Krebbel3-0/+51
2005-09-08s390.c (s390_sr_alias_set): Variable removed.Andreas Krebbel1-14/+21
2005-08-26s390.md: ("movstr", "*movstr"): Add patterns.Adrian Straetling1-0/+43
2005-08-26predicates.md ("shift_count_operand", [...]): Reject operands containing elim...Andreas Krebbel1-0/+8
2005-08-17config.gcc: Added z9-109 switch.Ulrich Weigand4-202/+577
2005-08-14s390.c (s390_const_ok_for_constraint_p): Add 'P' constraint.Ulrich Weigand2-4/+21
2005-08-14s390.c (s390_canonicalize_comparison): Prefer register over memory as first o...Ulrich Weigand1-0/+7
2005-08-13s390.c (s390_split_branches): Revert 2005-08-12 change.Ulrich Weigand1-18/+19
2005-08-12linux.h (TARGET_THREAD_SSP_OFFSET): Define.Andreas Krebbel4-7/+85
2005-08-12s390.md ("*movdf_31"): Changed constraint from P to K.Andreas Krebbel1-1/+1
2005-08-12predicates.md (setmem_operand): New predicate.Andreas Krebbel3-3/+60
2005-08-12s390.c (s390_extract_part, [...]): Type cast added.Andreas Krebbel2-16/+24
2005-08-12s390.c (CONST_OK_FOR_J, [...]): New macros.Andreas Krebbel1-19/+25
2005-08-12s390.c (s390_split_branches, [...]): Don't set save_return_addr_p.Andreas Krebbel1-14/+10
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-14t-tpf (SHLIB_MAPFILES): Remove.Eric Christopher1-4/+0
2005-07-14* config/s390/s390.h (TARGET_TPF_PROFILING): Add default definition.Ulrich Weigand1-0/+5
2005-07-13s390.c: (s390_cc_modes_compatible): Move before "s390_emit_compare".Adrian Straetling3-40/+97
2005-07-13s390.md: ("cmpstrsi", "*cmpstr<mode>"): New pattern.Adrian Straetling1-3/+49
2005-07-13configure.in: Add toplevel noconfigdir support for tpf.Eric Christopher6-49/+100
2005-07-13linux.h (TARGET_HAS_F_SETLKW): Renamed to ...H.J. Lu1-1/+1
2005-07-07s390-protos.h (s390_expand_clrmem): Delete.Adrian Straetling3-32/+72
2005-07-07s390.c: (optimization_options): Enable TARGET_MVCLE at -Os.Adrian Straetling2-1/+5
2005-07-02c.opt, [...]: Remove "." from end of help texts.Joseph Myers1-5/+5
2005-06-29s390.c (s390_decompose_address): Accept invalid displacements for addresses c...Andreas Krebbel2-14/+20
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling1-5/+12
2005-06-28s390.c (machine_function): New field has_landing_pad_p.Andreas Krebbel3-21/+135
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-1/+1
2005-06-25Update FSF address.R. Kelley Cook15-30/+30
2005-06-09target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling1-2/+2
2005-06-08re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug sy...Eric Botcazou3-10/+9
2005-06-07s390.md: ("UNSPECV_MB", "UNSPECV_CAS"): New constants.Adrian Straetling5-5/+114
2005-06-02s390.c (s390_add_execute): Do not handle out-of-pool execute templates.Ulrich Weigand1-38/+26
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford2-3/+1
2005-05-25s390.c (GP_ARG_NUM_REG, [...]): New defines.Ulrich Weigand1-43/+83
2005-05-25s390.c (TARGET_INSN_VALID_WITHIN_DOLOOP): Set to hook_bool_rtx_true.Adrian Straetling1-0/+3
2005-05-23s390.c (s390_optimize_prologue): Don't replace an insn saving less registers ...Andreas Krebbel1-22/+12
2005-05-13s390.md: ("DBL"): New mode attribute.Adrian Straetling1-55/+21