summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-7/+7
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-8/+7
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix a bug in the code of llvm-cxxdump in dumpArchive() whenKevin Enderby2016-10-211-1/+1
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-3/+11
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-11/+3
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-3/+11
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-2/+2
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-4/+10
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-2/+2
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-6/+6
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+3
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-1/+3
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-6/+1
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-1/+6
* Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...Craig Topper2015-09-211-3/+3
* [llvm-cxxdump] Remove duplicate code check.Davide Italiano2015-09-151-6/+0
* [llvm-cxxdump] Correctly process relocations when given multiple filesDavid Majnemer2015-08-131-16/+10
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-2/+3
* [llvm-cxxdump] Don't rely on global stateDavide Italiano2015-07-171-41/+18
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-2/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-8/+9
* Don't return error_code from function that never fails.Rafael Espindola2015-06-291-6/+2
* Make computeSymbolSizes never fail.Rafael Espindola2015-06-241-4/+2
* Compute correct symbol sizes for MachO and COFF.Rafael Espindola2015-06-231-2/+9
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-2/+3
* Change range-based for-loop to use const auto&. No functionality change.Richard Trieu2015-04-151-16/+11
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-13/+16
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdumpDavid Majnemer2015-03-151-0/+570
OpenPOWER on IntegriCloud