Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-11-22 | SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so... | Daniel Dunbar | 1 | -16/+19 |
2009-08-11 | add a trivial line # cache to SourceMgr to make repeated queries to | Chris Lattner | 1 | -0/+40 |
2009-07-02 | switch the .ll parser to use SourceMgr. | Chris Lattner | 1 | -10/+21 |
2009-07-02 | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner | 1 | -19/+52 |
2009-06-30 | Normalize SourceMgr messages. | Daniel Dunbar | 1 | -3/+7 |
2009-06-21 | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 1 | -6/+6 |
2009-06-21 | move include searching logic from TGLexer to SourceMgr. | Chris Lattner | 1 | -0/+20 |
2009-06-21 | Rename TGSourceMgr -> SourceMgr. | Chris Lattner | 1 | -5/+5 |
2009-06-21 | rename TGLoc -> SMLoc. | Chris Lattner | 1 | -6/+6 |
2009-06-21 | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner | 1 | -0/+107 |