Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a testcase for load short -> uint, which is currently emitted as a | Nate Begeman | 2005-08-18 | 1 | -0/+9 | |
| | | | | | | zextload + sign_extend_inreg rather than a sextload. llvm-svn: 22852 | |||||
* | Added test cases to guarantee use of ORC and ANDC. | Jim Laskey | 2005-08-12 | 1 | -1/+27 | |
| | | | | llvm-svn: 22772 | |||||
* | testcase that crashed the ppc backend, distilled from crafty | Chris Lattner | 2005-08-12 | 1 | -0/+12 | |
| | | | | llvm-svn: 22770 | |||||
* | 1. Added the function isOpcWithIntImmediate to simplify testing of operand with | Jim Laskey | 2005-08-11 | 1 | -0/+3 | |
| | | | | | | | | specified opcode and an integer constant right operand. 2. Modified ISD::SHL, ISD::SRL, ISD::SRA to use rlwinm when applied after a mask. llvm-svn: 22761 | |||||
* | Add testcases for new rlwinm cases handled, patch by Jim Laskey! | Chris Lattner | 2005-08-09 | 1 | -1/+44 | |
| | | | | llvm-svn: 22730 | |||||
* | Add a couple rlwinm tests for bitfield clears | Nate Begeman | 2005-08-03 | 1 | -0/+17 | |
| | | | | llvm-svn: 22624 | |||||
* | Update rlwimi tests to catch all the cases we care about | Nate Begeman | 2005-08-03 | 2 | -2/+42 | |
| | | | | llvm-svn: 22623 | |||||
* | Fix this test on Solaris. | John Criswell | 2005-05-12 | 1 | -1/+1 | |
| | | | | | | | | Solaris grep is more traditional and (AFAIK) does not support regexs. Also, single quotes should disable all shell interpretation, so no backslashes should be needed (and, in fact, keep Solaris from working). llvm-svn: 21902 | |||||
* | Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is | Nate Begeman | 2005-05-11 | 1 | -0/+12 | |
| | | | | | | | | | | | | now codegen'd as this: addi r2, r3, -1 andc r2, r2, r3 cntlzw r2, r2 subfic r3, r2, 32 blr llvm-svn: 21881 | |||||
* | Check for eqv matching | Chris Lattner | 2005-04-21 | 1 | -0/+13 | |
| | | | | llvm-svn: 21414 | |||||
* | Update dejagnu tests to use the new pattern isel flag | Nate Begeman | 2005-04-16 | 2 | -2/+2 | |
| | | | | llvm-svn: 21311 | |||||
* | Add CodeGen tests for the recent SelectionDAG transforms | Nate Begeman | 2005-04-13 | 2 | -0/+53 | |
| | | | | llvm-svn: 21292 | |||||
* | fix this testcase so the regex doesn't match the function name | Chris Lattner | 2005-04-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 21210 | |||||
* | Add a testcase to make sure that we don't emit two fneg instructions back | Nate Begeman | 2005-04-09 | 1 | -0/+8 | |
| | | | | | | to back for certain fsel instructions. llvm-svn: 21176 | |||||
* | Add cases to cover the rest of the patterns we should be matching | Nate Begeman | 2005-04-09 | 1 | -6/+16 | |
| | | | | llvm-svn: 21175 | |||||
* | add a test for fnabs | Chris Lattner | 2005-04-09 | 1 | -0/+11 | |
| | | | | llvm-svn: 21169 | |||||
* | add a partial test for the fma operations that ppc supports. I'm sure I'm | Chris Lattner | 2005-04-09 | 1 | -0/+30 | |
| | | | | | | | missing some and not all of these match yet, but I'm sure that Nate will clean up my mess :) llvm-svn: 21168 | |||||
* | New testcase, problem found by Rob. | Chris Lattner | 2005-01-14 | 1 | -0/+3 | |
| | | | | llvm-svn: 19556 | |||||
* | Testcase that crashes the PPC backend. Thanks to Rob for finding this. | Chris Lattner | 2005-01-14 | 1 | -0/+8 | |
| | | | | llvm-svn: 19554 | |||||
* | New testcase that the PPC backend miscompiles. It is emitting | Chris Lattner | 2004-12-12 | 1 | -0/+3 | |
| | | | | | | | | .comm _X,0 For X, which makes the linker thing that X is never defined. llvm-svn: 18834 | |||||
* | New testcase that crashes the PPC BE | Chris Lattner | 2004-11-30 | 1 | -0/+7 | |
| | | | | llvm-svn: 18375 | |||||
* | New testcase | Chris Lattner | 2004-11-30 | 1 | -0/+6 | |
| | | | | llvm-svn: 18373 | |||||
* | New testcase that crashes the PPC backend | Chris Lattner | 2004-11-30 | 1 | -0/+6 | |
| | | | | llvm-svn: 18370 | |||||
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 18020 | |||||
* | Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵ | Tanya Lattner | 2004-11-13 | 1 | -0/+3 | |
| | | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712 | |||||
* | Add missing run line | Chris Lattner | 2004-11-06 | 1 | -2/+2 | |
| | | | | llvm-svn: 17522 | |||||
* | Initial checkin of regression test for generating the PowerPC rlwimi | Nate Begeman | 2004-10-24 | 1 | -0/+62 | |
instruction, which performs bitfield inserts. All tests should compile to one rlwimi instruction. llvm-svn: 17206 |