summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/ARMWinEHPrinter.cpp
AgeCommit message (Expand)Author
2018-03-29Typo fix: epilouge->epilogue. NFC.Eric Christopher
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby
2016-03-23Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola
2015-07-03Return ErrorOr from getSymbolAddress.Rafael Espindola
2015-07-02Return ErrorOr from SymbolRef::getName.Rafael Espindola
2015-06-29Don't return error_code from function that never fails.Rafael Espindola
2015-06-26Simplify getSymbolType.Rafael Espindola
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-10-08Remove bogus std::error_code returns form SectionRef.Rafael Espindola
2014-09-11Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama
2014-07-01Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-06-13Remove all uses of 'using std::error_code' from headers.Rafael Espindola
2014-06-07tools: add a high level explanation for WoA EH dataSaleem Abdulrasool
2014-06-04tools: fix parenthesis warning from GCCSaleem Abdulrasool
2014-06-04tools: initial implementation of WoA EH decodingSaleem Abdulrasool