summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Bugfix in emitSelect()Jonas Paulsson2020-02-121-0/+43
* [FPEnv] Fix chain handling regression after 04a8696Ulrich Weigand2020-01-141-3/+61
* [FPEnv] Fix chain handling for fpexcept.strict nodesUlrich Weigand2020-01-132-274/+278
* [SystemZ] Fix matching another pattern for nxgrk (PR44496)Ulrich Weigand2020-01-091-0/+26
* [SystemZ] Extend fp-strict-alias test caseUlrich Weigand2020-01-071-14/+85
* [SystemZ] Fix python failure in test caseUlrich Weigand2020-01-071-1/+1
* [SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.Jonas Paulsson2020-01-022-71/+84
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-249-11/+11
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [FPEnv][X86] More strict int <-> FP conversion fixesUlrich Weigand2019-12-232-6/+6
* [SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).Jonas Paulsson2019-12-202-2/+56
* [SystemZ] Bugfix and improve the handling of CC values.Jonas Paulsson2019-12-205-44/+379
* [SystemZ][FPEnv] Enable strict vector FP extends/truncationsUlrich Weigand2019-12-202-12/+70
* [SystemZ] Recognize mrecord-mcount in backendJonas Paulsson2019-12-192-0/+42
* [FPEnv] Strict versions of llvm.minimum/llvm.maximumUlrich Weigand2019-12-182-0/+136
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-182-3/+2
* [FPEnv] Remove unnecessary rounding mode argument for constrained intrinsicsUlrich Weigand2019-12-178-180/+92
* [SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FPUlrich Weigand2019-12-178-5/+421
* [SystemZ] Improve verification of MachineOperands.Jonas Paulsson2019-12-161-0/+72
* [SystemZ] Implement the packed stack layoutJonas Paulsson2019-12-127-186/+274
* [SystemZ] Add llvm.minimum / llvm.maximum testsUlrich Weigand2019-12-112-32/+148
* [SystemZ] Fix 128-bit strict FMA expansion pre-z14Ulrich Weigand2019-12-113-0/+123
* [FPEnv] Constrained FCmp intrinsicsUlrich Weigand2019-12-0718-0/+4814
* [TargetLowering] Fix another potential FPE in expandFP_TO_UINTCraig Topper2019-12-062-24/+42
* [FPEnv][SelectionDAG] Relax chain requirementsUlrich Weigand2019-12-063-451/+617
* [RegisterCoalescer] Fix the creation of subranges when rematerialization is usedQuentin Colombet2019-12-051-0/+46
* [SelectionDAG] Expand nnan FMINNUM/FMAXNUM to select sequenceUlrich Weigand2019-12-041-0/+62
* [SystemZ] Return the right offsets from getCalleeSavedSpillSlots().Jonas Paulsson2019-11-251-4/+13
* [SystemZ] Avoid mixing strict and non-strict FP operations in testsUlrich Weigand2019-11-207-74/+215
* [SystemZ] Use fneg in test casesUlrich Weigand2019-11-2022-98/+88
* [LegalizeDAG] Convert strict fp nodes to libcalls without losing the chain.Craig Topper2019-11-181-165/+116
* [X86] Add more add/sub carry testsDavid Zarzycki2019-11-122-2/+2
* [SystemZ] Add GHC calling conventionUlrich Weigand2019-11-047-0/+184
* [SystemZ] Improve handling of huge PC relative immediate offsets.Jonas Paulsson2019-11-041-0/+31
* [FPEnv] Strict FP tests should use the requisite function attributes.Kevin P. Neal2019-10-0462-992/+1077
* [SystemZ] Add SystemZPostRewrite in addPostRegAlloc() instead at -O0.Jonas Paulsson2019-09-301-0/+29
* Change -march=systemz to triple and fix testKai Nacke2019-09-272-6/+4
* [SystemZ] Recognize mnop-mcount in backendJonas Paulsson2019-09-262-0/+37
* [SystemZ] Improve emitSelect()Jonas Paulsson2019-09-254-70/+92
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-2020-26/+26
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-1119-19/+19
* [BPI] Adjust the probability for floating point unordered comparisonGuozhi Wei2019-09-101-1/+2
* [SystemZ] Recognize INLINEASM_BR in backendJonas Paulsson2019-09-051-2/+2
* [SystemZ] Recognize INLINEASM_BR in backend.Jonas Paulsson2019-09-031-0/+15
* [SystemZ] Add support for fentry.Jonas Paulsson2019-09-031-0/+29
* [SystemZ] Support constrained fpto[su]i intrinsicsUlrich Weigand2019-09-028-0/+505
* [SystemZ] Regenerate <8 x i31> store testSimon Pilgrim2019-07-291-32/+33
* [TargetLowering] Add SimplifyMultipleUseDemandedBitsSimon Pilgrim2019-07-231-6/+6
* [Strict FP] Allow more relaxed schedulingUlrich Weigand2019-07-162-87/+165
* [SystemZ] Fix addcarry of addcarry of const carry (PR42606)Nikita Popov2019-07-121-0/+35
OpenPOWER on IntegriCloud