summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the -U flag to llvm-nm as an alias to -defined-onlyKevin Enderby2014-07-031-0/+2
* Add the -reverse-sort flag (aka -r) to llvm-nmKevin Enderby2014-07-021-24/+61
* Also run clang-format on llvm-nm.cpp to tidy things up. No functional changes.Kevin Enderby2014-07-011-51/+40
* Add the -arch flag support to llvm-nm to select the slice out of a Mach-OKevin Enderby2014-06-301-0/+147
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-1/+1
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-1/+2
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-231-2/+3
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-231-1/+1
* Fix some double printing of filenames for archives in llvm-nm whenKevin Enderby2014-06-201-10/+13
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-201-0/+3
* Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...Kevin Enderby2014-06-191-0/+4
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-191-4/+18
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-161-14/+13
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-4/+176
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-6/+2
* MachO: support N_INDR aliases in assembly files.Tim Northover2014-05-301-0/+2
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-141-0/+14
* Suggested improvement by Rafael Espindola to use isa<> in a few placesKevin Enderby2014-05-121-6/+6
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-091-8/+36
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-031-27/+27
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-021-27/+27
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-2/+1
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-3/+2
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-2/+2
OpenPOWER on IntegriCloud