Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / DebugLoc.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2012-07-07 Bill WendlingUse the DebugInfo wrappers instead of mucking about...
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...