[llvm-commits] [llvm] r78243 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp utils/TableGen/AsmWriterEmitter.cpp
Chris Lattner
clattner at apple.com
Fri Aug 7 16:18:22 PDT 2009
On Aug 5, 2009, at 2:01 PM, David Greene wrote:
> Author: greened
> Date: Wed Aug 5 16:00:52 2009
> New Revision: 78243
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78243&view=rev
> Log:
>
> Fix some column padding bugs, reorganize things as suggested by Chris
> and eliminate complexity. Yay!
Thank you, this is nicer. I finished the job by moving this into
tblgen in r78427/78428. Now targets that don't use it are completely
free of overhead (other than from formatted ostream).
If you're interested, this is the X86 patch that I used while testing
it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x86-asm-operands.patch
Type: application/octet-stream
Size: 5232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090807/b90bcd2f/attachment.obj>
-------------- next part --------------
-Chris
More information about the llvm-commits
mailing list