aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-171-17/+0
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-172-2/+0
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-178-18/+13
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-031-0/+4
* FileCheckize and break dependence on coalescing order.Jakob Stoklund Olesen2011-05-041-8/+6
* Explicitly request -join-physregs for some tests that depend on it.Jakob Stoklund Olesen2011-05-041-1/+1
* Add 130690 back.Rafael Espindola2011-05-022-4/+2
* Revert while I debug the tests that use march but not mtriple.Rafael Espindola2011-05-022-2/+4
* Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will ta...Rafael Espindola2011-05-022-4/+2
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-011-1/+1
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-301-1/+1
* Enable CFI on OS X.Rafael Espindola2011-04-301-1/+1
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-051-1/+2
* Disable the PowerPC/Atomics-64 test.Jakob Stoklund Olesen2011-04-041-2/+8
* Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen2011-04-042-8/+8
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-091-1/+1
* Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger2011-03-041-1/+1
* Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger2011-03-031-1/+1
* Restore the behavior of frame lowering before my refactoring.Anton Korobeynikov2010-12-181-0/+22