aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/LeaksContext.h
AgeCommit message (Expand)Author
2013-01-02Rename VMCore directory to IR.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2009-12-18Catch more cases of a pointer being marked garbage twice. This helps whenRafael Espindola
2009-11-01remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner
2009-08-23switch from std::ostream to raw ostream, fix file header.Chris Lattner
2009-08-19Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson