]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc/
authorRichard Sandiford <richard.sandiford@arm.com>
Sun, 5 Jul 2015 07:58:30 +0000 (07:58 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 5 Jul 2015 07:58:30 +0000 (07:58 +0000)
commit10169a8b991800c73cbe6dbfdcf7761aac3e542c
tree91da425debea07ccf8622f69ae68e2e211042c83
parentc65aa0429d688103b446a7cb2985c351b52071f3
gcc/
* target-insns.def (allocate_stack, check_stack, probe_stack)
(probe_stack_address, split_stack_prologue, split_stack_space_check):
New targetm instruction patterns.
* explow.c (allocate_dynamic_stack_space): Use them instead of
HAVE_*/gen_* interface.
(emit_stack_probe): Likewise.
(probe_stack_range): Likewise.
* function.c (thread_prologue_and_epilogue_insns): Likewise.

From-SVN: r225429
gcc/ChangeLog
gcc/explow.c
gcc/function.c
gcc/target-insns.def