summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-29
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-24
* Typo.Eric Christopher2013-07-22
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-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
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-10
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-10
* 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
* 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
* Move some code out of line. No functionality change.Rafael Espindola2013-07-09
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-09
* Remove a useless declarations (found by scan-build)Sylvestre Ledru2013-07-05
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-04
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-03
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-28
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-22
* [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
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-19
* [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
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-15
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* [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
* 80-colsSean Silva2013-06-12
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-11
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Convert a use of sys::identifyFileType to sys::fs::identify_magic.Rafael Espindola2013-06-11
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Don't artifically restrict input object size.Sean Silva2013-06-08
* Use isxdigit.Rafael Espindola2013-06-07