index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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