[function-attrs] Refactor code to handle shorter code with early exits.
[oota-llvm.git] / lib / Object /
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.
2015-06-29 Rafael EspindolaDon't return error_code from function that never fails.
2015-06-29 Benjamin Kramer[SymbolSize] Skip sorting by index, just assign by...
2015-06-29 Rafael EspindolaFactor out the checking of string tables.
2015-06-26 Rafael EspindolaSimplify getSymbolType.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Rafael EspindolaUse Symbol::getValue to simplify object::computeSymbolS...
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
2015-06-24 Rafael EspindolaSimplify the logic, NFC.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Rafael EspindolaHandle multiple symbols having the same address.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-19 Rafael EspindolaMake getRelocationSection MachO only.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
next