summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DbgInfoPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-161-0/+145
which source/line a certain BB/instruction comes from, original variable names, and original (unmangled) C++ name of functions. llvm-svn: 61085
OpenPOWER on IntegriCloud