summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
* 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