Really unbreak Mac build.
[oota-llvm.git] / include / llvm / Object /
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-16 Rui Ueyama[Object/COFF] Add import_directory_table_entry.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-09 Rafael EspindolaAdd missing getters. They will be used in llvm-ar.
2013-07-09 Rafael EspindolaArchive members cannot be larger than 4GB. Return a...
2013-07-09 Rafael EspindolaWe never compare iterators from two archives. Assert...
2013-07-09 Rafael EspindolaAdd getHeader helper and move ToHeader to the cpp file.
2013-07-09 Rafael EspindolaCompute the size of an archive member in the constructor.
2013-07-09 Rafael EspindolaRemove declare but not implemented methods.
2013-07-09 Rafael EspindolaMove some code out of line. No functionality change.
2013-07-05 Rafael EspindolaUse the raw member names in Archive::Archive.
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-06-25 Ulrich Weigand[PowerPC] Support @got modifier
2013-06-22 Benjamin KramerRelocVisitor: Add another PPC64 relocation that occurs...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-21 Ulrich Weigand[PowerPC] Support R_PPC_REL16 family of relocations
2013-06-21 Ulrich Weigand[PowerPC] Support various tls-related modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @higher et.al. modifiers
2013-06-21 Ulrich Weigand[PowerPC] Support @toc@h modifier
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-12 Rui Ueyamareadobj: Dump PE/COFF optional records.
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-06-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean SilvaFix spurious semicolons.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
2013-06-07 Rafael EspindolaMake operator== non-member for greater symmetry.
2013-06-07 Rui Ueyama[Object/COFF] BaseOfData field should be absent in...
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
2013-06-06 Rafael EspindolaPrint symbol names in relocations when dumping COFF...
2013-06-06 Sean SilvaAdd some class documentation to BinaryRef.
2013-06-05 Sean SilvaRename operator== parameter to `RHS`.
2013-06-05 Sean SilvaRemove error-prone methods of BinaryRef.
2013-06-05 Sean SilvaAdd writeAsHex(raw_ostream &) method to BinaryRef.
2013-06-05 Sean SilvaRename BinaryRef::isBinary to more descriptive DataIsHe...
2013-06-05 Sean SilvaAdd BinaryRef binary_size() method.
2013-06-05 Sean SilvaComment BinaryRef::Data.
2013-06-05 Sean SilvaAdd writeAsBinary(raw_ostream &) method to BinaryRef.
2013-06-05 Rafael EspindolaDon't hide the first ELF symbol.
2013-06-05 Rafael EspindolaRepresent symbols with a SymbolIndex,SectionIndex pair.
2013-06-05 Rafael EspindolaDon't print default values for NumberOfAuxSymbols and...
2013-06-05 Rafael EspindolaMove BinaryRef to a new include/llvm/Object/YAML.h...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-06-02 Rui Ueyama[Object/COFF] Add dos_header, pe32{,plus}_header and...
2013-05-31 Rafael EspindolaUse just a ArrayRef<uint8_t> to store both hex string...
2013-05-31 Rafael EspindolaRename COFFYaml.h to COFFYAML.h for consistency.
2013-05-31 Rafael EspindolaRemove union to fix build in c++03.
2013-05-31 Rafael EspindolaDon't allocate temporary string for section data.
2013-05-30 Eric ChristopherFix a couple of typos and 80-col.
2013-05-30 Daniel JasperFix warning on varialbe unused in opt builds.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-30 Rafael EspindolaRemove dead return.
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-17 Rafael EspindolaConvert obj2yaml to use yamlio.
2013-05-09 Rafael EspindolaAvoid runtime type checks.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaRemove unused method.
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-22 Eric ChristopherAdd the same todo about a command iterator interface...
2013-04-22 Eric ChristopherAdd a TODO about wanting an iterator interface.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-17 Rafael EspindolaTwo small cleanups for ELF's templates.
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-13 Rafael EspindolaAdd typenames to see if bot goes green.
2013-04-13 Rafael EspindolaSome versions of gcc don't like typenames in these...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Nico RieckAdd missing relocation names
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.
next