invoke.texi (free): Mention Alpha.
* doc/invoke.texi (free): Mention Alpha. Also enabled at -Os. From-SVN: r210552
This commit is contained in:
parent
95ac221a3a
commit
6ca74b5cf0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-05-17 Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
* doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
|
||||
|
||||
2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||||
|
||||
* wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
|
||||
|
|
|
@ -7463,7 +7463,8 @@ Attempt to remove redundant extension instructions. This is especially
|
|||
helpful for the x86-64 architecture, which implicitly zero-extends in 64-bit
|
||||
registers after writing to their lower 32-bit half.
|
||||
|
||||
Enabled for AArch64 and x86 at levels @option{-O2}, @option{-O3}.
|
||||
Enabled for Alpha, AArch64 and x86 at levels @option{-O2},
|
||||
@option{-O3}, @option{-Os}.
|
||||
|
||||
@item -flive-range-shrinkage
|
||||
@opindex flive-range-shrinkage
|
||||
|
|
Loading…
Add table
Reference in a new issue