aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-22/+27
2012-04-24recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel1-2/+2
2012-02-21s390.c (s390_option_override): Make -mhard-dfp the default if possible and no...Andreas Krebbel1-0/+5
2012-01-16re PR bootstrap/51860 (s390 esa mode bootstrap comparison failure since trans...Jakub Jelinek1-15/+33
2011-12-08re PR target/50395 (Infinite loop when bootstrapping java)Andreas Krebbel1-1/+2
2011-10-07s390.c (s390_emit_tls_call_insn): Remove assertion.Andreas Krebbel1-7/+13
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-5/+5
2011-08-05s390.c (s390_expand_cs_hqi): Add new arguments to store_bit_field.Aldy Hernandez1-3/+6
2011-07-20s390.c (s390_class_max_nregs): Fix return type.Andreas Krebbel1-1/+1
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-4/+4
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-10/+6
2011-06-16re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-8/+14
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-96/+0
2011-05-25common.opt (flag_stack_usage_info): New variable.Eric Botcazou1-1/+1
2011-05-06s390.c (s390_asm_trampoline_template): Comment instruction sizes.Andreas Krebbel1-9/+9
2011-05-04calls.c (emit_library_call_value_1): Invoke promote_function_mode hook on lib...Andreas Krebbel1-1/+1
2011-05-03gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.Bernd Schmidt1-1/+1
2011-04-21s390.c (s390_init_builtins): Call build_function_type_list instead of build_f...Nathan Froyd1-1/+1
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-3/+6
2011-04-21target.def (cannot_force_const_mem): Add a mode argument.Richard Sandiford1-4/+4
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-03-24s390.c (s390_preferred_reload_class): Return NO_REGS for invalid symbolic add...Andreas Krebbel1-4/+12
2011-03-232084.md: Enable all insn reservations also for z9_ec cpu attribute value.Andreas Krebbel1-55/+25
2011-03-22s390-opts.h: New.Joseph Myers1-56/+38
2011-03-22target.def (handle_option): Take gcc_options and cl_decoded_option pointers a...Joseph Myers1-1/+10
2011-03-22s390.c (s390_delegitimize_address): Fix offset handling for PLTOFF/GOTOFF.Andreas Krebbel1-2/+7
2011-03-22s390.c (s390_delegitimize_address): Handle PLTOFF and PLT unspecs.Andreas Krebbel1-3/+19
2011-03-21re PR target/48213 (ICE in simplify_subreg called from s390_delegitimize_addr...Jakub Jelinek1-0/+2
2011-03-18s390.c (s390_delegitimize_address): Handle GOTOFF unspecs.Andreas Krebbel1-0/+17
2011-03-18s390.c (s390_chunkify_start): Prevent literal pool splitting between a call a...Andreas Krebbel1-1/+10
2011-03-10re PR debug/48043 (pr47201: var-tracking loc_order_check fails for type punni...Jakub Jelinek1-7/+16
2011-03-09s390-protos.h (s390_label_align): New prototype.Andreas Krebbel1-0/+26
2011-03-04s390.c (s390_decompose_address): Reject non-literal pool references in UNSPEC...Andreas Krebbel1-0/+10
2011-03-03s390.c (s390_function_value): Rename to ...Andreas Krebbel1-7/+41
2011-01-27s390.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov1-2/+5
2011-01-23s390.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov1-0/+29
2011-01-13s390.c (print_operand_address): Replace 'error' with 'output_operand_lossage'.Andreas Krebbel1-16/+28
2011-01-12s390.h (OUTPUT_ADDR_CONST_EXTRA): Remove.Anatoly Sokolov1-2/+5
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-26s390.c (print_operand_address): Replace assert with error message.Andreas Krebbel1-19/+60
2010-11-22target.def (conditional_register_usage): Define.Nathan Froyd1-2/+5
2010-11-19s390.c (s390_function_arg_integer): Handle NULLPTR_TYPE.Christian Borntraeger1-0/+1
2010-11-16s390: -mfused-madd cleanupRichard Henderson1-16/+23
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-11-10s390.c (s390_emit_prologue): Report the stack size if -fstack-usage is used.Andreas Krebbel1-0/+3
2010-11-08s390.c (s390_handle_arch_option): Set type and flags to defined values in cas...Andreas Krebbel1-0/+9
2010-11-04re PR target/46234 (ICE in expand_expr_real_2 for va-arg-XXX tescases)Jakub Jelinek1-1/+1
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers1-16/+13
2010-10-22alpha.c (alpha_build_builtin_va_list): Use TYPE_STUB_DECL instead of TREE_CHAIN.Nathan Froyd1-1/+1
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers1-4/+13