aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable early if conversion on PPCHal Finkel2013-04-051-0/+99
* Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...Hal Finkel2013-03-271-0/+18
* Remove more dead LR-as-GPR PPC codeHal Finkel2013-03-271-16/+4
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-271-0/+4
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-231-10/+18
* Remove dead PPC LR spilling codeHal Finkel2013-03-231-30/+8
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-221-2/+2
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-211-9/+0
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-211-0/+12
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-191-0/+9
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-171-34/+29
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-151-3/+4
* PPC should always use the register scavenger for CR spillingHal Finkel2013-03-121-77/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-281-2/+2
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-101-6/+12
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-281-2/+4
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-191-0/+16
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-081-6/+6
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-081-0/+12
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-6/+71
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-201-16/+16
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-3/+4
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-1/+4
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-1/+1
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-071-5/+11
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-071-3/+3
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-061-23/+36
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-051-5/+5
* update PPC 940 hazard rec. to function in postRA modeHal Finkel2011-12-021-12/+19
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-221-5/+2
* Make use of MachinePointerInfo::getFixedStack. This removes all mentionJay Foad2011-11-151-5/+2