index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-08-15
1
-2
/
+121
*
While emitting constant value, look through derived type and use underlying b...
Devang Patel
2011-07-20
1
-14
/
+23
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
1
-1
/
+1
*
Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...
Devang Patel
2011-06-01
1
-4
/
+5
*
Refactor.
Devang Patel
2011-05-31
1
-7
/
+8
*
Include global types, that are referenced through local variables, in debug_p...
Devang Patel
2011-05-31
1
-1
/
+7
*
Select DW_AT_const_value size based on global variable size.
Devang Patel
2011-05-28
1
-5
/
+13
*
Keep this simple. Use DIType to get signness and size of a type. Based on siz...
Devang Patel
2011-05-27
1
-18
/
+13
*
Handle signed types gracefully.
Devang Patel
2011-05-27
1
-9
/
+21
*
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-27
1
-2
/
+11
*
Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
Devang Patel
2011-05-12
1
-2
/
+2
*
Let Objective-C front-end identify class extension, in dwarf output, using an...
Devang Patel
2011-05-12
1
-0
/
+4
*
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
1
-0
/
+35
*
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
1
-5
/
+12
*
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-27
1
-21
/
+4
*
Refactor code. Keep dwarf register operation selection logic at one place.
Devang Patel
2011-04-26
1
-72
/
+60
*
Rename a method to match what it really does.
Devang Patel
2011-04-25
1
-3
/
+4
*
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-16
1
-0
/
+31
*
I missed this new file in previous commit.
Devang Patel
2011-04-12
1
-0
/
+973
[prev]