aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Adding testcase.Bill Wendling2008-05-011-0/+15
* Tail call optimization improvements:Arnold Schwaighofer2008-04-303-0/+36
* Implement a signficant optimization for inline asm:Chris Lattner2008-04-271-4/+3
* New test.Evan Cheng2008-04-241-0/+89
* 64-bit atomic operations.Evan Cheng2008-04-192-0/+48
* After reading memory that's already freed.Evan Cheng2008-04-161-0/+14
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-144-6/+6
* A copy instruction may use a register multiple times on some targets. Change ...Evan Cheng2008-04-101-0/+100
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-084-6/+6
* Missed one.Dale Johannesen2008-04-081-1/+1
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-083-5/+5
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-313-7/+7
* One more coalescer fix wrt deadness propagation.Evan Cheng2008-03-261-0/+28
* Byebye llvm-upgrade!Tanya Lattner2008-03-2543-637/+582
* lastRegisterUse() should ignore identity copies. Those will be erased.Evan Cheng2008-03-251-0/+30
* Use the bit size of the operand instead of the hard-coded 32 to generate theBill Wendling2008-03-241-0/+25
* New testcase.Bill Wendling2008-03-221-0/+10
* Add support for multiple return values for the PPC target byDan Gohman2008-03-191-0/+17
* Fix live variables issues:Evan Cheng2008-03-191-0/+6
* Make conversions of i8/i16 to ppcf128 work.Dale Johannesen2008-03-181-0/+32
* Rewrite code that propagate isDead information after a dead copy is coalesced...Evan Cheng2008-03-181-0/+31
* More APInt-ification.Dan Gohman2008-03-131-0/+14
* The feature this is testing did not work in the general case,Dale Johannesen2008-03-111-17/+0
* Learn how to xfail a test.Evan Cheng2008-03-111-1/+1
* XFAIL due to Dale's change.Evan Cheng2008-03-111-0/+1
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-112-0/+11
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-102-0/+31
* Update llc flags for PPC register scavenger.Bill Wendling2008-03-103-4/+4
* upgrade this testChris Lattner2008-03-091-4/+4
* Add support for calls with i128 return values on ppc64.Dan Gohman2008-03-081-0/+36
* Add support for lowering 128-bit shifts on ppc64.Dan Gohman2008-03-071-0/+14
* Add testcase.Bill Wendling2008-03-061-0/+21
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-051-0/+18
* Use -enable-ppc-regscavenger flag for these checksBill Wendling2008-03-041-2/+2
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-031-2/+2
* Evan implemented this.Chris Lattner2008-03-021-0/+8
* New test for misaligned Altivec laod/store.Dale Johannesen2008-02-271-0/+37
* Don't hard-code the mask size to be 32, which is incorrect on ppc64Dan Gohman2008-02-271-0/+27
* Upgrade testcase.Bill Wendling2008-02-261-38/+20
* Really feed llvm-as with the testcase, do not let it read from stdin. This fi...Gabor Greif2008-02-261-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1951-1306/+1302
* Add testcase for recent legalizer changeNate Begeman2008-02-131-0/+8
* Determine whether a spill kills the register it's spilling before insertion r...Evan Cheng2008-02-111-0/+10
* If a vr is already marked alive in a bb, then it has PHI uses that are visite...Evan Cheng2008-02-051-0/+67
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-291-0/+2
* Need to convert to LLVM code and not C.Bill Wendling2008-01-261-5/+4
* Rename the .c to .llBill Wendling2008-01-261-0/+0
* Move testcase to the code gen directory.Bill Wendling2008-01-261-0/+7