Re: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-03-05 Thread Michael Eager
); Vinod Kathail; Vidhumouli Hunsigida; Nagaraju Mekala; Tom Shui Subject: Re: [Patch, microblaze]: Add support for swap instructions and reorder option Committed revision 196415. Thanks for committing. Please submit a patch to update gcc/doc/invoke.texi with -mxl-reorder description. Please find

RE: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-03-05 Thread David Holsgrove
dhumouli Hunsigida; Nagaraju > Mekala; Tom Shui > Subject: Re: [Patch, microblaze]: Add support for swap instructions and > reorder > option > > Committed revision 196415. Thanks for committing. > > Please submit a patch to update gcc/doc/invoke.texi with -mxl-reorder > d

Re: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-03-03 Thread Michael Eager
Kathail; Vidhumouli Hunsigida; Nagaraju Mekala; Tom Shui Subject: Re: [Patch, microblaze]: Add support for swap instructions and reorder option The purpose is to avoid issuing a warning for processors before 8.30.a unless the user explicitly specifies -mxl-reorder. Warning the user who

RE: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-02-27 Thread David Holsgrove
dhumouli Hunsigida; Nagaraju > Mekala; Tom Shui > Subject: Re: [Patch, microblaze]: Add support for swap instructions and > reorder > option > > The purpose is to avoid issuing a warning for processors before 8.30.a > unless the user explicitly specifies -mxl-reorder. > Warn

Re: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-02-27 Thread Michael Eager
Eager (ea...@eagercon.com); John Williams; Edgar E. Iglesias (edgar.igles...@gmail.com); Vinod Kathail; Vidhumouli Hunsigida; Nagaraju Mekala; Tom Shui Subject: Re: [Patch, microblaze]: Add support for swap instructions and reorder option On 02/10/2013 10:39 PM, David Holsgrove wrote: Add support for

RE: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-02-27 Thread David Holsgrove
John > Williams; Edgar E. Iglesias (edgar.igles...@gmail.com); Vinod Kathail; > Vidhumouli > Hunsigida; Nagaraju Mekala; Tom Shui > Subject: Re: [Patch, microblaze]: Add support for swap instructions and > reorder > option > > On 02/10/2013 10:39 PM, David Holsgrove wrote

Re: [Patch, microblaze]: Add support for swap instructions and reorder option

2013-02-26 Thread Michael Eager
On 02/10/2013 10:39 PM, David Holsgrove wrote: Add support for swap instructions and reorder option swapb and swaph instructions are introduced in microblaze cpu (mcpu) v8.30a, but have an undocumented dependence on -mxl-pattern-compare being set. The conditions for their use are; mcpu < 8.30a

[Patch, microblaze]: Add support for swap instructions and reorder option

2013-02-10 Thread David Holsgrove
Add support for swap instructions and reorder option swapb and swaph instructions are introduced in microblaze cpu (mcpu) v8.30a, but have an undocumented dependence on -mxl-pattern-compare being set. The conditions for their use are; mcpu < 8.30a; no swap insns, use of -mxl-reorder produces war