summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-6/+5
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-5/+5
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-3/+2
* [MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner2017-10-101-0/+6
* [MC] Use a unique_ptr<MCAssembler> for MCObjectStreamer's Assembler member.Lang Hames2017-10-091-3/+2
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-0/+3
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-3/+0
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-0/+3
* MCObjectStreamer : fail with a diagnostic when emitting an out of range value.Arnaud A. de Grandmaison2017-05-151-0/+5
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-1/+1
* Reland r298901 with modifications (reverted in r298932)Weiming Zhao2017-04-031-4/+14
* Revert "Dont emit Mapping symbols for sections that contain only data."Weiming Zhao2017-03-281-14/+4
* Dont emit Mapping symbols for sections that contain only data.Weiming Zhao2017-03-281-4/+14
* Check that line table entries don't spill over between sections even if they'...David Blaikie2017-03-161-0/+1
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-0/+4
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-2/+2
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-2/+3
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-8/+6
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-7/+5
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-0/+1
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-1/+41
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-2/+2
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-2/+2
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-0/+38
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-38/+0
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-0/+38
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-38/+0
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-0/+38
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-0/+7
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-3/+4
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-3/+4
* [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
OpenPOWER on IntegriCloud