summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file.Chris Lattner2009-09-201-947/+0
* move target registry stuff to X86ATTAsmPrinter.cppChris Lattner2009-09-201-0/+25
* rename X86ATTAsmPrinter class -> X86AsmPrinterChris Lattner2009-09-201-29/+28
* delete X86IntelAsmPrinter! Now -x86-asm-syntax just switchesChris Lattner2009-09-201-1/+5
* split random COFF asmprinter state out to X86COFFMachineModuleInfo.h.Chris Lattner2009-09-201-116/+41
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-181-24/+1
* move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinterChris Lattner2009-09-161-34/+28
* tidy upChris Lattner2009-09-161-3/+3
* rearrange X86ATTAsmPrinter::doFinalization, making a scan of Chris Lattner2009-09-161-32/+34
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-141-1/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-4/+2
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-131-1/+1
* split MCInst printing out of the X86ATTInstPrinterChris Lattner2009-09-131-0/+5
* make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.Chris Lattner2009-09-131-8/+4
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-4/+6
* remove the "old" at&t style asmprinter. Unfortunately, most of theChris Lattner2009-09-121-13/+1
* fix an embarassing typo that resulted in llvm-gcc bootstrap miscompareChris Lattner2009-09-121-1/+1
* fix pastoChris Lattner2009-09-111-2/+2
* fix some fixmes: emit stubs in sorted order.Chris Lattner2009-09-111-14/+34
* turn on -experimental-asm-printer for x86 / AT&T by default.Chris Lattner2009-09-111-1/+1
* switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt...Chris Lattner2009-09-111-5/+17
* Fix a bug I introduced in FnStubs generation, switch GVStubs to be a Chris Lattner2009-09-111-22/+54
* change FnStubs from being a StringMap<std::string> to being a muchChris Lattner2009-09-111-8/+21
* rearrange some code, export a SmallString version of DecorateCygMingName.Chris Lattner2009-09-111-30/+28
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-0/+2
* disable the new asmprinter by default. Both the Mangler and MCSymbolChris Lattner2009-09-091-1/+1
* turn the mcinst asmprinter on by default for x86, tweaking two tests toChris Lattner2009-09-091-1/+1
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-081-1/+1
* Reference to hidden symbols do not have to go through non-lazy pointer in non...Evan Cheng2009-09-031-4/+1
* split mcinst lowering stuff out to its own file.Chris Lattner2009-09-021-260/+5
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-2/+2
* X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand.Daniel Dunbar2009-08-311-1/+34
* Stop printing old asm printing code inline with -experimental-asm-printer (th...Daniel Dunbar2009-08-311-9/+0
* Avoid unnecessary +0 in experimental-asm-printer.Daniel Dunbar2009-08-311-7/+10
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-311-4/+23
* Fix PR 4751, another difficulty with %a modifier on x86.Dale Johannesen2009-08-251-0/+4
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-33/+33
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-3/+0
* Add an extra line to conform with preferred style.Dale Johannesen2009-08-191-1/+2
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-191-0/+12
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-7/+7
* add support for some targetflags on GV operands. This allows us toChris Lattner2009-08-181-2/+44
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-171-4/+4
* add support for external symbols + X86::MOVPC32r.Chris Lattner2009-08-161-59/+120
* implement support for lowering references to global addresses. For example, ...Chris Lattner2009-08-161-5/+51
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-17/+16
* Symbols with LinkerPrivateLinkage are weak.Dale Johannesen2009-08-131-2/+2
OpenPOWER on IntegriCloud