Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-04-01 | [X86] Don't accidentally select shll $1, %eax when shrinking an immediate. | Benjamin Kramer | 1 | -0/+23 |
2013-07-13 | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 1 | -11/+11 |
2011-04-22 | X86: Try to use a smaller encoding by transforming (X << C1) & C2 into (X & (... | Benjamin Kramer | 1 | -0/+101 |