summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCMIPeephole.cpp
AgeCommit message (Expand)Author
2017-12-29[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversionNemanja Ivanovic
2017-12-20[PowerPC] fix a bug in redundant compare eliminationHiroshi Inoue
2017-12-18[PPC] Disable reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-15Fix code causing fallthrough warnings in the PPC back end.Nemanja Ivanovic
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-15Disabling r312514 as it causes miscompiles that show up on bootstrapNemanja Ivanovic
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-27[PowerPC] Remove redundant TOC savesZaara Syeda
2017-11-15[PowerPC] fix up in redundant compare eliminationHiroshi Inoue
2017-10-30Revert "[PowerPC] Try to simplify a Swap if it feeds a Splat"Stefan Pintilie
2017-10-24[PowerPC] Try to simplify a Swap if it feeds a SplatStefan Pintilie
2017-10-23Revert "[PowerPC] Try to simplify a Swap if it feeds a Splat"Stefan Pintilie
2017-10-23[PowerPC] Try to simplify a Swap if it feeds a SplatStefan Pintilie
2017-10-20Disabling the transformation introduced in r315888Nemanja Ivanovic
2017-10-16[PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extendedHiroshi Inoue
2017-10-10Fix for PR34888.Nemanja Ivanovic
2017-10-03[trivial] fix format, NFCHiroshi Inoue
2017-09-28[PowerPC] eliminate partially redundant compare instructionHiroshi Inoue
2017-09-19[PowerPC Peephole] Constants into a join add, use ADDI over LI/ADD.Tony Jiang
2017-09-05[PowerPC] eliminate redundant compare instructionHiroshi Inoue
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-12-06[PowerPC] Improvements for BUILD_VECTOR Vol. 4Nemanja Ivanovic
2016-10-12[PPCMIPeephole] Fix splat eliminationTim Shen
2016-10-04[Power9] Part-word VSX integer scalar loads/stores and sign extend instructionsNemanja Ivanovic
2016-04-27Add optimization bisect opt-in calls for PowerPC passesAndrew Kaylor
2015-11-10[PowerPC] Add an MI SSA peephole pass.Bill Schmidt