summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Remove MCAssembler's copy of OSDavid Majnemer2015-09-011-4/+4
* [MC] Split the layout part of MCAssembler::finish() into its own method. NFC.Frederic Riss2015-08-261-6/+9
* Fix symbol value computation when part of the expression is weak.Rafael Espindola2015-08-201-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-4/+0
* [MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss2015-08-071-1/+2
* Use range-based for loops. NFCCraig Topper2015-08-021-31/+26
* Fix spelling, NFC.Yaron Keren2015-07-041-1/+1
* [MC] Align fragments when -mc-relax-all flag is usedPetr Hosek2015-06-271-6/+12
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Devirtualize and pack MCFragment to reduce memory usage.Pete Cooper2015-06-171-48/+78
* Move IsUsedInReloc from MCSymbolELF to MCSymbol.Rafael Espindola2015-06-171-11/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-2/+1
* MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-18/+18
* The fragment implies the section, don't store both.Rafael Espindola2015-06-011-0/+10
* [MC] Allow backends to decide relaxation for unresolved fixups.Colin LeMahieu2015-05-301-5/+3
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+18
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* Remove getData.Rafael Espindola2015-05-291-7/+5
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-1/+1
* Merge MCSymbol and MCSymbolData.Rafael Espindola2015-05-291-12/+0
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-1/+0
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-8/+2
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* Delete MCSectionData.Rafael Espindola2015-05-271-25/+9
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-271-31/+0
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-12/+11
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-261-23/+22
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-5/+5
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-3/+3
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-12/+9
* Insert MCSectionData into the section list directly in getOrCreateSectionData.Rafael Espindola2015-05-251-5/+1
* Move HasInstructions to MCSection.Rafael Espindola2015-05-251-1/+1
* Move bundle info from MCSectionData to MCSection.Rafael Espindola2015-05-251-22/+1
* Move LayoutOrder to MCSection.Rafael Espindola2015-05-251-1/+1
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-251-4/+1
* Move Ordinal from MCSectionData to MCSection. NFC.Rafael Espindola2015-05-251-3/+6
* MC: Lift MCSymbolData::Index up to MCSymbol::Index, NFCDuncan P. N. Exon Smith2015-05-221-2/+2
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-8/+1
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+8
* MC: Simplify MCSymbolData initialization and remove MCSymbol pointerDuncan P. N. Exon Smith2015-05-211-17/+0
* MC: Add MCSymbolData back to MCAssembler dumpDuncan P. N. Exon Smith2015-05-201-1/+5
* MC: Update MCAssembler to use MCSymbol, NFCDuncan P. N. Exon Smith2015-05-201-15/+12
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-12/+9
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()Duncan P. N. Exon Smith2015-05-161-2/+1
* MC: Change MCFragment::Atom to an MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* MC: Merge MCSymbol and MCSymbolDataDuncan P. N. Exon Smith2015-05-161-5/+12
* MC: Reduce MCAssembler::Symbols API exposure, NFCDuncan P. N. Exon Smith2015-05-151-5/+2
OpenPOWER on IntegriCloud