aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DIBuilder.cpp
AgeCommit message (Expand)Author
2011-05-03Use llvm.dbg.cu named metadata to collect compile units.Devang Patel
2011-04-26Fix an off by one error while accessing complex address element of a DIVariable.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-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad
2011-04-18Use ArrayRef variants.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-01Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...Devang Patel
2011-02-22Follow LLVM coding style. 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-08Use type's file info while describing inheritance relationship.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-04Use arrays instead of constant-sized SmallVectors.Benjamin Kramer
2010-11-04Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel