| Commit message (Expand) | Author | Age | Files | Lines |
* | new testcase | Chris Lattner | 2006-02-02 | 1 | -0/+8 |
* | test cmov immediate form | Andrew Lenharth | 2006-02-01 | 1 | -0/+17 |
* | new testcase for the 'ret double folding with load' opzn | Chris Lattner | 2006-02-01 | 1 | -0/+19 |
* | new testcase | Chris Lattner | 2006-01-31 | 1 | -0/+10 |
* | Don't generate (or setp, setae) for SETUGE. Simply flip the operands around and | Evan Cheng | 2006-01-30 | 1 | -0/+12 |
* | new testcase for the 'C++' failures last night. | Chris Lattner | 2006-01-30 | 1 | -0/+6 |
* | new testcase | Chris Lattner | 2006-01-30 | 1 | -0/+11 |
* | Use Intel assembly syntax to look for ST | Evan Cheng | 2006-01-27 | 2 | -2/+2 |
* | X86 dag isel is now (soon) the default. | Evan Cheng | 2006-01-27 | 1 | -2/+2 |
* | These are fp stack test cases. | Evan Cheng | 2006-01-27 | 4 | -4/+4 |
* | XFAIL tailcall test cases until it's implemented. | Evan Cheng | 2006-01-27 | 2 | -0/+2 |
* | A test case for ensuring that conversion of old-format intrinsics with | Reid Spencer | 2006-01-27 | 2 | -0/+3 |
* | This now passes. | Reid Spencer | 2006-01-27 | 1 | -3/+0 |
* | added a couple test cases, including the new vaarg breakage | Andrew Lenharth | 2006-01-26 | 2 | -0/+61 |
* | new tests for actual inline asm expressions | Chris Lattner | 2006-01-25 | 1 | -2/+8 |
* | testcase that crashes scalarrepl | Chris Lattner | 2006-01-24 | 1 | -0/+12 |
* | This is still broken | Chris Lattner | 2006-01-24 | 1 | -0/+2 |
* | new c front-end testcase | Chris Lattner | 2006-01-24 | 1 | -0/+8 |
* | minor syntax change | Chris Lattner | 2006-01-24 | 1 | -2/+2 |
* | new testcase | Chris Lattner | 2006-01-23 | 1 | -0/+8 |
* | Testcase that failed due to a legalizer bug | Chris Lattner | 2006-01-23 | 1 | -0/+12 |
* | this option is gone, the dag isel is the default now | Chris Lattner | 2006-01-23 | 1 | -2/+2 |
* | make this test harder | Chris Lattner | 2006-01-23 | 1 | -1/+2 |
* | add new tests | Chris Lattner | 2006-01-23 | 1 | -2/+21 |
* | Make sure this tests the right thing, xfail on solaris, which doesn't have fl... | Chris Lattner | 2006-01-23 | 1 | -1/+4 |
* | new testcase that crashes llc for ppc | Chris Lattner | 2006-01-21 | 1 | -0/+17 |
* | Add a test case for PR697, ensuring the linker works with ConstantPacked. | Reid Spencer | 2006-01-20 | 1 | -0/+14 |
* | Added a load folding bug test case. | Evan Cheng | 2006-01-20 | 1 | -0/+15 |
* | Add a new testcase for an eliminable cast | Chris Lattner | 2006-01-19 | 1 | -0/+5 |
* | This test passes now. | Reid Spencer | 2006-01-19 | 1 | -1/+0 |
* | make this work for Reid, who renamed his CVS module dir :) | Chris Lattner | 2006-01-19 | 1 | -2/+1 |
* | new testcase the autoupgrader in the bc reader fails to handle | Chris Lattner | 2006-01-19 | 2 | -0/+4 |
* | Expand test to cover the non-overloaded variants of the arithmetic and | Reid Spencer | 2006-01-19 | 1 | -1/+45 |
* | a reduced test case, the GlobalAddress is never legalized | Andrew Lenharth | 2006-01-18 | 1 | -0/+30 |
* | new testcase | Chris Lattner | 2006-01-18 | 1 | -0/+16 |
* | this testcase sent the dag combiner spinning into an infinite loop | Chris Lattner | 2006-01-18 | 1 | -0/+19 |
* | Test case for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -2/+7 |
* | Ensure that the CFE always emits intrinsics in their unsigned version, not wi... | Chris Lattner | 2006-01-17 | 1 | -0/+9 |
* | this is fixed | Andrew Lenharth | 2006-01-16 | 1 | -1/+0 |
* | Fix these testcases :( | Chris Lattner | 2006-01-16 | 2 | -1/+2 |
* | This pass has been removed. | Chris Lattner | 2006-01-16 | 2 | -197/+0 |
* | New testcase for a regression last night: the -inline pass wasn't updating | Chris Lattner | 2006-01-14 | 1 | -0/+26 |
* | bswap implementation | Nate Begeman | 2006-01-14 | 1 | -0/+23 |
* | Add bswap intrinsics as documented in the Language Reference | Nate Begeman | 2006-01-14 | 1 | -0/+22 |
* | testcase for PR676: http://llvm.cs.uiuc.edu/PR676 | Jim Laskey | 2006-01-14 | 1 | -0/+9 |
* | testcase for PR691 | Chris Lattner | 2006-01-13 | 1 | -0/+12 |
* | new testcases for the stackrestore instcombine optimizations | Chris Lattner | 2006-01-13 | 1 | -0/+20 |
* | New testcase that functions with dynamic allocas can be inlined, and are | Chris Lattner | 2006-01-13 | 1 | -0/+28 |
* | testcase for the llvm.stacksave/llvm.stackrestore intrinsics. | Chris Lattner | 2006-01-13 | 1 | -0/+12 |
* | Test case for a SETCC / BRCOND folding bug. | Evan Cheng | 2006-01-13 | 1 | -0/+39 |