summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
AgeCommit message (Expand)Author
2017-06-20RegisterScavenging: Followup to r305625Matthias Braun
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-04-23[PowerPC] Enable printing instructions using aliasesHal Finkel
2013-09-12PPC: Enable aggressive anti-dependency breakingHal Finkel
2013-03-28Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel
2013-03-26Use multiple virtual registers in PPC CR spillingHal Finkel
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-12Don't reserve R2 on Darwin/PPCHal Finkel
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-06delaying restore-cr changed assigned registers in some testsHal Finkel
2011-12-05enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel
2011-12-05remove wasted space for extra bit copies of CR2 subregsHal Finkel
2011-12-02specify cpu for test to fix failure on some darwin systems with a g4+ cpuHal Finkel
2011-12-02adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel
2010-02-12When save/restoring CR at prolog/epilog, in a largeDale Johannesen