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
/
include
/
llvm
/
Support
/
DebugLoc.h
Age
Commit message (
Expand
)
Author
2013-03-18
Remove trailing spaces.
Jakub Staszak
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-07-19
Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.
Benjamin Kramer
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-13
Use positive values since the value type is unsigned. Fixes a warning on the
Nick Lewycky
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
remove compatibility typedef.
Chris Lattner
2010-04-02
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-01
add comments, don't require inlined-at to be specified.
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
2010-03-31
fix file header.
Chris Lattner
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-10-14
Delete bogus semicolons.
Dan Gohman
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-01
Add another MDNode into DebugLocTuple. This will be used to keep track of inl...
Devang Patel
2009-09-23
Correct a comment.
Dan Gohman
2009-08-28
Reapply 79977.
Devang Patel
2009-08-26
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-25
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-07-16
Add line numbers to OProfile. To do this, I added a processDebugLoc()
Jeffrey Yasskin
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel