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
*
[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
Lang Hames
2019-11-20
1
-2
/
+0
*
[Orc][Modules] Fix Modules build fallout from a34680a33eb.
Lang Hames
2019-11-20
1
-2
/
+5
*
Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own file
Eric Christopher
2019-09-10
1
-15
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NFC] Fixed extra semicolon warning
David Bolvansky
2018-12-30
1
-1
/
+1
*
Add vtable anchor to classes.
Richard Trieu
2018-12-29
1
-0
/
+1
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[Error] Add FileError helper; upgrade StringError behavior
Alexandre Ganea
2018-08-30
1
-2
/
+22
*
[Support] Add a basic C API for llvm::Error.
Lang Hames
2018-08-15
1
-0
/
+20
*
[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