summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BranchAlign] Compiler support for suppressing branch alignPhilip Reames2020-01-081-1/+4
* [MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song2020-01-051-6/+0
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-201-0/+7
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-181-14/+61
* Revert "[ MC ] Match labels to existing fragments even when switching sections."Mitch Phillips2019-12-171-59/+13
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-171-13/+59
* [MC] Delete MCCodePadderFangrui Song2019-12-091-27/+0
* MCObjectStreamer: assign MCSymbols in the dummy fragment to offset 0.James Y Knight2019-11-161-3/+17
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [codeview] Flush labels before S_DEFRANGE* fragmentsReid Kleckner2018-12-171-1/+5
* [MC] Support labels as offsets in .reloc directiveVladimir Stefanovic2018-11-211-11/+46
* Revert BTF commit series.Eli Friedman2018-10-121-34/+0
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+34
* The initial .text section generated in object files was missing theEric Christopher2018-09-061-0/+6
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-10/+10
* [codeview] Emit labels for .cv_loc immediatelyReid Kleckner2018-08-281-4/+4
* [RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...Alex Bradbury2018-08-161-4/+7
* 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
OpenPOWER on IntegriCloud