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
/
lld
/
lib
/
Core
/
Error.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-36
/
+0
*
replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-5
/
+4
*
Use error_category from the std namespace.
Rafael Espindola
2014-06-12
1
-11
/
+11
*
Use error_condition from the std namespace.
Rafael Espindola
2014-06-12
1
-10
/
+10
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-5
/
+5
*
Missed these from the previous commit.
Rafael Espindola
2014-06-11
1
-2
/
+2
*
Inherit from error_category instead of _do_message.
Rafael Espindola
2014-06-11
1
-4
/
+4
*
Mark a few functions noexcept.
Rafael Espindola
2014-06-10
1
-11
/
+24
*
There is no std::errc:success, remove the llvm one.
Rafael Espindola
2014-05-31
1
-5
/
+5
*
Add make_dynamic_error_code().
Nick Kledzik
2014-05-27
1
-0
/
+54
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-15
/
+15
*
[InputGraph][Gnu] Add LinkerScript support.
Shankar Easwaran
2013-11-24
1
-0
/
+26
*
Update error classes from all lowercase to camel case.
Rui Ueyama
2013-10-09
1
-33
/
+33
*
Convert error code structs to scoped enums.
Rui Ueyama
2013-10-08
1
-37
/
+27
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-0
/
+25
*
fix typo in error string
Nick Kledzik
2013-07-23
1
-1
/
+1
*
Add basic linker script parsing.
Michael J. Spencer
2013-03-01
1
-6
/
+28
*
Cleanup system_error extensions.
Michael J. Spencer
2012-01-31
1
-0
/
+92