OSDN Git Service

[tools] Add option to install binutils symlinks
[android-x86/external-llvm.git] / tools / llvm-nm / llvm-nm.cpp
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-09-13 Kevin EnderbyFix a crash in llvm-nm for a bad Mach-O file that has...
2017-08-31 Sam Clegg[llvm-nm] Fix output formatting of -f sysv for 64bit...
2017-07-29 Alexander Shaposhnikov[llvm] Update MachOObjectFile::exports interface
2017-07-20 Kevin EnderbyAdd error handling to the dyld compact export entries...
2017-06-30 Eric ChristopherRewrite demangle memory handling.
2017-06-30 Eric ChristopherChange the type of Undecorated to unique_ptr<char[...
2017-06-29 Sam Cleggllvm-nm: Add support for symbol demangling (-C/--demangle)
2017-06-20 Kevin EnderbyThe change to llvm-nm in r305733 added fields to the...
2017-06-19 Kevin EnderbyChange llvm-nm for Mach-O files to use dyld info in...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-05-24 Rafael EspindolaPrint symbols from COFF import libraries.
2017-04-14 Sam Clegg[WebAssembly] Improve readobj and nm support for wasm
2017-01-25 Kevin EnderbyAdd a warning when the llvm-nm -print-size flag is...
2016-12-16 Kevin EnderbyFix a bugs with using some Mach-O command line flags...
2016-12-01 Peter CollingbourneObject: Set SF_Indirect in ModuleSymbolTable.
2016-12-01 Peter CollingbourneObject: Add SF_Executable symbol flag.
2016-11-24 Peter CollingbourneObject: Add IRObjectFile::getTargetTriple().
2016-11-23 Meador Ingellvm-nm: Print correct symbol types for init and fini...
2016-11-23 Meador Ingellvm-nm: Don't print value or size for undefined or...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-10-31 David MajnemerFix an unconditional break in checkMachOAndArchFlags
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-08-12 David MajnemerUse the range variant of transform instead of unpacking...
2016-08-05 Kevin EnderbyAdd the first of what will be a long line of additional...
2016-08-03 Kevin EnderbyClean up of libObject/Archive interfaces and change...
2016-07-29 Kevin EnderbyThe next step along the way to getting good error messa...
2016-07-14 Lang Hames[Object] Re-apply r275316 now that I have the correspon...
2016-07-14 Lang Hames[Object] Revert r275316, Archive::child_iterator change...
2016-07-13 Lang Hames[Object] Change Archive::child_iterator for better...
2016-06-28 Kevin EnderbyFinish cleaning up most of the error handling in libObj...
2016-06-24 Kevin EnderbyThread Expected<...> up from libObject’s getSymbolAddre...
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-08 Benjamin KramerApply most suggestions of clang-tidy's performance...
2016-05-31 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-17 Kevin EnderbyChange llvm-objdump, llvm-nm and llvm-size when reporti...
2016-05-02 Kevin EnderbyThread Expected<...> up from libObject’s getType()...
2016-04-22 Tim NorthoverMachO: remove weird ARM/Thumb interface from MachOObjec...
2016-04-20 Kevin EnderbyThread Expected<...> up from libObject’s getName()...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-04-11 Hans WennborgFix repeated conditional expression (PR20711)
2016-04-06 Kevin EnderbyThread Expected<...> up from createMachOObjectFile...
2016-03-29 Kevin EnderbyFix some bugs in the posix output of llvm-nm. Which...
2016-03-24 James Molloy[llvm-nm] Fix r264247
2016-03-02 Davide Italiano[llvm-nm] Restore the previous behaviour (pre r262525).
2016-03-02 Davide Italiano[llvm-nm] Fix rendering of -s grouping with all the...
2016-02-19 Davide Italiano[llvm-nm] In C++, main implicitly returns 0. Pointed...
2016-02-11 Davide Italiano[llvm-nm] Simplify code logic. Rewrite a single functio...
2016-02-10 Davide Italiano[llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.
2016-02-10 Davide Italiano[llvm-nm] Prefer range-based loop over explicit iterator.
2016-02-10 Hemant Kulkarni[llvm-nm] Add -radix option
2016-02-08 Davide Italiano[llvm-nm] Remove excessive parenthesis, noticed by...
2016-02-08 Davide Italiano[llvm-nm] Yet another attempt of simplifying code.
2016-02-05 Davide Italiano[llvm-nm] Prefer empty() over size() == 0.
2016-02-05 Davide Italiano[llvm-nm] Transform a switch() statement in a pair...
2016-02-05 Davide Italiano[llvm-nm] Simplify code logic. NFCI.
2016-02-01 Davide Italiano[llvm-nm] Simplify the code a bit. NFCI.
2016-01-29 Davide Italiano[llvm-nm] Add a comment to explain why we initialize MC.
2016-01-27 Davide Italiano[llvm-nm] Remove redundant check for file validity.
2016-01-26 Davide Italiano[llvm-nm] Roll several conditions into a single if...
2016-01-26 Davide Italiano[llvm-nm] Simplify. No functional changes intended.
2016-01-22 Kevin EnderbyFix MachOObjectFile::getSymbolName() to not call report...
2016-01-21 Kevin EnderbyFix MachOObjectFile::getSymbolSection() to not call...
2016-01-16 Manuel JacobGlobalValue: use getValueType() instead of getType...
2015-11-19 Reid KlecknerFix UMR in llvm-nm on IR object files in printDarwinSymbol
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-03 Rafael EspindolaDon't implicitly construct a Archive::child_iterator.
2015-11-02 Kevin EnderbyAllow llvm-nm’s single letter command line flags to...
2015-10-30 Kevin EnderbyImplemented the code to make llvm-nm’s -g option work.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-07-13 Rafael EspindolaUse std::make_tuple to reduce code duplication.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-06 Rafael Espindolallvm-nm: treat weak undefined as undefined.
2015-07-06 Rafael EspindolaSwap operands instead of using !.
2015-07-06 Rafael EspindolaWhen sorting by address, undefined symbols go first.
2015-07-06 Rafael EspindolaReduce code duplication. NFC.
2015-07-06 Rafael EspindolaFix printing of common symbols.
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-26 Rafael EspindolaSimplify isSymbolList64Bit. NFC.
2015-06-26 Rafael EspindolaSimplify isObject. NFC.
2015-06-26 Rafael EspindolaImplement elf_section_iterator and getELFType().
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-22 Rafael EspindolaFix llvm-nm -S option.
2015-03-23 David BlaikieCleanup else-after-return and add an early-return to...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
next