| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -9/+4 |
| * | move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp... | Chris Lattner | 2010-02-02 | 1 | -16/+3 |
| * | add target hooks for emitting random gunk before and after the function body. | Chris Lattner | 2010-01-28 | 1 | -0/+6 |
| * | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -3/+2 |
| * | emit a 0 byte instead of a noop if a function is empty on darwin. | Chris Lattner | 2010-01-28 | 1 | -4/+2 |
| * | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -11/+66 |
| * | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 1 | -2/+3 |
| * | rename printVisibility to EmitVisibility and make it private, | Chris Lattner | 2010-01-28 | 1 | -6/+5 |
| * | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 1 | -2/+9 |
| * | mcize label emission for functions. | Chris Lattner | 2010-01-26 | 1 | -5/+5 |
| * | use EmitLinkage for functions as well as globals. One output | Chris Lattner | 2010-01-26 | 1 | -31/+4 |
| * | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner | 2010-01-26 | 1 | -43/+46 |
| * | rearrange some directives, no functionality change. | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
| * | now that enough stuff is constified, move function header printing | Chris Lattner | 2010-01-26 | 1 | -1/+69 |
| * | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner | 2010-01-26 | 1 | -4/+8 |
| * | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -5/+5 |
| * | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -8/+9 |
| * | Now that printPICJumpTableSetLabel is not overloaded, | Chris Lattner | 2010-01-26 | 1 | -22/+18 |
| * | Move getJTISymbol from MachineJumpTableInfo to MachineFunction, | Chris Lattner | 2010-01-26 | 1 | -3/+2 |
| * | add a new MachineJumpTableInfo::getJTISymbol method, | Chris Lattner | 2010-01-26 | 1 | -10/+8 |
| * | simplify asmprinter: only emit .set directives when entries have | Chris Lattner | 2010-01-26 | 1 | -5/+7 |
| * | rename printPICJumpTableEntry -> EmitJumpTableEntry, | Chris Lattner | 2010-01-26 | 1 | -19/+10 |
| * | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -14/+7 |
| * | make MachineFunction keep track of its ID and make | Chris Lattner | 2010-01-26 | 1 | -2/+8 |
| * | Add support for target-specific 32-bit custom-lowered | Chris Lattner | 2010-01-26 | 1 | -5/+6 |
| * | switch jump table entry emission to be based on EntryKind | Chris Lattner | 2010-01-26 | 1 | -16/+39 |
| * | Rearrange handling of jump tables. Highlights: | Chris Lattner | 2010-01-25 | 1 | -4/+5 |
| * | eliminate redundant argument to EmitJumpTableInfo | Chris Lattner | 2010-01-25 | 1 | -2/+3 |
| * | mcstreamerize gprel32 emission. | Chris Lattner | 2010-01-25 | 1 | -2/+3 |
| * | mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry | Chris Lattner | 2010-01-25 | 1 | -13/+13 |
| * | handle the _set_ symbol with an MCSymbol. | Chris Lattner | 2010-01-25 | 1 | -5/+12 |
| * | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to | Chris Lattner | 2010-01-25 | 1 | -9/+7 |
| * | pull the non-pic jump table case out of printPICJumpTableEntry | Chris Lattner | 2010-01-25 | 1 | -10/+13 |
| * | remove JumpTableDirective, it is always null. | Chris Lattner | 2010-01-25 | 1 | -1/+2 |
| * | sink an arm specific method out of asmprinter into the ARMAsmPrinter and | Chris Lattner | 2010-01-25 | 1 | -13/+0 |
| * | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 1 | -46/+7 |
| * | emit ELF .type directives through MCStreamer instead of doing it textually. | Chris Lattner | 2010-01-25 | 1 | -7/+2 |
| * | add a comment | Chris Lattner | 2010-01-25 | 1 | -0/+1 |
| * | emit the .size directive for global variables on ELF through | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
| * | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 1 | -2/+2 |
| * | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 1 | -5/+2 |
| * | mcize visibility directives. | Chris Lattner | 2010-01-23 | 1 | -8/+14 |
| * | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -14/+14 |
| * | Change constantexpr global variable initializers to convert the constants | Chris Lattner | 2010-01-23 | 1 | -116/+71 |
| * | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner | 2010-01-23 | 1 | -14/+17 |
| * | mcize jump table and constant pool entry labels, .local on elf, | Chris Lattner | 2010-01-23 | 1 | -29/+45 |
| * | emit .ascii and .asciz through MCStreamer. | Chris Lattner | 2010-01-23 | 1 | -34/+12 |
| * | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner | 2010-01-23 | 1 | -23/+0 |
| * | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner | 2010-01-22 | 1 | -10/+0 |
| * | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -29/+0 |