|
MIPS64: Enable shorten-64-to-32 warning.
Port cdc43bc5fd02fff2905e2e28a79054d0d1eee3ea
Original commit message:
Enable clang's shorten-64-to-32 warning flag on ARM64, and fix the warnings
that arise.
BUG=
Committed: https://crrev.com/9af578a7c83b58a0ce25345998d9287cbf2030cb
Cr-Commit-Position: refs/heads/master@{#28990}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Stats (+233 lines, -204 lines) |
 |
M |
build/standalone.gypi
|
View
|
2 chunks |
+8 lines, -1 line |
0 comments
|
 |
M |
src/base/platform/time.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
src/compiler/mips64/code-generator-mips64.cc
|
View
|
9 chunks |
+25 lines, -18 lines |
0 comments
|
 |
M |
src/compiler/mips64/instruction-selector-mips64.cc
|
View
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
 |
M |
src/ic/mips64/stub-cache-mips64.cc
|
View
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
 |
M |
src/mips64/assembler-mips64.h
|
View
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
 |
M |
src/mips64/assembler-mips64.cc
|
View
|
6 chunks |
+11 lines, -8 lines |
0 comments
|
 |
M |
src/mips64/disasm-mips64.cc
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
src/mips64/lithium-codegen-mips64.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
src/mips64/lithium-codegen-mips64.cc
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
src/mips64/macro-assembler-mips64.cc
|
View
|
22 chunks |
+33 lines, -29 lines |
0 comments
|
 |
M |
src/mips64/simulator-mips64.h
|
View
|
3 chunks |
+41 lines, -41 lines |
0 comments
|
 |
M |
src/mips64/simulator-mips64.cc
|
View
|
29 chunks |
+86 lines, -85 lines |
0 comments
|
 |
M |
test/cctest/test-assembler-mips64.cc
|
View
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
 |
M |
test/cctest/test-code-stubs-mips64.cc
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Total messages: 13 (6 generated)
|