index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DIBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup these asserts to follow common LLVM style and coding
Chandler Carruth
2012-01-10
1
-5
/
+5
*
Update language check. Do not ignore DW_LANG_Python.
Devang Patel
2012-01-09
1
-1
/
+2
*
In DICompositeType, referenced to derived type is either metadata or null.
Devang Patel
2011-12-16
1
-5
/
+5
*
Virtual table holder field is either metadata or null.
Devang Patel
2011-12-15
1
-1
/
+1
*
Fix typo in comment.
Nick Lewycky
2011-11-09
1
-1
/
+1
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-0
/
+12
*
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-14
1
-0
/
+20
*
Fix typo.
Eric Christopher
2011-09-12
1
-1
/
+1
*
Add asserts to keep front-ends honest while encoding debug info into LLVM IR ...
Devang Patel
2011-09-12
1
-0
/
+9
*
Whitespace and 80-col.
Eric Christopher
2011-08-26
1
-40
/
+43
*
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-19
1
-8
/
+28
*
There is no need to add file as context for subroutine type. The subroutine t...
Devang Patel
2011-08-18
1
-2
/
+2
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
1
-46
/
+76
*
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
Devang Patel
2011-08-15
1
-0
/
+4
*
Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...
Devang Patel
2011-07-19
1
-1
/
+3
*
Revert "Make a provision to encode inline location in a variable. This will e...
Bob Wilson
2011-07-19
1
-3
/
+1
*
Make a provision to encode inline location in a variable. This will enable dw...
Devang Patel
2011-07-19
1
-1
/
+3
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-5
/
+5
*
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
1
-2
/
+2
*
A typedef's context is not the same as type's context. It is the context of t...
Devang Patel
2011-06-03
1
-2
/
+2
*
Use llvm.dbg.cu named metadata to collect compile units.
Devang Patel
2011-05-03
1
-0
/
+4
*
Fix an off by one error while accessing complex address element of a DIVariable.
Devang Patel
2011-04-26
1
-0
/
+1
*
PR9214: Convert the DIBuilder API to use ArrayRef.
Jay Foad
2011-04-24
1
-8
/
+6
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
1
-2
/
+4
*
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-21
1
-9
/
+11
*
Use ArrayRef variants.
Devang Patel
2011-04-18
1
-35
/
+33
*
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-16
1
-0
/
+29
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-4
/
+8
*
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
1
-5
/
+5
*
Follow LLVM coding style.
Devang Patel
2011-02-22
1
-77
/
+77
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
1
-0
/
+21
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
1
-2
/
+22
*
Use type's file info while describing inheritance relationship.
Devang Patel
2010-12-08
1
-1
/
+1
*
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
1
-0
/
+77
*
Add support to create class type.
Devang Patel
2010-12-08
1
-0
/
+26
*
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
1
-6
/
+167
*
Global variable does not need linkage name.
Devang Patel
2010-12-08
1
-3
/
+2
*
Add support to create local variable's debug info.
Devang Patel
2010-12-07
1
-0
/
+33
*
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-07
1
-5
/
+209
*
Use arrays instead of constant-sized SmallVectors.
Benjamin Kramer
2010-11-04
1
-132
/
+143
*
Introduce DIBuilder. It is intended to be a front-end friendly interface to e...
Devang Patel
2010-11-04
1
-0
/
+249