summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify the debug info code, handle lvalue references and template specializ...Anders Carlsson2009-11-061-0/+4
* Fixup the return type of functions.Mike Stump2009-10-231-1/+1
* Add support to attach debug info to an instruction.Devang Patel2009-10-061-0/+1
* Set appropriate context for a global variable while emitting debug info.Devang Patel2009-10-061-0/+3
* Improve debugging information for BlockDeclRefExpr. WIP. Given thisMike Stump2009-09-301-0/+12
* Fix an infinite loop arising when trying to generate debug informationJohn McCall2009-09-251-1/+1
* Ok, an AssertingVH definitely doesn't work for now because we free our cache ...Daniel Dunbar2009-09-191-1/+1
* Switch CGDebugInfo type cache to using an AssertingVH.Daniel Dunbar2009-09-191-1/+6
* Factor out CGDebugInfo::CreateTypeNode method.Daniel Dunbar2009-09-191-0/+3
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-14/+14
* Revert 75648 for now. It is causing test failures.Devang Patel2009-07-141-4/+1
* Use LLVM mangler to get mangled name for debug info entry.Devang Patel2009-07-141-1/+4
* Update debug info generation for ObjCObjectPointer changes.Daniel Dunbar2009-07-141-0/+2
* Revrt PR4228 fix for now.Devang Patel2009-06-261-3/+1
* It is possible that main input file does not have any symbol with debug info....Devang Patel2009-06-161-1/+3
* Enhance debug information for block literals. Radar 6867696Mike Stump2009-05-141-0/+4
* Handle corner case where clang-cc is invoked directly to compile preprocessed...Devang Patel2009-04-231-0/+1
* implement debug info for _Complex.Chris Lattner2009-04-231-0/+1
* Appropriately set file name and directory name in debug info compile units.Devang Patel2009-04-171-1/+1
* Add support to emit debug info for objective-c interfaces.Devang Patel2009-02-261-2/+6
* reimplement debug info generation in terms of DebugInfo.h instead ofChris Lattner2008-11-101-74/+35
* Avoid redundant cast<>s / simplify type dispatch.Daniel Dunbar2008-11-081-6/+6
* privatize some methods.Chris Lattner2008-11-031-0/+3
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-8/+7
* Quick fix for PR2950, infinite loop generating debug info forDaniel Dunbar2008-10-311-4/+6
* Formatting tweaks.Daniel Dunbar2008-10-311-9/+9
* Map compilation units using FileEntry pointers instead ofDaniel Dunbar2008-10-241-1/+1
* Debug info bug fix, function start wasn't getting generated correctlyDaniel Dunbar2008-10-181-3/+3
* Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar2008-10-171-0/+2
* Update for IRBuilder template change (update LLVM!)Daniel Dunbar2008-08-111-6/+8
* update to make IRBuilder API change.Chris Lattner2008-08-081-6/+6
* Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta2008-06-091-0/+4
* Create debug type descriptors for aggregate/enum types.Sanjiv Gupta2008-06-071-0/+8
* Emit debug information for global and static variables when -g is specified.Sanjiv Gupta2008-06-051-0/+7
* Emit parameter and local variable debug information with -g.Sanjiv Gupta2008-05-301-1/+8
* A couple minor fixes to make debug info usable for arbitrary code: don't Eli Friedman2008-05-291-1/+1
* Generate subprogram debug info with -g.Sanjiv Gupta2008-05-251-19/+53
* Make debugging information usable. This is barebones, but it makes -g Eli Friedman2008-05-221-13/+16
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-0/+84
OpenPOWER on IntegriCloud