[PowerPC] Put PPCVSXCopy into its own source file
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.cpp
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXCopy into its own source file
2015-02-01 Hal Finkel[PowerPC] Put PPCVSXFMAMutate into its own source file
2015-02-01 Hal Finkel[PowerPC] Remove the PPCVSXCopyCleanup pass
2015-02-01 Hal Finkel[PowerPC] Add implicit ops to conditional returns in...
2015-01-30 Eric ChristopherUse the cached subtargets and remove calls to getSubtar...
2015-01-14 Hal FinkelRevert "r225811 - Revert "r225808 - [PowerPC] Add Stack...
2015-01-13 Hal FinkelRevert "r225808 - [PowerPC] Add StackMap/PatchPoint...
2015-01-13 Hal Finkel[PowerPC] Add StackMap/PatchPoint support
2015-01-13 Hal Finkel[PowerPC] Split the blr definition into BLR and BLR8
2014-12-12 Hal Finkel[PowerPC] Add a DAGToDAG peephole to remove unnecessary...
2014-10-21 Bill Schmidt[PowerPC] Avoid VSX FMA mutate when killed product...
2014-10-17 Bill Schmidt[PowerPC] Change assert to better form
2014-10-17 Bill Schmidt[PowerPC] Change liveness testing in VSX FMA mutation...
2014-08-08 Joerg SonnenbergerProvide an implementation of getNoopForMachoTarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Will Schmidtadd ppc64/pwr8 as target
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-12 Eric ChristopherRemove TargetMachine from PPCInstrInfo and all dependen...
2014-05-22 Eric ChristopherAvoid using subtarget features when initializing the...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-03-29 Hal Finkel[PowerPC] Add subregister classes for f64 VSX values
2014-03-27 Hal Finkel[PowerPC] Use a small cleanup pass to remove VSX self...
2014-03-27 Hal Finkel[PowerPC] Don't remove self VSX copies in PPCInstrInfo...
2014-03-25 Hal Finkel[PowerPC] Select between VSX A-type and M-type FMA...
2014-03-25 Hal Finkel[PowerPC] Correct commutable indices for VSX FMA instru...
2014-03-24 Hal Finkel[PowerPC] Update comment re: VSX copy-instruction selection
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-02-02 Hal FinkelReplace PPC instruction-size code with MCInstrDesc...
2014-01-28 Hal FinkelHandle spilling the PPC GPRC_NOR0 register class
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-17 Andrew TrickAllow MachineCSE to coalesce trivial subregister copies...
2013-12-17 Andrew Trickwhitespace
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-12-11 Hal FinkelFix the PPC subsumes-predicate check
2013-12-02 Hal FinkelRemove PPCScoreboardHazardRecognizer
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-07-15 Hal FinkelFix register subclass handling in PPCInstrInfo::insertS...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-07 Benjamin KramerFold variable that's only used in assert into the assert.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-08 Hal FinkelPPCInstrInfo::optimizeCompareInstr should not optimize...
2013-05-07 Hal FinkelCleanup PPCInstrInfo::optimizeCompareInstr
2013-04-20 Hal FinkelMove PPC getSwappedPredicate for reuse
2013-04-19 Hal FinkelFix PPC optimizeCompareInstr swapped-sub argument handling
2013-04-18 Hal FinkelDisable PPC comparison optimization by default
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-12 Hal FinkelAdd PPC instruction record forms and associated query...
2013-04-11 Hal FinkelMake PPCInstrInfo::isPredicated always return false
2013-04-10 Hal FinkelPPC: Don't predicate a diamond with two counter decrements
2013-04-10 Hal FinkelCleanup PPCInstrInfo::DefinesPredicate
2013-04-10 Hal FinkelPPC: Prep for if conversion of bctr[l]
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Hal FinkelCleanup PPCEarlyReturn
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-05 Hal FinkelEnable early if conversion on PPC
2013-03-27 Hal FinkelResynchronize isLoadFromStackSlot with LoadRegFromStack...
2013-03-27 Hal FinkelRemove more dead LR-as-GPR PPC code
2013-03-27 Hal FinkelDon't spill PPC VRSAVE on non-Darwin (even in SjLj)
2013-03-23 Hal FinkelNote in PPCFunctionInfo VRSAVE spills
2013-03-23 Hal FinkelRemove dead PPC LR spilling code
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 Hal FinkelAdd support for spilling VRSAVE on PPC
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-17 Hal FinkelImprove PPC VR (Altivec) register spilling
2013-03-15 Hal FinkelAllocate the RS spill slot for any PPC function with...
2013-03-12 Hal FinkelPPC should always use the register scavenger for CR...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Jakob Stoklund OlesenRemove all references to TargetInstrInfoImpl.
2012-10-10 Bill SchmidtWhen generating spill and reload code for vector regist...
2012-08-28 Hal FinkelAdd PPC Freescale e500mc and e5500 subtargets.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-08 Hal FinkelEnable PPC CTR loop formation by default.
2012-06-08 Hal FinkelDisable the PPC CTR-Loops pass by default.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-12-07 Hal Finkel64-bit LR8 load should use X11 not R11
2011-12-06 Hal Finkeladd RESTORE_CR and support CR unspills
2011-12-05 Hal Finkelenable PPC register scavenging by default (update tests...
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-11-22 Hal Finkeladd basic PPC register-pressure feedback; adjust the...
2011-11-15 Jay FoadMake use of MachinePointerInfo::getFixedStack. This...
2011-11-08 NAKAMURA TakumiPPCInstrInfo.cpp: Fix one "unused" warning.
2011-10-21 Richard SmithFix unused variable warning.
2011-10-20 Dan GohmanDisable the PPC hazard recognizer. It currently only...
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests
2011-10-04 Jakob Stoklund OlesenTeach PPCInstrInfo to handle sub-classes.
next