summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove structure field that can be computed just before use.Rafael Espindola2015-05-281-14/+15
* Avoid warnings when building without asserts.Rafael Espindola2015-05-281-7/+2
* Move these vectors to the only function where they are used.Rafael Espindola2015-05-281-6/+4
* Merge redundant loops. NFC.Rafael Espindola2015-05-281-18/+11
* Simplify LastLocalSymbolIndex computation. NFC.Rafael Espindola2015-05-281-4/+2
* Use range loops. NFC.Rafael Espindola2015-05-281-7/+3
* Remove temporary FileSymbolData. NFC.Rafael Espindola2015-05-281-12/+8
* Use range loops for accessing file names. NFC.Rafael Espindola2015-05-281-4/+4
* Merge computeSymbolTable and writeSymbolTable.Rafael Espindola2015-05-281-94/+80
* Don't create an unused _GLOBAL_OFFSET_TABLE_.Rafael Espindola2015-05-281-43/+1
* There is only one current section.Rafael Espindola2015-05-271-3/+4
* Delete MCSectionData.Rafael Espindola2015-05-271-2/+2
* Remove uses of MCSectionData from ELFObjectWriter. NFC.Rafael Espindola2015-05-271-9/+7
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-3/+3
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-261-5/+3
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-5/+2
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-2/+3
* Make a few MCSectionELF& variables const. NFC.Rafael Espindola2015-05-251-8/+9
* Produce a single string table in a ELF .oRafael Espindola2015-05-221-43/+39
* MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFCDuncan P. N. Exon Smith2015-05-221-5/+5
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Stop creating MCSectionData is the ELF writer.Rafael Espindola2015-05-211-35/+45
* writeSymbolTable now only needs a MCContext.Rafael Espindola2015-05-211-12/+7
* Pass a const MCAssembler to writeSectionHeader.Rafael Espindola2015-05-211-5/+9
* Remove unused argument. NFC.Rafael Espindola2015-05-211-8/+5
* Fetch alignment directly out of MCSection. NFC.Rafael Espindola2015-05-211-7/+5
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-18/+16
* MC: Use MCSymbol in MCObjectWriter::isWeak(), NFCDuncan P. N. Exon Smith2015-05-201-3/+3
* MC: Use MCSymbol in most of ELFObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-36/+36
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-5/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-5/+5
* MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith2015-05-161-9/+8
* MC: Change MCAssembler::Symbols to store MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-4/+4
* Update ELFObjectWriter::reset() following r236255.Yaron Keren2015-05-131-0/+2
* Remove unnecessary break.Rafael Espindola2015-04-301-1/+0
* Simplify the creation of compressed debug sections.Rafael Espindola2015-04-301-106/+33
* Replace unreachable code with llvm_unreachable.Rafael Espindola2015-04-301-1/+1
* Don't create a MCSectionData when we don't have to.Rafael Espindola2015-04-301-11/+7
* Avoid an extra loop over the sections.Rafael Espindola2015-04-301-7/+1
* Make the section table a member of ELFObjectWriter.Rafael Espindola2015-04-301-52/+43
* Nothing inherits from this, drop the protected:Rafael Espindola2015-04-301-2/+0
* Write sections mostly in one pass.Rafael Espindola2015-04-301-143/+93
* Silencing an "enumeral and non-enumeral type in conditional expression" warni...Aaron Ballman2015-04-301-1/+1
* Store relocations in a map from MCSectionELF.Rafael Espindola2015-04-301-25/+21
* Write relocations directly to the output stream. NFC.Rafael Espindola2015-04-301-46/+29
* Inline FragmentWriter into the only user.Rafael Espindola2015-04-291-18/+4
* Write the symbol table directly to the output file.Rafael Espindola2015-04-291-79/+85
* Use pwrite to write the number of sections.Rafael Espindola2015-04-291-10/+15
* Write the string table directly to the output file.Rafael Espindola2015-04-291-14/+22
* Write the section header string table directly to the output stream.Rafael Espindola2015-04-291-30/+38
OpenPOWER on IntegriCloud