[llvm-commits] [llvm] r164659 - in /llvm/trunk/lib/Target/X86: InstPrinter/X86ATTInstPrinter.cpp InstPrinter/X86IntelInstPrinter.cpp X86InstrCompiler.td
Eric Christopher
echristo at gmail.com
Tue Oct 2 11:26:26 PDT 2012
On Tue, Sep 25, 2012 at 10:13 PM, Michael Liao <michael.liao at intel.com> wrote:
> Author: hliao
> Date: Wed Sep 26 00:13:44 2012
> New Revision: 164659
>
> URL: http://llvm.org/viewvc/llvm-project?rev=164659&view=rev
> Log:
> Add 'lock' prefix output support in assembly printer
>
> - Instead of embedding 'lock' into each mnemonic of atomic
> instructions except 'xchg', we teach X86 assembly printer to output 'lock'
> prefix similar to or consistent with code emitter.
>
Cool, thanks for doing this. It'd been on my cleanup list for a while.
-eric
More information about the llvm-commits
mailing list