aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-0/+131
* Add interface for querying object files for symbol values.Tim Northover2012-10-294-0/+21
* Grammar-o.Eric Christopher2012-10-191-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-116-6/+0
* Formatting and 80-col.Eric Christopher2012-10-101-11/+11
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-104-1/+23
* Add ELF program header.Hemant Kulkarni2012-10-051-0/+29
* Add PowerPC64 definitions for ELF.hAdhemerval Zanella2012-10-051-0/+4
* Add LLVM support for Swift.Bob Wilson2012-09-291-1/+4
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-212-1/+14
* Remove redundant semicolons to fix -pedantic-errors build break with older Cl...Richard Smith2012-09-171-4/+4
* Add Michael Spencer's iterator class for stepping through relocations. Add m...Sid Manning2012-09-171-0/+85
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-172-4/+4
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-22/+25