aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
AgeCommit message (Expand)Author
2010-02-28add some random nounwinds.Chris Lattner
2010-02-26Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen
2010-02-24Change the scheduler from adding nodes in allnodes orderChris Lattner
2010-02-22When emitting an instruction which depends on both a post-incrementedDan Gohman
2010-02-21add some no-unwinds, other minor cleanups.Chris Lattner
2010-02-21add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner
2010-02-21filecheckize and add nouwinds.Chris Lattner
2010-02-16Make g5 target explicit; scheduling affects register choice.Dale Johannesen
2010-02-16Adjust register numbers in tests to compensate for theDale Johannesen
2010-02-12When save/restoring CR at prolog/epilog, in a largeDale Johannesen
2010-02-06Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola
2010-02-05Make test more fucused eliminating extraneous bits.Bill Wendling
2010-02-05An empty global constant (one of size 0) may have a section immediatelyBill Wendling
2010-02-03Reapply 95050 with a tweak to check the register class.Dale Johannesen
2010-02-02Test revert 95050; there's a good chance it's causingDale Johannesen
2010-02-02Make local RA smarter about reusing input register of a copyDale Johannesen
2010-01-28Give AsmPrinter the most common expected implementation of Chris Lattner
2010-01-25Attempt to unbreak test on Linux. Chris, please check.Daniel Dunbar
2010-01-23stop testing for invalid output.Chris Lattner
2010-01-21testcase for r94095Chris Lattner
2010-01-19Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner
2010-01-13remove uses of deprecated functions, this generates slightlyChris Lattner
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-16Do better with physical reg operands (typically, from inline asm)Dale Johannesen
2009-11-25ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng
2009-11-24Do not store R31 into the caller's link area on PPC.Dale Johannesen
2009-11-22Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-21When generating a vector the really slow way, via loadsDale Johannesen
2009-11-20Remove an incorrect overaggressive optimizationDale Johannesen
2009-11-16Check if subreg index is zero.Evan Cheng
2009-11-16For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng
2009-11-13Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen
2009-11-11Fix test to work on every platform.Bill Wendling
2009-11-10Test this on Darwin only.Bill Wendling
2009-11-10Emit correct code when making a ConstantPool entry for a vectorDale Johannesen
2009-11-10Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling
2009-11-05Update these tests for the new label names.Dan Gohman
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