index
:
external_llvm.git
replicant-6.0
Android's llvm
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
*
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