Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | X86: Generalize the x << (y & const) optimization to also catch masks with mo... | Benjamin Kramer | 2012-01-12 | 1 | -3/+15 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi... | Evan Cheng | 2008-08-30 | 1 | -0/+24 |