summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use noexcept directly now that all compilers support itReid Kleckner2016-10-191-2/+2
* Unpollute the global namespace. lld edition.Benjamin Kramer2016-08-061-0/+2
* Remove unused variants of make_dynamic_error_code. NFC.Pete Cooper2016-03-311-8/+0
* Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper2016-03-301-0/+8
* Remove dead code. This error type is for the old linker script reader.Rui Ueyama2016-02-281-36/+0
* Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama2015-09-101-3/+2
* [LinkerScript] Process program header in PHDRS commandDenis Protivensky2015-08-121-0/+6
* [LinkerScript] Add matching of output sections to segmentsDenis Protivensky2015-06-151-0/+2
* Remove unused enum value. NFC.Rafael Espindola2015-04-241-2/+0
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-0/+4
* Remove the Native file format.Rui Ueyama2015-04-101-33/+0
* [LinkerScript] Implement linker script expression evaluationRafael Auler2015-03-091-0/+5
* [Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran2015-02-221-1/+1
* Use std::recursive_mutex instead of llvm's SmartMutex.Rui Ueyama2015-01-161-6/+5
* Replace ReaderError with DynamicError.Rui Ueyama2014-12-151-26/+0
* Simplify InputGraph API.Rui Ueyama2014-12-141-27/+0
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.NAKAMURA Takumi2014-10-171-0/+2
* PE/COFF: add a check to ensure that we dont mix up architecturesSaleem Abdulrasool2014-10-051-0/+2
* Core: switch error mapping to switchesSaleem Abdulrasool2014-10-051-19/+32
* Remove unused and odd code.Rafael Espindola2014-06-131-36/+0
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-5/+4
* Use error_category from the std namespace.Rafael Espindola2014-06-121-11/+11
* Use error_condition from the std namespace.Rafael Espindola2014-06-121-10/+10
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+5
* Missed these from the previous commit.Rafael Espindola2014-06-111-2/+2
* Inherit from error_category instead of _do_message.Rafael Espindola2014-06-111-4/+4
* Mark a few functions noexcept.Rafael Espindola2014-06-101-11/+24
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-5/+5
* Add make_dynamic_error_code().Nick Kledzik2014-05-271-0/+54
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-15/+15
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-0/+26
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-33/+33
* Convert error code structs to scoped enums.Rui Ueyama2013-10-081-37/+27
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-0/+25
* fix typo in error stringNick Kledzik2013-07-231-1/+1
* Add basic linker script parsing.Michael J. Spencer2013-03-011-6/+28
* Cleanup system_error extensions.Michael J. Spencer2012-01-311-0/+92
OpenPOWER on IntegriCloud