| Age | Commit message (Expand) | Author |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-12 | remove gone method, grr symlinks. | Chris Lattner |
| 2010-03-12 | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner |
| 2010-03-12 | give Mangler access to TargetData. | Chris Lattner |
| 2010-03-12 | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner |
| 2010-03-12 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
| 2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-09 | reapply r98035: | Chris Lattner |
| 2010-03-09 | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher |
| 2010-03-09 | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner |
| 2010-03-09 | mcstreamerize AsmPrinter::printLabel. | Chris Lattner |
| 2010-03-09 | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner |
| 2010-03-08 | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner |
| 2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
| 2010-03-08 | Revert r97947. | Devang Patel |
| 2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
| 2010-02-23 | use OutStreamer.EmitCodeAlignment for alignment in the text | Chris Lattner |
| 2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 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-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-09 | Implement AsmPrinter support for several more operators which have | Dan Gohman |
| 2010-02-08 | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner |
| 2010-02-08 | ConstantFoldConstantExpression can theoretically return the original | Dan Gohman |
| 2010-02-08 | When CodeGen'ing unoptimized code, there may be unfolded constant expressions | Dan Gohman |
| 2010-02-05 | An empty global constant (one of size 0) may have a section immediately | Bill Wendling |
| 2010-02-03 | don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, | Chris Lattner |
| 2010-02-03 | privatize a bunch of methods and move \n printing into them. | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-03 | sink handling of target-independent machine instrs (other | Chris Lattner |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |
| 2010-02-02 | move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp... | 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 | emit a 0 byte instead of a noop if a function is empty on darwin. | 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 | mcize label emission for functions. | Chris Lattner |
| 2010-01-26 | use EmitLinkage for functions as well as globals. One output | Chris Lattner |
| 2010-01-26 | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner |
| 2010-01-26 | rearrange some directives, no functionality change. | Chris Lattner |
| 2010-01-26 | now that enough stuff is constified, move function header printing | Chris Lattner |
| 2010-01-26 | emit jump table an alias ".set" directives through MCStreamer as | Chris Lattner |
| 2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
| 2010-01-26 | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner |