aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+16
* Enable generating PPC pre-increment (r+imm) instructions by default.Hal Finkel2012-06-042-3/+3
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-201-0/+28
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-171-2/+4
* Remove dead SD nodes after the combining pass. Fixes PR12201.Hal Finkel2012-04-161-0/+46
* Enable prefetch generation on PPC64.Hal Finkel2012-04-011-0/+15
* Add instruction itinerary for the PPC64 A2 core.Hal Finkel2012-04-011-0/+33
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-241-0/+20
* Test the section specification.Roman Divacky2012-02-271-1/+2
* Reapply r151278 with fixes.Roman Divacky2012-02-271-2/+4
* Revert r151278, breaks static linking.Hal Finkel2012-02-251-3/+2
* X11/X2 loads around indirect calls on ppc64 should not be deleted.Hal Finkel2012-02-241-0/+4
* Don't crash when a glue node contains an internal CopyToRegHal Finkel2012-02-241-0/+12
* MCize function entry label emission on PowerPC64 properly.Roman Divacky2012-02-231-2/+3
* Allow the use of an alternate symbol for calculating a function's size.Hal Finkel2012-02-221-0/+18
* Remove a bad PowerPC test.Jakob Stoklund Olesen2012-02-211-160/+0
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-161-0/+40
* Cleanup stack/frame register define/kill states. This fixes two bugs:Hal Finkel2011-12-302-8/+14
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-151-0/+16
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-122-4/+4
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-102-20/+20
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-091-0/+16
* delaying restore-cr changed assigned registers in some testsHal Finkel2011-12-062-9/+9
* add a test case that uses RESTORE_CRHal Finkel2011-12-061-0/+225
* Add test case - this input used to crash because of duplicate generation of S...Hal Finkel2011-12-051-0/+191
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-056-20/+20
* remove wasted space for extra bit copies of CR2 subregsHal Finkel2011-12-051-2/+2
* specify cpu for test to fix failure on some darwin systems with a g4+ cpuHal Finkel2011-12-021-1/+1
* adjust the instruction ordering in some PPC tests: changes due to postRA haz....Hal Finkel2011-12-024-8/+23
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-3/+3
* add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel2011-11-221-92/+90
* test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll: [PR11218] Mark "REQUI...NAKAMURA Takumi2011-10-281-0/+4
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-244-128/+100
* use FileCheck and not grep in new testsHal Finkel2011-10-172-5/+10
* Test case for CanLowerReturn fix (r141981)Hal Finkel2011-10-171-0/+19
* Add PPC 440 scheduler and some associated tests (new files)Hal Finkel2011-10-172-0/+55
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-264-1493/+1366
* Remove ancient debug info constructs from test cases, they are not relevant t...Devang Patel2011-09-141-7/+0
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-2/+4
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-12/+5
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-301-0/+18
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* FileCheck-ize a couple tests.Eli Friedman2011-07-182-4/+22
* test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi2011-07-111-1/+1
* Implement ISD::VAARG lowering on PPC32.Roman Divacky2011-06-281-0/+167
* Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflowRoman Divacky2011-06-201-0/+29
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-185-213/+28
* Fix a few places where 32bit instructions/registerset were used on PPC64.Roman Divacky2011-06-171-0/+14