Age | Commit message (Expand) | Author |
2010-03-31 | tidy up | Chris Lattner |
2010-03-31 | MI != 0 is checked in the assert right above this. | Chris Lattner |
2010-03-31 | use the isDebugValue() predicate and pop_back_val() | Chris Lattner |
2010-03-31 | assert is a function-like macro, not a control flow operator. | Chris Lattner |
2010-03-31 | add new apis for getting/setting !dbg metadata on | Chris Lattner |
2010-03-30 | Ignore invalid metadata. | Devang Patel |
2010-03-30 | There is no need to fall through after processing DBG_VALUE machine instruction. | Devang Patel |
2010-03-29 | Encode start location of debug value, communicated through DBG_VALUE machine ... | Devang Patel |
2010-03-29 | fix a variety of issues were we'd start DebugTimer but | Chris Lattner |
2010-03-29 | Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte... | Devang Patel |
2010-03-28 | Revert 99772. | Devang Patel |
2010-03-28 | Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter. | Devang Patel |
2010-03-24 | Use SP filename directly instead of SP's context's filename. | Devang Patel |
2010-03-22 | Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. | Devang Patel |
2010-03-22 | DW_AT_stmt_list attribute attached with a compile unit encodes offset of line... | Devang Patel |
2010-03-22 | Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue | Jeffrey Yasskin |
2010-03-17 | Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s... | Devang Patel |
2010-03-15 | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel |
2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
2010-03-14 | don't use getDWLabel("label" anymore, always go through MMI. | Chris Lattner |
2010-03-14 | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner |
2010-03-14 | use Label->isDefined() instead of isLabelDeleted() now that we | Chris Lattner |
2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
2010-03-13 | factor some labels, simplify some code. | Chris Lattner |
2010-03-13 | various cleanups. | Chris Lattner |
2010-03-13 | reimplement the string pool used for inlined function | Chris Lattner |
2010-03-12 | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner |
2010-03-12 | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin |
2010-03-11 | There is no need to create specification DIE for definitions at DIFile level. | Devang Patel |
2010-03-11 | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin |
2010-03-10 | add missing filename! | 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-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 | 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 | now that the debug and eh emitters use a common .set counter, | 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 |