summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombine] Check the uses of negated floating constant and remove the hackQingShan Zhang2020-06-261-0/+101
* [PPCAsmPrinter] support 'L' output template for memory operandsNick Desaulniers2020-06-251-1/+12
* [PowerPC] Do not assume operand of ADDI is an immediateNemanja Ivanovic2020-06-231-0/+52
* [PowerPC] Unaligned FP default should apply to scalars onlyNemanja Ivanovic2020-06-231-0/+132
* [PowerPC] Prevent legalization loop from promoting SELECT_CC from v4i32 to v4i32Nemanja Ivanovic2020-06-221-0/+58
* [PowerPC] Add missing handling for half precisionTom Stellard2020-06-222-176/+54
* [PowerPC] Do not attempt to reuse load for 64-bit FP_TO_UINT without FPCVTNemanja Ivanovic2020-05-191-0/+59
* [PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabledKai Luo2020-04-221-2/+11
* [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.Kai Luo2020-04-221-1/+1
* [PowerPC] Enhance test for PR45297. NFC.Kai Luo2020-04-221-4/+7
* [PowerPC] Pre-commit reduced test case for PR45297. NFC.Kai Luo2020-04-221-0/+10
* [PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuseKai Luo2020-04-161-0/+44
* [DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()Nemanja Ivanovic2020-04-141-0/+58
* [Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompileRoman Lebedev2020-02-261-2/+6
* Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse2020-02-121-1/+1
* [StackColoring] Remap FixedStackPseudoSourceValue frame index referenced by M...Fangrui Song2020-01-211-0/+171
* [AIX][XCOFF] Supporting the ReadOnlyWithRel SectionKnddiggerlin2020-01-141-0/+19
* [AIX] ExternalSymbolSDNode loweringXiangling Liao2020-01-142-0/+186
* [PowerPC] [NFC] set instruction number as 1st priority of lsr cost model.Zheng Chen2020-01-141-0/+66
* [FPEnv] Fix chain handling for fpexcept.strict nodesUlrich Weigand2020-01-131-9/+9
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-121-140/+0
* [NFC] [PowerPC] Update mi-peephole-splat testQiu Chaofan2020-01-111-23/+115
* [AIX] Allow vararg calls when all arguments reside in registersjasonliu2020-01-102-2/+291
* [PowerPC] Handle constant zero bits in BitPermutationSelectorNemanja Ivanovic2020-01-101-0/+141
* [DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)QingShan Zhang2020-01-095-37/+28
* [PowerPC] when folding rlwinm+rlwinm. to andi., we should use first rlwinmZheng Chen2020-01-081-3/+18
* [NFC][Test] Add the option -enable-no-signed-zeros-fp-math for testQingShan Zhang2020-01-081-2/+4
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-2/+0
* [AIX][XCOFF]Implement mergeable constdiggerlin2020-01-071-0/+166
* [NFC][Test] Add a test to verify the DAGCombine of fmaQingShan Zhang2020-01-071-0/+143
* [PowerPC][NFC] Rename record instructions to use _rec suffix instead of oJinsong Ji2020-01-069-166/+166
* [AIX] Use csect reference for function address constantsdiggerlin2020-01-061-0/+32
* [DAGCombine] Don't check the legality of type when combine the SIGN_EXTEND_INREGQingShan Zhang2020-01-061-4/+1
* [PowerPC]: Fix predicate handling with SPEJustin Hibbits2020-01-021-202/+510
* Run update_llc_test_checks against SPE tests.Justin Hibbits2020-01-021-175/+670
* [PowerPC][AIX] Enable sret arguments.Sean Fertile2020-01-021-7/+90
* [PowerPC] Only legalize FNEARBYINT with unsafe fp mathNemanja Ivanovic2020-01-022-79/+253
* [NFC] Add comments in unit test aix-xcoff-toc.ll to clarify the intentjasonliu2019-12-311-0/+10
* [PowerPC] Legalize rounding nodesNemanja Ivanovic2019-12-304-278/+665
* [PowerPC] Exploit the rlwinm instructions for "and" with constantQingShan Zhang2019-12-303-8/+5
* [PowerPC] Change default for unaligned FP access for older subtargetsNemanja Ivanovic2019-12-282-1/+45
* [PowerPC] Modify the hasSideEffects of some VSX instructions from 1 to 0Kang Zhang2019-12-281-30/+30
* [PowerPC] stop folding if result rlwinm mask is wrap while original rlwinm is...czhengsz2019-12-251-0/+15
* [PowerPC] Modify the hasSideEffects of MTLR and MFLR from 1 to 0Kang Zhang2019-12-2613-52/+52
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-2414-25/+25
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-247-8/+8
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-2428-36/+36
* [PowerPC] NFC - fix the testcase bug of folding rlwinmczhengsz2019-12-231-7/+7
* [Power9] Remove the PPCISD::XXREVERSE as it has completely the same semantics...QingShan Zhang2019-12-231-3/+2
* [NFC][Test][PowerPC] Add more tests for 'and mask'QingShan Zhang2019-12-232-22/+91
OpenPOWER on IntegriCloud