summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELFObjectFile.h
Commit message (Expand)AuthorAge
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Reuse existing variable.Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-03
* Simplify ELFObjectFile<ELFT>::getSymbolAddress.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* Add back an assert that was lost in the ELFObjectFile.h split.Rafael Espindola2014-04-02
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Turn static inline functions to inline, following Rafael's suggestionAlexey Samsonov2014-02-28
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-26
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.Daniel Sanders2014-02-18
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* Mark the first dynamic elf symbol as SF_FormatSpecific.Rafael Espindola2014-01-31
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* add a bunch of LLVM_OVERRIDE before I start refactoring these.Rafael Espindola2014-01-30
* Remove dead code.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-26
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-12
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-09
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08