index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
DebugLoc.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Rename VMCore directory to IR.
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
2012-07-07
Use the DebugInfo wrappers instead of mucking about with the MDNode directly.
Bill Wendling
2012-04-11
Compute hashes directly with hash_combine instead of taking a detour through ...
Benjamin Kramer
2011-10-11
Spacing.
Eric Christopher
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-14
Add dump()
Devang Patel
2011-07-14
Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...
Devang Patel
2011-04-21
PR9214: Convert Metadata API to use ArrayRef.
Jay Foad
2011-04-06
Add an empty key for DebugLoc so that you can store an empty DebugLoc in a
Nick Lewycky
2011-04-06
Support using DebugLoc's in a DenseMap.
Nick Lewycky
2010-04-02
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-01
fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an
Chris Lattner
2010-04-01
add a method to decode a DILocation into a NewDebugLoc.
Chris Lattner
2010-04-01
Add a new "NewDebugLoc" class which will eventually replace DebugLoc,
Chris Lattner