summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMMCInstLower.cpp
AgeCommit message (Expand)Author
2025-06-16ARM: Migrate to the new relocation specifier representationFangrui Song
2025-06-15ARM: Rename ARMMCExpr::VK_ to ARM::S_Fangrui Song
2025-05-28Warn on misuse of DiagnosticInfo classes that hold Twines (#137397)Justin Bogner
2025-03-21Move ARM-specific MCSymbolRefExpr::VariantKind to ARMMCExpr::SpecifierFangrui Song
2025-03-21[ARM] Prepare for VariantKind to specifier rename. NFCFangrui Song
2024-12-11Reapply "DiagnosticInfo: Clean up usage of DiagnosticInfoInlineAsm" (#119575)...Matt Arsenault
2024-12-11Revert "DiagnosticInfo: Clean up usage of DiagnosticInfoInlineAsm" (#119575)Vitaly Buka
2024-12-11DiagnosticInfo: Clean up usage of DiagnosticInfoInlineAsm (#119485)Matt Arsenault
2024-07-29[AsmPrinter] Don't EmitToStreamer instructions lowered by tblgenned code (#10...Sergei Barannikov
2023-06-23[ARM] generate armv6m eXecute Only (XO) codeTies Stuij
2022-11-24[Alignment][NFC] Use Align in MCStreamer::emitCodeAlignmentGuillaume Chatelet
2021-09-07[MC] Add MCSubtargetInfo to MCAlignFragmentPeter Smith
2021-02-04[ARM][WebAssembly] Fix incorrect MCOperand::createDFPImm after D96091Fangrui Song
2021-02-04[WebAssembly] Support single-floating-point immediate valueDan Gohman
2020-04-24[XRay] Change ARM/AArch64/powerpc64le to use version 2 sled (PC-relative addr...Fangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song
2020-01-23Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song
2019-09-03[ARM] Ignore Implicit CPSR regs when lowering from Machine to MC operandsDavid Green
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-07-17[CodeGen] Add begin-end iterators to MachineInstrJaved Absar
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-21Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21Revert r301040 "X86: Don't emit zero-byte functions on Windows"Hans Wennborg
2017-04-21X86: Don't emit zero-byte functions on WindowsHans Wennborg
2017-02-07[ARM] Make RWPI use movw/movt when availableChristof Douma
2017-01-26[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-01-03[XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris
2016-12-15[ARM] Implement execute-only support in CodeGenPrakhar Bahuguna
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-11-23[xray] Add XRay support for Mach-O in CodeGenKuba Mracek
2016-10-18[XRay] Support for for tail calls for ARM no-ThumbDean Michael Berris
2016-09-19[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin
2016-09-08[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-06-21fix indentationEtienne Bergeron
2016-06-20Removing an unused switch statement that has only a default label. This happe...Aaron Ballman
2016-06-16Don't print (PLT) on arm.Rafael Espindola
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2014-12-02Add support for ARM modified-immediate assembly syntax.Asiri Rathnayake
2014-06-30ARM: use symbolic name for constantSaleem Abdulrasool
2014-03-22Prune includes in ARM target.Craig Topper
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-12-04Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto
2013-11-25ARM: remove special cases for Darwin dynamic-no-pic mode.Tim Northover
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen