| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | inline GetGlobalValueSymbol into the rest its callers and | Chris Lattner | 2010-03-12 | 1 | -3/+4 |
* | When outputing a non-lazy pointer for a stub, we may need to fill in the value | Bill Wendling | 2010-03-11 | 1 | -4/+5 |
* | Added Thumb2 LDRD/STRD pre/post variants for disassembly only. | Johnny Chen | 2010-03-11 | 1 | -0/+1 |
* | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling | 2010-03-10 | 1 | -7/+9 |
* | Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero | Johnny Chen | 2010-03-10 | 1 | -0/+3 |
* | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -3/+3 |
* | Print blank line and clear stubs vector. | Bill Wendling | 2010-03-09 | 1 | -2/+13 |
* | MC-ize the stub printing in ARM. | Bill Wendling | 2010-03-09 | 1 | -4/+17 |
* | AL is an optional mnemonic extension for always, except in IT instructions. | Johnny Chen | 2010-03-02 | 1 | -0/+7 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | print all the newlines at the end of instructions with | Chris Lattner | 2010-02-10 | 1 | -3/+3 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -1/+1 |
* | print instructions through the mcstreamer. | Chris Lattner | 2010-02-03 | 1 | -13/+6 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+1 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 1 | -14/+0 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 1 | -6/+1 |
* | switch ARM to EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -45/+3 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -12/+10 |
* | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 1 | -0/+2 |
* | switch ARM to use EmitFunctionHeader. | Chris Lattner | 2010-01-27 | 1 | -44/+15 |
* | eliminate the ARMFunctionInfo::Align member, using | Chris Lattner | 2010-01-27 | 1 | -4/+1 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -2/+2 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 1 | -6/+6 |
* | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner | 2010-01-26 | 1 | -4/+0 |
* | Minor jump table cleanup. | Jim Grosbach | 2010-01-25 | 1 | -2/+2 |
* | fix quoting problem jim noticed! | Chris Lattner | 2010-01-25 | 1 | -1/+1 |
* | mcize jump table symbol manipulation. | Chris Lattner | 2010-01-25 | 1 | -33/+38 |
* | sink an arm specific method out of asmprinter into the ARMAsmPrinter and | Chris Lattner | 2010-01-25 | 1 | -1/+17 |
* | use helpers. | Chris Lattner | 2010-01-23 | 1 | -12/+5 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -1/+1 |
* | inline and radically simplify printDataDirective. It will eventually | Chris Lattner | 2010-01-20 | 1 | -1/+6 |
* | zap the ARM version of PrintGlobalVariable, which I missed. | Chris Lattner | 2010-01-19 | 1 | -113/+0 |
* | some cleanups | Chris Lattner | 2010-01-19 | 1 | -4/+2 |
* | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner | 2010-01-19 | 1 | -7/+5 |
* | hoist handling of external globals and special globals up to common code. | Chris Lattner | 2010-01-19 | 1 | -23/+16 |
* | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 1 | -10/+1 |
* | use BSSLocal classifier to identify 'lcomm' data instead of | Chris Lattner | 2010-01-19 | 1 | -17/+9 |
* | now that elf weak bss symbols are handled correctly, simplify a bunch of code. | Chris Lattner | 2010-01-19 | 1 | -29/+4 |
* | introduce a section kind for common linkage. Use this to slightly | Chris Lattner | 2010-01-19 | 1 | -2/+21 |
* | change an accessor to a predicate. | Chris Lattner | 2010-01-19 | 1 | -2/+2 |
* | Cleanup handling of .zerofill on darwin: | Chris Lattner | 2010-01-19 | 1 | -52/+57 |
* | Minor cleanup for jump table printing. Need a reference, not a pointer, for | Jim Grosbach | 2010-01-18 | 1 | -1/+1 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -104/+48 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner | 2010-01-16 | 1 | -10/+26 |
* | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner | 2010-01-15 | 1 | -4/+1 |
* | use MCSymbol instead of getMangledName() in all cases except one. | Chris Lattner | 2010-01-15 | 1 | -29/+62 |
* | mc'ize a bunch of symbol stuff, eliminating std::strings. | Chris Lattner | 2010-01-15 | 1 | -12/+9 |
* | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner | 2010-01-15 | 1 | -4/+2 |