summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86ATTInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-011-81/+0
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-191-0/+3
* Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes2010-07-091-0/+3
* Change LEA to have 5 operands for its memory operand, justChris Lattner2010-07-081-10/+0
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-3/+2
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-32/+32
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-111-2/+3
* remove strings from instructions who are never asmprinted.Chris Lattner2009-10-191-2/+1
* kill off printPICLabel now, it's specialness is handled byChris Lattner2009-09-201-1/+0
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-141-7/+8
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-2/+1
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-131-3/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-1/+4
* split MCInst printing out of the X86ATTInstPrinterChris Lattner2009-09-131-0/+86
OpenPOWER on IntegriCloud