Merging r261033:
[oota-llvm.git] / lib / Object /
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2015-12-18 Rafael EspindolaHandle archives with paths in the names.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-13 Tom StellardELFYAML: Add support for parsing AMDGPU section attribu...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-03 Rafael EspindolaThis never returns end(), simplify to use Child instead...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-11-02 Rafael EspindolaAvoid implicitly constructing a Archive::child_iterator.
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
2015-10-31 Rafael EspindolaDon't store a Child to the first regular member.
2015-10-31 Rafael EspindolaSimplify handling of archive Symbol tables.
2015-10-31 Rafael EspindolaSimplify the handling of the archive string table.
2015-10-23 Dylan McKay[AVR] Add ELF constants to headers
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Rafael EspindolaHandle Archive::getNumberOfSymbols being called in...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat comment lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaRollback r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaObject: Teach llvm-ar to create symbol table for COFF...
2015-08-25 Davide Italiano[MachO] Move trivial accessors to header.
2015-08-25 Davide Italiano[MachO] Introduce MinVersion API.
2015-08-07 Rafael EspindolaConvert getSymbolSection to return an ErrorOr.
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-06 Peter CollingbourneCOFF: Assign the correct symbol type to internal functions.
2015-08-03 Frederic RissUse early return NFC.
2015-07-31 David Majnemer[COFF] Consider the ImageBase when reporting section...
2015-07-31 Reid Kleckner[COFF] Return symbol VAs instead of RVAs for PE files
2015-07-31 Tom StellardELFYAML: Enable parsing of EM_AMDGPU
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-28 Martell MaloneSummary:
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-16 Rafael EspindolaFix handling of relative paths in thin archives.
2015-07-15 Rafael Espindolallvm-ar: Don't write the directory in the string table.
2015-07-15 David MajnemerSilence GCC -Wparenthesis warning
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaSimplify a few uses of remove_filename by using parent_...
2015-07-15 Rafael EspindolaHandle the error of trying to convert a regular archive...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-14 Rafael EspindolaUse a range loop.
2015-07-14 Rafael EspindolaAdd support for reading members out of thin archives.
2015-07-14 Rafael EspindolaAdd a herper function. NFC.
2015-07-13 Rafael EspindolaFix reading archive members with / in the name.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-09 Rafael Espindolallvm-ar: Pad the symbol table to 4 bytes.
2015-07-09 Rafael EspindolaBasic support for BSD symbol tables in archives.
2015-07-09 Rafael EspindolaRemove redundant variable. NFC.
2015-07-09 Rafael EspindolaAdd a helper to printing BE of LE depending on the...
2015-07-09 Rafael EspindolaExtract printBSDMemberHeader.
2015-07-08 Rafael EspindolaDon't reject an archive with just a symbol table.
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaUse a raw_svector_ostream and simplify a loop. NFC.
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-07-08 Rafael EspindolaInline function into only use.
2015-07-08 Rafael EspindolaAdd a helper function to reduce a bit of code duplication.
2015-07-08 Rafael EspindolaUse a range loop. NFC.
2015-07-07 Rafael EspindolaDelete UnknownAddress. It is a perfectly valid symbol...
2015-07-07 Rafael EspindolaCommon symbols don't have a value.
2015-07-07 Rafael EspindolaCommon symbols are not undefined, at least for ObjectFile.
2015-07-07 Rafael EspindolaSimplify, NFC.
2015-07-06 Rafael EspindolaRemove getRelocationAddress.
2015-07-06 Rafael EspindolaCheck that COFF .obj files have sections with zero...
2015-07-04 Rui UeyamaObject/COFF: Do not rely on VirtualSize being 0 in...
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaUse getValue instead of getAddress in a few MachO only...
2015-07-03 Rafael EspindolaThis reverts commit r241350 and r241352.
2015-07-03 Simon Atanasyan[ELFYAML] Make the Size field for .bss section optional
2015-07-03 Simon Atanasyan[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-01 Rafael EspindolaReturn ErrorOr from getSection.
2015-06-30 Rafael EspindolaUse ErrorOr in getRelocationAdress.
2015-06-30 Rafael EspindolaImplement containsSymbol with other lower level methods.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaMove function to the only file that uses it.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rui UeyamaObject/COFF: Define coff_symbol_generic.
next