aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DebugLoc.cpp
AgeCommit message (Expand)Author
2010-04-02rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner
2010-04-01fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an 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