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