summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm
Commit message (Expand)AuthorAgeFilesLines
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-6/+6
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-8/+49
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-171-8/+46
* Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby2016-05-021-8/+15
* MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover2016-04-221-2/+2
* Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby2016-04-201-4/+8
* [NFC] Header cleanupMehdi Amini2016-04-181-0/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Fix repeated conditional expression (PR20711)Hans Wennborg2016-04-111-1/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-2/+4
* Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby2016-03-291-12/+21
* [llvm-nm] Fix r264247James Molloy2016-03-241-1/+1
* [llvm-nm] Restore the previous behaviour (pre r262525).Davide Italiano2016-03-021-2/+1
* [llvm-nm] Fix rendering of -s grouping with all the othe options.Davide Italiano2016-03-021-1/+2
* [llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie.Davide Italiano2016-02-191-2/+0
* [llvm-nm] Simplify code logic. Rewrite a single function an inline.Davide Italiano2016-02-111-16/+4
* [llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.Davide Italiano2016-02-101-1/+1
* [llvm-nm] Prefer range-based loop over explicit iterator.Davide Italiano2016-02-101-3/+2
* [llvm-nm] Add -radix optionHemant Kulkarni2016-02-101-3/+30
* [llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.Davide Italiano2016-02-081-3/+3
* [llvm-nm] Yet another attempt of simplifying code.Davide Italiano2016-02-081-11/+5
* [llvm-nm] Prefer empty() over size() == 0.Davide Italiano2016-02-051-1/+1
* [llvm-nm] Transform a switch() statement in a pair of if(s).Davide Italiano2016-02-051-7/+2
* [llvm-nm] Simplify code logic. NFCI.Davide Italiano2016-02-051-7/+3
* [llvm-nm] Simplify the code a bit. NFCI.Davide Italiano2016-02-011-6/+2
* [llvm-nm] Add a comment to explain why we initialize MC.Davide Italiano2016-01-291-0/+1
* [llvm-nm] Remove redundant check for file validity.Davide Italiano2016-01-271-2/+0
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [llvm-nm] Roll several conditions into a single if. NFCI.Davide Italiano2016-01-261-7/+2
* [llvm-nm] Simplify. No functional changes intended.Davide Italiano2016-01-261-4/+3
* Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby2016-01-221-2/+5
* Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby2016-01-211-2/+11
* GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob2016-01-161-1/+1
* Fix UMR in llvm-nm on IR object files in printDarwinSymbolReid Kleckner2015-11-191-5/+4
* 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
* Stop linking all target libraries in llvm-nm and llvm-objdump.Pete Cooper2015-10-071-1/+3
* 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
OpenPOWER on IntegriCloud