projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
MachO: support N_INDR aliases in assembly files.
[oota-llvm.git]
/
tools
/
llvm-nm
/
2014-05-30
Tim Northover
MachO: support N_INDR aliases in assembly files.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Delete getAliasedGlobal.
tree
|
commitdiff
2014-05-14
Kevin Enderby
Teach llvm-nm to know about fat archives (aka MachOUniv...
tree
|
commitdiff
2014-05-12
Kevin Enderby
Suggested improvement by Rafael Espindola to use isa...
tree
|
commitdiff
2014-05-09
Kevin Enderby
Fix llvm-nm to print the full 64-bit address for symbol...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Revert "Fix a nomenclature error in llvm-nm."
tree
|
commitdiff
2014-04-02
Rafael Espindola
Fix a nomenclature error in llvm-nm.
tree
|
commitdiff
2014-03-19
David Majnemer
Object: Provide a richer means of describing auxiliary...
tree
|
commitdiff
2014-03-18
Rui Ueyama
Object/COFF: Add function to check if section number...
tree
|
commitdiff
2014-03-18
Alexey Samsonov
[C++11] Change the interface of getCOFF{Section,Relocat...
tree
|
commitdiff
2014-03-15
Rui Ueyama
Object/COFF: change data type of SymbolNumber from...
tree
|
commitdiff
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
tree
|
commitdiff
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
tree
|
commitdiff
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_incl...
tree
|
commitdiff
2014-02-26
Alexey Samsonov
Move getELFDynamicSymbolIterators to a public header.
tree
|
commitdiff
2014-02-21
Rafael Espindola
Add a SymbolicFile interface between Binary and ObjectFile.
tree
|
commitdiff
2014-02-10
Rafael Espindola
Change the begin and end methods in ObjectFile to match...
tree
|
commitdiff
2014-02-05
Rafael Espindola
Use the information provided by getFlags to unify some...
tree
|
commitdiff
2014-02-04
Rafael Espindola
Small fix for llvm-nm handling of weak symbols on ELF...
tree
|
commitdiff
2014-02-04
Rafael Espindola
Move error handling down to getSymbolNMTypeChar.
tree
|
commitdiff
2014-01-31
Rafael Espindola
Simplify getSymbolFlags.
tree
|
commitdiff
2014-01-30
Rafael Espindola
This file already has a "using namespace object;",...
tree
|
commitdiff
2014-01-30
Rafael Espindola
Only ELF has a dynamic symbol table. Remove it from...
tree
|
commitdiff
2014-01-30
Rafael Espindola
Use early returns and factor the object::Binary creation.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Simplify the handling of iterators in ObjectFile.
tree
|
commitdiff
2014-01-30
Rafael Espindola
Fix TLS handling in ELF's getAddress and llvm-nm to...
tree
|
commitdiff
2014-01-29
Rafael Espindola
Normalize the style in llvm-nm.cpp.
tree
|
commitdiff
2014-01-22
Rafael Espindola
Pass the computed magic to createBinary and createObjec...
tree
|
commitdiff
2014-01-21
Rafael Espindola
Rename these methods to match the style guide.
tree
|
commitdiff
2014-01-15
Rafael Espindola
Return an ErrorOr<Binary *> from createBinary.
tree
|
commitdiff
2014-01-15
Rafael Espindola
Make parseBitcodeFile return an ErrorOr<Module *>.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-11-02
Rafael Espindola
move getSymbolNMTypeChar to the one program that needs...
tree
|
commitdiff
2013-09-19
Andrew Trick
Revert "Encapsulate PassManager debug flags to avoid...
tree
|
commitdiff
2013-09-18
Andrew Trick
Encapsulate PassManager debug flags to avoid static...
tree
|
commitdiff
2013-07-10
Rafael Espindola
Don't crash in 'llvm -s' when an archive has no symtab.
tree
|
commitdiff
2013-07-03
Rafael Espindola
Make llvm-nm return 1 on error.
tree
|
commitdiff
2013-06-18
Alexey Samsonov
Basic support for parsing Mach-O universal binaries...
tree
|
commitdiff
2013-06-17
Rafael Espindola
Don't link with the archive library programs that don...
tree
|
commitdiff
2013-06-14
Rafael Espindola
Remove unused header.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove the program class.
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Object][Archive] Improve performance.
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
tree
|
commitdiff
2012-11-13
Daniel Dunbar
llvm-nm: Make sort more stable when symbol names are...
tree
|
commitdiff
2012-11-13
Shankar Easwaran
Adding changes to support GNU style archive library...
tree
|
commitdiff
2012-09-18
Jan Sjödin
Add hidden flag to exclude aliases from output.
tree
|
commitdiff
2012-08-17
Bill Wendling
Change the `linker_private_weak_def_auto' linkage to...
tree
|
commitdiff
2012-06-06
Michael J. Spencer
[llvm-nm] Update documentation to cover object file...
tree
|
commitdiff
2012-03-10
Benjamin Kramer
Fix uses of the C99 PRI format macros not to conflict...
tree
|
commitdiff
2012-02-28
David Meyer
In the ObjectFile interface, replace isInternal(),...
tree
|
commitdiff
2012-02-28
Michael J. Spencer
[Object] Add {begin,end}_dynamic_symbols stubs and...
tree
|
commitdiff
2011-12-25
Rafael Espindola
Remove unused variables.
tree
|
commitdiff
2011-12-13
Michael J. Spencer
llvm-nm: refactor in order to support reading files...
tree
|
commitdiff
2011-12-12
Daniel Dunbar
LLVMBuild: Remove trailing newline, which irked me.
tree
|
commitdiff
2011-11-29
Danil Malyshev
Fixed ObjectFile functions:
tree
|
commitdiff
2011-11-27
Chandler Carruth
Revert r145180 as it is causing test failures on all...
tree
|
commitdiff
2011-11-27
Danil Malyshev
Fixed ObjectFile functions:
tree
|
commitdiff
2011-11-11
Daniel Dunbar
LLVMBuild: Add description files for the LLVM tools.
tree
|
commitdiff
2011-10-28
Stepan Dyatkovskiy
uint64 formatted output: replaced %llx with PRIx64...
tree
|
commitdiff
2011-10-25
Michael J. Spencer
llvm-nm: Use correct format string. Patch by Stepan...
tree
|
commitdiff
2011-10-18
Daniel Dunbar
build: Tidy up a bunch of tool Makefiles, and simplify...
tree
|
commitdiff
2011-10-10
Benjamin Kramer
llvm-nm: Don't leak bitcode buffers.
tree
|
commitdiff
2011-10-07
Michael J. Spencer
Fix GCC again.
tree
|
commitdiff
2011-09-27
Michael J. Spencer
Add binary archive support to llvm-nm.
tree
|
commitdiff
2011-09-14
Benjamin Kramer
Object: make the following changes into SymbolRef
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Object: Add proper error handling.
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Modify llvm-nm to use new Binary creation method.
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Revert the last two commits in the series. r132911...
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Modify llvm-nm to use new Binary creation method.
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
tree
|
commitdiff
2011-01-20
Michael J. Spencer
llvm-nm: Update to use the new LLVMObject library.
tree
|
commitdiff
2010-12-16
Michael J. Spencer
MemoryBuffer now return an error_code and returns a...
tree
|
commitdiff
2010-12-09
Michael J. Spencer
Support/MemoryBuffer: Replace all uses of std::string...
tree
|
commitdiff
2010-11-29
Michael J. Spencer
Merge System into Support.
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-08-31
Michael J. Spencer
Cleanup Whitespace.
tree
|
commitdiff
2010-08-24
Bill Wendling
- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
tree
|
commitdiff
2010-07-01
Bill Wendling
Implement the "linker_private_weak" linkage type. This...
tree
|
commitdiff
2010-06-29
Bill Wendling
Revert r107205 and r107207.
tree
|
commitdiff
2010-06-29
Bill Wendling
Introducing the "linker_weak" linkage type. This will...
tree
|
commitdiff
2010-01-24
Chris Lattner
make -fno-rtti the default unless a directory builds...
tree
|
commitdiff
2010-01-22
Chris Lattner
Stop building RTTI information for *most* llvm librarie...
tree
|
commitdiff
2009-09-10
Nuno Lopes
fix leakage of Module
tree
|
commitdiff
2009-07-20
Bill Wendling
Add plumbing for the `linker_private' linkage type...
tree
|
commitdiff
2009-07-16
Dan Gohman
Convert more tools code from cerr and cout to errs...
tree
|
commitdiff
2009-07-15
Owen Anderson
To simplify the upcoming context-on-type change, switch...
tree
|
commitdiff
2009-07-15
Dan Gohman
Use errs() instead of std::cerr.
tree
|
commitdiff
2009-07-01
Owen Anderson
Hold the LLVMContext by reference rather than by pointer.
tree
|
commitdiff
2009-07-01
Owen Anderson
Add a pointer to the owning LLVMContext to Module....
tree
|
commitdiff
2009-04-13
Chris Lattner
Add a new "available_externally" linkage type. This...
tree
|
commitdiff
2009-03-06
Chris Lattner
Change various llvm utilities to use PrettyStackTracePr...
tree
|
commitdiff
2009-02-26
Chris Lattner
disable exports from a bunch more tools, those without...
tree
|
commitdiff
2009-01-15
Rafael Espindola
Add the private linkage.
tree
|
commitdiff
2008-09-22
Oscar Fuentes
Initial support for the CMake build system.
tree
|
commitdiff
2008-05-16
Dale Johannesen
Add CommonLinkage to lto (treated same as weak AFAICT)
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from tools.
tree
|
commitdiff
2007-12-29
Chris Lattner
remove attributions from tools/utils makefiles.
tree
|
commitdiff
next