summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby2015-11-101-45/+113
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-051-5/+16
* Don't implicitly construct a Archive::child_iterator.Rafael Espindola2015-11-031-2/+2
* Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby2015-11-021-18/+22
* Implemented the code to make llvm-nm’s -g option work.Kevin Enderby2015-10-301-0/+3
* Backing out commit r250906 as it broke lld.Kevin Enderby2015-10-211-20/+7
* This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby2015-10-211-7/+20
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-061-5/+6
* Convert getSymbolSection to return an ErrorOr.Rafael Espindola2015-08-071-8/+8
* Use std::make_tuple to reduce code duplication.Rafael Espindola2015-07-131-27/+8
* Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola2015-07-071-11/+7
* llvm-nm: treat weak undefined as undefined.Rafael Espindola2015-07-061-12/+18
* Swap operands instead of using !.Rafael Espindola2015-07-061-1/+1
* When sorting by address, undefined symbols go first.Rafael Espindola2015-07-061-0/+4
* Reduce code duplication. NFC.Rafael Espindola2015-07-061-41/+17
* Fix printing of common symbols.Rafael Espindola2015-07-061-4/+9
* Return ErrorOr from getSymbolAddress.Rafael Espindola2015-07-031-1/+3
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-6/+6
* Simplify isSymbolList64Bit. NFC.Rafael Espindola2015-06-261-9/+1
* Simplify isObject. NFC.Rafael Espindola2015-06-261-19/+5
* Implement elf_section_iterator and getELFType().Rafael Espindola2015-06-261-21/+10
* Add an ELFSymbolRef type.Rafael Espindola2015-06-251-2/+2
* llvm-nm: print 'n' instead of '?'Rafael Espindola2015-06-251-1/+1
* Use range loop. NFC.Rafael Espindola2015-06-251-20/+18
* Modernize getELFDynamicSymbolIterators.Rafael Espindola2015-06-251-5/+5
* Change how symbol sizes are handled in lib/Object.Rafael Espindola2015-06-241-12/+12
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-2/+1
* Fix llvm-nm -S option.Rafael Espindola2015-05-221-1/+1
* Cleanup else-after-return and add an early-return to llvm-nmDavid Blaikie2015-03-231-71/+59
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola2014-12-091-6/+8
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-9/+5
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-181-2/+5
* Object: Add support for bigobjDavid Majnemer2014-09-101-4/+4
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-1/+1
* Use a simpler predicate. NFC.Rafael Espindola2014-08-081-2/+1
* Remove some calls to std::move.Rafael Espindola2014-08-011-14/+14
* Replaces a few pointers with references in llvm-nm.cpp.Rafael Espindola2014-07-311-40/+39
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O filesKevin Enderby2014-07-281-1/+1
* Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby2014-07-241-49/+102
* Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2014-07-211-3/+2
* Tweak formating to match what clang-format would be for llvm-nm.cpp .Kevin Enderby2014-07-171-3/+2
* Add printing of Mach-O stabs in llvm-nm.Kevin Enderby2014-07-171-1/+85
* Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...Kevin Enderby2014-07-161-6/+41
* Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only inKevin Enderby2014-07-111-0/+70
* Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby2014-07-081-1/+1
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-2/+4
* Add the -just-symbol-name (aka -j) flag to llvm-nm to just print theKevin Enderby2014-07-031-0/+9
* Add support for inline asm symbols to IRObjectFile.Rafael Espindola2014-07-031-4/+11
OpenPOWER on IntegriCloud