| Age | Commit message (Expand) | Author |
| 2010-03-11 | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner |
| 2010-03-11 | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin |
| 2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne |
| 2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
| 2010-03-10 | mcize the rest of EH emission, only one more directive missing | Chris Lattner |
| 2010-03-10 | add missing filename! | Chris Lattner |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-10 | inline away a form of IsPCRelative, eliminating the | Chris Lattner |
| 2010-03-10 | add some fixme's for MCizing. EH still has a few things that | Chris Lattner |
| 2010-03-10 | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner |
| 2010-03-09 | inline the bool form of PrintRelDirective away, leaving just the unsigned form. | Chris Lattner |
| 2010-03-09 | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner |
| 2010-03-09 | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner |
| 2010-03-09 | convert the non-"ispcrel" case of EmitReference to MC, | Chris Lattner |
| 2010-03-09 | reapply r98035: | Chris Lattner |
| 2010-03-09 | add some extra checks. I'm not sure why, but this does unbreak a | 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 | change DbgScope to keep track of the start/end label as MCSymbol* | Chris Lattner |
| 2010-03-09 | remove a useless optimization: now that label replacement never | Chris Lattner |
| 2010-03-09 | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner |
| 2010-03-09 | mcstreamerize AsmPrinter::printLabel. | Chris Lattner |
| 2010-03-09 | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner |
| 2010-03-09 | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner |
| 2010-03-09 | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner |
| 2010-03-09 | eliminate an argument from PrintRelDirective, sinking | Chris Lattner |
| 2010-03-09 | remove the suffix form of PrintLabelName, which was only | Chris Lattner |
| 2010-03-09 | now that the debug and eh emitters use a common .set counter, | Chris Lattner |
| 2010-03-08 | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner |
| 2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
| 2010-03-08 | Remove a version of EmitDifference. | Chris Lattner |
| 2010-03-08 | eliminate a form of PrintLabelName. | Chris Lattner |
| 2010-03-08 | remove another form of EmitReference. | Chris Lattner |
| 2010-03-08 | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner |
| 2010-03-08 | mc'ize EmitLabel. | Chris Lattner |
| 2010-03-08 | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner |
| 2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
| 2010-03-08 | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel |
| 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-03-08 | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor |
| 2010-03-07 | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin |
| 2010-03-07 | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin |
| 2010-03-07 | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin |
| 2010-03-02 | Fix grammar. | Devang Patel |
| 2010-03-02 | Constructors and operators for anonymous aggregates does not names. Do not fo... | Devang Patel |
| 2010-02-26 | A much cleaner (and less code!) way of inserting the correct amount of padding | Bill Wendling |
| 2010-02-26 | Comment typo. | Bill Wendling |
| 2010-02-26 | Fix comments. | Bill Wendling |