aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/DebugLoc.h
AgeCommit message (Expand)Author
2009-10-14Delete bogus semicolons.Dan Gohman
2009-10-13s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel
2009-10-01Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel
2009-09-23Correct a comment.Dan Gohman
2009-08-28Reapply 79977.Devang Patel
2009-08-26Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel
2009-08-25Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel
2009-07-16Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel