summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/SystemZ
AgeCommit message (Expand)Author
2025-07-03[PHIElimination] Revert #131837 #146320 #146337 (#146850)Guy David
2025-07-02[SystemZ][HLASM] Emit END instruction (#146110)Kai Nacke
2025-07-02[DAG] Refactor X86 combineVSelectWithAllOnesOrZeros fold into a generic DAG C...woruyu
2025-07-02[DAG] visitFREEZE - always allow freezing multiple operands (#145939)Simon Pilgrim
2025-06-29[PHIElimination] Reuse existing COPY in predecessor basic block (#131837)Guy David
2025-06-26[GOFF] Add writing of text records (#137235)Kai Nacke
2025-06-26[GOFF] Add writing of section symbols (#133799)Kai Nacke
2025-06-25[SystemZ] vec-max-min-zerosplat.ll - regenerate checksSimon Pilgrim
2025-06-18[SystemZ] Treat FAKE_USE instructions as instructions without a size (#144390)Stephen Tozer
2025-06-11Reland "[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` availab...Iris Shi
2025-06-11Revert "[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` availab...Iris Shi
2025-06-09[SelectionDAG] Make `(a & x) | (~a & y) -> (a & (x ^ y)) ^ y` available for a...Iris Shi
2025-05-08[MCP] Disable BackwardCopyPropagateBlock for copies with implicit registers. ...Craig Topper
2025-05-02[SystemZ] Fix a bug introduced by #135767 (#138280)Dominik Steenken
2025-05-02[SystemZ] Add proper mcount handling (#135767)Dominik Steenken
2025-04-25[MachineLICM] Recognize registers clobbered at EH landing pad entry (#122446)Ulrich Weigand
2025-04-24[SystemZ] Add DAGCombine for FCOPYSIGN to remove rounding. (#136131)Jonas Paulsson
2025-04-24[SystemZ] Handle f16 load positive/negative/complement without libcalls. (#13...Jonas Paulsson
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson
2025-04-14[AsmPrinter] Link .section_sizes to the correct section (#135583)Sergei Barannikov
2025-04-14[SystemZ] Consider VST/VL as SimpleBDXStore/Load (#135623)Dominik Steenken
2025-04-11Support z17 processor name and scheduler description (#135254)Ulrich Weigand
2025-04-10[SystemZ] Add check for INIT_UNDEF in getInstSizeInBytes (#134661)tltao
2025-03-31[SystemZ, DebugInfo] Instrument SystemZ backend passes for Instr-Ref DebugInf...Dominik Steenken
2025-03-25[SystemZ] Add `is(LoadFrom|StoreTo)StackSlotPostFE` to SystemZBackend (#132928)Dominik Steenken
2025-03-21[MC][SystemZ] Introduce Target Specific HLASM Streamer for z/OS (#130535)tltao
2025-03-15[SystemZ] Implement i128 funnel shiftsUlrich Weigand
2025-03-15[SystemZ] Recognize carry/borrow computationUlrich Weigand
2025-03-15[SystemZ] Optimize vector zero/sign extensionsUlrich Weigand
2025-03-15[SystemZ] Optimize widening and high-word vector multiplicationUlrich Weigand
2025-03-15[SystemZ] Optimize vector comparison reductionsUlrich Weigand
2025-03-13[MachineLateInstrsCleanup] Handle multiple kills for a preceding definition. ...Jonas Paulsson
2025-03-04[CodeGen][NPM] Port ExpandPostRAPseudos to NPM (#129509)Akshat Oke
2025-03-03[CodeGen][NewPM] Port MachineSink to NPM (#115434)Akshat Oke
2025-03-03[RegAlloc][NewPM] Plug Greedy RA in codegen pipeline (#120557)Akshat Oke
2025-02-28[SystemZ] Fix regstate of SELRMux operand in selectSLRMux(). (#128555)Jonas Paulsson
2025-02-14[SystemZ] Add codegen support for llvm.roundevenUlrich Weigand
2025-02-05PeepholeOpt: Fix looking for def of current copy to coalesce (#125533)Matt Arsenault
2025-01-31[LegalizeDAG] Use Base+Offset instead of Offset+Base for jump tablesAlexander Richardson
2025-01-31[SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108)Jonas Paulsson
2025-01-30SystemZ: Handle copies between gr64 and fp64 (#124890)Matt Arsenault
2025-01-29[ReachingDefAnalysis] Extend the analysis to stack objects. (#118097)Mikhail Gudim
2025-01-23[MachineSink] Extend loop sinking capability (#117247)Jeffrey Byrnes
2025-01-23[SystemZ] Fix ICE with i128->i64 uaddo carry chainUlrich Weigand
2025-01-20[SystemZ] Add support for new cpu architecture - arch15Ulrich Weigand
2024-12-11[CodeGen] @llvm.experimental.stackmap make operands immediate (#117932)Guillaume DI FATTA
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
2024-12-06SystemZ: Regenerate baseline checks for some coalescer tests (#118322)Matt Arsenault