Add a line number for the scope of the function (starting at the first
[oota-llvm.git] / lib / Analysis / DIBuilder.cpp
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-02-20 Eric ChristopherAdd support for runtime languages on our forward declar...
2012-02-17 Eric ChristopherTypo in variable name.
2012-02-08 Eric ChristopherAdd support for a temporary forward decl type. We want...
2012-02-08 Devang PatelRemove tabs.
2012-02-06 Devang PatelDebugInfo: Provide a new hook to encode relationship...
2012-02-04 Devang PatelIntroduce DIObjCProperty. This will be used to encode...
2012-01-10 Chandler CarruthCleanup these asserts to follow common LLVM style and...
2012-01-09 Devang PatelUpdate language check. Do not ignore DW_LANG_Python.
2011-12-16 Devang PatelIn DICompositeType, referenced to derived type is eithe...
2011-12-15 Devang PatelVirtual table holder field is either metadata or null.
2011-11-09 Nick LewyckyFix typo in comment.
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-09-14 Devang PatelAdd support to emit debug info for C++0x nullptr type.
2011-09-12 Eric ChristopherFix typo.
2011-09-12 Devang PatelAdd asserts to keep front-ends honest while encoding...
2011-08-26 Eric ChristopherWhitespace and 80-col.
2011-08-19 Devang PatelDo not use named md nodes to track variables that are...
2011-08-18 Devang PatelThere is no need to add file as context for subroutine...
2011-08-16 Devang PatelUntil now all debug info MDNodes referred to a root...
2011-08-15 Devang PatelAdd a finalize() hook, that'll let DIBuilder construct...
2011-07-19 Devang PatelReapply r135457. This needs llvm-gcc change, that I...
2011-07-19 Bob WilsonRevert "Make a provision to encode inline location...
2011-07-19 Devang PatelMake a provision to encode inline location in a variabl...
2011-07-15 Jay FoadConvert CallInst and InvokeInst APIs to use ArrayRef.
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-05-03 Devang PatelUse llvm.dbg.cu named metadata to collect compile...
2011-04-26 Devang PatelFix an off by one error while accessing complex address...
2011-04-24 Jay FoadPR9214: Convert the DIBuilder API to use ArrayRef.
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-18 Devang PatelUse ArrayRef variants.
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2010-12-08 Devang PatelUse type's file info while describing inheritance relat...
2010-12-08 Devang PatelAdd support to create debug info for functions and...
2010-12-08 Devang PatelAdd support to create class type.
2010-12-08 Devang PatelAdd support to create vector, array, enums etc...
2010-12-08 Devang PatelGlobal variable does not need linkage name.
2010-12-07 Devang PatelAdd support to create local variable's debug info.
2010-12-07 Devang PatelAdd support to create variables, structs etc.. using...
2010-11-04 Benjamin KramerUse arrays instead of constant-sized SmallVectors.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...