Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SDAG switch lowering] Fix switch case -> or merging for 0 and INT_MIN | Benjamin Kramer | 2015-06-04 | 1 | -1/+20 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 1 | -1/+1 |
* | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer | 2010-11-22 | 1 | -0/+22 |