summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Handle SADDO et.al. and ADD/SUBCARRYUlrich Weigand2018-04-3043-2/+10404
* [SystemZ] Do not use glue to represent condition code dependenciesUlrich Weigand2018-04-304-7/+46
* [SystemZ] Improve handling of Select pseudo-instructionsUlrich Weigand2018-04-301-6/+10
* [PostRASink]Add register dependency check for implicit operandsJun Bum Lim2018-04-131-0/+63
* [MachineLICM] Re-enable hoisting of constant storesZaara Syeda2018-04-091-0/+145
* Use local symbols for creating .stack-size.Rafael Espindola2018-03-261-3/+6
* [SystemZ] Add "REQUIRES: asserts" to test case to fix build bots.Jonas Paulsson2018-03-201-0/+1
* [SystemZ] Bugfix of CC liveness in emitMemMemWrapper (CLC).Jonas Paulsson2018-03-191-0/+20
* [SystemZ] Add 'REQUIRES: asserts' to test case using debug output.Jonas Paulsson2018-03-171-0/+1
* [SystemZ] computeKnownBitsForTargetNode() / ComputeNumSignBitsForTargetNode()Jonas Paulsson2018-03-177-2/+1265
* [SelectionDAG] Handle big endian target BITCAST in computeKnownBits()Jonas Paulsson2018-03-171-0/+29
* [CodeGenPrepare] Respect endianness in splitMergedValStore.Jonas Paulsson2018-03-131-0/+22
* [SystemZ] Fix test cases after r326613Ulrich Weigand2018-03-026-185/+50
* [SystemZ] Add support for anyregcc calling conventionUlrich Weigand2018-03-023-0/+613
* [SystemZ] Support stackmaps and patchpointsUlrich Weigand2018-03-025-0/+871
* [SystemZ] Fix common-code users of stack sizeUlrich Weigand2018-03-021-0/+38
* [SystemZ] Support vector registers in inline asmUlrich Weigand2018-03-021-0/+138
* [DAGCombiner] When combining zero_extend of a truncate, only mask before exte...Craig Topper2018-03-011-2/+2
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2018-02-271-6/+6
* [SystemZ] Also update the CHECK line for VPDIJonas Paulsson2018-02-231-1/+1
* [SystemZ] Fix VPDI argument in test.Jonas Paulsson2018-02-231-1/+1
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Quentin Colombet2018-02-171-6/+6
* [SelectionDAG] Consider endianness in scalarizeVectorStore().Jonas Paulsson2018-02-022-64/+66
* [SystemZ] Update test case (NFC)Jonas Paulsson2018-02-021-2/+2
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2018-02-011-6/+6
* [SelectionDAG] Fix UpdateChains handling of TokenFactorsNirav Dave2018-02-011-0/+113
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-3111-254/+254
* [SystemZ] Check the bitwidth before calling isInt/isUInt.Jonas Paulsson2018-01-311-0/+25
* Move new test from Generic to SystemZ.Jonas Paulsson2018-01-201-0/+142
* [SelectionDAG] Fix codegen of vector stores with non byte-sized elements.Jonas Paulsson2018-01-201-1/+8
* [SystemZ] Prefer LOCHI over generating IPM sequencesUlrich Weigand2018-01-193-50/+42
* [SystemZ] Directly use CC result of compare-and-swapUlrich Weigand2018-01-195-0/+287
* [SystemZ] Rework IPM sequence generationUlrich Weigand2018-01-193-4/+250
* [SystemZ] Run branch-12.ll test only if long tests enabledUlrich Weigand2018-01-192-1/+1
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-199-300/+282
* [SystemZ] Handle BRCTH branches correctly in SystemZLongBranch.cpp.Jonas Paulsson2018-01-171-0/+11953
* [SystemZ] Check for legality before doing LOAD AND TEST transformations.Jonas Paulsson2018-01-151-0/+52
* Temporarily revertJonas Paulsson2018-01-101-52/+0
* [SelectionDAGBuilder] Chain prefetches less aggressively.Jonas Paulsson2018-01-101-0/+86
* [SystemZ] Check for legality before doing LOAD AND TEST transformations.Jonas Paulsson2018-01-101-0/+52
* [MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi2018-01-102-2/+2
* [MachineOperand][MIR] Add isRenamable to MachineOperand.Geoff Berry2017-12-121-2/+2
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-072-3/+3
* [SystemZ] Bugfix in expandRxSBG()Jonas Paulsson2017-12-061-0/+24
* [SystemZ] Validate shifted compare value in adjustForTestUnderMaskUlrich Weigand2017-12-051-0/+22
* [SystemZ] set 'guessInstructionProperties = 0' and set flags as needed.Jonas Paulsson2017-12-054-17/+31
* [Regalloc] Generate and store multiple regalloc hints.Jonas Paulsson2017-12-053-18/+13
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-0410-93/+93
* [CodeGen] Always use `printReg` to print registers in both MIR and debugFrancis Visoiu Mistrih2017-11-305-98/+98
* [SystemZ] Bugfix in adjustSubwordCmp.Jonas Paulsson2017-11-301-0/+192
OpenPOWER on IntegriCloud