aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
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
2009-01-09this test should not run opt -std-compile-opts, it should run Chris Lattner
2009-01-02rename a file to follow naming conventions.Chris Lattner
2008-12-19Fix PR3149. If an early clobber def is a physical register and it is tied to ...Evan Cheng
2008-12-19Fix bug 3202.Rafael Espindola
2008-12-16We have decided not to support inline asm where an output operand with a matc...Evan Cheng
2008-12-05Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng
2008-12-02Remove a (what appears to be) overly strict assertion. Here is what happened:Evan Cheng
2008-11-26Check that running the DAG combiner between typeDuncan Sands
2008-11-17Remove these, which test for optimizations thatDale Johannesen
2008-11-08Generated code for generic expansion of SETUGT etc.Dale Johannesen
2008-11-08Xfail an incorrect test.Dale Johannesen
2008-11-05Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman
2008-11-04Fix PR3011: LegalizeTypes support for scalarizingDuncan Sands
2008-10-31Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands
2008-10-30Testcase for PR2986.Duncan Sands
2008-10-29add testcase for PR2964Chris Lattner
2008-10-28Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands
2008-10-28Turn off LegalizeTypes for this test for theDuncan Sands
2008-10-28Fix a testcase provided by Bill in which the nodeDuncan Sands
2008-10-27rename vec_spat -> vec_splat, pointed out by duncanChris Lattner
2008-10-26remove eh output from this test.Chris Lattner
2008-10-18Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-15Testcase for PR1638.Bill Wendling