summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAge
...
* After trivial coalescing, the MI being visited may have become a copy. Avoid ...Evan Cheng2010-04-02
* add some nounwindsChris Lattner2010-03-28
* this takes an insane amount of time to run, disable it for now (PR6727)Chris Lattner2010-03-28
* Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodesDuncan Sands2010-03-14
* fix AsmPrinter::GetBlockAddressSymbol to always return a uniqueChris Lattner2010-03-14
* get MMI out of the label uniquing business, just go to MCContextChris Lattner2010-03-14
* Enable machine cse pass.Evan Cheng2010-03-10
* The address of an indirect call must be in R12 on Darwin.Dale Johannesen2010-03-09
* add some random nounwinds.Chris Lattner2010-02-28
* Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen2010-02-26
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-24
* When emitting an instruction which depends on both a post-incrementedDan Gohman2010-02-22
* add some no-unwinds, other minor cleanups.Chris Lattner2010-02-21
* add a triple so that this doesn't fail due to linux/ppc register printing Chris Lattner2010-02-21
* filecheckize and add nouwinds.Chris Lattner2010-02-21
* Make g5 target explicit; scheduling affects register choice.Dale Johannesen2010-02-16
* Adjust register numbers in tests to compensate for theDale Johannesen2010-02-16
* When save/restoring CR at prolog/epilog, in a largeDale Johannesen2010-02-12
* Fix alignment on ppc linux. This fixes the build of crtend.oRafael Espindola2010-02-06
* Make test more fucused eliminating extraneous bits.Bill Wendling2010-02-05
* An empty global constant (one of size 0) may have a section immediatelyBill Wendling2010-02-05
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-03
* Test revert 95050; there's a good chance it's causingDale Johannesen2010-02-02
* Make local RA smarter about reusing input register of a copyDale Johannesen2010-02-02
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-28
* Attempt to unbreak test on Linux. Chris, please check.Daniel Dunbar2010-01-25
* stop testing for invalid output.Chris Lattner2010-01-23
* testcase for r94095Chris Lattner2010-01-21
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-13
* Delete useless trailing semicolons.Dan Gohman2010-01-05
* Do better with physical reg operands (typically, from inline asm)Dale Johannesen2009-12-16
* ProcessImplicitDefs should watch out for invalidated iterator and extra impli...Evan Cheng2009-11-25
* Do not store R31 into the caller's link area on PPC.Dale Johannesen2009-11-24
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-22
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* When generating a vector the really slow way, via loadsDale Johannesen2009-11-21
* Remove an incorrect overaggressive optimizationDale Johannesen2009-11-20
* Check if subreg index is zero.Evan Cheng2009-11-16
* For some targets, a copy can use a register multiple times, e.g. ppc.Evan Cheng2009-11-16
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-13
* Fix test to work on every platform.Bill Wendling2009-11-11
* Test this on Darwin only.Bill Wendling2009-11-10
* Emit correct code when making a ConstantPool entry for a vectorDale Johannesen2009-11-10
* Modify how the prologue encoded the "move" information for the FDE. GCCBill Wendling2009-11-10
* Update these tests for the new label names.Dan Gohman2009-11-05
* Add -mtriple to llc commands, attempting to fix buildbot failures.Bob Wilson2009-11-05
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-04
* Add nounwind to this test.Dan Gohman2009-09-24
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-18