| Age | Commit message (Expand) | Author |
| 2010-01-28 | Give AsmPrinter the most common expected implementation of | Chris Lattner |
| 2010-01-28 | switch ARM to EmitFunctionBody(). | 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-27 | switch ARM to use EmitFunctionHeader. | Chris Lattner |
| 2010-01-27 | eliminate the ARMFunctionInfo::Align member, using | Chris Lattner |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner |
| 2010-01-26 | don't bother setting the AsmPrinter::MF ivar, now that | Chris Lattner |
| 2010-01-25 | Minor jump table cleanup. | Jim Grosbach |
| 2010-01-25 | fix quoting problem jim noticed! | Chris Lattner |
| 2010-01-25 | Implemented ARMInstPrinter::printThumbS4ImmOperand(). | Johnny Chen |
| 2010-01-25 | mcize jump table symbol manipulation. | Chris Lattner |
| 2010-01-25 | sink an arm specific method out of asmprinter into the ARMAsmPrinter and | Chris Lattner |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-23 | use helpers. | Chris Lattner |
| 2010-01-23 | move the various directive enums out of the MCStreamer class | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-20 | inline and radically simplify printDataDirective. It will eventually | Chris Lattner |
| 2010-01-19 | zap the ARM version of PrintGlobalVariable, which I missed. | Chris Lattner |
| 2010-01-19 | some cleanups | Chris Lattner |
| 2010-01-19 | add a bool for whether .lcomm takes an alignment instead of basing this on "i... | Chris Lattner |
| 2010-01-19 | hoist handling of external globals and special globals up to common code. | Chris Lattner |
| 2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
| 2010-01-19 | use BSSLocal classifier to identify 'lcomm' data instead of | Chris Lattner |
| 2010-01-19 | now that elf weak bss symbols are handled correctly, simplify a bunch of code. | Chris Lattner |
| 2010-01-19 | introduce a section kind for common linkage. Use this to slightly | Chris Lattner |
| 2010-01-19 | change an accessor to a predicate. | Chris Lattner |
| 2010-01-19 | Cleanup handling of .zerofill on darwin: | Chris Lattner |
| 2010-01-18 | Minor cleanup for jump table printing. Need a reference, not a pointer, for | Jim Grosbach |
| 2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-16 | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner |
| 2010-01-16 | eliminate uses of mangler and simplify code. | Chris Lattner |
| 2010-01-16 | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner |
| 2010-01-15 | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner |
| 2010-01-15 | use MCSymbol instead of getMangledName() in all cases except one. | Chris Lattner |
| 2010-01-15 | mc'ize a bunch of symbol stuff, eliminating std::strings. | Chris Lattner |
| 2010-01-15 | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner |
| 2010-01-13 | upgrade and MC'ize a few uses of makeNameProper. | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2009-12-28 | Add missing include (for inline PATypeHolder::get). | Benjamin Kramer |
| 2009-12-08 | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng |
| 2009-11-24 | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov |
| 2009-11-23 | move fconst[sd] to UAL. <rdar://7414913> | Jim Grosbach |
| 2009-11-19 | More consistent thumb1 asm printing. | Evan Cheng |
| 2009-11-19 | Eliminate more * 4 in Thumb1 asm printing for consistency sake. | Evan Cheng |
| 2009-11-17 | Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6 | Anton Korobeynikov |
| 2009-11-13 | Move DebugInfo checks into EmitComments and remove them from | David Greene |
| 2009-11-10 | Change Thumb1 address mode printing, instead of | Evan Cheng |