* xvasprintf.c: New file.
[official-gcc.git] / gcc / config / s390 / s390.opt
blob7780f877c7aa44882079c70d66f2869bf19a6d86
1 ; Options for the S/390 / zSeries port of the compiler.
3 ; Copyright (C) 2005-2014 Free Software Foundation, Inc.
5 ; This file is part of GCC.
7 ; GCC is free software; you can redistribute it and/or modify it under
8 ; the terms of the GNU General Public License as published by the Free
9 ; Software Foundation; either version 3, or (at your option) any later
10 ; version.
12 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
13 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ; FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ; for more details.
17 ; You should have received a copy of the GNU General Public License
18 ; along with GCC; see the file COPYING3.  If not see
19 ; <http://www.gnu.org/licenses/>.
21 HeaderInclude
22 config/s390/s390-opts.h
24 ; The architecture name to use in diagnostics.
25 Variable
26 const char *s390_arch_string
28 Variable
29 int s390_tune_flags
31 Variable
32 int s390_arch_flags
34 Variable
35 HOST_WIDE_INT s390_warn_framesize = 0
37 m31
38 Target Report RejectNegative Negative(m64) InverseMask(64BIT)
39 31 bit ABI
41 m64
42 Target Report RejectNegative Negative(m31) Mask(64BIT)
43 64 bit ABI
45 march=
46 Target RejectNegative Joined Enum(processor_type) Var(s390_arch) Init(PROCESSOR_max)
47 Generate code for given CPU
49 Enum
50 Name(processor_type) Type(enum processor_type)
52 EnumValue
53 Enum(processor_type) String(g5) Value(PROCESSOR_9672_G5)
55 EnumValue
56 Enum(processor_type) String(g6) Value(PROCESSOR_9672_G6)
58 EnumValue
59 Enum(processor_type) String(z900) Value(PROCESSOR_2064_Z900)
61 EnumValue
62 Enum(processor_type) String(z990) Value(PROCESSOR_2084_Z990)
64 EnumValue
65 Enum(processor_type) String(z9-109) Value(PROCESSOR_2094_Z9_109)
67 EnumValue
68 Enum(processor_type) String(z9-ec) Value(PROCESSOR_2094_Z9_EC)
70 EnumValue
71 Enum(processor_type) String(z10) Value(PROCESSOR_2097_Z10)
73 EnumValue
74 Enum(processor_type) String(z196) Value(PROCESSOR_2817_Z196)
76 EnumValue
77 Enum(processor_type) String(zEC12) Value(PROCESSOR_2827_ZEC12)
79 mbackchain
80 Target Report Mask(BACKCHAIN)
81 Maintain backchain pointer
83 mdebug
84 Target Report Mask(DEBUG_ARG)
85 Additional debug prints
87 mesa
88 Target Report RejectNegative Negative(mzarch) InverseMask(ZARCH)
89 ESA/390 architecture
91 mhard-dfp
92 Target Report Mask(HARD_DFP)
93 Enable decimal floating point hardware support
95 mhard-float
96 Target Report RejectNegative Negative(msoft-float) InverseMask(SOFT_FLOAT, HARD_FLOAT)
97 Enable hardware floating point
99 mhotpatch
100 Target Report Var(s390_deferred_options) Defer
101 Prepend the function label with 12 two-byte Nop instructions, and add a four byte Nop instruction after the label for hotpatching.
103 mhotpatch=
104 Target RejectNegative Report Joined Var(s390_deferred_options) Defer
105 Prepend the function label with the given number of two-byte Nop instructions, and add a four byte Nop instruction after the label for hotpatching.
107 mlong-double-128
108 Target Report RejectNegative Negative(mlong-double-64) Mask(LONG_DOUBLE_128)
109 Use 128-bit long double
111 mlong-double-64
112 Target Report RejectNegative Negative(mlong-double-128) InverseMask(LONG_DOUBLE_128)
113 Use 64-bit long double
115 mhtm
116 Target Report Mask(OPT_HTM)
117 Use hardware transactional execution instructions
119 mpacked-stack
120 Target Report Mask(PACKED_STACK)
121 Use packed stack layout
123 msmall-exec
124 Target Report Mask(SMALL_EXEC)
125 Use bras for executable < 64k
127 msoft-float
128 Target Report RejectNegative Negative(mhard-float) Mask(SOFT_FLOAT)
129 Disable hardware floating point
131 mstack-guard=
132 Target RejectNegative Joined UInteger Var(s390_stack_guard)
133 Set the max. number of bytes which has to be left to stack size before a trap instruction is triggered
135 mstack-size=
136 Target RejectNegative Joined UInteger Var(s390_stack_size)
137 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
139 mtune=
140 Target RejectNegative Joined Enum(processor_type) Var(s390_tune) Init(PROCESSOR_max)
141 Schedule code for given CPU
143 mmvcle
144 Target Report Mask(MVCLE)
145 mvcle use
147 mwarn-dynamicstack
148 Target RejectNegative Var(s390_warn_dynamicstack_p)
149 Warn if a function uses alloca or creates an array with dynamic size
151 mwarn-framesize=
152 Target RejectNegative Joined
153 Warn if a single function's framesize exceeds the given framesize
155 mzarch
156 Target Report RejectNegative Negative(mesa) Mask(ZARCH)
157 z/Architecture
159 mbranch-cost=
160 Target Report Joined RejectNegative UInteger Var(s390_branch_cost) Init(1)
161 Set the branch costs for conditional branch instructions.  Reasonable
162 values are small, non-negative integers.  The default branch cost is
165 mlra
166 Target Report Var(s390_lra_flag) Init(1) Save
167 Use LRA instead of reload