| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach DAG combine to handle vector logical operations with vectors of all 1s ... | Craig Topper | 2012-12-08 | 1 | -14/+12 |
* | Revert accidental commit. | Craig Topper | 2012-11-27 | 1 | -0/+42 |
* | Make PrintReg constructor explicit to prevent weird implicit conversions from... | Craig Topper | 2012-11-27 | 1 | -42/+0 |
* | Revert 147426 because it caused pr11696. | Nadav Rotem | 2012-01-03 | 1 | -8/+8 |
* | Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ... | Nadav Rotem | 2012-01-02 | 1 | -8/+8 |
* | Kill and collapse outstanding DomainValues. | Jakob Stoklund Olesen | 2011-11-07 | 1 | -7/+4 |
* | Expand V_SET0 to xorps by default. | Jakob Stoklund Olesen | 2011-11-07 | 1 | -2/+6 |
* | Improve code generation for vselect on SSE2: | Nadav Rotem | 2011-10-19 | 1 | -6/+11 |
* | Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because the | Nadav Rotem | 2011-10-10 | 1 | -4/+4 |
* | update checked pattern | Nadav Rotem | 2011-09-13 | 1 | -1/+19 |
* | Add vselect target support for targets that do not support blend but do support | Nadav Rotem | 2011-09-13 | 1 | -0/+37 |