summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj] Fix/improve printing WinEH unwind info for linked PE imagesMartin Storsjö2019-12-111-3/+5
* [llvm-readobj] flush output before crashYuanfang Chen2019-09-201-1/+3
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-4/+1
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-021-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-111-7/+7
* [AArch64] [Windows] Misc fixes for llvm-readobj -unwind.Eli Friedman2018-11-021-19/+19
* [ARM64][Windows] Add unwind support to llvm-readobjSanjin Sijaric2018-10-241-36/+363
* Typo fix: epilouge->epilogue. NFC.Eric Christopher2018-03-291-1/+1
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-10/+27
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-5/+8
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-12/+32
* Fix a crash in running llvm-objdump -t with an invalid Mach-O file alreadyKevin Enderby2016-03-231-1/+4
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-11/+11
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+3
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-7/+13
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-10/+17
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-3/+1
* Simplify getSymbolType.Rafael Espindola2015-06-261-7/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-11/+3
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-111-24/+23
* Rephrase loop so it doesn't leave unused bools around in Release mode.Benjamin Kramer2014-07-011-4/+2
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* Remove all uses of 'using std::error_code' from headers.Rafael Espindola2014-06-131-8/+8
* tools: add a high level explanation for WoA EH dataSaleem Abdulrasool2014-06-071-21/+81
* tools: fix parenthesis warning from GCCSaleem Abdulrasool2014-06-041-1/+1
* tools: initial implementation of WoA EH decodingSaleem Abdulrasool2014-06-041-0/+686
OpenPOWER on IntegriCloud