aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DIBuilder.h
AgeCommit message (Expand)Author
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-19Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher
2012-04-23Allow forward declarations to take a context. This helps the debuggerEric Christopher
2012-04-03Add a line number for the scope of the function (starting at the firstEric Christopher
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-02-20Add support for runtime languages on our forward declarations.Eric Christopher
2012-02-08Add support for a temporary forward decl type. We want this so weEric Christopher
2012-02-08Remove tabs.Devang Patel
2012-02-06DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel
2012-02-04Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-09-14Add support to emit debug info for C++0x nullptr type.Devang Patel
2011-08-16Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel
2011-08-15Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel
2011-06-24Fix struct member's scope. Patch by Xi Wang.Devang Patel
2011-06-03A typedef's context is not the same as type's context. It is the context of t...Devang Patel
2011-04-24PR9214: Convert the DIBuilder API to use ArrayRef.Jay Foad
2011-04-22Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel
2011-04-16Introduce support to encode Objective-C property information in debugging inf...Devang Patel
2011-04-05Add support to encode function's template parameters.Devang Patel
2011-03-24Fix typo in comment.Jay Foad
2011-03-01Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel
2011-02-22Follow LLVM coding style. Devang Patel
2011-02-18Provide enums to build complex address calucation expressions.Devang Patel
2011-02-02Add support to describe template value parameter in debug info.Devang Patel
2011-02-02Add support to describe template parameter type in debug info.Devang Patel
2010-12-08Add support to create debug info for functions and methods.Devang Patel
2010-12-08Add support to create class type.Devang Patel
2010-12-08Add support to create vector, array, enums etc...Devang Patel
2010-12-08Global variable does not need linkage name.Devang Patel
2010-12-07Add support to create local variable's debug info.Devang Patel
2010-12-07Add support to create variables, structs etc.. using DIBuilder.Devang Patel
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-08Document parameters. Fix typos.Devang Patel
2010-11-04Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel