summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
AgeCommit message (Expand)Author
2025-11-18[ARM] TableGen-erate node descriptions (#168212)Sergei Barannikov
2025-10-31ARM: Avoid doing strncmp on libcall name (#165203)Matt Arsenault
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-06-27ARM: Add runtime libcall definitions for aebi memory functions (#144974)Matt Arsenault
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2024-12-21[SelectionDAG] Virtualize isTargetStrictFPOpcode / isTargetMemoryOpcode (#119...Sergei Barannikov
2024-11-12[ARM] Remove unused includes (NFC) (#115995)Kazu Hirata
2023-03-22[ARM] Use isNullConstant (NFC)Kazu Hirata
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille
2022-06-10[clang] Add support for __builtin_memset_inlineGuillaume Chatelet
2021-05-07[ARM] Transforming memset to Tail predicated LoopMalhar Jajoo
2021-05-06[ARM] Transforming memcpy to Tail predicated LoopMalhar Jajoo
2021-05-06Revert "[ARM] Transforming memcpy to Tail predicated Loop"Malhar Jajoo
2021-05-06[ARM] Transforming memcpy to Tail predicated LoopMalhar Jajoo
2020-06-30[Alignment][NFC] Migrate SelectionDAGTargetInfo::EmitTargetCodeForMemcpy to A...Guillaume Chatelet
2020-06-30[Alignment][NFC] Migrate SelectionDAGTargetInfo::EmitTargetCodeForMemmove to ...Guillaume Chatelet
2020-06-30[Alignment][NFC] Migrate SelectionDAGTargetInfo::EmitTargetCodeForMemset to A...Guillaume Chatelet
2019-04-04[IR] Refactor attribute methods in Function class (NFC)Evandro Menezes
2019-02-08[ARM] Add OptMinSize to ARMSubtargetSam Parker
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-03-23[ARM] Reduce code duplication by factoring out in a lambda. NFCI.Davide Italiano
2017-03-18Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave
2017-03-18Capitalize ArgListEntry fields. NFC.Nirav Dave
2016-07-15[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar
2016-06-22[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCalleeKrzysztof Parzyszek
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-06-03Code size optimisation: do not inline memcpy if this expansion resultsSjoerd Meijer
2015-10-05[ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM.Scott Douglass
2015-07-09Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini
2015-07-09Remove getDataLayout() from TargetLoweringMehdi Amini
2015-07-09Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini
2015-06-05Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."Peter Collingbourne
2015-05-28Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.Peter Collingbourne
2015-05-12[ARM] Use AEABI aligned function variantsJohn Brawn
2015-04-28Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk
2015-04-28Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper
2015-04-28[DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk
2015-02-20Get the cached subtarget off the MachineFunction rather thanEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-07-01[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.Juergen Ributzka
2014-06-12Have ARMSelectionDAGInfo take a DataLayout as it's argument as theEric Christopher
2014-06-06Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher
2014-05-17Target: remove old constructors for CallLoweringInfoSaleem Abdulrasool
2014-05-16Re-enable inline memcpy expansion for Thumb1.James Molloy
2014-05-04CodeGen: correct memset emittance for WoASaleem Abdulrasool
2014-04-30Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper
2014-04-26Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth