summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86MCInstLower.h
Commit message (Expand)AuthorAgeFilesLines
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-51/+0
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* unify the paths for external symbols and global variables:Chris Lattner2010-02-081-2/+1
* switch the rest of the "@ concatentation" logic in the X86Chris Lattner2010-02-081-3/+0
* 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