summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby1-2/+4
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-1/+1
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer1-6/+6
2016-05-31Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-8/+49
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby1-8/+46
2016-05-02Thread Expected<...> up from libObject’s getType() for symbols to allow llv...Kevin Enderby1-8/+15
2016-04-22MachO: remove weird ARM/Thumb interface from MachOObjectFileTim Northover1-2/+2
2016-04-20Thread Expected<...> up from libObject’s getName() for symbols to allow llv...Kevin Enderby1-4/+8
2016-04-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-1/+1
2016-04-11Fix repeated conditional expression (PR20711)Hans Wennborg1-1/+1
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-2/+4
2016-03-29Fix some bugs in the posix output of llvm-nm. Which is documented onKevin Enderby1-12/+21
2016-03-24[llvm-nm] Fix r264247James Molloy1-1/+1
2016-03-02[llvm-nm] Restore the previous behaviour (pre r262525).Davide Italiano1-2/+1
2016-03-02[llvm-nm] Fix rendering of -s grouping with all the othe options.Davide Italiano1-1/+2
2016-02-19[llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie.Davide Italiano1-2/+0
2016-02-11[llvm-nm] Simplify code logic. Rewrite a single function an inline.Davide Italiano1-16/+4
2016-02-10[llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.Davide Italiano1-1/+1
2016-02-10[llvm-nm] Prefer range-based loop over explicit iterator.Davide Italiano1-3/+2
2016-02-10[llvm-nm] Add -radix optionHemant Kulkarni1-3/+30
2016-02-08[llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.Davide Italiano1-3/+3
2016-02-08[llvm-nm] Yet another attempt of simplifying code.Davide Italiano1-11/+5
2016-02-05[llvm-nm] Prefer empty() over size() == 0.Davide Italiano1-1/+1
2016-02-05[llvm-nm] Transform a switch() statement in a pair of if(s).Davide Italiano1-7/+2
2016-02-05[llvm-nm] Simplify code logic. NFCI.Davide Italiano1-7/+3
2016-02-01[llvm-nm] Simplify the code a bit. NFCI.Davide Italiano1-6/+2
2016-01-29[llvm-nm] Add a comment to explain why we initialize MC.Davide Italiano1-0/+1
2016-01-27[llvm-nm] Remove redundant check for file validity.Davide Italiano1-2/+0
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2016-01-26[llvm-nm] Roll several conditions into a single if. NFCI.Davide Italiano1-7/+2
2016-01-26[llvm-nm] Simplify. No functional changes intended.Davide Italiano1-4/+3
2016-01-22Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby1-2/+5
2016-01-21Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby1-2/+11
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-1/+1
2015-11-19Fix UMR in llvm-nm on IR object files in printDarwinSymbolReid Kleckner1-5/+4
2015-11-10Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby1-45/+113
2015-11-05Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby1-5/+16
2015-11-03Don't implicitly construct a Archive::child_iterator.Rafael Espindola1-2/+2
2015-11-02Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby1-18/+22
2015-10-30Implemented the code to make llvm-nm’s -g option work.Kevin Enderby1-0/+3
2015-10-21Backing out commit r250906 as it broke lld.Kevin Enderby1-20/+7
2015-10-21This removes the eating of the error in Archive::Child::getSize() when the ch...Kevin Enderby1-7/+20
2015-10-07Stop linking all target libraries in llvm-nm and llvm-objdump.Pete Cooper1-1/+3
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg1-5/+6
2015-08-07Convert getSymbolSection to return an ErrorOr.Rafael Espindola1-8/+8
2015-07-13Use std::make_tuple to reduce code duplication.Rafael Espindola1-27/+8
2015-07-07Delete UnknownAddress. It is a perfectly valid symbol value.Rafael Espindola1-11/+7
2015-07-06llvm-nm: treat weak undefined as undefined.Rafael Espindola1-12/+18
2015-07-06Swap operands instead of using !.Rafael Espindola1-1/+1