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
*
Do not hold on to a map slot while new entries may be inserted into the map.
Devang Patel
2009-11-20
1
-27
/
+33
*
There is no need to emit source location info for DW_TAG_pointer_type.
Devang Patel
2009-11-20
1
-1
/
+1
*
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
1
-1
/
+0
*
Revert r88939.
Nick Lewycky
2009-11-17
1
-2
/
+2
*
Revert r88939.
Devang Patel
2009-11-16
1
-2
/
+2
*
Add VISIBILITY_HIDDEN marker.
Devang Patel
2009-11-16
1
-2
/
+2
*
Ignore nameless variables.
Devang Patel
2009-11-13
1
-1
/
+3
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
1
-232
/
+2
*
If doesSupportDebugInformation() is false then do not try to emit dwarf debug...
Devang Patel
2009-11-11
1
-0
/
+3
*
Fix -Asserts warning.
Daniel Dunbar
2009-11-11
1
-0
/
+1
*
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
1
-2
/
+3
*
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-11
1
-0
/
+2
*
Ignore variable if scope info is not available.
Devang Patel
2009-11-10
1
-2
/
+5
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-364
/
+488
*
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
1
-2
/
+2
*
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
1
-1
/
+6
*
While calculating original type size for a derived type, handle type variants...
Devang Patel
2009-11-04
1
-3
/
+1
*
Fix DW_AT_data_member_location for bit-fields. It points to the location of a...
Devang Patel
2009-11-04
1
-5
/
+12
*
Array element size does not match array size but array is not a bitfield.
Devang Patel
2009-11-04
1
-1
/
+3
*
Ignore unnamed variables.
Devang Patel
2009-11-03
1
-1
/
+3
*
Fix a funky "declared with greater visibility than the type of its field"
Jeffrey Yasskin
2009-11-03
1
-2
/
+2
*
Do not held on to DenseMap slot accross map insertion. The insertion may caus...
Devang Patel
2009-10-27
1
-17
/
+21
*
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
1
-1
/
+1
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
1
-2
/
+10
*
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-14
1
-24
/
+43
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
1
-7
/
+7
*
Fix a -Asserts warning.
Daniel Dunbar
2009-10-13
1
-2
/
+3
*
Find enclosing subprogram info.
Devang Patel
2009-10-12
1
-1
/
+19
*
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-09
1
-21
/
+30
*
Check invalid debug info for enums. This may happen when underlyng enum is op...
Devang Patel
2009-10-09
1
-2
/
+4
*
Do not record line number to implicitly mark start of function if function ha...
Devang Patel
2009-10-08
1
-11
/
+22
*
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
1
-1
/
+6
*
Fix cut-n-pasto.
Devang Patel
2009-10-06
1
-1
/
+1
*
Remove dead code.
Devang Patel
2009-10-06
1
-18
/
+0
*
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
1
-0
/
+24
*
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
1
-0
/
+14
*
Existence of a compile unit for input source file is a good indicator to chec...
Devang Patel
2009-10-06
1
-10
/
+1
*
If subprogram die is not available then construct new one.
Devang Patel
2009-10-05
1
-0
/
+4
*
Adjust context for the global variables that are not at file scope, e.g.
Devang Patel
2009-10-05
1
-2
/
+18
*
Set address while constructing DIE.
Devang Patel
2009-10-05
1
-7
/
+8
*
Gracefully handle various scopes while recording source line info.
Devang Patel
2009-10-05
1
-4
/
+21
*
Add support to extract lexical scope information from DebugLoc attached with ...
Devang Patel
2009-10-01
1
-0
/
+127
*
Record first and last instruction of a scope in DbgScope.
Devang Patel
2009-10-01
1
-2
/
+8
*
Use MDNode * directly as an RecordSourceLine() argument.
Devang Patel
2009-09-30
1
-4
/
+4
*
Add a way for a frontend to generate more complex dwarf location
Mike Stump
2009-09-30
1
-4
/
+57
*
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-29
1
-63
/
+38
*
Delete space after function name, before (, reflow a comment and
Mike Stump
2009-09-24
1
-14
/
+6
*
Fix spacing.
Mike Stump
2009-09-24
1
-1
/
+1
*
This is overly constraining with respect to clang.
Mike Stump
2009-09-23
1
-3
/
+0
*
Fix indentation.
Daniel Dunbar
2009-09-19
1
-76
/
+76
[next]