Age | Commit message (Expand) | Author |
---|---|---|
2012-07-17 | Add test case for r160387 | Evan Cheng |
2012-01-12 | X86: Generalize the x << (y & const) optimization to also catch masks with mo... | Benjamin Kramer |
2009-09-08 | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman |
2008-08-30 | Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shi... | Evan Cheng |