summaryrefslogtreecommitdiff
path: root/include/llvm/Support/DebugLoc.h
Commit message (Expand)AuthorAge
* DebugLoc defines LineCol as 32 bit in comment but unsigned in code.Yaron Keren2013-11-17
* Remove trailing spaces.Jakub Staszak2013-03-18
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-19
* Add dump()Devang Patel2011-07-14
* Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel2011-07-14
* Use positive values since the value type is unsigned. Fixes a warning on theNick Lewycky2011-04-13
* Add an empty key for DebugLoc so that you can store an empty DebugLoc in aNick Lewycky2011-04-06
* Support using DebugLoc's in a DenseMap.Nick Lewycky2011-04-06
* remove compatibility typedef.Chris Lattner2010-04-02
* rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.Chris Lattner2010-04-02
* Switch the code generator (except the JIT) onto the new DebugLocChris Lattner2010-04-02
* add comments, don't require inlined-at to be specified.Chris Lattner2010-04-01
* add a method to decode a DILocation into a NewDebugLoc.Chris Lattner2010-04-01
* Add a new "NewDebugLoc" class which will eventually replace DebugLoc,Chris Lattner2010-04-01
* fix file header.Chris Lattner2010-03-31
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Delete bogus semicolons.Dan Gohman2009-10-14
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-13
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-01
* Correct a comment.Dan Gohman2009-09-23
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-16
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-19