[llvm-commits] [llvm] r56526 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/CodeGen/SelectionDAG/TargetLowering.cpp lib/Target/CellSPU/SPUISelLowering.cpp lib/Target/CellSPU/SPUISelLowering.h lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.h lib/Target/X86/X86ISelDAGToDAG.cpp lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h test/CodeGen/X86/inline-asm-pic.ll

Evan Cheng evan.cheng at apple.com
Tue Sep 23 23:43:02 PDT 2008


Sorry, I forgot to check in one file. I'll fix.

Evan

On Sep 23, 2008, at 10:32 PM, Eric Christopher wrote:

>
> On Sep 23, 2008, at 5:05 PM, Evan Cheng wrote:
>
>> Author: evancheng
>> Date: Tue Sep 23 19:05:32 2008
>> New Revision: 56526
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=56526&view=rev
>> Log:
>> Properly handle 'm' inline asm constraints. If a GV is being
>> selected for the addressing mode, it requires the same logic for PIC
>> relative addressing, etc.
>>
>> Added:
>>   llvm/trunk/test/CodeGen/X86/inline-asm-pic.ll
>> Modified:
>
>
> Hey, this was failing to build for (at least) Daniel and I. I
> committed a patch that will work, but probably isn't ideal from a
> maintenance POV. Let me know what you'd like to do.
>
> -eric
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list