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

Issue 144963003: A64: add missing files. (Closed)

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

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63272 lines, -6650 lines) Patch
A src/a64/assembler-a64.h View 1 chunk +2037 lines, -0 lines 0 comments Download
A src/a64/assembler-a64.cc View 1 chunk +2514 lines, -0 lines 0 comments Download
A src/a64/assembler-a64-inl.h View 1 chunk +1162 lines, -0 lines 0 comments Download
A src/a64/builtins-a64.cc View 1 chunk +1773 lines, -0 lines 0 comments Download
A + src/a64/code-stubs-a64.h View 19 chunks +214 lines, -223 lines 0 comments Download
A src/a64/code-stubs-a64.cc View 1 chunk +7337 lines, -0 lines 0 comments Download
A + src/a64/codegen-a64.h View 4 chunks +4 lines, -8 lines 0 comments Download
A src/a64/codegen-a64.cc View 1 chunk +623 lines, -0 lines 0 comments Download
A src/a64/constants-a64.h View 1 chunk +1256 lines, -0 lines 0 comments Download
A + src/a64/cpu-a64.h View 1 chunk +42 lines, -31 lines 0 comments Download
A src/a64/cpu-a64.cc View 1 chunk +209 lines, -0 lines 0 comments Download
A src/a64/debug-a64.cc View 1 chunk +389 lines, -0 lines 0 comments Download
A + src/a64/debugger-a64.h View 2 chunks +20 lines, -11 lines 0 comments Download
A src/a64/debugger-a64.cc View 1 chunk +111 lines, -0 lines 0 comments Download
A src/a64/decoder-a64.h View 1 chunk +202 lines, -0 lines 0 comments Download
A src/a64/decoder-a64.cc View 1 chunk +725 lines, -0 lines 0 comments Download
A src/a64/deoptimizer-a64.cc View 1 chunk +453 lines, -0 lines 0 comments Download
A src/a64/disasm-a64.h View 1 chunk +115 lines, -0 lines 0 comments Download
A src/a64/disasm-a64.cc View 1 chunk +1856 lines, -0 lines 0 comments Download
A + src/a64/frames-a64.h View 5 chunks +39 lines, -46 lines 0 comments Download
A + src/a64/frames-a64.cc View 3 chunks +3 lines, -8 lines 0 comments Download
A + src/a64/full-codegen-a64.cc View 166 chunks +1747 lines, -1734 lines 0 comments Download
A src/a64/ic-a64.cc View 1 chunk +1858 lines, -0 lines 0 comments Download
A src/a64/instructions-a64.h View 1 chunk +460 lines, -0 lines 0 comments Download
A src/a64/instructions-a64.cc View 1 chunk +283 lines, -0 lines 0 comments Download
A + src/a64/instrument-a64.h View 1 chunk +63 lines, -32 lines 0 comments Download
A src/a64/instrument-a64.cc View 1 chunk +618 lines, -0 lines 0 comments Download
A + src/a64/lithium-a64.h View 40 chunks +1180 lines, -1206 lines 0 comments Download
A + src/a64/lithium-a64.cc View 19 chunks +1482 lines, -1604 lines 0 comments Download
A + src/a64/lithium-codegen-a64.h View 17 chunks +196 lines, -215 lines 0 comments Download
A src/a64/lithium-codegen-a64.cc View 1 chunk +5147 lines, -0 lines 0 comments Download
A + src/a64/lithium-gap-resolver-a64.h View 4 chunks +14 lines, -4 lines 0 comments Download
A + src/a64/lithium-gap-resolver-a64.cc View 7 chunks +104 lines, -110 lines 0 comments Download
A src/a64/macro-assembler-a64.h View 1 chunk +2114 lines, -0 lines 0 comments Download
A src/a64/macro-assembler-a64.cc View 1 chunk +4650 lines, -0 lines 0 comments Download
A src/a64/macro-assembler-a64-inl.h View 1 chunk +1682 lines, -0 lines 0 comments Download
A + src/a64/regexp-macro-assembler-a64.h View 10 chunks +117 lines, -54 lines 0 comments Download
A src/a64/regexp-macro-assembler-a64.cc View 1 chunk +1692 lines, -0 lines 0 comments Download
A src/a64/simulator-a64.h View 1 chunk +856 lines, -0 lines 0 comments Download
A src/a64/simulator-a64.cc View 1 chunk +3327 lines, -0 lines 0 comments Download
A + src/a64/stub-cache-a64.cc View 105 chunks +1400 lines, -1344 lines 0 comments Download
A src/a64/utils-a64.h View 1 chunk +109 lines, -0 lines 0 comments Download
A src/a64/utils-a64.cc View 1 chunk +112 lines, -0 lines 0 comments Download
A src/atomicops_internals_a64_gcc.h View 1 chunk +416 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +1 line, -1 line 0 comments Download
A test/cctest/test-assembler-a64.cc View 1 chunk +9423 lines, -0 lines 0 comments Download
A test/cctest/test-disasm-a64.cc View 1 chunk +1749 lines, -0 lines 0 comments Download
A test/cctest/test-fuzz-a64.cc View 1 chunk +69 lines, -0 lines 0 comments Download
A test/cctest/test-javascript-a64.cc View 1 chunk +260 lines, -0 lines 0 comments Download
A test/cctest/test-js-a64-variables.cc View 1 chunk +144 lines, -0 lines 0 comments Download
A test/cctest/test-utils-a64.h View 1 chunk +232 lines, -0 lines 0 comments Download
A test/cctest/test-utils-a64.cc View 1 chunk +426 lines, -0 lines 0 comments Download
A test/mjsunit/deopt-with-fp-regs.js View 1 chunk +90 lines, -0 lines 0 comments Download
A + tools/cross_build_gcc.sh View 2 chunks +37 lines, -19 lines 0 comments Download
A tools/draw_instruction_graph.sh View 1 chunk +130 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
PTAL
6 years, 11 months ago (2014-01-22 12:42:25 UTC) #1
Rodolph Perfetta
LGTM.
6 years, 11 months ago (2014-01-22 12:45:58 UTC) #2
ulan
6 years, 11 months ago (2014-01-22 12:47:17 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r18745 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698