summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAge
* Merging r182385:Bill Wendling2013-05-21
* Merging r181450:Bill Wendling2013-05-14
* Merging r181800:Bill Wendling2013-05-14
* Merging r181423:Bill Wendling2013-05-09
* [PowerPC] Fix memory corruption in AsmParserUlrich Weigand2013-05-06
* [PowerPC] Avoid using '$' in generated assembler codeUlrich Weigand2013-05-03
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-03
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-03
* [PowerPC] Add assembler parserUlrich Weigand2013-05-03
* Make all darwin ppc stubs local.Rafael Espindola2013-04-27
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of vsubcuw and vsum4sbs instructionsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-26
* PowerPC: Support PC-relative fixup_ppc_brcond14.Ulrich Weigand2013-04-26
* Change commentary for PowerPC Boolean vector contents.Bill Schmidt2013-04-23
* DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson2013-04-23
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Move PPC getSwappedPredicate for reuseHal Finkel2013-04-20
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* 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 support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2013-04-17
* Mark all PPC comparison instructions as not having side effectsHal Finkel2013-04-15
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-15
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-13
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-13
* PPC: Remove (broken) nested implicit definition listsHal Finkel2013-04-12
* Add a comment about the PPC Interpretation64Bit bitHal Finkel2013-04-12
* 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
* Use virtual base registers on PPCHal Finkel2013-04-09
* Generate PPC early conditional returnsHal Finkel2013-04-08
* Cleanup and improve PPC fsel generationHal Finkel2013-04-07
* PPC rotate instructions don't have unmodeled side effctsHal Finkel2013-04-07
* Most PPC M[TF]CR instructions do not have side effectsHal Finkel2013-04-07
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-07
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-07
* PPC MCRF instruction does not have side effectsHal Finkel2013-04-07
* PPC FMR instruction does not have side effectsHal Finkel2013-04-07
* Implement PPCInstrInfo::FoldImmediateHal Finkel2013-04-06
* PPC ISEL is a select and never has side effectsHal Finkel2013-04-06
* Enable early if conversion on PPCHal Finkel2013-04-05