index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-18
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
Remove unnecessary version check.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...
Devang Patel
2011-08-15
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
There is no need to maintain a set to keep track of variables that use locati...
Devang Patel
2011-08-15
Fix warning.
Devang Patel
2011-08-15
Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...
Devang Patel
2011-08-15
Simplify mapping to variable from its abstract variable info.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-08-12
Use ArrayRef.
Devang Patel
2011-08-11
Plug a memory leak.
Benjamin Kramer
2011-08-10
Stay within 80 columns.
Devang Patel
2011-08-10
Distinguish between two copies of one inlined variable. Take 2.
Devang Patel
2011-08-10
Revert unintentional parts of previous check-in.
Devang Patel
2011-08-10
Start using LexicalScopes utility. No intetional functionality change.
Devang Patel
2011-08-08
Simplify by creating parent first.
Devang Patel
2011-08-05
Temporarily revert r135528 which distinguishes between two copies of one
Chandler Carruth
2011-08-03
Some revisions to Devang's change r136759 for merged global debug info.
Bob Wilson
2011-08-03
Use byte offset, instead of element number, to access merged global.
Devang Patel
2011-07-29
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
Nick Lewycky
2011-07-27
Remove outdated FIXME comment.
Devang Patel
2011-07-27
It is quiet possible that inlined function body is split into multiple chunks...
Devang Patel
2011-07-26
While extracting lexical scopes from machine instruction stream, work on one ...
Devang Patel
2011-07-20
Refactor.
Devang Patel
2011-07-20
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-19
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-15
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
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
[next]