Age | Commit message (Expand) | Author |
2009-11-07 | Do not assert if debug info for certain type is not generated. | Devang Patel |
2009-11-07 | Do not emit linkage name for global variables. It confuses gdb, because it pi... | Devang Patel |
2009-11-06 | Simplify the debug info code, handle lvalue references and template specializ... | Anders Carlsson |
2009-11-06 | Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::... | Anders Carlsson |
2009-11-06 | Don't assert when trying to generate debug info for vector types. This needs ... | Anders Carlsson |
2009-11-06 | Instead of returning a null DIType for unhandled types, assert. | Anders Carlsson |
2009-11-05 | Enable debug info for global variables at -O1+ | Devang Patel |
2009-10-23 | Fixup the return type of functions. | Mike Stump |
2009-10-20 | Do not eagerly cache DITypes because it allows real struct type to be shadowe... | Devang Patel |
2009-10-20 | Encode global variable name in debug info. | Devang Patel |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-14 | Few targets like PIC16 mangle the names of global variables, so retrieve the ... | Sanjiv Gupta |
2009-10-12 | Encode long double. | Devang Patel |
2009-10-09 | Allow customization for the producer information in the debug output. | Mike Stump |
2009-10-06 | InsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN is not defined. | Devang Patel |
2009-10-06 | Add support to attach debug info to an instruction. | Devang Patel |
2009-10-06 | Set appropriate context for a global variable while emitting debug info. | Devang Patel |
2009-10-02 | More magic pixie dust. | Mike Stump |
2009-10-02 | Fix up debug information for block pointers a bit more. | Mike Stump |
2009-10-01 | Implement a FIXME. This improves codegen just a tad. | Mike Stump |
2009-09-30 | Improve debugging information for BlockDeclRefExpr. WIP. Given this | Mike Stump |
2009-09-25 | Fix an infinite loop arising when trying to generate debug information | John McCall |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | Fix some typos. WIP. Large alignments don't work yet. | Mike Stump |
2009-09-22 | Improve debug info generation for __block variables. | Mike Stump |
2009-09-19 | Ok, an AssertingVH definitely doesn't work for now because we free our cache ... | Daniel Dunbar |
2009-09-19 | Switch CGDebugInfo type cache to using an AssertingVH. | Daniel Dunbar |
2009-09-19 | Factor out CGDebugInfo::CreateTypeNode method. | Daniel Dunbar |
2009-09-15 | Be sure to use the correct version instead of inventing the wrong one. | Mike Stump |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-08-31 | Rename DIBlock as DILexicalBlock. | Devang Patel |
2009-08-19 | Introduce LocInfoType which is a Sema-specific implementation detail. | Argyrios Kyrtzidis |
2009-08-14 | Do now overflow while calulating upper bound for zero sized array. | Devang Patel |
2009-07-27 | Use DICompositeType->replaceAllUsesWith() | Devang Patel |
2009-07-22 | Use DICompositeType->replaceAllUsesWith(). | Devang Patel |
2009-07-18 | Revert r75641. | Anders Carlsson |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-14 | Revert 75648 for now. It is causing test failures. | Devang Patel |
2009-07-14 | [llvm up] adjust to match mainline. | Chris Lattner |
2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
2009-07-14 | Revert r75614 which depend on r75610 (for LLVM), which was reverted. | Daniel Dunbar |
2009-07-14 | use new name for method. | Chris Lattner |
2009-07-14 | Use LLVM mangler to get mangled name for debug info entry. | Devang Patel |
2009-07-14 | Update debug info generation for ObjCObjectPointer changes. | Daniel Dunbar |
2009-07-13 | Update debug info type cache after fwd decl is replaced by real decl. | Devang Patel |
2009-07-13 | Fix comment. | Devang Patel |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-10 | Fix a problem that Eli noticed, and that Doug helped me fix. | Anders Carlsson |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |