summaryrefslogtreecommitdiff
path: root/tools/llvm-cxxdump
AgeCommit message (Expand)Author
2017-12-18Fix more inconsistent line endings. NFC.Dimitry Andric
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-10-21Fix a bug in the code of llvm-cxxdump in dumpArchive() whenKevin Enderby
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner
2016-07-14[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames
2016-07-14[Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames
2016-07-13[Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin 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-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2016-01-26Remove autoconf supportChris Bieneman
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby
2015-09-21Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper
2015-09-15[llvm-cxxdump] Remove duplicate code check.Davide Italiano
2015-08-13[llvm-cxxdump] Correctly process relocations when given multiple filesDavid Majnemer
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola
2015-07-17[llvm-cxxdump] Don't rely on global stateDavide Italiano
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-24Make computeSymbolSizes never fail.Rafael Espindola
2015-06-23Compute correct symbol sizes for MachO and COFF.Rafael Espindola
2015-06-01Simplify another function that doesn't fail.Rafael Espindola
2015-04-15Change range-based for-loop to use const auto&. No functionality change.Richard Trieu
2015-04-15Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer
2015-03-15llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer