[llvm-commits] [PATCH] Inline asm mult-alt constraints done for now
John Thompson
john.thompson.jtsoftware at gmail.com
Fri Oct 15 10:42:37 PDT 2010
Thanks for the heads up, Evan.
I forgot to point out a couple of other changes I made. One was to change
some usages of std::vector to SmallVector typedefs on the stuff related to
the constraints. The other was that I changed some hard tabs in one file
(not from me this time) to spaces, based on the report from a checking
program I wrote and am now running on the files I touch.
-John
On Fri, Oct 15, 2010 at 10:02 AM, Evan Cheng <evan.cheng at apple.com> wrote:
> Dale should review this once he gets back on Monday.
>
> Evan
>
> On Oct 14, 2010, at 6:41 PM, John Thompson wrote:
>
> I made a pass through all the platforms, and added support for the
> weighting of the platform-specific constraints that seemed to have any kind
> of support, which was not much, based on what was in the existing
> getConstraintType functions. There probably isn't much point
> adding weighting for constraints not yet supported, but at least the now
> framework is there for if and when they are added. Therefore, I'm
> considering Clang/LLVM mult-alt constraint support done for now, except for
> some tests I'm getting in shape to check in for both the Clang and LLVM
> sides. I've run the regression tests, test-suite, and gcc tests on both
> modified and unmodified trees from this morning on Linux with no
> differences.
>
> May I check this in?
>
> Thanks.
>
> -John
>
> --
> John Thompson
> John.Thompson.JTSoftware at gmail.com
>
> <llvmmultalt15.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
--
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101015/2443e874/attachment.html>
More information about the llvm-commits
mailing list