aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
AgeCommit message (Expand)AuthorFilesLines
2003-06-30s390.c (s390_extra_constraint): New function.Ulrich Weigand4-491/+767
2003-06-302084.md: New file.Hartmut Penner3-4/+341
2003-06-30config.gcc [...]: Support --with-arch, --with-tune, and --with-mode configure...Ulrich Weigand4-91/+96
2003-06-27s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.Ulrich Weigand4-96/+168
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-3/+34
2003-06-13s390.c (s390_va_arg): Fix alignment when retrieving non-integral types from i...Ulrich Weigand1-7/+2
2003-06-12s390.c (s390_emit_prologue): Use LA instead of AR to initialize GOT register.Ulrich Weigand1-2/+4
2003-06-07config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg1-6/+1
2003-06-04function.c (trampolines_created): New variable.Jakub Jelinek1-0/+6
2003-05-18c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth1-1/+0
2003-05-16alpha.c (print_operand_address, [...]): Use string concatentation on HOST_WID...Kaveh R. Ghazi1-3/+2
2003-05-14target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford3-11/+6
2003-05-13s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second parameter of ASM_OUTPUT_SKIP m...Ulrich Weigand1-1/+1
2003-05-13s390.md ("*iordi3_oi"): Do not mark commutative.Ulrich Weigand1-2/+2
2003-05-12Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka1-1/+1
2003-05-11s390.c (s390_function_arg_float): New function.Ulrich Weigand1-8/+52
2003-05-10except.c (EH_RETURN_STACKADJ_RTX): Do not define.Ulrich Weigand1-1/+0
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij1-1/+1
2003-04-23* config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.Ulrich Weigand1-1/+5
2003-04-20target.h (encode_section_info): Add new argument carrying the RTL to be modif...Zack Weinberg1-4/+5
2003-04-17toplev.c (target_options): Add value field.DJ Delorie1-2/+2
2003-04-17s390.c (SYMBOL_FLAG_ALIGN1): New.Richard Henderson3-131/+30
2003-04-10s390.c (larl_operand): Do not allow symbols marked with '@'.Ulrich Weigand1-17/+38
2003-04-01s390.c (s390_fixup_clobbered_return_reg): Do nothing if __builtin_return_addr...Ulrich Weigand1-0/+6
2003-03-28gcc/ ChangeLog:Ulrich Weigand1-0/+10
2003-03-28s390.md ("literal_pool_31"): Output pool anchor label even if pool empty when...Ulrich Weigand1-14/+22
2003-03-26s390.c (s390_optimize_prolog): Do not save/restore registers used for global ...Ulrich Weigand1-10/+23
2003-03-22s390.md ("movti", [...]): Use 'o' instead of 'm' constraint in forced-split a...Ulrich Weigand1-20/+20
2003-03-21s390.h: Do not include fixdfdi.h on s390x.Ulrich Weigand1-1/+14
2003-03-19s390.c (s390_preferred_reload_class): Do not force constants to the pool unle...Ulrich Weigand2-43/+43
2003-03-19s390.c (s390_output_dwarf_dtprel): New.Jakub Jelinek3-0/+32
2003-03-18* config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.Ulrich Weigand1-3/+6
2003-02-06dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR with *targe...Roger Sayle3-7/+6
2003-01-31loop.c (emit_prefetch_instructions): Do conversion at right place in RTL chain.Jan Hubicka1-2/+3
2003-01-28target.h (targetm.address_cost): New.Richard Henderson3-7/+4
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson2-66/+76
2003-01-24configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.Ulrich Weigand4-46/+903
2003-01-23s390.h (HARD_REGNO_MODE_OK): Fix warning regression introduced by last change.Ulrich Weigand1-1/+1
2003-01-22s390-protos.h (preferred_la_operand_p): Remove second parameter.Ulrich Weigand4-46/+62
2003-01-22s390.md (floatdfdi2): Insn has type 'itof'.Hartmut Penner2-3/+3
2003-01-15Copyright for 2003.Hartmut Penner4-4/+4
2003-01-15s390.c (s390_safe_attr_type): New function.Hartmut Penner4-519/+592
2003-01-13Add 2003 copyright notices for constraints string patch, also 2002 noticeJoern Rennecke1-1/+1
2003-01-10invoke.texi: Document -mtune, delete -mcpu option for S/390 and zSeries.Hartmut Penner2-10/+10
2003-01-09defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.J"orn Rennecke1-1/+1
2002-12-20invoke.texi: Document -mzarch, -mesa, -mcpu= and -march= option for S/390 and...Hartmut Penner3-20/+148
2002-12-19s390.md ("*tsthiCCT", [...]): New insns.Ulrich Weigand1-0/+49
2002-12-17s390.c (s390_output_constant_pool): Replace ASM_OUTPUT_INTERNAL_LABEL by (*ta...Ulrich Weigand1-5/+6
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg3-19/+21
2002-11-29t-crtstuff: New target makefile fragment.Ulrich Weigand1-0/+4