summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-4/+4
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-1/+1
2014-02-26Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov1-25/+4
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2-112/+74
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-12/+12
2014-02-05Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola1-90/+73
2014-02-04Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola1-2/+6
2014-02-04Move error handling down to getSymbolNMTypeChar.Rafael Espindola1-54/+30
2014-01-31Simplify getSymbolFlags.Rafael Espindola1-3/+1
2014-01-30This file already has a "using namespace object;", use it.Rafael Espindola1-22/+20
2014-01-30Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola1-2/+28
2014-01-30Use early returns and factor the object::Binary creation.Rafael Espindola1-69/+59
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-4/+1
2014-01-30Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola1-0/+1
2014-01-29Normalize the style in llvm-nm.cpp.Rafael Espindola1-298/+308
2014-01-22Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola1-3/+3
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-4/+4
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-6/+9
2014-01-15Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola1-11/+8
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+6
2013-11-02move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola1-1/+224
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-5/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-0/+5
2013-07-10Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola1-11/+14
2013-07-03Make llvm-nm return 1 on error.Rafael Espindola1-0/+8
2013-06-18Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov1-0/+18
2013-06-17Don't link with the archive library programs that don't use it.Rafael Espindola3-3/+3
2013-06-14Remove unused header.Rafael Espindola1-1/+0
2013-06-12Remove the program class.Rafael Espindola1-1/+1
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer1-1/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-4/+4
2012-11-13llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar1-1/+12
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran1-0/+22
2012-09-18Add hidden flag to exclude aliases from output.Jan Sjödin1-2/+6
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling1-1/+0
2012-06-06[llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer1-5/+5
2012-03-10Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer1-2/+3
2012-02-28In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer1-3/+3
2012-02-28[Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer1-3/+13
2011-12-25Remove unused variables.Rafael Espindola1-1/+1
2011-12-13llvm-nm: refactor in order to support reading files from stdin.Michael J. Spencer1-31/+40
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-29Fixed ObjectFile functions:Danil Malyshev1-1/+1
2011-11-27Revert r145180 as it is causing test failures on all the bots.Chandler Carruth1-1/+1
2011-11-27Fixed ObjectFile functions:Danil Malyshev1-1/+1
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-10-28uint64 formatted output: replaced %llx with PRIx64 macro.Stepan Dyatkovskiy1-2/+2
2011-10-25llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy!Michael J. Spencer1-2/+2