summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-151-1/+1
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-1412-24/+24
* Recommit "[PowerPC] Fix assert from machine verify pass that unmatched regist...Zi Xuan Wu2019-01-102-9/+9
* Revert "[PowerPC] Fix assert from machine verify pass that unmatched register...Zi Xuan Wu2019-01-092-9/+9
* [PowerPC] Fix assert from machine verify pass that unmatched register class a...Zi Xuan Wu2019-01-092-9/+9
* [Power9] Enable the Out-of-Order scheduling model for P9 hwQingShan Zhang2019-01-0335-4927/+4757
* [DAGCombiner][X86][PowerPC] Teach visitSIGN_EXTEND_INREG to fold (sext_in_reg...Craig Topper2019-01-022-6/+6
* [PowerPC] Remove SeenUse check when optimizing conditional branch inWei Mi2019-01-021-0/+108
* [PowerPC] Fix machine verify pass error for PATCHPOINT pseudo instruction tha...Kang Zhang2018-12-304-7/+7
* [PowerPC] Fix ADDE, SUBE do not know how to promote operatorKang Zhang2018-12-301-0/+31
* [PowerPC] Complete the custom legalization of vector int to fp conversionNemanja Ivanovic2018-12-296-4048/+1617
* [PowerPC] Fix CR Bit spill pseudo expansionNemanja Ivanovic2018-12-291-0/+121
* [PowerPC] handle ISD:TRUNCATE in BitPermutationSelectorHiroshi Inoue2018-12-281-0/+58
* [PowerPC] Remove the implicit use of the register if it is replaced by ImmQingShan Zhang2018-12-281-0/+78
* [PowerPC] Fix assert from machine verify pass that atomic pseudo expanding ca...Zi Xuan Wu2018-12-284-18/+17
* [PowerPC] fix register class after converting X-FORM instruction to D-FORM in...Chen Zheng2018-12-281-2/+2
* [PowerPC] Fix the bug of ISD::ADDE to set its second return type to glueKang Zhang2018-12-251-0/+11
* Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for allowing overlappi...Clement Courbet2018-12-201-8/+16
* [PowerPC] Implement the isSelectSupported() target hookKang Zhang2018-12-201-12/+8
* Test commitAmy Kwan2018-12-191-0/+1
* [PowerPC]Exploit P9 vabsdu for unsigned vselect patternsKewen Lin2018-12-191-36/+84
* [PowerPC][NFC]Update vabsd cases with vselect test casesKewen Lin2018-12-181-0/+194
* [PowerPC] Exploit power9 new instruction setbKewen Lin2018-12-181-376/+404
* [NFC] Add new test to cover the lhs scheduling issue for P9.QingShan Zhang2018-12-181-0/+49
* [NFC] fix test case issue that with wrong label check.QingShan Zhang2018-12-181-7/+14
* [PowerPC] Improve vec_abs on P9Kewen Lin2018-12-182-45/+207
* [Power9][NFC]update vabsd case for better dumpingKewen Lin2018-12-171-34/+23
* [Power9][NFC]Make pre-inc-disable case more robustKewen Lin2018-12-171-28/+28
* [Power9][NFC] add setb exploitation test caseKewen Lin2018-12-151-0/+1302
* [NFC][PowerPC] add verify-machineinstrs checkChen Zheng2018-12-131-1/+1
* [PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have flag isBarrier.Chen Zheng2018-12-131-2/+21
* [CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet2018-12-133-8/+4
* Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping s...Clement Courbet2018-12-113-4/+8
* [CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet2018-12-113-8/+4
* [Targets] Fixup incorrect targets in codemodel testsDavid Green2018-12-101-2/+2
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-0/+9
* [PowerPC] Fix assert from machine verify pass that missing undef register flagZi Xuan Wu2018-12-0720-28/+28
* [DAGCombiner] use root SDLoc for all nodes created by logic foldSanjay Patel2018-12-071-4/+4
* [DAGCombiner] don't hoist logic op if operands have other uses, part 2Sanjay Patel2018-12-061-10/+9
* [PowerPC] add tests for hoisting bitwise logic; NFCSanjay Patel2018-12-061-0/+72
* [PowerPC] Make no-PIC default to match GCC - LLVMStefan Pintilie2018-12-0479-664/+5187
* [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instructionKang Zhang2018-12-031-0/+162
* [PowerPC] Fix a conversion is not considered when the ISD::BR_CC node making ...Li Jia He2018-11-291-16/+16
* [PowerPC] [NFC] Add test cases to the ISD::BR_CC node in the instruction sele...Li Jia He2018-11-291-0/+602
* [LegalizeVectorTypes][X86][ARM][AArch64][PowerPC] Don't use SplitVecOp_Trunca...Craig Topper2018-11-262-120/+120
* Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instruction"Kang Zhang2018-11-261-161/+0
* [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same instructionKang Zhang2018-11-261-0/+161
* [DAGCombiner] form 'not' ops ahead of shifts (PR39657)Sanjay Patel2018-11-2215-54/+53
* [PowerPC] Do not use vectors to codegen bswap with Altivec turned offNemanja Ivanovic2018-11-211-4/+28
* [PowerPC] Add Itineraries for STWU/STWUX etcJinsong Ji2018-11-201-2/+2
OpenPOWER on IntegriCloud