Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-05 Rafael EspindolaRefactor padding writing into a helper function.
2015-06-05 Rafael EspindolaSave a map lookup. NFC.
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Rafael EspindolaRemove unused argument. NFC.
2015-06-04 Rafael EspindolaOmit unused section symbols from the symbol table.
2015-06-04 Rafael EspindolaBring back r239006 with a fix.
2015-06-04 Rafael EspindolaRevert "Pack the MCSymbolELF bit fields into MCSymbol...
2015-06-04 Rafael EspindolaPack the MCSymbolELF bit fields into MCSymbol's Flags.
2015-06-04 Rafael EspindolaRemove MCELFSymbolFlags.h. It is now internal to MCSymb...
2015-06-03 Rafael EspindolaRemember if a weakref of a symbol has been used.
2015-06-03 Rafael EspindolaStore whether a symbol is a comdat signature in MCSymbo...
2015-06-03 Rafael EspindolaRecord in a MCSymbolELF if it has been used in a reloca...
2015-06-03 Rafael EspindolaSimplify the logic in ELFObjectWriter::isInSymtab....
2015-06-02 Rafael EspindolaPass a MCSymbolELF to a few ELF only functions. NFC.
2015-06-02 Rafael EspindolaMerge MCELF.h into MCSymbolELF.h.
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Rafael EspindolaFix build without asserts.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Rafael EspindolaPass a MCSymbol to needsRelocateWithSymbol.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-29 Rafael EspindolaMove SymbolSize from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaSimplify now that symbols contain the correct section.
2015-05-29 Rafael EspindolaFix ELFObjectWriter::isLocal for signature symbols.
2015-05-28 Rafael EspindolaDon't special case undefined symbol when deciding the...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Rafael EspindolaInline trivial method. NFC.
2015-05-28 Rafael EspindolaRemove structure field that can be computed just before...
2015-05-28 Rafael EspindolaAvoid warnings when building without asserts.
2015-05-28 Rafael EspindolaMove these vectors to the only function where they...
2015-05-28 Rafael EspindolaMerge redundant loops. NFC.
2015-05-28 Rafael EspindolaSimplify LastLocalSymbolIndex computation. NFC.
2015-05-28 Rafael EspindolaUse range loops. NFC.
2015-05-28 Rafael EspindolaRemove temporary FileSymbolData. NFC.
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-28 Rafael EspindolaMerge computeSymbolTable and writeSymbolTable.
2015-05-28 Rafael EspindolaDon't create an unused _GLOBAL_OFFSET_TABLE_.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-27 Rafael EspindolaDelete MCSectionData.
2015-05-27 Rafael EspindolaRemove uses of MCSectionData from ELFObjectWriter....
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-25 Rafael EspindolaMake a few MCSectionELF& variables const. NFC.
2015-05-22 Rafael EspindolaProduce a single string table in a ELF .o
2015-05-22 Duncan P. N. Exon... MC: Lift MCSymbolData::Index up to MCSymbol::Index...
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaStop creating MCSectionData is the ELF writer.
2015-05-21 Rafael EspindolawriteSymbolTable now only needs a MCContext.
2015-05-21 Rafael EspindolaPass a const MCAssembler to writeSectionHeader.
2015-05-21 Rafael EspindolaRemove unused argument. NFC.
2015-05-21 Rafael EspindolaFetch alignment directly out of MCSection. NFC.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in most of ELFObjectWriter, NFC
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-13 Yaron KerenUpdate ELFObjectWriter::reset() following r236255.
2015-04-30 Rafael EspindolaRemove unnecessary break.
2015-04-30 Rafael EspindolaSimplify the creation of compressed debug sections.
2015-04-30 Rafael EspindolaReplace unreachable code with llvm_unreachable.
2015-04-30 Rafael EspindolaDon't create a MCSectionData when we don't have to.
2015-04-30 Rafael EspindolaAvoid an extra loop over the sections.
2015-04-30 Rafael EspindolaMake the section table a member of ELFObjectWriter.
2015-04-30 Rafael EspindolaNothing inherits from this, drop the protected:
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-04-30 Rafael EspindolaStore relocations in a map from MCSectionELF.
2015-04-30 Rafael EspindolaWrite relocations directly to the output stream. NFC.
2015-04-29 Rafael EspindolaInline FragmentWriter into the only user.
2015-04-29 Rafael EspindolaWrite the symbol table directly to the output file.
2015-04-29 Rafael EspindolaUse pwrite to write the number of sections.
2015-04-29 Rafael EspindolaWrite the string table directly to the output file.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2015-04-29 Rafael EspindolaAvoid a few const_cast.
2015-04-28 Rafael EspindolaMap directly from signature symbol to group index....
2015-04-28 Rafael EspindolaRemove redundant temporary std::vector.
2015-04-28 Rafael EspindolaAvoid one more walk over all sections. NFC.
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaAvoid an extra walk over the sections just to assign...
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-28 Rafael EspindolaUse range loops. NFC.
2015-04-28 Rafael EspindolaAvoid adding to SectionIndexMap sections that we never...
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaUse a std::vector to record the offsets of the sections...
2015-04-28 Rafael EspindolaAvoid an extra loop for computing the section size...
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
next