summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Whitespace.Eric Christopher2013-05-161-11/+11
* Replace a pile of calls with an instance variable that's setEric Christopher2013-05-161-1/+3
* Set the debug location for landing pad code to the canonical EH location.Adrian Prantl2013-05-161-0/+3
* Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...David Blaikie2013-05-151-13/+0
* Debug Info: Comment changes in r181393 by request of echristoDavid Blaikie2013-05-121-0/+2
* Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-081-0/+11
* Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie2013-04-221-0/+3
* Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher2013-04-191-3/+0
* PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie2013-04-191-0/+3
* Give CGDebugInfo::getContextDescriptor a more specific return typeDavid Blaikie2013-04-191-1/+1
* Revert "Revert r178079, it caused PR15637."Eric Christopher2013-04-021-1/+1
* Revert r178079, it caused PR15637.Nico Weber2013-04-011-1/+1
* Improvement on r177086.Adrian Prantl2013-03-291-0/+1
* Debug Info: remove use of magic numbers to tweak specific debug info metadata...David Blaikie2013-03-261-1/+1
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-1/+2
* Force column info to be generated for call expressions so we canAdrian Prantl2013-03-121-2/+5
* Improve the caching of debuginfo Objective C interface types.Adrian Prantl2013-03-111-0/+4
* Ensure that DIType is regenerated after we visit an implementationAdrian Prantl2013-03-061-0/+11
* Temporarily revert r176116 for compile-time performance regression.Adrian Prantl2013-02-271-4/+0
* Ensure that DIType is regenerated after we visited an implementation that add...Adrian Prantl2013-02-261-0/+4
* Revert r174246, accidentally committed.David Blaikie2013-02-021-4/+0
* BasicsDavid Blaikie2013-02-021-0/+4
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Collect both normal and static data members of a class in sourceEric Christopher2013-01-161-1/+18
* Extract the instance-method case for debug info out into a separate function.David Blaikie2013-01-071-0/+2
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-1/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-330/+325
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-325/+330
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+5
* objective-C blocks: Make sure that identical logic is usedFariborz Jahanian2012-11-281-1/+1
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-1/+1
* Reapply:Eric Christopher2012-08-201-0/+3
* Temporarily revert r162066 and r162062 to see if it brings the gdbEric Christopher2012-08-171-3/+0
* Add some caching here for the builtin types.Eric Christopher2012-08-161-0/+3
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Update based on move of DIBuilder.h to include/llvm.Bill Wendling2012-06-291-1/+1
* Update the #include to find the DebugInfo.h in the correct placeBill Wendling2012-06-281-1/+1
* Enable debug info for objective c implementations that may not haveEric Christopher2012-04-111-0/+6
* Add in a caching mechanism so that forward declarations are replacedEric Christopher2012-02-181-1/+6
* Remove UpdateCompletedType from the debug info emission. We nowEric Christopher2012-02-181-4/+0
* Reapply r150631:Eric Christopher2012-02-161-0/+13
* Revert "Add a completed/incomplete type difference. This allows us to have"Eric Christopher2012-02-151-13/+0
* Add a completed/incomplete type difference. This allows us to haveEric Christopher2012-02-151-0/+13
* Temporarily walk back a few of my recent debug info limiting changesEric Christopher2012-02-131-11/+0
* Constify the getClassName routine and variables that come out of it,Eric Christopher2012-02-081-1/+1
* For pass-by-value record arguments to functions emit a forward declEric Christopher2012-02-011-0/+11
* Refactor into its own function.Eric Christopher2012-01-261-0/+1
* Refactor the record decl forward declaration code a bit.Eric Christopher2012-01-251-0/+4
* Typo.Eric Christopher2012-01-251-1/+1
* When adding types to the context chain for record types, just emitEric Christopher2012-01-201-0/+3
OpenPOWER on IntegriCloud