summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide an implementation of getNoopForMachoTarget for PPC, otherwiseJoerg Sonnenberger2014-08-081-0/+5
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-5/+5
* add ppc64/pwr8 as targetWill Schmidt2014-06-261-1/+3
* The hazard recognizer only needs a subtarget, not a target machineEric Christopher2014-06-131-6/+8
* Remove TargetMachine from PPCInstrInfo and all dependencies andEric Christopher2014-06-121-19/+21
* Avoid using subtarget features when initializing the pass pipelineEric Christopher2014-05-221-1/+12
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-8/+8
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-4/+4
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [PowerPC] Add subregister classes for f64 VSX valuesHal Finkel2014-03-291-6/+27
* [PowerPC] Use a small cleanup pass to remove VSX self copiesHal Finkel2014-03-271-0/+74
* [PowerPC] Don't remove self VSX copies in PPCInstrInfo::copyPhysRegHal Finkel2014-03-271-9/+13
* [PowerPC] Select between VSX A-type and M-type FMA instructions just before RAHal Finkel2014-03-251-0/+263
* [PowerPC] Correct commutable indices for VSX FMA instructionsHal Finkel2014-03-251-0/+15
* [PowerPC] Update comment re: VSX copy-instruction selectionHal Finkel2014-03-241-2/+4
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-131-8/+9
* [PowerPC] Initial support for the VSX instruction setHal Finkel2014-03-131-0/+199
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* Add CR-bit tracking to the PowerPC backend for i1 valuesHal Finkel2014-02-281-70/+121
* Replace PPC instruction-size code with MCInstrDesc getSizeHal Finkel2014-02-021-13/+6
* Handle spilling the PPC GPRC_NOR0 register classHal Finkel2014-01-281-4/+8
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Allow MachineCSE to coalesce trivial subregister copies the same way that it ...Andrew Trick2013-12-171-2/+8
* whitespaceAndrew Trick2013-12-171-3/+3
* Improve instruction scheduling for the PPC POWER7Hal Finkel2013-12-121-2/+64
* Fix the PPC subsumes-predicate checkHal Finkel2013-12-111-0/+4
* Remove PPCScoreboardHazardRecognizerHal Finkel2013-12-021-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+4
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-151-5/+10
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-10/+0
* Fold variable that's only used in assert into the assert.Benjamin Kramer2013-06-071-2/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+2
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-081-18/+11
* Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel2013-05-071-14/+10
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-201-17/+1
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-191-16/+40
* Disable PPC comparison optimization by defaultHal Finkel2013-04-181-0/+6
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-181-0/+300
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-121-1/+2
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-111-16/+8
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-101-0/+23
* Cleanup PPCInstrInfo::DefinesPredicateHal Finkel2013-04-101-5/+10
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-101-0/+21
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-091-0/+137
* Cleanup PPCEarlyReturnHal Finkel2013-04-091-28/+31
* Generate PPC early conditional returnsHal Finkel2013-04-081-0/+148
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-061-0/+68
OpenPOWER on IntegriCloud