Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 |
* | simplify these patterns using m_Specific. No need to grep for | Chris Lattner | 2008-12-01 | 1 | -3/+1 |
* | Implement (A&((~A)|B)) -> A&B transformation in the instruction combiner. This | Bill Wendling | 2008-11-30 | 1 | -0/+36 |