aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2012-04-01Enable prefetch generation on PPC64.Hal Finkel
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-24Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel
2012-02-27Test the section specification.Roman Divacky
2012-02-27Reapply r151278 with fixes.Roman Divacky
2012-02-25Revert r151278, breaks static linking.Hal Finkel
2012-02-24X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel
2012-02-24Don't crash when a glue node contains an internal CopyToRegHal Finkel
2012-02-23MCize function entry label emission on PowerPC64 properly.Roman Divacky
2012-02-22Allow the use of an alternate symbol for calculating a function's size.Hal Finkel
2012-02-21Remove a bad PowerPC test.Jakob Stoklund Olesen
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-16AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel
2011-12-30Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel
2011-12-15Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-12-10Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel
2011-12-09Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman
2011-12-06delaying restore-cr changed assigned registers in some testsHal Finkel
2011-12-06add a test case that uses RESTORE_CRHal Finkel
2011-12-05Add test case - this input used to crash because of duplicate generation of S...Hal 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
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-10-28test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-17use FileCheck and not grep in new testsHal Finkel
2011-10-17Test case for CanLowerReturn fix (r141981)Hal Finkel
2011-10-17Add PPC 440 scheduler and some associated tests (new files)Hal Finkel
2011-09-26Convert more tests over to the new atomic instructions. Eli Friedman
2011-09-14Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel
2011-09-06Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-30Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-18FileCheck-ize a couple tests.Eli Friedman
2011-07-11test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi
2011-06-28Implement ISD::VAARG lowering on PPC32.Roman Divacky
2011-06-20Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-06-17Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky
2011-06-17remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner
2011-06-17Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-06-03Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky
2011-05-04FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen