Author: shihui
Date: 2011-04-26 01:21:38 -0400 (Tue, 26 Apr 2011)
New Revision: 3573
Modified:
trunk/osprey/be/com/constraint_graph.cxx
trunk/osprey/be/com/constraint_graph.h
trunk/osprey/be/com/constraint_graph_solve.cxx
trunk/osprey/be/com/constraint_graph_solve.h
trunk/osprey/be/
Author: pallavimathew
Date: 2011-04-25 19:15:52 -0400 (Mon, 25 Apr 2011)
New Revision: 3571
Modified:
trunk/osprey/be/opt/opt_revise_ssa.cxx
Log:
This change is to preserve the alignment when folding indirect load/store.
When folding indirect load/store, say "load from or store to *(&a_vector)
please go ahead
Sun
On Tue, Apr 26, 2011 at 5:16 AM, Mathew, Pallavi wrote:
> Hi,
>
> Can a gatekeeper please review the attached patch for preserving the
> alignment when folding indirect load/store?
>
>
>
> When folding indirect load/store, say "load from or store to *(&a_vector)",
>
> the comp
Hi,
Can a gatekeeper please review the attached patch for preserving the alignment
when folding indirect load/store?
When folding indirect load/store, say "load from or store to *(&a_vector)",
the compiler replaced the expression into "load from or store to a_vector",
in the meantime, it blindly
Author: mlai
Date: 2011-04-25 17:05:49 -0400 (Mon, 25 Apr 2011)
New Revision: 3570
Modified:
trunk/osprey/ipa/main/optimize/ipo_struct_opt.cxx
Log:
This change affects the existing "array remapping" optimization by adding a
restriction to exclude arrays with non-zero field_id (e.g., arrays that
Your change look fine to me.
Thanks,
Min
On Wed, Apr 13, 2011 at 6:24 PM, Lai, Michael wrote:
> Can a gatekeeper review the following change?
>
>
>
> This change affects the existing "array remapping" optimization.
>
> The following change adds a restriction to exclude arrays with
>
> non-zer
Author: laijx
Date: 2011-04-25 03:30:50 -0400 (Mon, 25 Apr 2011)
New Revision: 3569
Modified:
trunk/osprey/be/opt/opt_revise_ssa.cxx
Log:
Fix a compilation error caused by the previous check-in.
A wrong API in POINTS_TO is used in the previous patch, which will cause
a compilation error.
Mod