- 13 Sep, 2016 1 commit
-
-
bmeurer authored
Reduce compilation time (with clang) for opcodes-unittest.cc from 1m38s to roughly 1s by not overusing the macro expansion magic. TBR=jarin@chromium.org Review-Url: https://codereview.chromium.org/2331413002 Cr-Commit-Position: refs/heads/master@{#39365}
-
- 24 Feb, 2015 1 commit
-
-
bmeurer authored
Perform strength reduction on machine operators with inline comparisons: CMP & 1 => CMP 1 & CMP => CMP CMP << 31 >> 31 => CMP Also strength reduce the following constructs: x + (0 - y) => x - y (0 - y) + x => x - y R=dcarney@chromium.org Review URL: https://codereview.chromium.org/951903003 Cr-Commit-Position: refs/heads/master@{#26817}
-
- 19 Jan, 2015 1 commit
-
-
Ben L. Titzer authored
R=mstarzinger@chromium.org BUG= Review URL: https://codereview.chromium.org/863513002 Cr-Commit-Position: refs/heads/master@{#26141}
-
- 15 Jan, 2015 1 commit
-
-
bmeurer authored
TEST=unittests R=dcarney@chromium.org Review URL: https://codereview.chromium.org/807573004 Cr-Commit-Position: refs/heads/master@{#26079}
-
- 09 Jan, 2015 1 commit
-
-
bmeurer authored
TEST=unittests R=svenpanne@chromium.org Review URL: https://codereview.chromium.org/843043002 Cr-Commit-Position: refs/heads/master@{#26014}
-