index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Age
Commit message (
Expand
)
Author
2011-07-15
Eliminate redundant map.
Devang Patel
2011-07-15
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-14
Refactor.
Devang Patel
2011-07-14
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
Simplify.
Devang Patel
2011-07-14
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
Fix typo in DEBUG message.
Devang Patel
2011-07-14
Add DEBUG messages.
Devang Patel
2011-07-08
Refactor.
Devang Patel
2011-07-08
Make provision to have floating point constants in .debug_loc expressions.
Devang Patel
2011-07-07
Add DEBUG message.
Devang Patel
2011-07-07
Add DEBUG messages.
Devang Patel
2011-07-06
Remove dead code.
Devang Patel
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-05
Use path API for path concatenation.
Benjamin Kramer
2011-06-01
A DBG_VALUE that truncates a range does not start another dbg value range.
Devang Patel
2011-06-01
Do not drop constant values when a variable's content is described using .deb...
Devang Patel
2011-05-31
Include global types, that are referenced through local variables, in debug_p...
Devang Patel
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-27
Select DW_AT_const_value size based on variable size.
Devang Patel
2011-05-24
Fix debug info for blocks' variable.
Devang Patel
2011-05-23
Remove unnecessary comment.
Devang Patel
2011-05-11
Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...
Devang Patel
2011-05-10
Rename DwarfRequiresRelocationForStmtList to
Rafael Espindola
2011-05-09
Do not ignore InlinedAt while walking up scope chain to find subprogram node.
Devang Patel
2011-05-06
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Remove little used statistical counter.
Devang Patel
2011-05-05
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...
Devang Patel
2011-05-03
Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...
Devang Patel
2011-05-03
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...
Devang Patel
2011-05-02
Emit debug info for global variables first.
Devang Patel
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-25
Rename a local variable.
Devang Patel
2011-04-25
Rename a method to match what it really does.
Devang Patel
2011-04-25
Do not drop a variable's complex address if it is not based on frame base.
Devang Patel
2011-04-22
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
Do not leak argument's DbgVariables.
Devang Patel
2011-04-21
Refactor.
Devang Patel
2011-04-21
Add comment in output stream.
Devang Patel
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-13
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
[prev]
[next]