summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZOperands.td
AgeCommit message (Expand)Author
2025-01-20[SystemZ] Add support for new cpu architecture - arch15Ulrich Weigand
2024-12-05[NFC][SystemZ] Use SExt for signed constants (#118803)Kai Nacke
2024-12-05[SystemZ] SIMM32 is a signed constant (#118634)Kai Nacke
2024-11-25[SystemZ] Use getSignedConstant() where necessary (#117181)Nikita Popov
2023-12-15[SystemZ] Support i128 as legal type in VRs (#74625)Ulrich Weigand
2023-07-21[SystemZ] Allow symbols in immediate asm operandsIlya Leoshkevich
2023-07-14[SystemZ] Use named MI sub-operandsIlya Leoshkevich
2023-04-04Drop U6Imm-related definitionsIlya Leoshkevich
2023-04-04[SystemZ] Allow any I5 in RotateSelect*Ilya Leoshkevich
2020-04-25[TableGen] Drop deprecated leading # operation (NOP) and replace ## with #Fangrui Song
2019-12-16[SystemZ] Improve verification of MachineOperands.Jonas Paulsson
2019-09-19Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"Matt Arsenault
2019-09-19Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"Hans Wennborg
2019-09-19GlobalISel: Don't materialize immarg arguments to intrinsicsMatt Arsenault
2019-04-03[SystemZ] Improve codegen for certain SADDO-immediate casesUlrich Weigand
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-01[SystemZ, TableGen] Fix shift count handlingUlrich Weigand
2018-04-30[SystemZ] Handle SADDO et.al. and ADD/SUBCARRYUlrich Weigand
2018-03-19TableGen: Check the dynamic type of !cast<Rec>(string)Nicolai Haehnle
2017-05-10[SystemZ] Add decimal integer instructionsUlrich Weigand
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-08[SystemZ] Model access registers as LLVM registersUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-08-08[SystemZ] Add support for the .insn directiveZhan Jun Liau
2016-04-15[SystemZ] Call tryAddingSymbolicOperand in the disassemblerUlrich Weigand
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
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-18[SystemZ] Support all TLS access models - MC partUlrich Weigand
2014-07-10[SystemZ] Avoid using i8 constants for immediate fieldsRichard Sandiford
2013-09-27[SystemZ] Improve handling of PC-relative addressesRichard Sandiford
2013-09-25[SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford
2013-09-18[SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford
2013-08-27[SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford
2013-08-23[SystemZ] Prefer LHI;ST... over LAY;MV...Richard Sandiford
2013-07-31[SystemZ] Be more careful about inverting CC masks (conditional loads)Richard Sandiford
2013-07-25[SystemZ] Add LOC and LOCGRichard Sandiford
2013-07-08[SystemZ] Use MVC for memcpyRichard Sandiford
2013-07-02[SystemZ] Add the MVC instructionRichard Sandiford
2013-05-14[SystemZ] Add disassembler supportRichard Sandiford
2013-05-14[SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford
2013-05-14[SystemZ] Match operands to fields by name rather than by orderRichard Sandiford
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-02-01Fix imm printing for logical instructions.Anton Korobeynikov
2010-03-08fix a type compatibility bug. imm is i32 in the input Chris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-16Unbreak mvi and friends - emit only 'significant' part of the operandAnton Korobeynikov