aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.h
AgeCommit message (Expand)Author
2009-11-13Do not store DIDescriptor directly into a container. Store MDNode directly, t...Devang Patel
2009-11-06Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson
2009-10-23Fixup the return type of functions.Mike Stump
2009-10-06Add support to attach debug info to an instruction.Devang Patel
2009-10-06Set appropriate context for a global variable while emitting debug info.Devang Patel
2009-09-30Improve debugging information for BlockDeclRefExpr. WIP. Given thisMike Stump
2009-09-25Fix an infinite loop arising when trying to generate debug informationJohn McCall
2009-09-19Ok, an AssertingVH definitely doesn't work for now because we free our cache ...Daniel Dunbar
2009-09-19Switch CGDebugInfo type cache to using an AssertingVH.Daniel Dunbar
2009-09-19Factor out CGDebugInfo::CreateTypeNode method.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-14Revert 75648 for now. It is causing test failures.Devang Patel
2009-07-14Use LLVM mangler to get mangled name for debug info entry.Devang Patel
2009-07-14Update debug info generation for ObjCObjectPointer changes.Daniel Dunbar
2009-06-26Revrt PR4228 fix for now.Devang Patel
2009-06-16It is possible that main input file does not have any symbol with debug info....Devang Patel
2009-05-14Enhance debug information for block literals. Radar 6867696Mike Stump
2009-04-23Handle corner case where clang-cc is invoked directly to compile preprocessed...Devang Patel
2009-04-23implement debug info for _Complex.Chris Lattner
2009-04-17Appropriately set file name and directory name in debug info compile units.Devang Patel
2009-02-26Add support to emit debug info for objective-c interfaces.Devang Patel
2008-11-10reimplement debug info generation in terms of DebugInfo.h instead ofChris Lattner
2008-11-08Avoid redundant cast<>s / simplify type dispatch.Daniel Dunbar
2008-11-03privatize some methods.Chris Lattner
2008-11-01Move IRBuilder type definition to common file.Daniel Dunbar
2008-10-31Quick fix for PR2950, infinite loop generating debug info forDaniel Dunbar
2008-10-31Formatting tweaks.Daniel Dunbar
2008-10-24Map compilation units using FileEntry pointers instead ofDaniel Dunbar
2008-10-18Debug info bug fix, function start wasn't getting generated correctlyDaniel Dunbar
2008-10-17Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar
2008-08-11Update for IRBuilder template change (update LLVM!)Daniel Dunbar
2008-08-08update to make IRBuilder API change.Chris Lattner
2008-06-09Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta
2008-06-07Create debug type descriptors for aggregate/enum types.Sanjiv Gupta
2008-06-05Emit debug information for global and static variables when -g is specified.Sanjiv Gupta
2008-05-30Emit parameter and local variable debug information with -g.Sanjiv Gupta
2008-05-29A couple minor fixes to make debug info usable for arbitrary code: don't Eli Friedman
2008-05-25Generate subprogram debug info with -g.Sanjiv Gupta
2008-05-22Make debugging information usable. This is barebones, but it makes -g Eli Friedman
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta