index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
SourceMgr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-22
/
+24
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-2
/
+0
*
Remove unnecessary .c_str() when implicitly converting to Twine
Matt Arsenault
2014-11-06
1
-2
/
+2
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-6
/
+1
*
SourceMgr: consistently use 'unsigned' for the memory buffer ID type
Dmitri Gribenko
2014-07-09
1
-3
/
+3
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-7
/
+9
*
SourceMgr: make valid buffer IDs start from one
Alp Toker
2014-07-06
1
-15
/
+16
*
Use SourceMgr::getMemoryBuffer() in a couple of places
Alp Toker
2014-06-25
1
-2
/
+2
*
Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.
Jordan Rose
2014-06-17
1
-8
/
+11
*
Modernize doc comments for SourceMgr.
Jordan Rose
2014-06-17
1
-12
/
+0
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Fix hardcoded slash to native path seperator which was exposed from llvm::sys...
Yaron Keren
2014-05-16
1
-1
/
+2
*
[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...
Craig Topper
2014-04-09
1
-1
/
+1
*
[C++11] Make use of 'nullptr' in the Support library.
Craig Topper
2014-04-07
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
Dmitri Gribenko
2013-09-27
1
-1
/
+1
*
Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
2013-09-27
1
-3
/
+8
*
Fix size_t -> uint warnings with MSVC 64-bit build
Matt Arsenault
2013-07-20
1
-3
/
+3
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
1
-2
/
+2
*
SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
Jordan Rose
2013-01-11
1
-9
/
+12
*
Add basic fix-its to SMDiagnostic.
Jordan Rose
2013-01-10
1
-32
/
+158
*
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
Jordan Rose
2013-01-07
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
SourceMgr: Use has_colors() instead of just is_displayed() before trying to use
Daniel Dunbar
2012-07-20
1
-2
/
+2
*
Don't assume size_t is unsigned long long.
Matt Beaumont-Gay
2012-05-07
1
-3
/
+1
*
make SourceMgr tolerate empty SMLoc()'s better.
Chris Lattner
2012-05-06
1
-45
/
+54
*
reapply my patch, with a fix for an off-by-one error. Turned out to be a lot
Chris Lattner
2012-05-05
1
-12
/
+18
*
revert my patches, which are causing problems.
Chris Lattner
2012-05-05
1
-18
/
+12
*
refactor some code to expose column numbers more and make diagnostic printing...
Chris Lattner
2012-05-05
1
-12
/
+18
*
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
1
-7
/
+41
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-1
/
+0
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-11
/
+8
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-16
/
+22
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-21
/
+100
*
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
[next]