aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)Author
2009-03-19Encode ivar access control info.Devang Patel
2009-03-19Introduce a representation for types that we referred to via aDouglas Gregor
2009-03-16Fix struct field's debug info.Devang Patel
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl
2009-03-10Emit super class debug info.Devang Patel
2009-03-05Set isMain bit for MainFile.Devang Patel
2009-03-02Enable Objective-C interface debug info.Devang Patel
2009-02-28Eliminate CXXRecordTypeDouglas Gregor
2009-02-27Fix enumeration in switch warnings. No behavior change.Eli Friedman
2009-02-26Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor
2009-02-26Add support to emit debug info for objective-c interfaces.Devang Patel
2009-02-25Fix comments.Devang Patel
2009-02-24If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile ...Devang Patel
2009-02-17Renamed ASQualType to ExtQualType to reflect its moreFariborz Jahanian
2009-02-07When making dummy file entries, the directory name should also beDaniel Dunbar
2009-02-04lower the interface to getLineNumber like we did forChris Lattner
2009-01-28fix PR3427: fix debuginfo for incomplete array typesNuno Lopes
2009-01-22Allow creation of "dummy" compile units for debug information.Daniel Dunbar
2009-01-20Update for new SourceLocation API.Daniel Dunbar
2009-01-19Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner
2009-01-19remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.Chris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2009-01-05Generate debug info for VLA typesAnders Carlsson
2008-12-11Actually distinguish between RecordDecl::field_iterator and RecordDecl::field...Douglas Gregor
2008-12-11Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor
2008-11-26Convert incomplete array types before emitting debug info for them, fixes PR3...Anders Carlsson
2008-11-24Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner
2008-11-24Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor
2008-11-11implement debug info for typeof()Chris Lattner
2008-11-10Fix even more bugs in debug info support:Chris Lattner
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-08"Fix" PR3021, don't crash on generating record types when we can'tDaniel Dunbar
2008-11-01Move IRBuilder type definition to common file.Daniel Dunbar
2008-10-31Debug info: Bug fix, function types should always include the returnDaniel Dunbar
2008-10-31Quick fix for PR2950, infinite loop generating debug info forDaniel Dunbar
2008-10-31Formatting tweaks.Daniel Dunbar
2008-10-24Don't crash on invalid source locations inDaniel 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-10-17Quick patch for PR2784, assert genereting debug info for opaqueDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-08update to make IRBuilder API change.Chris Lattner
2008-08-04Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner
2008-07-03Remove removed header.Bill Wendling
2008-06-27Add missing include file (due to a file splitting in llvm).Cedric Venet
2008-06-19Remove tabs.Mike Stump
2008-06-09Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta