summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-291-0/+10
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+31
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-31/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+31
* Rename MCLineEntry to MCDwarfLineEntryDavid Majnemer2016-01-211-4/+4
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-2/+7
* Simplify MCFillFragment.Rafael Espindola2016-01-191-2/+2
* Remove a bugs assert.Rafael Espindola2016-01-111-2/+0
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+20
* Fix pr24832.Rafael Espindola2015-11-051-9/+1
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-2/+1
* Simplify .org processing and make it a bit more powerful.Rafael Espindola2015-11-041-17/+1
* MC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-101-1/+1
* Fix pr24486.Rafael Espindola2015-10-051-2/+2
* Use early return. NFC.Rafael Espindola2015-10-031-12/+12
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-1/+1
* [MC] Remove MCAssembler's copy of OSDavid Majnemer2015-09-011-1/+1
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* [MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss2015-08-071-6/+10
* [MC] Ensure that pending labels are flushed when -mc-relax-all flag is usedPetr Hosek2015-06-271-2/+9
* Generalize emitAbsoluteSymbolDiff.Rafael Espindola2015-06-111-9/+6
* Rename HasData to IsRegistered.Rafael Espindola2015-06-011-4/+0
* Remove trivial forwarding function.Rafael Espindola2015-06-011-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-13/+13
* Remove getData.Rafael Espindola2015-05-291-9/+5
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-2/+2
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-3/+4
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-4/+4
* Store MCSymbols in PendingLabels.Rafael Espindola2015-05-291-2/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-2/+2
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-271-4/+4
* There is only one current section.Rafael Espindola2015-05-271-6/+5
* Delete MCSectionData.Rafael Espindola2015-05-271-1/+1
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-271-2/+1
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-2/+1
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-261-6/+8
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-1/+1
* Move HasInstructions to MCSection.Rafael Espindola2015-05-251-1/+5
* Move bundle info from MCSectionData to MCSection.Rafael Espindola2015-05-251-1/+1
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith2015-05-211-0/+23
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-3/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* [MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek2015-04-121-4/+10
* Remove dead code. NFC.Rafael Espindola2015-04-071-6/+0
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-1/+8
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-13/+0
OpenPOWER on IntegriCloud