summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/setcc-logic.ll
AgeCommit message (Expand)Author
2017-12-18[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30[PowerPC] Recommit r314244 with refactoring and off by defaultNemanja Ivanovic
2017-09-26[PowerPC] Reverting sequence of patches for elimination of comparison instruc...Nemanja Ivanovic
2017-06-07[PowerPC] Eliminate integer compare instructions - vol. 3Nemanja Ivanovic
2017-05-11[PowerPC] Eliminate integer compare instructions - vol. 1Nemanja Ivanovic
2017-04-05[DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to b...Sanjay Patel
2017-04-03add/move codegen tests for and/or of setcc; NFCSanjay Patel
2017-04-01[DAGCombiner] enable vector transforms for any/all {sign} bits set/clearSanjay Patel
2017-04-01[PowerPC, x86] add vector tests for any/all {sign} bits set/clear; NFCSanjay Patel
2017-03-31[DAGCombiner] add fold for 'All sign bits set?'Sanjay Patel
2017-03-31[PowerPC] add tests for setcc+setcc+logic; NFCSanjay Patel