test commit
[oota-llvm.git] / lib / VMCore / DebugLoc.cpp
2012-04-11 Benjamin KramerCompute hashes directly with hash_combine instead of...
2011-10-11 Eric ChristopherSpacing.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Devang PatelAdd dump()
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-06 Nick LewyckyAdd an empty key for DebugLoc so that you can store...
2011-04-06 Nick LewyckySupport using DebugLoc's in a DenseMap.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-01 Chris Lattnerfix a bug in DebugRecVH::deleted/allUsesReplacedWith...
2010-04-01 Chris Lattneradd a method to decode a DILocation into a NewDebugLoc.
2010-04-01 Chris LattnerAdd a new "NewDebugLoc" class which will eventually...