summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZRegisterInfo.h
AgeCommit message (Expand)Author
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-09-12CodeGen: Remove MachineFunction argument from getPointerRegClass (#158185)Matt Arsenault
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson
2024-12-10SystemZ: Add support for __builtin_setjmp and __builtin_longjmp. (#119257)anoopkg6
2024-12-07Revert "[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#11...Ulrich Weigand
2024-12-06[SystemZ] Add support for __builtin_setjmp and __builtin_longjmp (#116642)anoopkg6
2023-07-05[SystemZ][z/OS] z/OS ADA codegen and emissionYusra Syeda
2023-06-28Revert "[SystemZ][z/OS] This patch adds support for the ADA (associated data ...Yusra Syeda
2023-06-28[SystemZ][z/OS] This patch adds support for the ADA (associated data area), d...Yusra Syeda
2023-03-21[SystemZ] Fix modelling of composed subreg indices.Carl Ritson
2022-11-18PEI should be able to use backward walk in replaceFrameIndicesBackward.Alexander Timofeev
2022-07-24Remove redundaunt override specifiers (NFC)Kazu Hirata
2022-02-07[SystemZ] Remove a superfluous semicolon to fix a gcc warning. NFCCraig Topper
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-21[SystemZ][z/OS] Initial implementation for lowerCall on z/OSAnirudh Prasad
2021-10-13[SystemZ/z/OS] Implement save of non-volatile registers on z/OS XPLINKKai Nacke
2021-05-14[SystemZ] [z/OS] Add SystemZCallingConventionRegisters classNeumann Hon
2020-04-07CodeGen: More conversions to use RegisterMatt Arsenault
2020-01-19[TargetRegisterInfo] Default trackLivenessAfterRegAlloc() to trueFangrui Song
2019-09-16[SystemZ] Merge the SystemZExpandPseudo pass into SystemZPostRewrite.Jonas Paulsson
2019-06-24CodeGen: Introduce a class for registersMatt Arsenault
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-05[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()Jonas Paulsson
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-30[SystemZ] Do not use glue to represent condition code dependenciesUlrich Weigand
2017-12-05[Regalloc] Generate and store multiple regalloc hints.Jonas Paulsson
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-10[RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.Jonas Paulsson
2017-09-29[SystemZ] implement shouldCoalesce()Jonas Paulsson
2016-04-24[SystemZ] [SSP] Add support for LOAD_STACK_GUARD.Marcin Koscielnicki
2015-03-11Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher
2015-03-11Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-10[SystemZ] Use SystemZCallingConv.td to define callee-saved registersRichard Sandiford
2014-06-27Remove target machine caching from SystemZInstrInfo andEric Christopher
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-04Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-09-30[SystemZ] Rename subregs and add subreg_h32Richard Sandiford
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford
2013-07-05[SystemZ] Clean up register scavenging codeRichard Sandiford
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-04Implement SystemZRegisterInfo::getMatchingSuperRegClass to enable cross-class...Jakob Stoklund Olesen