mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
md.texi (setmem): Document new parameter.
* md.texi (setmem): Document new parameter. * optabs.c (maybe_gen_insn): Support 9 operands. * builtins.c (determine_block_size): Add probable_max_size; support anti-ranges. (expand_builtin_memcpy. expand_builtin_memset_args): Pass around probable_max_size. * expr.c (emit_block_move_via_movmem, emit_block_move_hints, emit_block_move, clear_storage_hints, set_storage_via_setmem): Likewise. * expr.h (emit_block_move_hints, clear_storage_hints, set_storage_via_setmem): Update prototype. * i386.md (setmem, movmem patterns): Add 9th operand. * i386-protos.h (ix86_expand_set_or_movmem): Update prototype. * i386.c (ix86_expand_set_or_movmem): Take probable_max_size_exp argument; pass it to decide_alg. From-SVN: r204998
This commit is contained in:
parent
82bb7d4e82
commit
672a6cc318
@ -1,3 +1,21 @@
|
||||
2013-11-19 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* md.texi (setmem): Document new parameter.
|
||||
* optabs.c (maybe_gen_insn): Support 9 operands.
|
||||
* builtins.c (determine_block_size): Add probable_max_size;
|
||||
support anti-ranges.
|
||||
(expand_builtin_memcpy. expand_builtin_memset_args): Pass around
|
||||
probable_max_size.
|
||||
* expr.c (emit_block_move_via_movmem, emit_block_move_hints,
|
||||
emit_block_move, clear_storage_hints, set_storage_via_setmem):
|
||||
Likewise.
|
||||
* expr.h (emit_block_move_hints, clear_storage_hints,
|
||||
set_storage_via_setmem): Update prototype.
|
||||
* i386.md (setmem, movmem patterns): Add 9th operand.
|
||||
* i386-protos.h (ix86_expand_set_or_movmem): Update prototype.
|
||||
* i386.c (ix86_expand_set_or_movmem): Take probable_max_size_exp
|
||||
argument; pass it to decide_alg.
|
||||
|
||||
2013-11-19 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* basic-block.h (n_basic_blocks_for_function): Rename macro to...
|
||||
|
Loading…
x
Reference in New Issue
Block a user