OSDN Git Service

[llvm-pdbutil] Dump more info about globals.
[android-x86/external-llvm.git] / tools / llvm-nm /
2018-07-02 Dave Leenm: Add -no-weak flag for hiding weak symbols
2018-05-15 Sam CleggFix debug build by adding missing dependencies on libBi...
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-01 Mandeep Singh Grang[tools] Change std::sort to llvm::sort in response...
2018-03-29 Kevin EnderbyTry to fix sanitizer-x86_64-linux-fast bot due to chang...
2018-03-29 Kevin EnderbyFor llvm-nm and Mach-O files that are fully stripped...
2018-03-22 Kevin EnderbyFor llvm-nm and Mach-O files also use function starts...
2018-01-31 Kevin Enderbyllvm-nm should show a symbol type of T for symbols...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Martin Storsjo[llvm-nm] Don't error out on multiple occurrances of...
2017-11-03 Martin Storsjo[llvm-nm] Print 'I' for import table data in COFF
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
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-19 Chris Bieneman[CMake] llvm-nm depends on intrinsics_gen
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 Chris BienemanRemove autoconf support
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-07 Pete CooperStop linking all target libraries in llvm-nm and llvm...
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.
next