[llvm-commits] [llvm-gcc-4.2] r43907 - in /llvm-gcc-4.2/trunk/gcc: config/i386/llvm-i386.cpp llvm-convert.cpp llvm-internal.h

Chris Lattner clattner at apple.com
Thu Nov 8 14:16:26 PST 2007


On Nov 8, 2007, at 1:12 PM, Duncan Sands wrote:

> Author: baldrick
> Date: Thu Nov  8 15:12:44 2007
> New Revision: 43907
>
> URL: http://llvm.org/viewvc/llvm-project?rev=43907&view=rev
> Log:
> Pass alignment and volatility along with the address in
> the DestLoc parameter.  Done by changing it from a Value*
> to a MemRef*.  Fixed/improved a bunch of alignment/volatility
> problems/uses while there.  Introduces no regressions (I didn't
> test tramp3d-v4 because I got tired of waiting for the testsuite
> to finish).

Very nice Duncan, thanks again!

-Chris



More information about the llvm-commits mailing list