Re: [047/nnn] poly_int: argument sizes

2017-12-20 Thread Richard Sandiford
Jeff Law writes: > On 10/23/2017 11:20 AM, Richard Sandiford wrote: >> This patch changes various bits of state related to argument sizes so >> that they have type poly_int64 rather than HOST_WIDE_INT. This includes: >> >> - incoming_args::pops_args and incoming_args::size >> - rtl_data::outgoin

Re: [047/nnn] poly_int: argument sizes

2017-12-06 Thread Jeff Law
On 10/23/2017 11:20 AM, Richard Sandiford wrote: > This patch changes various bits of state related to argument sizes so > that they have type poly_int64 rather than HOST_WIDE_INT. This includes: > > - incoming_args::pops_args and incoming_args::size > - rtl_data::outgoing_args_size > - pending_s

[047/nnn] poly_int: argument sizes

2017-10-23 Thread Richard Sandiford
This patch changes various bits of state related to argument sizes so that they have type poly_int64 rather than HOST_WIDE_INT. This includes: - incoming_args::pops_args and incoming_args::size - rtl_data::outgoing_args_size - pending_stack_adjust - stack_pointer_delta - stack_usage::pushed_stack