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