| Commit message (Expand) | Author | Age | Files | Lines |
| * | silence a warning, I need to talk to Devang about this code. | Chris Lattner | 2009-04-19 | 1 | -1/+1 |
| * | Use PresumedLoc to record line number in debug info entries. | Devang Patel | 2009-04-17 | 1 | -11/+22 |
| * | Appropriately set file name and directory name in debug info compile units. | Devang Patel | 2009-04-17 | 1 | -26/+30 |
| * | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor | 2009-04-09 | 1 | -4/+5 |
| * | Use presumed location to get line number info. | Devang Patel | 2009-04-08 | 1 | -3/+3 |
| * | Make debug info work when using -save-temps. | Daniel Dunbar | 2009-04-08 | 1 | -0/+6 |
| * | remove ASTContext::buildObjCInterfaceType, which breaks canonical | Chris Lattner | 2009-04-01 | 1 | -1/+1 |
| * | Improve the representation of template names in the AST. This | Douglas Gregor | 2009-03-30 | 1 | -1/+1 |
| * | Do not emit debug information for variables while generating optimized code. ... | Devang Patel | 2009-03-27 | 1 | -0/+16 |
| * | simplify some conditionals, don't copy LangOptions. | Chris Lattner | 2009-03-25 | 1 | -11/+15 |
| * | Encode language. | Devang Patel | 2009-03-24 | 1 | -4/+15 |
| * | Fix ivar's size encoding. | Devang Patel | 2009-03-20 | 1 | -4/+17 |
| * | Encode ivar access control info. | Devang Patel | 2009-03-19 | 1 | -2/+10 |
| * | Introduce a representation for types that we referred to via a | Douglas Gregor | 2009-03-19 | 1 | -0/+1 |
| * | Fix struct field's debug info. | Devang Patel | 2009-03-16 | 1 | -3/+15 |
| * | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl | 2009-03-16 | 1 | -1/+2 |
| * | Emit super class debug info. | Devang Patel | 2009-03-10 | 1 | -0/+11 |
| * | Set isMain bit for MainFile. | Devang Patel | 2009-03-05 | 1 | -1/+3 |
| * | Enable Objective-C interface debug info. | Devang Patel | 2009-03-02 | 1 | -1/+2 |
| * | Eliminate CXXRecordType | Douglas Gregor | 2009-02-28 | 1 | -1/+0 |
| * | Fix enumeration in switch warnings. No behavior change. | Eli Friedman | 2009-02-27 | 1 | -0/+6 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -7/+17 |
| * | Add support to emit debug info for objective-c interfaces. | Devang Patel | 2009-02-26 | 1 | -1/+115 |
| * | Fix comments. | Devang Patel | 2009-02-25 | 1 | -3/+3 |
| * | If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile ... | Devang Patel | 2009-02-24 | 1 | -1/+4 |
| * | Renamed ASQualType to ExtQualType to reflect its more | Fariborz Jahanian | 2009-02-17 | 1 | -1/+1 |
| * | When making dummy file entries, the directory name should also be | Daniel Dunbar | 2009-02-07 | 1 | -1/+1 |
| * | lower the interface to getLineNumber like we did for | Chris Lattner | 2009-02-04 | 1 | -1/+2 |
| * | fix PR3427: fix debuginfo for incomplete array types | Nuno Lopes | 2009-01-28 | 1 | -2/+5 |
| * | Allow creation of "dummy" compile units for debug information. | Daniel Dunbar | 2009-01-22 | 1 | -10/+13 |
| * | Update for new SourceLocation API. | Daniel Dunbar | 2009-01-20 | 1 | -0/+1 |
| * | Rename SourceManager::getCanonicalFileID -> getFileID. There is | Chris Lattner | 2009-01-19 | 1 | -1/+1 |
| * | remove the SourceManager:: and FullSourceLoc::getFileEntryForLoc methods. | Chris Lattner | 2009-01-19 | 1 | -1/+1 |
| * | more SourceLocation lexicon change: instead of referring to the | Chris Lattner | 2009-01-16 | 1 | -12/+12 |
| * | Generate debug info for VLA types | Anders Carlsson | 2009-01-05 | 1 | -3/+14 |
| * | Actually distinguish between RecordDecl::field_iterator and RecordDecl::field... | Douglas Gregor | 2008-12-11 | 1 | -3/+4 |
| * | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -4/+5 |
| * | Convert incomplete array types before emitting debug info for them, fixes PR3... | Anders Carlsson | 2008-11-26 | 1 | -2/+15 |
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -2/+2 |
| * | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner | 2008-11-24 | 1 | -9/+7 |
| * | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor | 2008-11-17 | 1 | -5/+6 |
| * | implement debug info for typeof() | Chris Lattner | 2008-11-11 | 1 | -6/+9 |
| * | Fix even more bugs in debug info support: | Chris Lattner | 2008-11-10 | 1 | -5/+0 |
| * | reimplement debug info generation in terms of DebugInfo.h instead of | Chris Lattner | 2008-11-10 | 1 | -638/+371 |
| * | Avoid redundant cast<>s / simplify type dispatch. | Daniel Dunbar | 2008-11-08 | 1 | -39/+28 |
| * | "Fix" PR3021, don't crash on generating record types when we can't | Daniel Dunbar | 2008-11-08 | 1 | -2/+6 |
| * | Move IRBuilder type definition to common file. | Daniel Dunbar | 2008-11-01 | 1 | -6/+5 |
| * | Debug info: Bug fix, function types should always include the return | Daniel Dunbar | 2008-10-31 | 1 | -1/+1 |
| * | Quick fix for PR2950, infinite loop generating debug info for | Daniel Dunbar | 2008-10-31 | 1 | -16/+19 |
| * | Formatting tweaks. | Daniel Dunbar | 2008-10-31 | 1 | -9/+8 |