aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix test to work on every platform.Bill Wendling2009-11-111-3/+1
* Test this on Darwin only.Bill Wendling2009-11-101-0/+2
* Emit correct code when making a ConstantPool entry for a vectorDale Johannesen2009-11-101-0/+36
* Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling2009-11-101-0/+28
* Update these tests for the new label names.Dan Gohman2009-11-051-4/+4
* Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson2009-11-051-2/+2
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+55
* Add nounwind to this test.Dan Gohman2009-09-241-1/+1
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-181-0/+62
* Convert more tests to avoid llvm-as.Dan Gohman2009-09-117-32/+17
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-112-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09217-321/+321
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-082-2/+2
* Alter 79292 to produce output that actually assembles.Dale Johannesen2009-08-261-1/+4
* remove some dead lines.Chris Lattner2009-08-251-7/+0
* convert to filecheck styleChris Lattner2009-08-251-22/+47
* Remove obsolete -f flags.Dan Gohman2009-08-2512-16/+16
* Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar2009-08-242-103/+53
* Split test into 3.Dale Johannesen2009-08-241-0/+8
* Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar2009-08-231-20/+12
* Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar2009-08-231-12/+20
* PowerPC inline asm was emitting two output operandsDale Johannesen2009-08-181-0/+22
* Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes2009-08-131-0/+8
* Revert 78892 and 78895, these break generating working executables onDaniel Dunbar2009-08-131-1/+0
* fix typo, add 10.6 version of test for my previous patch.Chris Lattner2009-08-131-0/+1
* add nounwindChris Lattner2009-08-121-1/+1
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-2/+2
* Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman2009-07-231-20/+12
* Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman2009-07-221-2/+2
* Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen2009-07-161-0/+16
* get the PPC stub temporary label from the mangler instead of Chris Lattner2009-07-151-4/+4
* convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner2009-07-151-1/+57
* simplify this test to test the esentials.Chris Lattner2009-07-151-57/+3
* convert this test to filecheck styleChris Lattner2009-07-141-12/+20
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-6/+4
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-7/+7
* Check in a reduced version of this testcase.Dan Gohman2009-07-131-17376/+563
* Add testcases for PR4538, PR4537, and PR4534.Dan Gohman2009-07-131-0/+17396
* Fix codegen for references to available_externally symbols. This fixesChris Lattner2009-07-011-0/+69
* Don't grep the -debug output. This isn't the way to test changes.Bill Wendling2009-06-251-1/+0
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-161-0/+15
* PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec Eli Friedman2009-06-071-0/+10
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-0427-137/+137
* Add explicit test for PR4280.Eli Friedman2009-05-281-0/+15
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-161-2/+2
* Second attempt:Bill Wendling2009-04-291-1/+1
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-1/+1
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-1/+1
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-1/+1
* Fix this test so that it doesn't spuriously fail due to someDan Gohman2009-03-271-1/+1