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
2009-11-25
Avoid some possibly unsafe uses of StringRef::data().
Benjamin Kramer
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-24
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
Swith to pubtypes section before emitting pub types.
Devang Patel
2009-11-24
Emit pubtypes.
Devang Patel
2009-11-23
Simplify this code.
Dan Gohman
2009-11-23
Revert r89487.
Devang Patel
2009-11-22
Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to
Jim Grosbach
2009-11-22
80-column cleanup
Jim Grosbach
2009-11-21
remove trailing whitespace
Jim Grosbach
2009-11-21
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
Remove dead code.
Devang Patel
2009-11-21
There is no need to use FoldingSet to unique DIEs.
Devang Patel
2009-11-20
Do not hold on to a map slot while new entries may be inserted into the map.
Devang Patel
2009-11-20
There is no need to emit source location info for DW_TAG_pointer_type.
Devang Patel
2009-11-17
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
Revert r88939.
Nick Lewycky
2009-11-16
Revert r88939.
Devang Patel
2009-11-16
Add VISIBILITY_HIDDEN marker.
Devang Patel
2009-11-13
Ignore nameless variables.
Devang Patel
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-11
If doesSupportDebugInformation() is false then do not try to emit dwarf debug...
Devang Patel
2009-11-11
Fix -Asserts warning.
Daniel Dunbar
2009-11-11
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-10
Ignore variable if scope info is not available.
Devang Patel
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-06
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-04
While calculating original type size for a derived type, handle type variants...
Devang Patel
2009-11-04
Fix DW_AT_data_member_location for bit-fields. It points to the location of a...
Devang Patel
2009-11-04
Array element size does not match array size but array is not a bitfield.
Devang Patel
2009-11-03
Ignore unnamed variables.
Devang Patel
2009-11-03
Fix a funky "declared with greater visibility than the type of its field"
Jeffrey Yasskin
2009-10-27
Do not held on to DenseMap slot accross map insertion. The insertion may caus...
Devang Patel
2009-10-16
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-14
Add support to record DbgScope as inlined scope.
Devang Patel
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
Fix a -Asserts warning.
Daniel Dunbar
2009-10-12
Find enclosing subprogram info.
Devang Patel
2009-10-09
Extract scope information from the variable itself, instead of relying on all...
Devang Patel
2009-10-09
Check invalid debug info for enums. This may happen when underlyng enum is op...
Devang Patel
2009-10-08
Do not record line number to implicitly mark start of function if function ha...
Devang Patel
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
Fix cut-n-pasto.
Devang Patel
2009-10-06
Remove dead code.
Devang Patel
2009-10-06
Add utility routine to set begin and end labels for DbgScopes.
Devang Patel
2009-10-06
Add utility routine to collect variable debug info. This is not yet used.
Devang Patel
2009-10-06
Existence of a compile unit for input source file is a good indicator to chec...
Devang Patel
[next]