summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAge
* Merging r197089:Bill Wendling2013-12-12
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Fold variable that's only used in assert into the assert.Benjamin Kramer2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel2013-05-08
* Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel2013-05-07
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-20
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-19
* Disable PPC comparison optimization by defaultHal Finkel2013-04-18
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-18
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-12
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-11
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-10
* Cleanup PPCInstrInfo::DefinesPredicateHal Finkel2013-04-10
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-10
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Cleanup PPCEarlyReturnHal Finkel2013-04-09
* Generate PPC early conditional returnsHal Finkel2013-04-08
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-06
* Enable early if conversion on PPCHal Finkel2013-04-05
* Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...Hal Finkel2013-03-27
* Remove more dead LR-as-GPR PPC codeHal Finkel2013-03-27
* Don't spill PPC VRSAVE on non-Darwin (even in SjLj)Hal Finkel2013-03-27
* Note in PPCFunctionInfo VRSAVE spillsHal Finkel2013-03-23
* Remove dead PPC LR spilling codeHal Finkel2013-03-23
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-21
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-21
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-19
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-17
* Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel2013-03-15
* PPC should always use the register scavenger for CR spillingHal Finkel2013-03-12
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove all references to TargetInstrInfoImpl.Jakob Stoklund Olesen2012-11-28
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-10
* Add PPC Freescale e500mc and e5500 subtargets.Hal Finkel2012-08-28
* Implement PPCInstrInfo::isCoalescableExtInstr().Jakob Stoklund Olesen2012-06-19
* Enable PPC CTR loop formation by default.Hal Finkel2012-06-08
* Disable the PPC CTR-Loops pass by default.Hal Finkel2012-06-08
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-01
* Fix dynamic linking on PPC64.Hal Finkel2012-03-31
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* 64-bit LR8 load should use X11 not R11Hal Finkel2011-12-07