summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move three methods only used by MCJIT to MCJIT.Rafael Espindola2014-12-101-28/+0
* 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
* 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
* Object, COFF: Tighten the object file parserDavid Majnemer2014-11-171-27/+47
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-5/+9
* Un-break the big-endian buildbotsRui Ueyama2014-11-131-2/+2
* 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, 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
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-44/+75
* 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-081-46/+23
* 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
* This patch adds a new flag "-coff-imports" to llvm-readobj.Rui Ueyama2014-10-021-5/+18
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-0/+4
* Support: Delete {aligned_,}{u,}{little,big}8_tRui Ueyama2014-09-111-1/+0
* Attempt to pacify buildbots.David Majnemer2014-09-101-11/+0
* Object: Add support for bigobjDavid Majnemer2014-09-101-113/+160
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-4/+3
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-20/+16
* llvm-objdump: don't print relocations in non-relocatable files.Rafael Espindola2014-08-171-0/+4
* Delete dead code. NFC.Rafael Espindola2014-08-081-20/+0
* getLoadName is only implemented for ELF, make it ELF only.Rafael Espindola2014-08-081-5/+0
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-4/+7
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-22/+21
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-119/+135
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-14/+15
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-091-0/+21
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-031-5/+0
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-031-16/+0
* Remove getSymbolValue.Rafael Espindola2014-04-031-5/+0
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-031-9/+2
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-021-2/+9
OpenPOWER on IntegriCloud