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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use noexcept directly now that all compilers support it
Reid Kleckner
2016-10-19
1
-2
/
+2
*
Unpollute the global namespace. lld edition.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
Remove unused variants of make_dynamic_error_code. NFC.
Pete Cooper
2016-03-31
1
-8
/
+0
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-0
/
+8
*
Remove dead code. This error type is for the old linker script reader.
Rui Ueyama
2016-02-28
1
-36
/
+0
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
1
-3
/
+2
*
[LinkerScript] Process program header in PHDRS command
Denis Protivensky
2015-08-12
1
-0
/
+6
*
[LinkerScript] Add matching of output sections to segments
Denis Protivensky
2015-06-15
1
-0
/
+2
*
Remove unused enum value. NFC.
Rafael Espindola
2015-04-24
1
-2
/
+0
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-0
/
+4
*
Remove the Native file format.
Rui Ueyama
2015-04-10
1
-33
/
+0
*
[LinkerScript] Implement linker script expression evaluation
Rafael Auler
2015-03-09
1
-0
/
+5
*
[Core,MachO,Test] Remove trailing whitespace.
Shankar Easwaran
2015-02-22
1
-1
/
+1
*
Use std::recursive_mutex instead of llvm's SmartMutex.
Rui Ueyama
2015-01-16
1
-6
/
+5
*
Replace ReaderError with DynamicError.
Rui Ueyama
2014-12-15
1
-26
/
+0
*
Simplify InputGraph API.
Rui Ueyama
2014-12-14
1
-27
/
+0
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.
NAKAMURA Takumi
2014-10-17
1
-0
/
+2
*
PE/COFF: add a check to ensure that we dont mix up architectures
Saleem Abdulrasool
2014-10-05
1
-0
/
+2
*
Core: switch error mapping to switches
Saleem Abdulrasool
2014-10-05
1
-19
/
+32
*
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