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
*
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-18
1
-16
/
+3
*
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
1
-91
/
+82
*
Remove unnecessary version check.
Devang Patel
2011-08-16
1
-2
/
+1
*
Refactor.
Devang Patel
2011-08-15
1
-49
/
+60
*
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
1
-19
/
+22
*
This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...
Devang Patel
2011-08-15
1
-11
/
+11
*
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
1
-122
/
+17
*
There is no need to maintain a set to keep track of variables that use locati...
Devang Patel
2011-08-15
1
-4
/
+2
*
Fix warning.
Devang Patel
2011-08-15
1
-1
/
+1
*
Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...
Devang Patel
2011-08-15
1
-39
/
+16
*
Simplify mapping to variable from its abstract variable info.
Devang Patel
2011-08-15
1
-24
/
+14
*
Refactor.
Devang Patel
2011-08-15
1
-5
/
+2
*
Refactor.
Devang Patel
2011-08-15
1
-14
/
+2
*
Refactor. Global variables are part of compile unit so let CompileUnit create...
Devang Patel
2011-08-15
1
-129
/
+2
*
Refactor. A subprogram is part of compile unit so let CompileUnit construct n...
Devang Patel
2011-08-15
1
-107
/
+8
*
Use ArrayRef.
Devang Patel
2011-08-12
1
-6
/
+6
*
Plug a memory leak.
Benjamin Kramer
2011-08-11
1
-3
/
+3
*
Stay within 80 columns.
Devang Patel
2011-08-10
1
-18
/
+28
*
Distinguish between two copies of one inlined variable. Take 2.
Devang Patel
2011-08-10
1
-3
/
+4
*
Revert unintentional parts of previous check-in.
Devang Patel
2011-08-10
1
-5
/
+2
*
Start using LexicalScopes utility. No intetional functionality change.
Devang Patel
2011-08-10
1
-488
/
+101
*
Simplify by creating parent first.
Devang Patel
2011-08-08
1
-19
/
+14
*
Temporarily revert r135528 which distinguishes between two copies of one
Chandler Carruth
2011-08-05
1
-6
/
+2
*
Some revisions to Devang's change r136759 for merged global debug info.
Bob Wilson
2011-08-03
1
-23
/
+9
*
Use byte offset, instead of element number, to access merged global.
Devang Patel
2011-08-03
1
-3
/
+21
*
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
Nick Lewycky
2011-07-29
1
-23
/
+21
*
Remove outdated FIXME comment.
Devang Patel
2011-07-27
1
-1
/
+0
*
It is quiet possible that inlined function body is split into multiple chunks...
Devang Patel
2011-07-27
1
-16
/
+41
*
While extracting lexical scopes from machine instruction stream, work on one ...
Devang Patel
2011-07-26
1
-9
/
+9
*
Refactor.
Devang Patel
2011-07-20
1
-30
/
+40
*
There are two ways to map a variable to its lexical scope. Lexical scope info...
Devang Patel
2011-07-20
1
-2
/
+10
*
Distinguish between two copies of one inlined variable.
Devang Patel
2011-07-19
1
-2
/
+6
*
Use DebugLoc directly to map inlined functions' instructions to respective le...
Devang Patel
2011-07-15
1
-4
/
+6
*
Eliminate redundant map.
Devang Patel
2011-07-15
1
-8
/
+3
*
Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange.
Evan Cheng
2011-07-15
1
-13
/
+5
*
Do not get confused by multiple empty lexical scopes inlined at one location.
Devang Patel
2011-07-15
1
-5
/
+13
*
Refactor.
Devang Patel
2011-07-14
1
-16
/
+7
*
Eliminate redundant LLVMContext argument.
Devang Patel
2011-07-14
1
-8
/
+10
*
Simplify.
Devang Patel
2011-07-14
1
-13
/
+3
*
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-07-14
1
-17
/
+13
*
Simplify. Compile unit check inside hasValidLocation() did not add any value.
Devang Patel
2011-07-14
1
-26
/
+10
*
Fix typo in DEBUG message.
Devang Patel
2011-07-14
1
-2
/
+2
*
Add DEBUG messages.
Devang Patel
2011-07-14
1
-0
/
+5
*
Refactor.
Devang Patel
2011-07-08
1
-28
/
+29
*
Make provision to have floating point constants in .debug_loc expressions.
Devang Patel
2011-07-08
1
-37
/
+51
*
Add DEBUG message.
Devang Patel
2011-07-07
1
-0
/
+2
*
Add DEBUG messages.
Devang Patel
2011-07-07
1
-2
/
+9
*
Remove dead code.
Devang Patel
2011-07-06
1
-2
/
+0
*
Handle debug info for i128 constants.
Devang Patel
2011-06-24
1
-17
/
+21
*
Use path API for path concatenation.
Benjamin Kramer
2011-06-05
1
-5
/
+3
[next]