Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / DebugLoc.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-07-19 Benjamin KramerPull the simple parts of DenseMapInfo<DebugLoc> inline...
2011-07-14 Devang PatelAdd dump()
2011-07-14 Devang PatelSimplify and delay extracting DebugLoc elements, scope...
2011-04-13 Nick LewyckyUse positive values since the value type is unsigned...
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 Lattnerremove compatibility typedef.
2010-04-02 Chris Lattnerrename NewDebugLoc -> DebugLoc, prune #includes in...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-01 Chris Lattneradd comments, don't require inlined-at to be specified.
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...
2010-03-31 Chris Lattnerfix file header.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-14 Dan GohmanDelete bogus semicolons.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-01 Devang PatelAdd another MDNode into DebugLocTuple. This will be...
2009-09-23 Dan GohmanCorrect a comment.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h