aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/DebugLoc.h
AgeCommit message (Expand)Author
2013-03-18Remove trailing spaces.Jakub Staszak
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-07-19Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer
2011-07-14Add dump()Devang Patel
2011-07-14Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel
2011-04-13Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky
2011-04-06Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky
2011-04-06Support using DebugLoc's in a DenseMap.Nick Lewycky
2010-04-02remove compatibility typedef.Chris Lattner
2010-04-02rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner
2010-04-02Switch the code generator (except the JIT) onto the new DebugLocChris Lattner
2010-04-01add comments, don't require inlined-at to be specified.Chris Lattner
2010-04-01add a method to decode a DILocation into a NewDebugLoc.Chris Lattner
2010-04-01Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner
2010-03-31fix file header.Chris Lattner
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
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