summaryrefslogtreecommitdiff
path: root/include/llvm/Object
Commit message (Expand)AuthorAge
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-19
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-18
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-18
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-16
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-09
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-09
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-09
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-09
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-09
* Remove declare but not implemented methods.Rafael Espindola2013-07-09
* Move some code out of line. No functionality change.Rafael Espindola2013-07-09
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.Benjamin Kramer2013-06-22
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-22
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-21
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-20
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-20
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-19
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-19
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-18
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-18
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-17
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-14
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-13
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-13
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-13
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* [PECOFF] Remove COFF header from PE header for simplicity.Rui Ueyama2013-06-11
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* Fix spurious semicolons.Sean Silva2013-06-10
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Make operator== non-member for greater symmetry.Rafael Espindola2013-06-07
* [Object/COFF] BaseOfData field should be absent in PE32+.Rui Ueyama2013-06-07
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Add some class documentation to BinaryRef.Sean Silva2013-06-06