]> granicus.if.org Git - clang/history - lib/CodeGen/CGDebugInfo.h
Header guard canonicalization, clang part.
[clang] / lib / CodeGen / CGDebugInfo.h
2012-06-29 Bill WendlingUpdate based on move of DIBuilder.h to include/llvm.
2012-06-28 Bill WendlingUpdate the #include to find the DebugInfo.h in the...
2012-04-11 Eric ChristopherEnable debug info for objective c implementations that...
2012-02-18 Eric ChristopherAdd in a caching mechanism so that forward declarations...
2012-02-18 Eric ChristopherRemove UpdateCompletedType from the debug info emission...
2012-02-16 Eric ChristopherReapply r150631:
2012-02-15 Eric ChristopherRevert "Add a completed/incomplete type difference...
2012-02-15 Eric ChristopherAdd a completed/incomplete type difference. This allows...
2012-02-13 Eric ChristopherTemporarily walk back a few of my recent debug info...
2012-02-08 Eric ChristopherConstify the getClassName routine and variables that...
2012-02-01 Eric ChristopherFor pass-by-value record arguments to functions emit...
2012-01-26 Eric ChristopherRefactor into its own function.
2012-01-25 Eric ChristopherRefactor the record decl forward declaration code a...
2012-01-25 Eric ChristopherTypo.
2012-01-20 Eric ChristopherWhen adding types to the context chain for record types...
2011-12-16 Eric ChristopherWhen in a limited debug information situation if we...
2011-11-09 Nick LewyckyMinor cleanup, mostly reindenting. Remove one helper...
2011-10-13 Eric ChristopherRecommit:
2011-10-12 Eric ChristopherRevert file/scope handling patches. gdb testing reveale...
2011-10-11 Eric ChristopherStart handling debug line and scope information better:
2011-10-10 Richard SmithConstant expression evaluation refactoring:
2011-10-06 Eli FriedmanSupport for C1x _Atomic specifier (see testcase). ...
2011-09-29 Eric ChristopherChange "Regions" to be "LexicalBlocks" since that's...
2011-09-29 Eric ChristopherRename EmitStopPoint in CGDebugInfo to EmitLocation...
2011-09-29 Eric ChristopherCall UpdateLineDirectiveRegion every time we want to...
2011-08-15 Devang PatelUse new DIBuilder::finalize() at the end to wrap up...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-14 Peter CollingbourneMove GlobalDecl to AST
2011-05-31 Devang PatelList c++ class type as public type in dwarf debug info...
2011-04-25 Devang PatelSimplify. There is no need to have a method to just...
2011-04-23 Devang PatelTie debug information for method declaration with debug...
2011-04-18 Devang PatelFix typo in comment.
2011-04-16 Devang PatelEmit proper selector name in debug info.
2011-04-05 Devang PatelEmit debug info for function template parameters.
2011-04-05 Devang PatelRefactor.
2011-03-23 Devang PatelUpdate type cache when a type is completed.
2011-03-03 Devang PatelEncode argument numbering in debug info so that code...
2011-03-02 Devang Patelrevert r126858.
2011-03-02 Devang PatelEncode argument numbering in debug info so that code...
2011-03-02 Devang PatelRevert r126794.
2011-03-01 Devang PatelEncode argument numbering in debug info so that code...
2011-02-22 John McCallEmit the structure layout of the block literal paramete...
2011-02-16 Devang PatelSimplify test to check an aggregate argument that has...
2011-02-09 Devang PatelIf an aggregate argument is passed indirectly because...
2011-02-07 John McCallA few more tweaks to the blocks AST representation:
2011-01-22 Douglas GregorDebug info generation for rvalue references
2011-01-17 Devang PatelSimplify.
2010-12-09 Devang PatelRemove unused parameter. getContextDescriptor() and...
2010-12-09 Devang PatelRemove unused parameter.
2010-12-08 Devang PatelStart using DIBuilder. It provides cleaner interface.
2010-11-01 Devang PatelSimplify. Builtin types' context is always implied.
2010-10-28 Devang PatelBasic types are language defined builtins. They are...
2010-10-12 Devang PatelFix debug info for anon union.
2010-10-09 John McCallPermit constant evaluation of const floating-point...
2010-10-06 Devang PatelRemove unused argument.
2010-09-30 Devang PatelIntroduce -flimit-debug-info.
2010-09-02 David ChisnallTidy up last commit, as per Devang's comments.
2010-08-27 Devang PatelDebug info for friends!
2010-08-23 Devang PatelEmit debug info for enum constants.
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-10 Devang PatelSimplify code and add comments, in code that generate...
2010-08-10 Devang PatelEven if a constant's evaluated value is used, emit...
2010-07-27 Devang PatelAlways use current working directory for DW_AT_comp_dir.
2010-07-27 Devang PatelReapply 109303.
2010-07-26 Devang PatelRevert 109303.
2010-07-24 Devang PatelUntangle filename/dirname confusion. Store constructed...
2010-07-22 Devang PatelKeep track of artificial scopes introduced by line...
2010-07-20 Devang PatelRemove unused argument.
2010-07-20 Devang PatelPrint template argument names for template class.
2010-05-15 John McCallSubstantially alter the design of the Objective C type...
2010-05-12 Devang PatelIf given location is invalid then use current location.
2010-04-24 Benjamin KramerFix pasto, add a comment.
2010-04-24 Benjamin KramerFactor code. No functionality change.
2010-04-17 Anders CarlssonVtable -> VTable renames across the board.
2010-03-31 Benjamin KramerMinor include pruning.
2010-03-30 Ted KremenekCache results computed by CGDebugInfo::getOrCreateFile...
2010-03-29 Ted KremenekRemove FIXME comment.
2010-03-29 Ted KremenekChange 'TypeCache' from being an std::map to a llvm...
2010-03-09 Devang PatelMore then one anonymous aggregates on one line creates...
2010-03-09 Devang PatelStart using DIFile. Corresponding llvm patch is r98020.
2010-02-23 Devang PatelEmit debug info for VectorType.
2010-02-10 Devang PatelRefactor code that generates debug info for variables...
2010-02-01 Devang PatelEmit debug info for namespaces.
2010-01-29 Devang PatelMaintain a map of regions (lexical scopes) and use...
2010-01-28 Devang Patels/CGDebugInfo::getContext/CGDebugInfo::getContextDescri...
2010-01-28 Devang Patels/FunctionNames/DebugInfoNames/g
2010-01-28 Devang PatelEmit vtable info.
2010-01-28 Devang PatelInclude "this" pointer argument while emitting debug...
2010-01-26 Anders CarlssonFix the test I broke, and also fix a crash when declari...
2010-01-26 Anders CarlssonFactor creating the DISubprogram for a member function...
2010-01-25 Devang PatelFirst cut at emitting inheritance info.
2010-01-19 Devang PatelFirst cut at emitting debugging information for C+...
2010-01-19 Devang PatelRefactor.
2010-01-14 Devang PatelEmit human readable names for c/c++ functions. Avoid...
2009-12-08 Benjamin KramerUse StringRef in CGDebugInfo::EmitFunctionStart.
2009-12-06 Anders CarlssonAdd rudimentary support for member pointers to CGDebugInfo.
2009-11-13 Devang PatelDo not store DIDescriptor directly into a container...
2009-11-06 Anders CarlssonSimplify the debug info code, handle lvalue references...
2009-10-23 Mike StumpFixup the return type of functions.
next