| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 1 | -1/+1 |
* | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner | 2010-02-10 | 1 | -7/+0 |
* | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner | 2010-02-10 | 1 | -3/+0 |
* | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner | 2010-02-08 | 1 | -4/+2 |
* | privatize a bunch of methods and move \n printing into them. | Chris Lattner | 2010-02-03 | 1 | -5/+7 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -1/+2 |
* | add target hooks for emitting random gunk before and after the function body. | Chris Lattner | 2010-01-28 | 1 | -0/+8 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -0/+9 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -2/+11 |
* | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | rename printVisibility to EmitVisibility and make it private, | Chris Lattner | 2010-01-28 | 1 | -5/+5 |
* | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 1 | -0/+2 |
* | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner | 2010-01-26 | 1 | -0/+2 |
* | now that enough stuff is constified, move function header printing | Chris Lattner | 2010-01-26 | 1 | -1/+5 |
* | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner | 2010-01-26 | 1 | -5/+0 |
* | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -4/+0 |
* | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -14/+1 |
* | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | handle the _set_ symbol with an MCSymbol. | Chris Lattner | 2010-01-25 | 1 | -0/+4 |
* | sink an arm specific method out of asmprinter into the ARMAsmPrinter and | Chris Lattner | 2010-01-25 | 1 | -2/+0 |
* | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 1 | -3/+0 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
* | Change constantexpr global variable initializers to convert the constants | Chris Lattner | 2010-01-23 | 1 | -4/+0 |
* | mcize jump table and constant pool entry labels, .local on elf, | Chris Lattner | 2010-01-23 | 1 | -0/+6 |
* | emit .ascii and .asciz through MCStreamer. | Chris Lattner | 2010-01-23 | 1 | -4/+0 |
* | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner | 2010-01-23 | 1 | -6/+0 |
* | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner | 2010-01-22 | 1 | -4/+0 |
* | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -11/+0 |
* | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner | 2010-01-22 | 1 | -9/+0 |
* | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner | 2010-01-22 | 1 | -1/+0 |
* | inline AsmPrinter::PrintHex into its two trivial callers. | Chris Lattner | 2010-01-22 | 1 | -4/+0 |
* | change this to be a static function instead of a method on asmprinter. | Chris Lattner | 2010-01-22 | 1 | -2/+0 |
* | inline and radically simplify printDataDirective. It will eventually | Chris Lattner | 2010-01-20 | 1 | -4/+0 |
* | signficant cleanups to EmitGlobalConstant (including streamerization | Chris Lattner | 2010-01-20 | 1 | -2/+0 |
* | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner | 2010-01-19 | 1 | -4/+0 |
* | refactor code to be static functions instead of methods on AsmPrinter. | Chris Lattner | 2010-01-19 | 1 | -9/+9 |
* | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel | 2010-01-19 | 1 | -2/+2 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -5/+1 |
* | hoist handling of external globals and special globals up to common code. | Chris Lattner | 2010-01-19 | 1 | -0/+3 |
* | Change CurrentFnSym to be a non-const pointer since asmprinter mutates it | Chris Lattner | 2010-01-18 | 1 | -1/+1 |
* | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 1 | -5/+5 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 1 | -4/+5 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 1 | -1/+2 |
* | CurrentFnName is now dead, remove it. | Chris Lattner | 2010-01-16 | 1 | -2/+1 |
* | remove the string form of printVisibility. | Chris Lattner | 2010-01-16 | 1 | -3/+0 |
* | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner | 2010-01-15 | 1 | -1/+2 |
* | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner | 2010-01-15 | 1 | -0/+3 |
* | add another helper | Chris Lattner | 2010-01-15 | 1 | -0/+6 |
* | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner | 2010-01-15 | 1 | -0/+8 |