Currently in LLVM, names of libcalls are assigned during TargetLowering
[oota-llvm.git] / lib / Support / SourceMgr.cpp
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-21 Dan GohmanAvoid printing a spurious semicolon when there is no...
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-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-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.