summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-4/+4
2011-10-10llvm-nm: Don't leak bitcode buffers.Benjamin Kramer1-2/+2
2011-10-07Fix GCC again.Michael J. Spencer1-3/+3
2011-09-27Add binary archive support to llvm-nm.Michael J. Spencer1-10/+27
2011-09-14Object: make the following changes into SymbolRefBenjamin Kramer1-1/+1
2011-06-25Object: Add proper error handling.Michael J. Spencer1-7/+21
2011-06-25Modify llvm-nm to use new Binary creation method.Michael J. Spencer1-5/+5
2011-06-25Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-1/+1
2011-06-13Revert the last two commits in the series. r132911, r132912.Michael J. Spencer1-6/+6
2011-06-13Modify llvm-nm to use new Binary creation method.Michael J. Spencer1-5/+5
2011-06-13Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer1-1/+1
2011-01-20llvm-nm: Update to use the new LLVMObject library.Michael J. Spencer3-32/+192
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-4/+2
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer1-1/+5
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+2
2010-08-31Cleanup Whitespace.Michael J. Spencer1-4/+4
2010-08-24- Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling1-2/+5