summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.h
Commit message (Expand)AuthorAgeFilesLines
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-0/+1
* revert r84540, fixing build breakage I didn't see because ofChris Lattner2009-10-191-2/+2
* pass mangler in as a reference instead of a pointer.Chris Lattner2009-10-191-2/+2
* rename X86ATTAsmPrinter class -> X86AsmPrinterChris Lattner2009-09-201-3/+3
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-161-0/+4
* make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.Chris Lattner2009-09-131-1/+3
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-121-1/+0
* factor MBB label lowering betterChris Lattner2009-09-121-1/+1
* X86MCInstLower::Lower should only not emit anything to OutStreamer,Chris Lattner2009-09-121-4/+3
* eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner2009-09-121-0/+1
* split MachineInstr -> MCInst lowering into its own class (notChris Lattner2009-09-121-0/+49
OpenPOWER on IntegriCloud