summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Move method out of line to make buildbot happy.Rafael Espindola2014-12-091-0/+2
* Don't lookup an object symbol name in the module.Rafael Espindola2014-12-091-5/+2
* Add mach-o LC_RPATH support to llvm-objdumpJean-Daniel Dupas2014-12-041-0/+5
* Add ARM relocations to ELFYAMLWill Newton2014-12-021-0/+3
* Object/COFF: Fix off-by-one error for object having lots of relocationsRui Ueyama2014-11-261-1/+2
* COFF: Add back an assertion that is superseded by r222124David Majnemer2014-11-251-1/+1
* Remove duplication of relocation names in lib/Object/ELFYAML.cppTim Northover2014-11-211-330/+7
* Remove duplication of relocation names in lib/Object/ELF.cppTim Northover2014-11-211-742/+14
* llvm-readobj: fix off-by-one error in COFFDumperRui Ueyama2014-11-191-1/+1
* llvm-readobj: teach it how to dump COFF base relocation tableRui Ueyama2014-11-191-1/+69
* Support ELF files of unknown type.Michael J. Spencer2014-11-183-0/+3
* Object, COFF: Tighten the object file parserDavid Majnemer2014-11-171-27/+47
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-142-5/+115
* Un-break the big-endian buildbotsRui Ueyama2014-11-131-2/+2
* Object, Mach-O: Refactor and clean code upDavid Majnemer2014-11-131-12/+25
* Object, COFF: Refactor code to get relocation iteratorsDavid Majnemer2014-11-131-26/+24
* Object, COFF: Increase code reuseDavid Majnemer2014-11-131-24/+32
* Object, COFF: getRelocationSymbol shouldn't assertDavid Majnemer2014-11-131-1/+1
* Object, COFF: Cleanup some code in getSectionNameDavid Majnemer2014-11-131-2/+2
* Object, COFF: Fix some theoretical bugsDavid Majnemer2014-11-131-3/+14
* llvm-readobj: Print out address table when dumping COFF delay-import tableRui Ueyama2014-11-131-0/+14
* Object, support both mach-o archive t.o.c file namesNick Kledzik2014-11-121-1/+1
* [yaml2obj] Support AArch64 relocations.Chad Rosier2014-11-101-0/+86
* [ELF][yaml2obj] Handle additional MIPS specific st_other field flagsSimon Atanasyan2014-11-061-1/+37
* Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSizeDavid Majnemer2014-11-061-10/+0
* Object, COFF: Infer symbol sizes from adjacent symbolsDavid Majnemer2014-11-061-7/+39
* llvm-readobj: Add support for dumping the DOS header in PE filesDavid Majnemer2014-11-051-13/+13
* [yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flagSimon Atanasyan2014-11-041-0/+1
* Remove the static version of getScatteredRelocationType() now that r221211 addedKevin Enderby2014-11-041-5/+0
* Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby2014-11-041-0/+5
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-44/+75
* Fix unicode chars into ascii in comment lines.NAKAMURA Takumi2014-10-271-1/+1
* Don't ever call materializeAllPermanently during LTO.Rafael Espindola2014-10-241-11/+1
* [Object] Fix MachO's getUuid to return a pointer into the object instead of a...Benjamin Kramer2014-10-241-2/+3
* Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.Kevin Enderby2014-10-231-2/+38
* [MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames2014-10-211-3/+0
* [MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames2014-10-201-0/+3
* Be more specific about return type of MachOUniversalBinary::getObjectForArchAlexey Samsonov2014-10-201-2/+2
* [llvm-objdump] Fix mach-o binding decompression errorNick Kledzik2014-10-181-3/+3
* Add MachOObjectFile::getUuid()Alexander Potapenko2014-10-151-1/+10
* Object, COFF: Move the VirtualSize/SizeOfRawData logic to getSectionSizeDavid Majnemer2014-10-091-18/+23
* Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData)David Majnemer2014-10-091-5/+19
* Object: Add range iterators for COFF import/export tableRui Ueyama2014-10-091-0/+26
* Correctly compute the size of common symbols in COFF.Rafael Espindola2014-10-081-4/+9
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-083-139/+67
* Don't check for null after calling COFFObjectFile::toSec.Rafael Espindola2014-10-071-2/+0
* Optimize COFFObjectFile::sectionContainsSymbol a bit.Rafael Espindola2014-10-071-7/+2
* llvm-readobj: print out the fields of the COFF delay-import tableRui Ueyama2014-10-031-0/+6
* llvm-readobj: print COFF delay-load import tableRui Ueyama2014-10-031-13/+90
* llvm-readobj: print COFF imported symbolsRui Ueyama2014-10-021-0/+90
OpenPOWER on IntegriCloud