index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DIBuilder.cpp
Age
Commit message (
Expand
)
Author
2011-08-26
Whitespace and 80-col.
Eric Christopher
2011-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-18
There is no need to add file as context for subroutine type. The subroutine t...
Devang Patel
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-15
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
Devang Patel
2011-07-19
Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...
Devang Patel
2011-07-19
Revert "Make a provision to encode inline location in a variable. This will e...
Bob Wilson
2011-07-19
Make a provision to encode inline location in a variable. This will enable dw...
Devang Patel
2011-07-15
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-06-24
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-03
A typedef's context is not the same as type's context. It is the context of t...
Devang Patel
2011-05-03
Use llvm.dbg.cu named metadata to collect compile units.
Devang Patel
2011-04-26
Fix an off by one error while accessing complex address element of a DIVariable.
Devang Patel
2011-04-24
PR9214: Convert the DIBuilder API to use ArrayRef.
Jay Foad
2011-04-22
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-18
Use ArrayRef variants.
Devang Patel
2011-04-16
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-05
Add support to encode function's template parameters.
Devang Patel
2011-03-01
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-02-22
Follow LLVM coding style.
Devang Patel
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2010-12-08
Use type's file info while describing inheritance relationship.
Devang Patel
2010-12-08
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
Add support to create class type.
Devang Patel
2010-12-08
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
Global variable does not need linkage name.
Devang Patel
2010-12-07
Add support to create local variable's debug info.
Devang Patel
2010-12-07
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-11-04
Use arrays instead of constant-sized SmallVectors.
Benjamin Kramer
2010-11-04
Introduce DIBuilder. It is intended to be a front-end friendly interface to e...
Devang Patel