Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a trivial line # cache to SourceMgr to make repeated queries to | Chris Lattner | 2009-08-11 | 1 | -1/+5 |
* | Use the default copy-ctor, copy-assignment, and destructor. | Dan Gohman | 2009-08-11 | 1 | -11/+0 |
* | switch the .ll parser to use SourceMgr. | Chris Lattner | 2009-07-02 | 1 | -0/+10 |
* | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner | 2009-07-02 | 1 | -6/+36 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 1 | -1/+4 |
* | Add SMLoc::isValid method. | Daniel Dunbar | 2009-06-29 | 1 | -0/+2 |
* | rename SourceMgr::PrintError to PrintMessage. | Chris Lattner | 2009-06-21 | 1 | -3/+2 |
* | move include searching logic from TGLexer to SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -0/+13 |
* | Rename TGSourceMgr -> SourceMgr. | Chris Lattner | 2009-06-21 | 1 | -9/+9 |
* | rename TGLoc -> SMLoc. | Chris Lattner | 2009-06-21 | 1 | -14/+14 |
* | move TGSourceMgr class out of TableGen into libsupport. | Chris Lattner | 2009-06-21 | 1 | -0/+108 |