History log of /llvm-project/llvm/tools/llvm-readobj/llvm-readobj.cpp (Results 251 – 258 of 258)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ae740952 31-Dec-2012 Rafael Espindola <rafael.espindola@gmail.com>

Fix indentation. Extracted from a patch by Sami Liedes!

llvm-svn: 171300


# f4b73f97 31-Dec-2012 Rafael Espindola <rafael.espindola@gmail.com>

Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!

llvm-svn: 171299


Revision tags: llvmorg-3.2.0, llvmorg-3.2.0-rc3
# 4d88a1c2 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com>

Sort the #include lines for tools/...

Again, tools are trickier to pick the main module header for than
library source files. I've started to follow the pattern of using
LLVMContext.h when it is inc

Sort the #include lines for tools/...

Again, tools are trickier to pick the main module header for than
library source files. I've started to follow the pattern of using
LLVMContext.h when it is included as a stub for program source files.

llvm-svn: 169252

show more ...


Revision tags: llvmorg-3.2.0-rc2, llvmorg-3.2.0-rc1, llvmorg-3.1.0, llvmorg-3.1.0-rc3, llvmorg-3.1.0-rc2, llvmorg-3.1.0-rc1
# 82803112 10-Mar-2012 Benjamin Kramer <benny.kra@googlemail.com>

Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.

llvm-svn: 152474


# 6c614bf7 09-Mar-2012 David Meyer <pdox@google.com>

Support reading GNU symbol versions in ELFObjectFile

* Add enums and structures for GNU version information.
* Implement extraction of that information on a per-symbol basis (ELFObjectFile::getSymbo

Support reading GNU symbol versions in ELFObjectFile

* Add enums and structures for GNU version information.
* Implement extraction of that information on a per-symbol basis (ELFObjectFile::getSymbolVersion).
* Implement a generic interface, GetELFSymbolVersion(), for getting the symbol version from the ObjectFile (hides the templating).
* Have llvm-readobj print out the version, when available.
* Add a test for the new feature: readobj-elf-versioning.test

llvm-svn: 152436

show more ...


# ae11a78b 02-Mar-2012 David Meyer <pdox@google.com>

Fix comments for llvm-readobj, remove extraneous headers

llvm-svn: 151957


# c429b80d 01-Mar-2012 David Meyer <pdox@google.com>

[Object]
Add ObjectFile::getLoadName() for retrieving the soname/installname of a shared object.

llvm-svn: 151845


# 2fc34c5f 01-Mar-2012 David Meyer <pdox@google.com>

[Object]
* Add begin_dynamic_table() / end_dynamic_table() private interface to ELFObjectFile.
* Add begin_libraries_needed() / end_libraries_needed() interface to ObjectFile, for grabbing the list o

[Object]
* Add begin_dynamic_table() / end_dynamic_table() private interface to ELFObjectFile.
* Add begin_libraries_needed() / end_libraries_needed() interface to ObjectFile, for grabbing the list of needed libraries for a shared object or dynamic executable.
* Implement this new interface completely for ELF, leave stubs for COFF and MachO.
* Add 'llvm-readobj' tool for dumping ObjectFile information.

llvm-svn: 151785

show more ...


1...<<11