aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-251-0/+15
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-9/+40
* include/llvm/Object/ELF.h: do debug checks only when NDEBUGDmitry Vyukov2013-02-141-0/+2
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-111-0/+30
* [Object][ELF] Add a way to get the dynamic symbol table section.Michael J. Spencer2013-02-071-0/+4
* [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...Michael J. Spencer2013-02-071-28/+43
* [Object][ELF] Fix crash on no dynamic section.Michael J. Spencer2013-02-071-3/+5
* 80-colMichael J. Spencer2013-02-071-5/+10
* [Object][ELF] Do the actual devirtualization.Michael J. Spencer2013-02-071-2/+2
* [Object][ELF] Devirtualize and simplify dynamic table iteration.Michael J. Spencer2013-02-071-182/+70
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-031-5/+93
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+85
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-262-0/+18
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-261-0/+16
* RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi2013-01-261-0/+1
* Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer2013-01-211-7/+5
* [Object] .bss sections have no content. PR15005.Michael J. Spencer2013-01-211-5/+7
* Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak2013-01-191-1/+1
* Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor2013-01-181-1/+1
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-182-1/+13
* Improve r172577 by using the correct type when declaring constantsDmitri Gribenko2013-01-161-9/+5
* Avoid Enum Compare WarningsDavid Greene2013-01-151-2/+4
* [Object][ELF] Fix -Wenum-compare.Michael J. Spencer2013-01-151-3/+5
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-489/+415
* Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c...Quentin Colombet2013-01-141-1/+4
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-102-4/+4
* [Object, DebugInfo] Make DWARFContext BE-aware.NAKAMURA Takumi2013-01-091-2/+6
* Allow ELF64 relocation type to be more than 8 bits.Tim Northover2013-01-081-8/+8
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-061-3/+3
* [Object][ELF] Add program header iterator.Michael J. Spencer2013-01-061-3/+19
* [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...Michael J. Spencer2013-01-061-27/+29
* Make this an integer so we have enumeral types in the conditionalEric Christopher2013-01-051-1/+1
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-331/+387
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-311-4/+1
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-271-0/+34
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-0/+5
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-5/+0
* Add r170095 back.Rafael Espindola2012-12-191-0/+5
* Teach MachO which sections contain codeTim Northover2012-12-171-0/+4
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-5/+0
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-131-0/+5
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-036-10/+10
* Fix a memory leak in MachOObjectFile.Jim Grosbach2012-11-291-2/+2
* Remove some dead code.Eric Christopher2012-11-201-19/+0
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-191-4/+4
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+14
* Adding convenience function to ELF HeaderShankar Easwaran2012-11-131-0/+16