summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Bugfix in emitSelect()Jonas Paulsson2020-02-121-2/+3
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-6/+6
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* [FPEnv] Invert sense of MIFlag::FPExcept flagUlrich Weigand2020-01-101-3/+3
* [SystemZ] Fix matching another pattern for nxgrk (PR44496)Ulrich Weigand2020-01-091-2/+3
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-5/+5
* [SystemZ] Don't allow CL option -mpacked-stack with -mbackchain.Jonas Paulsson2020-01-031-0/+2
* [SystemZ] Create brcl 0,0 instead of brcl 0,3 in EmitNop for 6 bytes.Jonas Paulsson2020-01-021-1/+1
* [FPEnv] Default NoFPExcept SDNodeFlag to falseUlrich Weigand2020-01-021-10/+26
* [SystemZ] Add a mapping from "select register" to "load on condition" (2-addr).Jonas Paulsson2019-12-204-81/+60
* [SystemZ] Bugfix and improve the handling of CC values.Jonas Paulsson2019-12-206-33/+141
* [SystemZ][FPEnv] Enable strict vector FP extends/truncationsUlrich Weigand2019-12-204-13/+66
* [StackMaps] Be explicit about label formation [NFC] (try 2)Philip Reames2019-12-191-2/+10
* [SystemZ] Recognize mrecord-mcount in backendJonas Paulsson2019-12-192-3/+18
* [FPEnv] Strict versions of llvm.minimum/llvm.maximumUlrich Weigand2019-12-182-2/+4
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-182-3/+2
* [SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FPUlrich Weigand2019-12-173-16/+31
* [SystemZ] Improve verification of MachineOperands.Jonas Paulsson2019-12-163-8/+40
* [NFC] Use EVT instead of bool for getSetCCInverse()Alex Richardson2019-12-131-1/+1
* [SystemZ] Implement the packed stack layoutJonas Paulsson2019-12-124-112/+239
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-112-1/+3
* Rename TTI::getIntImmCost for instructions and intrinsicsReid Kleckner2019-12-112-6/+6
* [SystemZ] Fix 128-bit strict FMA expansion pre-z14Ulrich Weigand2019-12-111-6/+4
* [ARM] Teach the Arm cost model that a Shift can be folded into other instruct...David Green2019-12-092-7/+7
* [SystemZ] Fix build bot failuresUlrich Weigand2019-12-071-4/+4
* [FPEnv] Constrained FCmp intrinsicsUlrich Weigand2019-12-078-77/+283
* [FPEnv][SelectionDAG] Relax chain requirementsUlrich Weigand2019-12-061-8/+8
* [NFC][KnownBits] Add getMinValue() / getMaxValue() methodsRoman Lebedev2019-12-031-1/+1
* [SystemZ] Don't build a PPA instruction with an immediate 0 operand.Jonas Paulsson2019-11-262-3/+7
* [SystemZ] Return the right offsets from getCalleeSavedSpillSlots().Jonas Paulsson2019-11-251-21/+28
* [FPEnv] Add an option to disable strict float node mutating to an normalPengfei Wang2019-11-211-0/+3
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* DAG: Add function context to isFMAFasterThanFMulAndFAddMatt Arsenault2019-11-192-2/+4
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-131-1/+1
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-15/+15
* [SystemZ] Use LivePhysRegs instead of isCCLiveOut() in SystemZElimCompare.cppJonas Paulsson2019-11-041-9/+4
* [SystemZ] Fix typoUlrich Weigand2019-11-041-1/+1
* [SystemZ] Add GHC calling conventionUlrich Weigand2019-11-045-0/+77
* [SystemZ] Improve handling of huge PC relative immediate offsets.Jonas Paulsson2019-11-042-13/+40
* [Alignment][NFC] getMemoryOpCost uses MaybeAlignGuillaume Chatelet2019-10-252-3/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_c...Simon Pilgrim2019-10-211-1/+1
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-1/+1
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-191-0/+1
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+1
* recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...Zi Xuan Wu2019-10-122-2/+3
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-10-091-3/+3
* Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...Jinsong Ji2019-10-082-3/+2
* [LoopVectorize][PowerPC] Estimate int and float register pressure separately ...Zi Xuan Wu2019-10-082-2/+3
OpenPOWER on IntegriCloud