index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
/
SourceMgr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new -d option to tblgen. It writes a make(1)-style dependency file.
Joerg Sonnenberger
2011-06-01
1
-4
/
+6
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-4
/
+5
*
Fix whitespace.
Michael J. Spencer
2010-12-09
1
-1
/
+1
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-3
/
+4
*
now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the
Chris Lattner
2010-11-17
1
-2
/
+1
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-8
/
+8
*
enhance SMDiagnostic to also maintain a pointer to the SourceMgr.
Chris Lattner
2010-04-06
1
-1
/
+1
*
give the SourceMgr object a cookie.
Chris Lattner
2010-04-06
1
-1
/
+2
*
Give llvm::SourceMgr the ability to have a client-specified
Chris Lattner
2010-04-06
1
-1
/
+8
*
Make SMDiagnostic::Print a const method.
Mikhail Glushenkov
2010-01-27
1
-1
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-01-27
1
-19
/
+19
*
Avoid printing a spurious semicolon when there is no filename.
Dan Gohman
2010-01-21
1
-9
/
+12
*
SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...
Daniel Dunbar
2009-11-22
1
-16
/
+19
*
add a trivial line # cache to SourceMgr to make repeated queries to
Chris Lattner
2009-08-11
1
-0
/
+40
*
switch the .ll parser to use SourceMgr.
Chris Lattner
2009-07-02
1
-10
/
+21
*
add an explicit class for holding llvm::SourceMgr diagnostics and use
Chris Lattner
2009-07-02
1
-19
/
+52
*
Normalize SourceMgr messages.
Daniel Dunbar
2009-06-30
1
-3
/
+7
*
rename SourceMgr::PrintError to PrintMessage.
Chris Lattner
2009-06-21
1
-6
/
+6
*
move include searching logic from TGLexer to SourceMgr.
Chris Lattner
2009-06-21
1
-0
/
+20
*
Rename TGSourceMgr -> SourceMgr.
Chris Lattner
2009-06-21
1
-5
/
+5
*
rename TGLoc -> SMLoc.
Chris Lattner
2009-06-21
1
-6
/
+6
*
move TGSourceMgr class out of TableGen into libsupport.
Chris Lattner
2009-06-21
1
-0
/
+107