summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-271-2/+4
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-231-0/+7
* [MC] writeFragment - assert MCFragment::FT_Fill length is legal.Simon Pilgrim2020-01-081-0/+1
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-3/+3
* [MC] Delete MCSection::{rbegin,rend}Fangrui Song2020-01-051-2/+2
* [MC] Drop an unused rule about absolute temporary symbolsFangrui Song2020-01-051-4/+0
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-201-0/+80
* [MC] Delete MCCodePadderFangrui Song2019-12-091-31/+0
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-1/+2
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-10/+25
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-25/+10
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-10/+25
* [RISCV] Insert R_RISCV_ALIGN relocation type and Nops for code alignment when...Shiva Chen2019-01-301-1/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-0/+1
* [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
OpenPOWER on IntegriCloud