aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-683/+63
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-13/+36
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-26/+32
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+28
* Update to LLVM 3.5a.Stephen Hines2014-04-241-106/+801
* Merging r197089:Bill Wendling2013-12-121-0/+4
* [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
* 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