aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Add back missing PPC relocation types.Ulrich Weigand2013-08-091-0/+36
* Add missing PPC64 relocation types.Michael J. Spencer2013-08-081-0/+42
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-083-2/+625
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-3/+4
* YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-0/+1
* MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-031-7/+9
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-2/+6
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-2/+0
* Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-241-1/+4
* Typo.Eric Christopher2013-07-221-1/+1
* 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-221-14/+16
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-37/+49
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-46/+36
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-36/+46
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-121-26/+23
* Don't reject an empty archive.Rafael Espindola2013-07-121-4/+6
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-101-3/+14
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-101-1/+7
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-091-0/+32
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-091-5/+5
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-091-2/+6
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-091-14/+13
* Move some code out of line. No functionality change.Rafael Espindola2013-07-091-0/+70
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-091-0/+4
* Remove a useless declarations (found by scan-build)Sylvestre Ledru2013-07-051-1/+0
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-051-15/+10
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-041-1/+1
* Add support for gnu archives with a string table and no symtab.Rafael Espindola2013-07-031-27/+52
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-281-2/+7
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-7/+3
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-10/+7
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+1
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-191-3/+3
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-0/+28
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+25
* [yaml2obj][ELF] Rudimentary symbol table support.Sean Silva2013-06-181-0/+10
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-186-2/+156
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-181-4/+4
* [yaml2obj] Add support for sh_link via `Link` key.Sean Silva2013-06-151-0/+1
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-2/+1
* [yaml2obj] Add support for sh_addralign via `AddressAlign` key.Sean Silva2013-06-141-0/+1
* [yaml2obj] Add support for specifying raw section content.Sean Silva2013-06-131-0/+1
* [yaml2obj] Add sh_addr via `Address` key.Sean Silva2013-06-131-0/+1
* [yaml2obj] Initial ELF section support.Sean Silva2013-06-131-0/+47
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-122-38/+67
* 80-colsSean Silva2013-06-121-1/+2
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-111-0/+2
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-25/+26