]> git.ipfire.org Git - thirdparty/gcc.git/commit
* config/i386/haswell.md: New file describing Haswell pipeline.
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Sep 2015 09:36:29 +0000 (09:36 +0000)
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Sep 2015 09:36:29 +0000 (09:36 +0000)
commit546e705f38aa5c125cc29469d3c8f1b789cf788a
treec9a001c4976f367d195060749b945249db5fab39
parent17bd4ae181883d769f2ce93a2a626e96e5afa3e6
* config/i386/haswell.md: New file describing Haswell pipeline.
* config/i386/i386.c (processor_alias_table): Use CPU_HASWELL for
haswell-like processors.
(ix86_reassociation_width): Increase reassociation width for 64-bit
Haswell processor family.
* config/i386/i386.md: Introduce haswell cpu and include new md file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227740 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/haswell.md [new file with mode: 0644]
gcc/config/i386/i386.c
gcc/config/i386/i386.md