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
/
Analysis
/
DbgInfoPrinter.cpp
Age
Commit message (
Expand
)
Author
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-12
Fix a missing newline (now that Value*'s operator<< doesn't append one).
Dan Gohman
2009-06-23
Use getReturnTypeName() to print return type.
Devang Patel
2009-05-14
Clean up this file fixing 80-column violations, bad formatting, etc. No funct...
Bill Wendling
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-10
Global variables don't have a corresponding llvm.dbg.declare, yet it is possible
Torok Edwin
2009-03-09
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2008-12-16
Add -print-dbginfo pass that prints LLVM IR with comments inserted to show
Torok Edwin