MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
2010-04-06 Chris Lattnerthis accessor doesn't need to copy the string.
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattneradd a comment.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-18 Sean CallananSplit SMLoc out in its own header so that it can
2009-11-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 Daniel DunbarAdd SMLoc::isValid method.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.