summaryrefslogtreecommitdiff
path: root/lld/lib/Core/Error.cpp
AgeCommit message (Expand)Author
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-12-02[lld-macho] Remove old macho darwin lldKeith Smiley
2020-04-04fix typo in comment to cycle botsNico Weber
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-10-19Use noexcept directly now that all compilers support itReid Kleckner
2016-08-06Unpollute the global namespace. lld edition.Benjamin Kramer
2016-03-31Remove unused variants of make_dynamic_error_code. NFC.Pete Cooper
2016-03-30Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.Pete Cooper
2016-02-28Remove dead code. This error type is for the old linker script reader.Rui Ueyama
2015-09-10Fix Clang-tidy misc-use-override warnings, other minor fixes.Rui Ueyama
2015-08-12[LinkerScript] Process program header in PHDRS commandDenis Protivensky
2015-06-15[LinkerScript] Add matching of output sections to segmentsDenis Protivensky
2015-04-24Remove unused enum value. NFC.Rafael Espindola
2015-04-14Define make_dynamic_error_code(const char *).Rui Ueyama
2015-04-10Remove the Native file format.Rui Ueyama
2015-03-09[LinkerScript] Implement linker script expression evaluationRafael Auler
2015-02-22[Core,MachO,Test] Remove trailing whitespace.Shankar Easwaran
2015-01-16Use std::recursive_mutex instead of llvm's SmartMutex.Rui Ueyama
2014-12-15Replace ReaderError with DynamicError.Rui Ueyama
2014-12-14Simplify InputGraph API.Rui Ueyama
2014-10-18Sort include files according to convention.Shankar Easwaran
2014-10-17lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.NAKAMURA Takumi
2014-10-05PE/COFF: add a check to ensure that we dont mix up architecturesSaleem Abdulrasool
2014-10-05Core: switch error mapping to switchesSaleem Abdulrasool
2014-06-13Remove unused and odd code.Rafael Espindola
2014-06-12replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-12Use error_category from the std namespace.Rafael Espindola
2014-06-12Use error_condition from the std namespace.Rafael Espindola
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola
2014-06-11Missed these from the previous commit.Rafael Espindola
2014-06-11Inherit from error_category instead of _do_message.Rafael Espindola
2014-06-10Mark a few functions noexcept.Rafael Espindola
2014-05-31There is no std::errc:success, remove the llvm one.Rafael Espindola
2014-05-27Add make_dynamic_error_code().Nick Kledzik
2014-03-06Add "override" and remove "virtual" where appropriate.Rui Ueyama
2013-11-24[InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran
2013-10-09Update error classes from all lowercase to camel case.Rui Ueyama
2013-10-08Convert error code structs to scoped enums.Rui Ueyama
2013-10-07[lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran
2013-07-23fix typo in error stringNick Kledzik
2013-03-01Add basic linker script parsing.Michael J. Spencer
2012-01-31Cleanup system_error extensions.Michael J. Spencer