summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not emit debug information for variables while generating optimized code. ...Devang Patel2009-03-271-0/+16
* simplify some conditionals, don't copy LangOptions.Chris Lattner2009-03-251-11/+15
* Encode language.Devang Patel2009-03-241-4/+15
* Fix ivar's size encoding.Devang Patel2009-03-201-4/+17
* Encode ivar access control info.Devang Patel2009-03-191-2/+10
* Introduce a representation for types that we referred to via aDouglas Gregor2009-03-191-0/+1
* Fix struct field's debug info.Devang Patel2009-03-161-3/+15
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-1/+2
* Emit super class debug info.Devang Patel2009-03-101-0/+11
* Set isMain bit for MainFile.Devang Patel2009-03-051-1/+3
* Enable Objective-C interface debug info.Devang Patel2009-03-021-1/+2
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-1/+0
* Fix enumeration in switch warnings. No behavior change.Eli Friedman2009-02-271-0/+6
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-261-7/+17
* Add support to emit debug info for objective-c interfaces.Devang Patel2009-02-261-1/+115
* Fix comments.Devang Patel2009-02-251-3/+3
* If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile ...Devang Patel2009-02-241-1/+4
* Renamed ASQualType to ExtQualType to reflect its moreFariborz Jahanian2009-02-171-1/+1
* When making dummy file entries, the directory name should also beDaniel Dunbar2009-02-071-1/+1
* lower the interface to getLineNumber like we did forChris Lattner2009-02-041-1/+2
* fix PR3427: fix debuginfo for incomplete array typesNuno Lopes2009-01-281-2/+5
* Allow creation of "dummy" compile units for debug information.Daniel Dunbar2009-01-221-10/+13
* Update for new SourceLocation API.Daniel Dunbar2009-01-201-0/+1
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-1/+1
* remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods.Chris Lattner2009-01-191-1/+1
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-12/+12
* Generate debug info for VLA typesAnders Carlsson2009-01-051-3/+14
* Actually distinguish between RecordDecl::field_iterator and RecordDecl::field...Douglas Gregor2008-12-111-3/+4
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-4/+5
* Convert incomplete array types before emitting debug info for them, fixes PR3...Anders Carlsson2008-11-261-2/+15
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-2/+2
* Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make itChris Lattner2008-11-241-9/+7
* Introduction the DeclarationName class, as a single, general method ofDouglas Gregor2008-11-171-5/+6
* implement debug info for typeof()Chris Lattner2008-11-111-6/+9
* Fix even more bugs in debug info support:Chris Lattner2008-11-101-5/+0
* reimplement debug info generation in terms of DebugInfo.h instead ofChris Lattner2008-11-101-638/+371
* Avoid redundant cast<>s / simplify type dispatch.Daniel Dunbar2008-11-081-39/+28
* "Fix" PR3021, don't crash on generating record types when we can'tDaniel Dunbar2008-11-081-2/+6
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-6/+5
* Debug info: Bug fix, function types should always include the returnDaniel Dunbar2008-10-311-1/+1
* Quick fix for PR2950, infinite loop generating debug info forDaniel Dunbar2008-10-311-16/+19
* Formatting tweaks.Daniel Dunbar2008-10-311-9/+8
* Don't crash on invalid source locations inDaniel Dunbar2008-10-241-3/+6
* Map compilation units using FileEntry pointers instead ofDaniel Dunbar2008-10-241-10/+7
* Debug info bug fix, function start wasn't getting generated correctlyDaniel Dunbar2008-10-181-5/+5
* Change CGDebugInfo::setLocation to just ignore invalid locations. ThisDaniel Dunbar2008-10-171-1/+5
* Quick patch for PR2784, assert genereting debug info for opaqueDaniel Dunbar2008-10-171-1/+9
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* update to make IRBuilder API change.Chris Lattner2008-08-081-5/+6
* Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner2008-08-041-7/+5
OpenPOWER on IntegriCloud