summaryrefslogtreecommitdiff
path: root/tools/llvm-nm
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling1-1/+2
2010-06-29Revert r107205 and r107207.Bill Wendling1-2/+1
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling1-1/+2
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner1-1/+0
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-0/+1
2009-09-10fix leakage of ModuleNuno Lopes1-4/+3
2009-07-20Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling1-1/+2
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-13/+12
2009-07-15To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson1-1/+1
2009-07-15Use errs() instead of std::cerr.Dan Gohman1-5/+6
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson1-2/+2