aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2009-11-05Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson
2009-09-24Add nounwind to this test.Dan Gohman
2009-09-18Model the carry bit on ppc32. Without this we couldDale Johannesen
2009-09-11Convert more tests to avoid llvm-as.Dan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-26Alter 79292 to produce output that actually assembles.Dale Johannesen
2009-08-25remove some dead lines.Chris Lattner
2009-08-25convert to filecheck styleChris Lattner
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-08-24Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck.Daniel Dunbar
2009-08-24Split test into 3.Dale Johannesen
2009-08-23Rerevert (r75663 and r76805), seems there is more non-determinism.Daniel Dunbar
2009-08-23Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the realDaniel Dunbar
2009-08-18PowerPC inline asm was emitting two output operandsDale Johannesen
2009-08-13Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' Bruno Cardoso Lopes
2009-08-13Revert 78892 and 78895, these break generating working executables onDaniel Dunbar
2009-08-13fix typo, add 10.6 version of test for my previous patch.Chris Lattner
2009-08-12add nounwindChris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-07-23Revert r75663 (and r76805), as it is causing regressions on powerpc.Dan Gohman
2009-07-22Add -march=ppc32 lines so that this test doesn't ever default to ppc64.Dan Gohman
2009-07-16Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen
2009-07-15get the PPC stub temporary label from the mangler instead of Chris Lattner
2009-07-15convert this to filecheck style and make it a test of darwin/PPC's Chris Lattner
2009-07-15simplify this test to test the esentials.Chris Lattner
2009-07-14convert this test to filecheck styleChris Lattner
2009-07-14Reapply my previous asmprinter changes now with more testing and two Chris Lattner
2009-07-14Change the internal interface to makeNameProper to take a bool thatChris Lattner
2009-07-13Check in a reduced version of this testcase.Dan Gohman
2009-07-13Add testcases for PR4538, PR4537, and PR4534.Dan Gohman
2009-07-01Fix codegen for references to available_externally symbols. This fixesChris Lattner
2009-06-25Don't grep the -debug output. This isn't the way to test changes.Bill Wendling
2009-06-16Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman
2009-06-07PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec Eli Friedman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-28Add explicit test for PR4280.Eli Friedman
2009-05-16Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-04-18Don't try to make BUILD_VECTOR operands have the sameDuncan Sands
2009-03-27Fix this test so that it doesn't spuriously fail due to someDan Gohman
2009-03-18Added missing support for widening when splitting an unary op (PR3683)Mon P Wang
2009-03-18Add another test case for r64440.Evan Cheng
2009-01-25Private linkage support for PPC / Darwin.Evan Cheng
2009-01-16Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower...Evan Cheng
2009-01-15Add the private linkage.Rafael Espindola