| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel | 2010-03-28 | 1 | -3/+33 |
| * | Use SP filename directly instead of SP's context's filename. | Devang Patel | 2010-03-24 | 1 | -2/+2 |
| * | Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. | Devang Patel | 2010-03-22 | 1 | -4/+8 |
| * | DW_AT_stmt_list attribute attached with a compile unit encodes offset of line... | Devang Patel | 2010-03-22 | 1 | -14/+4 |
| * | Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue | Jeffrey Yasskin | 2010-03-22 | 1 | -2/+3 |
| * | Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s... | Devang Patel | 2010-03-17 | 1 | -9/+8 |
| * | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel | 2010-03-15 | 1 | -12/+103 |
| * | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
| * | don't use getDWLabel("label" anymore, always go through MMI. | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
| * | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner | 2010-03-14 | 1 | -5/+3 |
| * | use Label->isDefined() instead of isLabelDeleted() now that we | Chris Lattner | 2010-03-14 | 1 | -3/+4 |
| * | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner | 2010-03-13 | 1 | -4/+2 |
| * | factor some labels, simplify some code. | Chris Lattner | 2010-03-13 | 1 | -5/+4 |
| * | various cleanups. | Chris Lattner | 2010-03-13 | 1 | -16/+17 |
| * | reimplement the string pool used for inlined function | Chris Lattner | 2010-03-13 | 1 | -20/+32 |
| * | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner | 2010-03-12 | 1 | -2/+2 |
| * | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin | 2010-03-12 | 1 | -28/+29 |
| * | There is no need to create specification DIE for definitions at DIFile level. | Devang Patel | 2010-03-11 | 1 | -1/+2 |
| * | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin | 2010-03-11 | 1 | -13/+14 |
| * | add missing filename! | Chris Lattner | 2010-03-10 | 1 | -0/+2 |
| * | inline away a form of IsPCRelative, eliminating the | Chris Lattner | 2010-03-10 | 1 | -4/+12 |
| * | add some fixme's for MCizing. EH still has a few things that | Chris Lattner | 2010-03-10 | 1 | -11/+3 |
| * | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner | 2010-03-09 | 1 | -95/+112 |
| * | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner | 2010-03-09 | 1 | -24/+13 |
| * | reapply r98035: | Chris Lattner | 2010-03-09 | 1 | -9/+10 |
| * | add some extra checks. I'm not sure why, but this does unbreak a | Chris Lattner | 2010-03-09 | 1 | -0/+3 |
| * | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher | 2010-03-09 | 1 | -10/+9 |
| * | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner | 2010-03-09 | 1 | -9/+10 |
| * | change DbgScope to keep track of the start/end label as MCSymbol* | Chris Lattner | 2010-03-09 | 1 | -41/+36 |
| * | remove a useless optimization: now that label replacement never | Chris Lattner | 2010-03-09 | 1 | -7/+0 |
| * | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner | 2010-03-09 | 1 | -9/+16 |
| * | mcstreamerize AsmPrinter::printLabel. | Chris Lattner | 2010-03-09 | 1 | -2/+0 |
| * | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner | 2010-03-09 | 1 | -4/+2 |
| * | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner | 2010-03-09 | 1 | -9/+9 |
| * | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner | 2010-03-09 | 1 | -6/+6 |
| * | now that the debug and eh emitters use a common .set counter, | Chris Lattner | 2010-03-09 | 1 | -1/+1 |
| * | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 1 | -2/+2 |
| * | Remove a version of EmitDifference. | Chris Lattner | 2010-03-08 | 1 | -13/+16 |
| * | eliminate a form of PrintLabelName. | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
| * | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner | 2010-03-08 | 1 | -6/+6 |
| * | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 1 | -46/+43 |
| * | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner | 2010-03-08 | 1 | -15/+5 |
| * | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 1 | -27/+28 |
| * | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 1 | -27/+13 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -71/+50 |
| * | Revert r97947. | Devang Patel | 2010-03-08 | 1 | -50/+71 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -71/+50 |
| * | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor | 2010-03-08 | 1 | -24/+20 |
| * | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin | 2010-03-07 | 1 | -20/+24 |
| * | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin | 2010-03-07 | 1 | -21/+16 |