summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-191-684/+0
* Accept registers with P modifier. PR 5314.Dale Johannesen2010-07-161-0/+4
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-141-5/+8
* Accept RIP-relative symbols with 'i' constraint, andDale Johannesen2010-07-061-0/+2
* Add first pass at darwin tls compiler support.Eric Christopher2010-06-031-0/+5
* updated handling dllexport in X86AsmPrinterNathan Jeffords2010-05-091-8/+22
* made COFF target dllexport logic apply to all subtargetsNathan Jeffords2010-05-091-28/+26
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-081-13/+13
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-3/+1
* Add const qualifiers to TargetLoweringObjectFile usage.Dan Gohman2010-04-171-4/+4
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-11/+8
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-1/+0
* mc'ize elf stub printing, convert cygwin stuff to EmitRawText,Chris Lattner2010-04-041-12/+15
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+3
* remove more implicit uses of "O".Chris Lattner2010-04-041-35/+41
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-4/+3
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-2/+2
* Comment the changes for r98218 and friends inside the source code.Bill Wendling2010-03-311-0/+5
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* switch to the text section at the start of the .s file for darwin/x86Chris Lattner2010-03-131-0/+5
* inline the now-trivial implementation of GetGlobalValueSymbol intoChris Lattner2010-03-121-9/+7
* eliminate the X86 version of GetGlobalValueSymbol, allowingChris Lattner2010-03-121-4/+0
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-121-8/+1
* make DecorateCygMingName a static method.Chris Lattner2010-03-121-4/+3
* minor tidying, only do work if a function is Chris Lattner2010-03-121-4/+2
* eliminate the string form of DecorateCygMingNameChris Lattner2010-03-121-1/+2
* Add a beta-test for placing the LSDA into the TEXT section on X86.Bill Wendling2010-03-121-2/+10
* Remove some dead code. This method only gets called on Chris Lattner2010-03-121-5/+0
* use Mang->getSymbol instead of duplicating the logic, reduce indentation.Chris Lattner2010-03-121-19/+13
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-101-20/+26
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-1/+5
* MC-ize the stub printing in ARM.Bill Wendling2010-03-091-1/+1
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-0/+22
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-29/+25
* reapply r95206, this time actually delete the code I'm replacing in the third...Chris Lattner2010-02-031-9/+23
* revert r95206, it is apparently causing bootstrap failure on i386-darwin9Chris Lattner2010-02-031-24/+7
* make the x86 backend emit darwin stubs through mcstreamerChris Lattner2010-02-031-7/+24
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-031-5/+5
* don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner2010-02-031-1/+0
* Finally eliminate printMCInst and send instructions throughChris Lattner2010-02-031-7/+0
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-58/+4
* now that enough stuff is constified, move function header printingChris Lattner2010-01-261-85/+22
* Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner2010-01-261-18/+3
* simplify asmprinter: only emit .set directives when entries haveChris Lattner2010-01-261-11/+2
* implement X86 @GOTOFF jump table entries with the new EK_Custom32Chris Lattner2010-01-261-17/+0
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-4/+4
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-1/+0
* Rearrange handling of jump tables. Highlights:Chris Lattner2010-01-251-1/+1
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-1/+1
OpenPOWER on IntegriCloud