summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DIBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Allow forward declarations to take a context. This helps the debuggerEric Christopher2012-04-231-2/+2
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-031-0/+2
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-4/+10
* Add support for runtime languages on our forward declarations.Eric Christopher2012-02-201-1/+1
* Add support for a temporary forward decl type. We want this so weEric Christopher2012-02-081-0/+4
* Remove tabs.Devang Patel2012-02-081-2/+2
* DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel2012-02-061-0/+17
* Introduce DIObjCProperty. This will be used to encode objective-c property.Devang Patel2012-02-041-0/+11
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-0/+9
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-141-0/+3
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-161-0/+10
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-151-0/+3
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-241-1/+2
* A typedef's context is not the same as type's context. It is the context of t...Devang Patel2011-06-031-1/+2
* PR9214: Convert the DIBuilder API to use ArrayRef.Jay Foad2011-04-241-5/+5
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-221-1/+2
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-161-0/+24
* Add support to encode function's template parameters.Devang Patel2011-04-051-2/+6
* Fix typo in comment.Jay Foad2011-03-241-1/+1
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-011-2/+7
* Follow LLVM coding style. Devang Patel2011-02-221-77/+77
* Provide enums to build complex address calucation expressions.Devang Patel2011-02-181-0/+1
* Add support to describe template value parameter in debug info.Devang Patel2011-02-021-1/+17
* Add support to describe template parameter type in debug info.Devang Patel2011-02-021-1/+17
* Add support to create debug info for functions and methods.Devang Patel2010-12-081-0/+52
* Add support to create class type.Devang Patel2010-12-081-2/+20
* Add support to create vector, array, enums etc...Devang Patel2010-12-081-1/+86
* Global variable does not need linkage name.Devang Patel2010-12-081-3/+1
* Add support to create local variable's debug info.Devang Patel2010-12-071-0/+19
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-071-5/+146
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Document parameters. Fix typos.Devang Patel2010-11-081-4/+23
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-041-0/+94