summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Delete MCCodePadderFangrui Song2019-12-091-25/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-1/+4
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-4/+1
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-1/+4
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+4
* [ARM] Support .reloc *, R_ARM_NONE, *Fangrui Song2019-05-171-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [RISCV] Add symbol diff relocation support for RISC-VAlex Bradbury2018-05-231-1/+9
* MC: Introduce an ELF dwo object writer and teach llvm-mc about it.Peter Collingbourne2018-05-211-0/+10
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-0/+26
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-4/+2
* [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvancedShiva Chen2018-05-181-2/+3
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-1/+27
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-081-4/+9
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+4
* MachO: enable .data_region directives everywhereTim Northover2016-04-211-1/+1
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-2/+2
* Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MI...Daniel Sanders2015-11-121-0/+4
* [MC] Allow backends to decide relaxation for unresolved fixups.Colin LeMahieu2015-05-301-19/+25
* Simplify a really complicated check for Arch == X86_64.Rafael Espindola2014-03-111-2/+1
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-2/+2
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-011-5/+2
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-0/+1
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-241-1/+5
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-6/+10
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-0/+37
OpenPOWER on IntegriCloud