index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
DIBuilder.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow forward declarations to take a context. This helps the debugger
Eric Christopher
2012-04-23
1
-2
/
+2
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
1
-0
/
+2
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
1
-4
/
+10
*
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
1
-1
/
+1
*
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
1
-0
/
+4
*
Remove tabs.
Devang Patel
2012-02-08
1
-2
/
+2
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
1
-0
/
+17
*
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-04
1
-0
/
+11
*
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
1
-0
/
+9
*
Add support to emit debug info for C++0x nullptr type.
Devang Patel
2011-09-14
1
-0
/
+3
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
1
-0
/
+10
*
Add a finalize() hook, that'll let DIBuilder construct compile unit lazily.
Devang Patel
2011-08-15
1
-0
/
+3
*
Fix struct member's scope. Patch by Xi Wang.
Devang Patel
2011-06-24
1
-1
/
+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
-1
/
+2
*
PR9214: Convert the DIBuilder API to use ArrayRef.
Jay Foad
2011-04-24
1
-5
/
+5
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
1
-1
/
+2
*
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-16
1
-0
/
+24
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-2
/
+6
*
Fix typo in comment.
Jay Foad
2011-03-24
1
-1
/
+1
*
Today, the language front ends produces llvm.dbg.* intrinsics, used to encode...
Devang Patel
2011-03-01
1
-2
/
+7
*
Follow LLVM coding style.
Devang Patel
2011-02-22
1
-77
/
+77
*
Provide enums to build complex address calucation expressions.
Devang Patel
2011-02-18
1
-0
/
+1
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
1
-1
/
+17
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
1
-1
/
+17
*
Add support to create debug info for functions and methods.
Devang Patel
2010-12-08
1
-0
/
+52
*
Add support to create class type.
Devang Patel
2010-12-08
1
-2
/
+20
*
Add support to create vector, array, enums etc...
Devang Patel
2010-12-08
1
-1
/
+86
*
Global variable does not need linkage name.
Devang Patel
2010-12-08
1
-3
/
+1
*
Add support to create local variable's debug info.
Devang Patel
2010-12-07
1
-0
/
+19
*
Add support to create variables, structs etc.. using DIBuilder.
Devang Patel
2010-12-07
1
-5
/
+146
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Document parameters. Fix typos.
Devang Patel
2010-11-08
1
-4
/
+23
*
Introduce DIBuilder. It is intended to be a front-end friendly interface to e...
Devang Patel
2010-11-04
1
-0
/
+94