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