Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 11744020: Rename RelocInfo::NONE to RelocInfo::NONE32. (Closed)

Created:
7 years, 11 months ago by JF
Modified:
7 years, 11 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Rename RelocInfo::NONE to RelocInfo::NONE32. This CL only does renaming, nothing else. Followup to: https://chromiumcodereview.appspot.com/11695006/ There are now NONE and NONE64 RelocInfo types, but only ARM uses them both at the same time. They were added in: https://chromiumcodereview.appspot.com/11191029/ R= ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=13311

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -121 lines) Patch
M src/arm/assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 11 chunks +12 lines, -12 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 21 chunks +29 lines, -29 lines 0 comments Download
M src/arm/debug-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
src/arm/macro-assembler-arm.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/assembler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/assembler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
JF
7 years, 11 months ago (2013-01-03 18:34:53 UTC) #1
ulan
7 years, 11 months ago (2013-01-04 10:48:42 UTC) #2
Thanks, LGTM, I will land this for you.

Powered by Google App Engine
This is Rietveld 408576698