summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.Hsiangkai Wang2018-08-011-1/+7
* [DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang2018-08-011-6/+30
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [MC] Move bundling and MCSubtargetInfo to MCEncodedFragment [NFC]Peter Smith2018-06-151-12/+15
* [MC] Move MCAssembler::dump into the correct cpp file. NFCSam Clegg2018-06-141-0/+24
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-4/+9
* [RISCV] Add symbol diff relocation support for RISC-VAlex Bradbury2018-05-231-1/+20
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-211-6/+1
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-41/+42
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-4/+4
* [MC] Relax .fill size requirementsNirav Dave2018-05-181-13/+32
* [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvancedShiva Chen2018-05-181-5/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-1/+1
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-2/+2
* [MC] Allow MCAssembler to be constructed without all subcomponents. NFCI.Nirav Dave2018-04-271-12/+31
* [MC] Fix assembler infinite loop on EH table using LEB padding.Rafael Espindola2018-02-011-2/+6
* Use a MCExpr for the size of MCFillFragment.Rafael Espindola2018-01-091-3/+13
* MC: Add support for mach-o build_versionMatthias Braun2017-12-141-2/+2
* NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy2017-11-081-3/+3
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-0/+30
* Simplify interface now that we don't need to pass IsPCRel. NFC.Rafael Espindola2017-07-111-4/+1
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-5/+6
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-3/+3
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-2/+1
* Remove redundant argument.Rafael Espindola2017-06-241-1/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-7/+9
* Add a common error checking for some invalid expressions.Rafael Espindola2017-06-221-4/+13
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-11/+23
* MC: Introduce the ABS8 symbol modifier.Peter Collingbourne2017-01-311-0/+4
* Fix aliases to thumbfunc-based exprs to be thumbfunc.Evgeniy Stepanov2017-01-191-3/+9
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-10/+20
* [MC] Don't crash when trying to emit a relocation against .bss.Davide Italiano2016-07-261-2/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+1
* There's no reason to use _ to name variables different just for construction.Eric Christopher2016-05-241-3/+3
* [MCAssembler] Allow backend to finalize layout post-relaxation.Colin LeMahieu2016-04-271-0/+1
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-5/+27
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-0/+19
* Use larger write sizes for MCFillFragment.Rafael Espindola2016-01-191-3/+14
* Simplify MCFillFragment.Rafael Espindola2016-01-191-13/+3
* [ptr-traits] Split the MCFragment type hierarchy out of the MCAssemblerChandler Carruth2015-12-291-429/+0
* [MC, COFF] Support link /incremental conditionallyDavid Majnemer2015-12-211-1/+2
* [Assembler] Make fatal assembler errors non-fatalOliver Stannard2015-11-171-9/+20
* Simplify .org processing and make it a bit more powerful.Rafael Espindola2015-11-041-2/+9
* MC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-101-1/+1
* MC: Stop using Fragment::getNextNode()Duncan P. N. Exon Smith2015-10-081-7/+7
* Fix pr24486.Rafael Espindola2015-10-051-2/+14
OpenPOWER on IntegriCloud