| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | upgrade and MC'ize a few uses of makeNameProper. | Chris Lattner | 2010-01-13 | 1 | -5/+5 |
| * | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -12/+13 |
| * | Add missing include (for inline PATypeHolder::get). | Benjamin Kramer | 2009-12-28 | 1 | -0/+1 |
| * | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng | 2009-12-08 | 1 | -0/+1 |
| * | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov | 2009-11-24 | 1 | -6/+15 |
| * | move fconst[sd] to UAL. <rdar://7414913> | Jim Grosbach | 2009-11-23 | 1 | -2/+2 |
| * | More consistent thumb1 asm printing. | Evan Cheng | 2009-11-19 | 1 | -0/+5 |
| * | Eliminate more * 4 in Thumb1 asm printing for consistency sake. | Evan Cheng | 2009-11-19 | 1 | -4/+4 |
| * | Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6 | Anton Korobeynikov | 2009-11-17 | 1 | -5/+2 |
| * | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+1 |
| * | Change Thumb1 address mode printing, instead of | Evan Cheng | 2009-11-10 | 1 | -5/+2 |
| * | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -9/+3 |
| * | Support alignment specifier for NEON vld/vst instructions | Jim Grosbach | 2009-11-07 | 1 | -2/+10 |
| * | It turns out that the testcase in question uncovered subreg-handling bug. | Anton Korobeynikov | 2009-11-07 | 1 | -3/+1 |
| * | Honour subreg machine operands during asmprinting | Anton Korobeynikov | 2009-11-06 | 1 | -0/+3 |
| * | Print VMOV (immediate) operands as hexadecimal values. Apple's assembler | Bob Wilson | 2009-11-06 | 1 | -0/+14 |
| * | Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst... | Evan Cheng | 2009-11-06 | 1 | -3/+5 |
| * | Factor out the printing of the leading tab into printInlineAsm. | Dan Gohman | 2009-11-06 | 1 | -1/+0 |
| * | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -0/+1 |
| * | fconsts / fconstd immediate should be proceeded with #. | Evan Cheng | 2009-11-03 | 1 | -2/+2 |
| * | Add support for BlockAddress values in ARM constant pools. | Bob Wilson | 2009-11-02 | 1 | -3/+7 |
| * | Use fconsts and fconstd to materialize small fp constants. | Evan Cheng | 2009-10-28 | 1 | -6/+33 |