summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-0/+14
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-1/+3
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-7/+4
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-4/+7
* Attempt to fix the build after r220439David Majnemer2014-10-221-1/+1
* [MC] Attach labels to existing fragments instead of using a separate fragmentDerek Schuff2014-10-221-9/+29
* Make EmitDwarfSetLineAddr an static helper. NFC.Rafael Espindola2014-08-151-1/+13
OpenPOWER on IntegriCloud