Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen | 2010-03-30 | 1 | -3/+3 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
* | add some more check for vector compares. | Chris Lattner | 2009-07-08 | 1 | -2/+36 |
* | eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. | Chris Lattner | 2009-07-08 | 1 | -6/+1 |
* | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -1/+1 |
* | add support for legalizing an icmp where the result is illegal (4xi1) but | Chris Lattner | 2009-07-07 | 1 | -0/+7 |
* | add a trivial test that vector compares work. | Chris Lattner | 2009-07-07 | 1 | -0/+7 |