summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
AgeCommit message (Expand)Author
2018-08-01[SystemZ, TableGen] Fix shift count handlingUlrich Weigand
2018-07-31[SystemZ] Improve decoding in case of instructions with four register operands.Jonas Paulsson
2018-07-20[SystemZ] Test case formatting fixesUlrich Weigand
2018-07-20[SystemZ] Reimplent SchedModel IssueWidth and WriteRes/ReadAdvance mappings.Jonas Paulsson
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny
2018-06-22Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar
2018-06-22Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar
2018-06-22[MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar
2018-06-07[BranchFolding] Fix live-in's when hoisting codeKarl-Johan Karlsson
2018-05-25[SystemZ] Bugfix in combineSTORE().Jonas Paulsson
2018-05-25[RegUsageInfoCollector] Bugfix for callee saved registers.Jonas Paulsson
2018-05-18[SystemZ] Fold AHIMux in foldMemoryOperandImpl.Jonas Paulsson
2018-05-07[SystemZ] Bugfix for MVCLoop CC clobbering.Jonas Paulsson
2018-05-04[RegUsageInfoCollector] Bugfix for handling of register aliases.Jonas Paulsson
2018-04-30[SystemZ] Handle SADDO et.al. and ADD/SUBCARRYUlrich Weigand
2018-04-30[SystemZ] Do not use glue to represent condition code dependenciesUlrich Weigand
2018-04-30[SystemZ] Improve handling of Select pseudo-instructionsUlrich Weigand
2018-04-13[PostRASink]Add register dependency check for implicit operandsJun Bum Lim
2018-04-09[MachineLICM] Re-enable hoisting of constant storesZaara Syeda
2018-03-26Use local symbols for creating .stack-size.Rafael Espindola
2018-03-20[SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.Jonas Paulsson
2018-03-19[SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC).Jonas Paulsson
2018-03-17[SystemZ] Add 'REQUIRES: asserts' to test case using debug output.Jonas Paulsson
2018-03-17[SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode()Jonas Paulsson
2018-03-17[SelectionDAG] Handle big endian target BITCAST in computeKnownBits()Jonas Paulsson
2018-03-13[CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson
2018-03-02[SystemZ] Fix test cases after r326613Ulrich Weigand
2018-03-02[SystemZ] Add support for anyregcc calling conventionUlrich Weigand
2018-03-02[SystemZ] Support stackmaps and patchpointsUlrich Weigand
2018-03-02[SystemZ] Fix common-code users of stack sizeUlrich Weigand
2018-03-02[SystemZ] Support vector registers in inline asmUlrich Weigand
2018-03-01[DAGCombiner] When combining zero_extend of a truncate, only mask before exte...Craig Topper
2018-02-27Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry
2018-02-23[SystemZ] Also update the CHECK line for VPDIJonas Paulsson
2018-02-23[SystemZ] Fix VPDI argument in test.Jonas Paulsson
2018-02-17Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Quentin Colombet
2018-02-02[SelectionDAG] Consider endianness in scalarizeVectorStore().Jonas Paulsson
2018-02-02[SystemZ] Update test case (NFC)Jonas Paulsson
2018-02-01[MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry
2018-02-01[SelectionDAG] Fix UpdateChains handling of TokenFactorsNirav Dave
2018-01-31Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi
2018-01-31[SystemZ] Check the bitwidth before calling isInt/isUInt.Jonas Paulsson
2018-01-20Move new test from Generic to SystemZ.Jonas Paulsson
2018-01-20[SelectionDAG] Fix codegen of vector stores with non byte-sized elements.Jonas Paulsson
2018-01-19[SystemZ] Prefer LOCHI over generating IPM sequencesUlrich Weigand
2018-01-19[SystemZ] Directly use CC result of compare-and-swapUlrich Weigand
2018-01-19[SystemZ] Rework IPM sequence generationUlrich Weigand
2018-01-19[SystemZ] Run branch-12.ll test only if long tests enabledUlrich Weigand
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2018-01-17[SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp.Jonas Paulsson