Age | Commit message (Expand) | Author |
---|---|---|
2008-08-06 | Reinstate this optimization, but without the miscompile. Thanks to Bill for | Nick Lewycky |
2008-08-05 | Revert r53282. This was causing a miscompile on Linux. Also, the transformation | Bill Wendling |
2008-07-09 | Fold (a < 8) && (b < 8) into (a|b) < 8 for unsigned less or greater than. | Nick Lewycky |