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
/
Error.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Introduce createStringError helper function
Victor Leschuk
2018-07-26
1
-0
/
+4
*
[Support] Make llvm::Error and Expected faster.
Zachary Turner
2017-11-09
1
-0
/
+12
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-1
/
+1
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+0
*
Fix a linefeed at eof.
NAKAMURA Takumi
2016-11-29
1
-1
/
+1
*
Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch
Mehdi Amini
2016-11-28
1
-0
/
+15
*
Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch"
Mehdi Amini
2016-11-18
1
-16
/
+0
*
Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch
Mehdi Amini
2016-11-18
1
-0
/
+16
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
1
-1
/
+1
*
Missing includes.
Vassil Vassilev
2016-09-14
1
-0
/
+1
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-0
/
+11
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-11
/
+0
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-0
/
+11
*
[Support][Error] Make logAllUnhandledErrors take a Twine for the banner, rather
Lang Hames
2016-07-04
1
-0
/
+9
*
Linker: teach the IR mover to return llvm::Error.
Peter Collingbourne
2016-05-27
1
-1
/
+0
*
[Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.
Lang Hames
2016-05-27
1
-6
/
+6
*
[Support] Add a StringError convenience class to Error.h
Lang Hames
2016-05-27
1
-4
/
+48
*
Add FIXMEs to all derived classes of std::error_category.
Peter Collingbourne
2016-05-24
1
-0
/
+3
*
Try to fix ODR violation of ErrorInfo::ID
Reid Kleckner
2016-03-24
1
-3
/
+2
*
Define ErrorInfo::ID explicitly.
NAKAMURA Takumi
2016-03-24
1
-0
/
+3
*
Error.cpp: Fix a warning. [-Wpedantic]
NAKAMURA Takumi
2016-03-24
1
-1
/
+1
*
[Support] Make all Errors convertible to std::error_code.
Lang Hames
2016-03-23
1
-0
/
+45