| Age | Commit message (Expand) | Author |
| 2006-01-11 | Add testcase for rotate by register and rotate by immediate | Nate Begeman |
| 2006-01-11 | Testcase the PPC backend is miscompiling. | Chris Lattner |
| 2005-12-14 | Add a case for float just to make sure the patterns for both precisions | Nate Begeman |
| 2005-11-30 | Test that crashes the ppc backend. | Chris Lattner |
| 2005-11-10 | Check that this compiles to a label with a space in it. | Chris Lattner |
| 2005-10-30 | new testcase | Chris Lattner |
| 2005-10-30 | new testcase | Chris Lattner |
| 2005-10-25 | Add a regression test for the recent fix for FP_TO_UINT lowering in the ppc | Nate Begeman |
| 2005-10-17 | Use %s instead of hard coding the input filename. | John Criswell |
| 2005-10-13 | Nate implemented this :) | Chris Lattner |
| 2005-10-10 | new testcase | Chris Lattner |
| 2005-10-10 | A testcase sitting in my tree | Chris Lattner |
| 2005-10-09 | Testcase that is miscompiled by the ppc backend | Chris Lattner |
| 2005-10-07 | These don't need to be sdivs. | Chris Lattner |
| 2005-10-07 | New testcase, should turn into a ushr | Chris Lattner |
| 2005-10-07 | double to float casts should nto result in an fmr | Chris Lattner |
| 2005-09-28 | add a testcase for a feature we regressed on because noone wrote the test! :( | Chris Lattner |
| 2005-09-28 | add testcase for nand | Chris Lattner |
| 2005-09-28 | Consolidate the eqv.ll and nor.ll files together. | Chris Lattner |
| 2005-09-28 | simple tests for nor generation | Chris Lattner |
| 2005-09-23 | new testcase | Chris Lattner |
| 2005-09-11 | Make sure to disable 64-bit extensions for this test | Chris Lattner |
| 2005-09-09 | New testcase, neither should require a register-register copy | Chris Lattner |
| 2005-09-06 | Test the new 64bit i64<->fp functionality | Nate Begeman |
| 2005-09-02 | Test that converting from double to int64 results in one libcall, not one | Chris Lattner |
| 2005-09-02 | new testcase to ensure fsqrt is generated for correct subtargets only, and | Chris Lattner |
| 2005-09-02 | This should permit NOT and's, not even dead ones. | Chris Lattner |
| 2005-09-01 | Another case that shouldn't have sign extends: functions returning short | Chris Lattner |
| 2005-09-01 | Add regression test for efficient codegen of i32 x i32 -> hi32(i64) as | Nate Begeman |
| 2005-08-31 | Add a testcase for nate's patch | Chris Lattner |
| 2005-08-30 | The dag isel misses both of these, the pattern isel just misses the second | Chris Lattner |
| 2005-08-24 | Make sure this doesn't break when we're improving the isels | Chris Lattner |
| 2005-08-19 | remove dead options | Chris Lattner |
| 2005-08-18 | Unmangled names. | Jim Laskey |
| 2005-08-18 | 1. Fix comment. | Jim Laskey |
| 2005-08-18 | Add regression test to make sure that constants are generated optimally. | Jim Laskey |
| 2005-08-18 | Add a testcase for load short -> uint, which is currently emitted as a | Nate Begeman |
| 2005-08-12 | Added test cases to guarantee use of ORC and ANDC. | Jim Laskey |
| 2005-08-12 | testcase that crashed the ppc backend, distilled from crafty | Chris Lattner |
| 2005-08-11 | 1. Added the function isOpcWithIntImmediate to simplify testing of operand with | Jim Laskey |
| 2005-08-09 | Add testcases for new rlwinm cases handled, patch by Jim Laskey! | Chris Lattner |
| 2005-08-03 | Add a couple rlwinm tests for bitfield clears | Nate Begeman |
| 2005-08-03 | Update rlwimi tests to catch all the cases we care about | Nate Begeman |
| 2005-05-12 | Fix this test on Solaris. | John Criswell |
| 2005-05-11 | Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is | Nate Begeman |
| 2005-04-21 | Check for eqv matching | Chris Lattner |
| 2005-04-16 | Update dejagnu tests to use the new pattern isel flag | Nate Begeman |
| 2005-04-13 | Add CodeGen tests for the recent SelectionDAG transforms | Nate Begeman |
| 2005-04-10 | fix this testcase so the regex doesn't match the function name | Chris Lattner |
| 2005-04-09 | Add a testcase to make sure that we don't emit two fneg instructions back | Nate Begeman |