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
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug info for blocks' variable.
Devang Patel
2011-05-24
1
-6
/
+21
*
Remove unnecessary comment.
Devang Patel
2011-05-23
1
-1
/
+0
*
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-11
1
-43
/
+34
*
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-10
1
-1
/
+1
*
Do not ignore InlinedAt while walking up scope chain to find subprogram node.
Devang Patel
2011-05-09
1
-1
/
+8
*
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
1
-34
/
+0
*
Dead code elimination.
Rafael Espindola
2011-05-06
1
-99
/
+1
*
Remove little used statistical counter.
Devang Patel
2011-05-05
1
-29
/
+0
*
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-05
1
-3
/
+5
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
1
-2
/
+2
*
Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...
Devang Patel
2011-05-04
1
-15
/
+17
*
Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...
Devang Patel
2011-05-03
1
-5
/
+5
*
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...
Devang Patel
2011-05-03
1
-27
/
+49
*
Emit debug info for global variables first.
Devang Patel
2011-05-02
1
-5
/
+5
*
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-28
1
-2
/
+34
*
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-27
1
-17
/
+25
*
Rename a local variable.
Devang Patel
2011-04-25
1
-17
/
+21
*
Rename a method to match what it really does.
Devang Patel
2011-04-25
1
-2
/
+3
*
Do not drop a variable's complex address if it is not based on frame base.
Devang Patel
2011-04-25
1
-1
/
+5
*
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
1
-38
/
+50
*
Do not leak argument's DbgVariables.
Devang Patel
2011-04-22
1
-1
/
+1
*
Refactor.
Devang Patel
2011-04-21
1
-30
/
+1
*
Add comment in output stream.
Devang Patel
2011-04-21
1
-0
/
+3
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-2
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-13
1
-8
/
+1
*
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
1
-3
/
+1
*
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
1
-1139
/
+169
*
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-12
1
-98
/
+1
*
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
1
-10
/
+7
*
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-08
1
-3
/
+15
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-0
/
+3
*
Refactor.
Devang Patel
2011-04-05
1
-14
/
+17
*
Do not emit empty name.
Devang Patel
2011-04-05
1
-1
/
+2
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
1
-92
/
+161
*
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-25
1
-48
/
+31
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
1
-11
/
+28
*
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-23
1
-3
/
+1
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
1
-34
/
+71
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
1
-67
/
+30
*
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
1
-0
/
+1
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
1
-30
/
+66
*
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
1
-5
/
+2
*
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-16
1
-2
/
+5
*
Fix typo.
Devang Patel
2011-03-03
1
-1
/
+1
*
Fix thinko in previous check-in.
Devang Patel
2011-03-03
1
-1
/
+3
*
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
1
-1
/
+4
*
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-03-01
1
-2
/
+32
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-11
/
+2
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-2
/
+11
[next]