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
/
DwarfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove tabs.
Devang Patel
2009-01-17
1
-19
/
+19
*
Refactor code
Devang Patel
2009-01-17
1
-118
/
+73
*
Assign argument type to appropriate DIE.
Devang Patel
2009-01-17
1
-2
/
+2
*
Remove dead code.
Devang Patel
2009-01-17
1
-14
/
+2
*
Disable composite type debug info for now.
Devang Patel
2009-01-17
1
-0
/
+3
*
Fix comments.
Devang Patel
2009-01-16
1
-5
/
+5
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-16
1
-51
/
+50
*
Align source code.
Devang Patel
2009-01-16
1
-4
/
+4
*
Validate debug info values only if DwarfDebug is initialized.
Devang Patel
2009-01-16
1
-1
/
+1
*
Any debug info symbol is only valid if atleast one compile unit is seen.
Devang Patel
2009-01-16
1
-0
/
+4
*
Do not stumble over forward declared struct member.
Devang Patel
2009-01-16
1
-0
/
+5
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
1
-0
/
+45
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+2
*
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
1
-82
/
+65
*
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-15
1
-11
/
+25
*
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-14
1
-1
/
+1
*
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
1
-741
/
+9
*
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
1
-0
/
+1
*
Undo previous checkin.
Devang Patel
2009-01-13
1
-6
/
+0
*
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
1
-0
/
+6
*
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
1
-0
/
+6
*
Start using DebugInfo API to emit debug info.
Devang Patel
2009-01-13
1
-11
/
+10
*
Emit debug info, only if at least one compile unit is seen.
Devang Patel
2009-01-12
1
-2
/
+8
*
If multiple compile units are seen then emit them independently. In other wor...
Devang Patel
2009-01-12
1
-65
/
+74
*
Avoid cast<>, use light weith wrapper directly.
Devang Patel
2009-01-12
1
-3
/
+3
*
Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear s...
Devang Patel
2009-01-12
1
-12
/
+9
*
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-12
1
-45
/
+91
*
Clear debug info at the end of function processing.
Devang Patel
2009-01-12
1
-1
/
+12
*
There is no need to maintain separate labelid list in the dwarf writer. It is...
Devang Patel
2009-01-12
1
-36
/
+5
*
Reduce initial small vector sizes.
Devang Patel
2009-01-10
1
-6
/
+6
*
Fix thinko. Create parent scope if parent descriptor is *not* null.
Devang Patel
2009-01-10
1
-2
/
+2
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
1
-12
/
+13
*
Add DebugInfo based APIs to record source line info.
Devang Patel
2009-01-08
1
-4
/
+43
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
Set up DwarfDebug using DebugInfo API.
Devang Patel
2009-01-06
1
-0
/
+33
*
Forgot that this was needed for Linux. This should fix the builds.
Bill Wendling
2009-01-06
1
-2
/
+2
*
Construct subprogram DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+39
*
Construct global variable DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+48
*
Construct compile unit dies using DebugInfo.
Devang Patel
2009-01-05
1
-1
/
+70
*
Revert r61415 and r61484. Duncan was correct that these weren't needed.
Bill Wendling
2009-01-05
1
-18
/
+6
*
Extract source location info from DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+78
*
Add type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-9
/
+79
*
Construct composite type DIE using DebugInfo.
Devang Patel
2009-01-05
1
-4
/
+83
*
s/ConstructType/ConstructTypeDIE/g
Devang Patel
2009-01-05
1
-6
/
+6
*
Construct stuct field DIEs.
Devang Patel
2009-01-05
1
-0
/
+78
*
Construct enumerator DIE using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+11
*
Construct array/vector type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+40
*
Construct basic and derived type DIEs using DebugInfo.
Devang Patel
2009-01-05
1
-0
/
+44
*
subsume ConstructPointerType()
Devang Patel
2009-01-05
1
-8
/
+2
[prev]
[next]