summaryrefslogtreecommitdiff
path: root/lib/Analysis/DIBuilder.cpp
Commit message (Expand)AuthorAge
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-11
* Add support to emit debug info for C++0x nullptr type.Devang Patel2011-09-14
* Fix typo.Eric Christopher2011-09-12
* Add asserts to keep front-ends honest while encoding debug info into LLVM IR ...Devang Patel2011-09-12
* Whitespace and 80-col.Eric Christopher2011-08-26
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* There is no need to add file as context for subroutine type. The subroutine t...Devang Patel2011-08-18
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-16
* Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.Devang Patel2011-08-15
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-19
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-19
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-19
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-24
* A typedef's context is not the same as type's context. It is the context of t...Devang Patel2011-06-03
* Use llvm.dbg.cu named metadata to collect compile units.Devang Patel2011-05-03
* Fix an off by one error while accessing complex address element of a DIVariable.Devang Patel2011-04-26
* PR9214: Convert the DIBuilder API to use ArrayRef.Jay Foad2011-04-24
* Let front-end tie subprogram declaration with subprogram definition directly.Devang Patel2011-04-22
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Use ArrayRef variants.Devang Patel2011-04-18
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-16
* Add support to encode function's template parameters.Devang Patel2011-04-05
* Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel2011-03-01
* Follow LLVM coding style. Devang Patel2011-02-22
* Add support to describe template value parameter in debug info.Devang Patel2011-02-02
* Add support to describe template parameter type in debug info.Devang Patel2011-02-02
* Use type's file info while describing inheritance relationship.Devang Patel2010-12-08
* Add support to create debug info for functions and methods.Devang Patel2010-12-08
* Add support to create class type.Devang Patel2010-12-08
* Add support to create vector, array, enums etc...Devang Patel2010-12-08
* Global variable does not need linkage name.Devang Patel2010-12-08
* Add support to create local variable's debug info.Devang Patel2010-12-07
* Add support to create variables, structs etc.. using DIBuilder.Devang Patel2010-12-07
* Use arrays instead of constant-sized SmallVectors.Benjamin Kramer2010-11-04
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-04