summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+9
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-111-2/+1
* [MC] Add interface to finish pending labels.Jonas Devlieghere2018-07-101-1/+1
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-101-0/+3
* Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg2018-06-141-26/+0
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-8/+21
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-4/+3
* [MC] Relax .fill size requirementsNirav Dave2018-05-181-16/+22
* [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer.Sam Clegg2018-05-021-0/+26
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-7/+16
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-16/+7
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-7/+16
* [MC] Allow MCAssembler to be constructed without all subcomponents. NFCI.Nirav Dave2018-04-271-4/+4
* [codeview] Ignore .cv_loc directives at the end of a functionReid Kleckner2018-04-251-0/+1
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-151-0/+1
* Use assembler expressions to lay out the EH LSDA.Rafael Espindola2018-02-091-5/+22
* Use a MCExpr for the size of MCFillFragment.Rafael Espindola2018-01-091-12/+1
* Inline a emitFill variant that is only used once. NFC.Rafael Espindola2018-01-091-1/+7
* Make one of the emitFill methods non virtual. NFC.Rafael Espindola2018-01-091-7/+3
* Remove redundant includes from lib/MC.Michael Zolotukhin2017-12-131-2/+0
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-0/+27
* [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
OpenPOWER on IntegriCloud