aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.h
AgeCommit message (Expand)Author
2013-02-02Revert r174246, accidentally committed.David Blaikie
2013-02-02BasicsDavid Blaikie
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-16Collect both normal and static data members of a class in sourceEric Christopher
2013-01-07Extract the instance-method case for debug info out into a separate function.David Blaikie
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-28objective-C blocks: Make sure that identical logic is usedFariborz Jahanian
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-08-20Reapply:Eric Christopher
2012-08-17Temporarily revert r162066 and r162062 to see if it brings the gdbEric Christopher
2012-08-16Add some caching here for the builtin types.Eric Christopher
2012-07-04Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer
2012-06-29Update based on move of DIBuilder.h to include/llvm.Bill Wendling
2012-06-28Update the #include to find the DebugInfo.h in the correct placeBill Wendling
2012-04-11Enable debug info for objective c implementations that may not haveEric Christopher
2012-02-18Add in a caching mechanism so that forward declarations are replacedEric Christopher
2012-02-18Remove UpdateCompletedType from the debug info emission. We nowEric Christopher
2012-02-16Reapply r150631:Eric Christopher
2012-02-15Revert "Add a completed/incomplete type difference. This allows us to have"Eric Christopher
2012-02-15Add a completed/incomplete type difference. This allows us to haveEric Christopher
2012-02-13Temporarily walk back a few of my recent debug info limiting changesEric Christopher
2012-02-08Constify the getClassName routine and variables that come out of it,Eric Christopher
2012-02-01For pass-by-value record arguments to functions emit a forward declEric Christopher
2012-01-26Refactor into its own function.Eric Christopher
2012-01-25Refactor the record decl forward declaration code a bit.Eric Christopher
2012-01-25Typo.Eric Christopher
2012-01-20When adding types to the context chain for record types, just emitEric Christopher
2011-12-16When in a limited debug information situation if we can find the originalEric Christopher
2011-11-09Minor cleanup, mostly reindenting. Remove one helper function that just calledNick Lewycky
2011-10-13Recommit:Eric Christopher
2011-10-12Revert file/scope handling patches. gdb testing revealed a couple of bugs.Eric Christopher
2011-10-11Start handling debug line and scope information better:Eric Christopher
2011-10-10Constant expression evaluation refactoring:Richard Smith
2011-10-06Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman
2011-09-29Change "Regions" to be "LexicalBlocks" since that's what theyEric Christopher
2011-09-29Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don'tEric Christopher
2011-09-29Call UpdateLineDirectiveRegion every time we want to emit a stopEric Christopher
2011-08-15Use new DIBuilder::finalize() at the end to wrap up debug info encoding for a...Devang Patel
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-24Fix struct member's scope. Patch by Xi Wang.Devang Patel
2011-06-14Move GlobalDecl to ASTPeter Collingbourne
2011-05-31List c++ class type as public type in dwarf debug info output.Devang Patel
2011-04-25Simplify. There is no need to have a method to just call another method.Devang Patel
2011-04-23Tie debug information for method declaration with debug information for metho...Devang Patel
2011-04-18Fix typo in comment.Devang Patel
2011-04-16Emit proper selector name in debug info.Devang Patel
2011-04-05Emit debug info for function template parameters.Devang Patel