aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/DebugLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compute hashes directly with hash_combine instead of taking a detour through ...Benjamin Kramer2012-04-111-4/+1
* Spacing.Eric Christopher2011-10-111-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* Add dump()Devang Patel2011-07-141-0/+16
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-141-0/+16
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-1/+1
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-061-1/+1
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-061-0/+24
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-021-12/+12
* fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an Chris Lattner2010-04-011-4/+7
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-011-0/+15
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-011-0/+270