summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-nm/llvm-nm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Improve readobj and nm support for wasmSam Clegg2017-04-141-0/+12
* Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby2017-01-251-3/+18
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-16/+16
* Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne2016-12-011-7/+2
* Object: Add SF_Executable symbol flag.Peter Collingbourne2016-12-011-16/+14
* Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne2016-11-241-8/+2
* llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge2016-11-231-0/+3
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-231-7/+15
* Make the Error class constructor protectedMehdi Amini2016-11-111-4/+4
* Fix an unconditional break in checkMachOAndArchFlagsDavid Majnemer2016-10-311-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+2
* Use the range variant of transform instead of unpacking begin/endDavid Majnemer2016-08-121-3/+3
* Add the first of what will be a long line of additional error checks for inva...Kevin Enderby2016-08-051-1/+1
* Clean up of libObject/Archive interfaces and change the last three uses of Er...Kevin Enderby2016-08-031-3/+3
* The next step along the way to getting good error messages for bad archives.Kevin Enderby2016-07-291-5/+8
* [Object] Re-apply r275316 now that I have the corresponding LLD patch ready.Lang Hames2016-07-141-39/+35
* [Object] Revert r275316, Archive::child_iterator changes, while I update lld.Lang Hames2016-07-141-35/+39
* [Object] Change Archive::child_iterator for better interop with Error/Expected.Lang Hames2016-07-131-39/+35
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-3/+22
* Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby2016-06-241-2/+4
* 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
* [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
OpenPOWER on IntegriCloud