summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
AgeCommit message (Expand)Author
2018-04-14Merging r322373:Tom Stellard
2018-04-13Merging r329852:Tom Stellard
2018-04-09Merging r327651:Tom Stellard
2018-02-22Merging r325739:Hans Wennborg
2018-01-24Merging r322372 and r322767:Hans Wennborg
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-30[PowerPC] fix a bug in TCO eligibility checkHiroshi Inoue
2017-12-29[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversionNemanja Ivanovic
2017-12-22(Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-21[PowerPC] Fix parest build failure in SPEC2017.Tony Jiang
2017-12-21Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das
2017-12-21Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das
2017-12-20[PowerPC] Added an assert to make sure that the MBBI iterator is valid.Stefan Pintilie
2017-12-20[PowerPC] fix a bug in redundant compare eliminationHiroshi Inoue
2017-12-18[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-18[PPC] Disable reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-16[PowerPC, AsmParser] Enable the mnemonic spell correctorHal Finkel
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-15Fix the second build bot break introduced by r320791.Nemanja Ivanovic
2017-12-15Fix code causing fallthrough warnings in the PPC back end.Nemanja Ivanovic
2017-12-15Fix the build bot break introduced by r320791.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-14TLI: Allow using PSV for intrinsic mem operandsMatt Arsenault
2017-12-14DAG: Expose all MMO flags in getTgtMemIntrinsicMatt Arsenault
2017-12-14[CodeGen] Print global addresses as @foo in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-13Fix link failure on one build bot introduced by r320584.Nemanja Ivanovic
2017-12-13[PowerPC] MachineSSA pass to reduce the number of CR-logical operationsNemanja Ivanovic
2017-12-13[Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-12-12[PowerPC] Add branch flag on asm parser-only branch instructionsNemanja Ivanovic
2017-12-12[PowerPC] Follow-up to r318436 to get the missed CSE opportunitiesNemanja Ivanovic
2017-12-11[PowerPC] Partially enable the ISEL expansion pass.Tony Jiang
2017-12-11[PowerPC] Sign-extend negative constant storesNemanja Ivanovic
2017-12-10PowerPC: support external pid instructions in MC layer.Tim Northover
2017-12-07Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...Eric Christopher
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-12-01Follow-up to r319434 to turn the pass on by defaultNemanja Ivanovic
2017-11-30[PowerPC] Recommit r314244 with refactoring and off by defaultNemanja Ivanovic
2017-11-30[CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-29First step towards more human-friendly PPC assembler output:Joerg Sonnenberger
2017-11-29[PowerPC] Relax the checking on AND/AND8 in isSignOrZeroExtended.Sean Fertile
2017-11-28[PowerPC] Allow tail calls of fastcc functions from C CallingConv functions.Sean Fertile
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-27[PowerPC] Remove redundant TOC savesZaara Syeda
2017-11-27[Power9] Improvements to vector extract with variable index exploitationZaara Syeda
2017-11-20[PPC] Heuristic to choose between a X-Form VSX ld/st vs a X-Form FP ld/st.Tony Jiang
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-16[PPC] Change i32 constant in store instruction to i64Guozhi Wei