| Age | Commit message (Expand) | Author |
| 2009-10-09 | Extract scope information from the variable itself, instead of relying on all... | Devang Patel |
| 2009-10-09 | Check invalid debug info for enums. This may happen when underlyng enum is op... | Devang Patel |
| 2009-10-08 | Do not record line number to implicitly mark start of function if function ha... | Devang Patel |
| 2009-10-06 | Add support to handle debug info attached to an instruction. | Devang Patel |
| 2009-10-06 | Fix cut-n-pasto. | Devang Patel |
| 2009-10-06 | Remove dead code. | Devang Patel |
| 2009-10-06 | Add utility routine to set begin and end labels for DbgScopes. | Devang Patel |
| 2009-10-06 | Add utility routine to collect variable debug info. This is not yet used. | Devang Patel |
| 2009-10-06 | Existence of a compile unit for input source file is a good indicator to chec... | Devang Patel |
| 2009-10-05 | If subprogram die is not available then construct new one. | Devang Patel |
| 2009-10-05 | Adjust context for the global variables that are not at file scope, e.g. | Devang Patel |
| 2009-10-05 | Set address while constructing DIE. | Devang Patel |
| 2009-10-05 | Gracefully handle various scopes while recording source line info. | Devang Patel |
| 2009-10-01 | Add support to extract lexical scope information from DebugLoc attached with ... | Devang Patel |
| 2009-10-01 | Record first and last instruction of a scope in DbgScope. | Devang Patel |
| 2009-09-30 | Use MDNode * directly as an RecordSourceLine() argument. | Devang Patel |
| 2009-09-30 | Add a way for a frontend to generate more complex dwarf location | Mike Stump |
| 2009-09-29 | Remove std::string uses from DebugInfo interface. | Devang Patel |
| 2009-09-24 | Delete space after function name, before (, reflow a comment and | Mike Stump |
| 2009-09-24 | Fix spacing. | Mike Stump |
| 2009-09-23 | This is overly constraining with respect to clang. | Mike Stump |
| 2009-09-19 | Fix indentation. | Daniel Dunbar |
| 2009-09-19 | Strip trailing whitespace. | Daniel Dunbar |
| 2009-09-16 | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner |
| 2009-09-11 | Don't generate Dwarf line table entries for source line 0. | Caroline Tice |
| 2009-09-09 | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner |
| 2009-09-04 | Ignore malformed global variable debug info. | Devang Patel |
| 2009-08-31 | Subprogram is a scope. Derive DISubprogram from DIScope. | Devang Patel |
| 2009-08-31 | Rename DIBlock as DILexicalBlock. | Devang Patel |
| 2009-08-31 | Add flag to mark structs for Apple Block "byref" variables; also add code to | Caroline Tice |
| 2009-08-31 | Simplify isDerivedType() and other predicate interface. | Devang Patel |
| 2009-08-28 | Reapply 79977. | Devang Patel |
| 2009-08-27 | Closure is a very generic name. Use AppleBlock instead. | Devang Patel |
| 2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
| 2009-08-26 | Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. | Devang Patel |
| 2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
| 2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
| 2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-23 | remove some random indentation stuff, yay for efficiency. | Chris Lattner |
| 2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
| 2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
| 2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
| 2009-08-19 | Add missing includes. | David Greene |
| 2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
| 2009-08-14 | Do not completely skip subrange info for a zero sized array. | Devang Patel |
| 2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
| 2009-08-03 | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner |
| 2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
| 2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
| 2009-07-30 | Start using DebugInfoFinder. | Devang Patel |