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
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-8
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-24
1
-63
/
+45
*
Revert r344930 as it broke some of the bots on Windows.
Aaron Ballman
2018-10-22
1
-45
/
+63
*
[SourceMgr][FileCheck] Obey -color by extending WithColor
Joel E. Denny
2018-10-22
1
-63
/
+45
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console
Reid Kleckner
2018-09-05
1
-4
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-12
/
+12
*
Don't assert that a size_t fits into 64bit.
Joerg Sonnenberger
2018-07-17
1
-1
/
+0
*
[Support] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-08
1
-1
/
+1
*
[Support] Make line-number cache robust against access patterns.
Graydon Hoare
2018-04-07
1
-51
/
+74
*
Add DK_Remark to SMDiagnostic
Adam Nemet
2017-10-12
1
-0
/
+5
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Remove unnecessary conditions as suggested by clang-tidy. NFC
Gabor Horvath
2017-05-01
1
-3
/
+1
*
[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-15
1
-8
/
+19
*
Use StringRef for MemoryBuffer identifier API (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Remove excessive padding from LineNoCacheTy
Benjamin Kramer
2016-08-16
1
-1
/
+1
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+2
*
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
[next]