aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/DebugLoc.cpp
AgeCommit message (Expand)Author
2012-04-11Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer
2011-10-11Spacing.Eric Christopher
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-14Add dump()Devang Patel
2011-07-14Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel
2011-04-21PR9214: Convert Metadata API to use ArrayRef.Jay Foad
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-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