OSDN Git Service

[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
[android-x86/external-llvm.git] / tools / llvm-nm /
2019-06-27 Chris Jackson[llvm-nm] Fix for BZ41711 - Class character for a symbo...
2019-06-20 Fangrui Song[llvm-nm] Generalize ELF symbol types 'N' and 'n'
2019-06-12 James Henderson[llvm-nm] Fix docs and help text for --print-size
2019-05-24 Jordan Rupprecht[llvm-nm] Fix Bug 41353 - unique symbols printed as...
2019-05-18 Michael TrentUpdate llvm-nm -s to use a multi-var option
2019-05-10 Fangrui Song[Object] Fix macho-invalid.test
2019-05-10 Fangrui Song[Object] Change SymbolicFile::printSymbolName to use...
2019-05-09 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-05-06 Simon PilgrimRemove duplicate assignments. NFCI.
2019-05-02 Jordan RupprechtRevert [llvm-nm] Fix handling of symbol types + [llvm...
2019-05-02 Fangrui Song[Object] Change getSectionName() to return Expected...
2019-04-30 Eugene Leviant[llvm-nm] Add --special-syms no-op flag
2019-04-29 Fangrui Song[llvm-nm] Simplify and fix a buffer overflow
2019-04-27 Fangrui Song[llvm-nm][llvm-readelf] Avoid single-dash -long-option...
2019-04-27 Fangrui Song[llvm-nm] Support section type 'u': STB_GNU_UNIQUE
2019-04-26 Fangrui Song[llvm-nm] Revert inadvertently committed 'i' change...
2019-04-26 Fangrui Song[ThinLTO] Fix X86/strong_non_prevailing.ll after llvm...
2019-04-26 Fangrui Song[llvm-nm] Generalize symbol types 'N', 'n' and '?'
2019-04-26 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-04-11 Serge GueltonMake llvm-nm -help great again
2019-04-03 James Henderson[llvm-nm]Add support for --no-demangle
2019-03-08 Sunil SrivastavaImprove "llvm-nm -f sysv" output for Elf files
2019-02-26 Vlad TsyrklevichRevert "Improve "llvm-nm -f sysv" output for Elf files"
2019-02-26 Sunil SrivastavaImprove "llvm-nm -f sysv" output for Elf files
2019-02-16 Dave Leellvm-nm: Observe -no-llvm-bc for archive members
2019-02-03 Sunil SrivastavaCompute the correct symbol size in llvm-nm even without...
2019-02-01 Matt Davis[llvm-nm] Report '.comment' ELF sections as 'n' instead...
2019-01-26 Vedant Kumar[llvm-nm] Print out N_COLD_FUNC as "cold func"
2019-01-25 Vedant Kumar[MC] Teach the MachO object writer about N_FUNC_COLD
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-16 Saurabh Badhwar[llvm-nm] Allow --size-sort to print symbols with only...
2019-01-07 James Henderson[llvm-nm] Add --portability as alias for --format=posix
2018-12-20 Jordan Rupprecht[binutils] NFC: fix clang-tidy warning: use empty(...
2018-11-19 Francis Visoiu Mistrih[llvm-nm] Fix use-after-free for MachOUniversalBinaries
2018-11-11 Jonas Devlieghere[llvm-nm] Use WithColor for error reporting
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-10-26 Fangrui Song[llvm-nm] Simplify. NFC
2018-10-11 Jordan Rupprecht[llvm-nm] Fix crash when running with --print-armap...
2018-10-11 Martin Storsjo[llvm-nm] Include the text "@FILE" in the output of...
2018-10-05 Petr Hosek[llvm-nm] Write "no symbol" output to stderr
2018-10-03 Jordan Rupprecht[llvm-nm] Print an explicit "no symbols" message when...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
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...
next