The vbroadcastsi256 intrinsic does not exactly resemble the GCC
[oota-llvm.git] / include / llvm / Object /
2013-04-12 Nico RieckSupport MIPS64EL relocation type names
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaFix llvm-readobj tests on big endian hosts.
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaFix MachO's getRelocationAdditionalInfo.
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaSimplify the templating a bit.
2013-04-10 Rafael EspindolaMove two methods out of line.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-10 Rafael EspindolaInclude the more specific header.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-09 Rafael EspindolaAdd a SymbolTableEntryBase.
2013-04-08 Rafael EspindolaAdd a SectionBase struct.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Rafael EspindolaAdd all 4 MachO object types. Use the stored type to...
2013-04-07 Rafael EspindolaMake MachOObjectFile independent from MachOObject.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeaderSize and MachOObjec...
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaConstruct MachOObject in MachOObjectFile's constructor.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-06 Rafael EspindolaRemove last use of InMemoryStruct from MachOObjectFile...
2013-04-06 Rafael EspindolaDon't use InMemoryStruct<macho::SymtabLoadCommand>.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbol64TableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getSymbolTableEntry.
2013-04-06 Rafael EspindolaDon't use InMemoryStruct in getRelocation.
2013-04-05 Rafael EspindolaDefine versions of Section that are explicitly marked...
2013-04-05 Rafael EspindolaDon't use InMemoryStruct in getSection and getSection64.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-03 Rafael EspindolaImplement the "mips endian" for r_info.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherImplement sectionContainsSymbol for ELF.
2013-04-03 Eric ChristopherWhen dumping clear the arm/thumb flag for now.
2013-04-01 Jack CarterMips direct object exception handling regression
2013-03-30 Benjamin KramerObject: Turn a couple of degenerate for loops into...
2013-03-28 Michael GottesmanRevert "Updated ELF relocation test for .eh_frame section"
2013-03-27 Jack CarterUpdated ELF relocation test for .eh_frame section
2013-03-25 Shankar Easwaran[ELF] dont compute symbolname size in every loop
2013-03-25 Shankar Easwaranreflect comment to the official reference
2013-03-25 Shankar Easwaran[ELF] add elf_hash function to compute the hash value...
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-14 Dmitry Vyukovinclude/llvm/Object/ELF.h: do debug checks only when...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-02-07 Michael J. Spencer[Object][ELF] Add a way to get the dynamic symbol table...
2013-02-07 Michael J. Spencer[Object][ELF] Add {begin,end}_elf_dynamic_symbols to...
2013-02-07 Michael J. Spencer[Object][ELF] Fix crash on no dynamic section.
2013-02-07 Michael J. Spencer80-col
2013-02-07 Michael J. Spencer[Object][ELF] Do the actual devirtualization.
2013-02-07 Michael J. Spencer[Object][ELF] Devirtualize and simplify dynamic table...
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_MIPS_32...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_PPC64_ADDR3...
2013-01-26 NAKAMURA TakumiRelocVisitor::visit(): Set hasError in the default...
2013-01-21 Michael J. SpencerRevert "[Object] .bss sections have no content. PR15005."
2013-01-21 Michael J. Spencer[Object] .bss sections have no content. PR15005.
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-18 Andrew KaylorFixing behavior of ELFObjectFile::getSymbolFileOffset().
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-16 Dmitri GribenkoImprove r172577 by using the correct type when declarin...
2013-01-15 David GreeneAvoid Enum Compare Warnings
2013-01-15 Michael J. Spencer[Object][ELF] Fix -Wenum-compare.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-14 Quentin ColombetComplete the existing support of ARM v6m, v7m, and...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 NAKAMURA Takumi[Object, DebugInfo] Make DWARFContext BE-aware.
2013-01-08 Tim NorthoverAllow ELF64 relocation type to be more than 8 bits.
2013-01-06 Michael J. Spencer[Object][ELF] Fix incorrect size of members for the...
2013-01-06 Michael J. Spencer[Object][ELF] Add program header iterator.
2013-01-06 Michael J. Spencer[Object][ELF] Refactor ELFRelocationIterator into ELFEn...
2013-01-05 Eric ChristopherMake this an integer so we have enumeral types in the...
2013-01-04 Michael J. Spencer[Object][ELF] Add a maximum alignment. This is used...
2012-12-31 Rafael EspindolaFix bits check in ELFObjectFile::isSectionZeroInit().
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Jim GrosbachFix a memory leak in MachOObjectFile.
2012-11-20 Eric ChristopherRemove some dead code.
2012-11-19 NAKAMURA TakumiPromote the constant 1 to long long, 1LL or 1ULL in...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-13 Shankar EaswaranAdding convenience function to ELF Header
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-10-29 Tim NorthoverAdd interface for querying object files for symbol...
2012-10-19 Eric ChristopherGrammar-o.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-10 Eric ChristopherFormatting and 80-col.
next